]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Move EvView specific code to a libeviview library so that it can be
[evince.git] / ChangeLog
1 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * configure.ac:
4         * Makefile.am:
5         * libdocument/Makefile.am:
6         * libview/Makefile.am:
7         * libview/ev-job-scheduler.[ch]:
8         * libview/ev-jobs.[ch]:
9         * libview/ev-page-cache.[ch]:
10         * libview/ev-pixbuf-cache.[ch]:
11         * libview/ev-timeline.[ch]:
12         * libview/ev-transition-animation.[ch]:
13         * libview/ev-view-accessible.[ch]:
14         * libview/ev-view-marshal.list:
15         * libview/ev-view.[ch]:
16         * shell/Makefile.am:
17
18         Move EvView specific code to a libeviview library so that it can
19         be embbeded in other applications. Based on patches by Tomeu
20         Vizoso. Fixes bug #567751.
21         
22 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
25         * shell/ev-window.c: (ev_window_load_job_cb),
26         (ev_window_load_job_cb), (ev_window_open_uri),
27         (ev_window_reload_local), (ev_window_dispose):
28
29         Remove dest, mode and search_string from EvJobLoad since they are
30         not really needed by the job, but for the window.
31         
32 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
33
34         * shell/ev-view.c: (ev_view_drag_data_received),
35         (ev_view_class_init), (ev_view_init):
36         * shell/ev-window.c: (ev_window_drag_data_received),
37         (ev_window_class_init), (ev_window_init):
38
39         Make the whole EvWindow the destination of a drag and drop
40         operation.
41         
42 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
43
44         * shell/ev-window.c: (window_open_file_copy_progress_cb):
45
46         Add missing brakets around the percentage in progress
47         messages. See bug #567910.
48         
49 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
50
51         * shell/ev-application.c: (ev_application_open_window),
52         (ev_application_open_uri_at_dest):
53
54         Do no use gdk_x11_* when not available. Based on patch by Hib
55         Eris, see bug #339172.
56         
57 2009-01-16  Hib Eris  <hib@hiberis.nl>
58
59         * configure.ac:
60         * properties/ev-properties-view.c:
61         (ev_properties_view_format_date):
62
63         Check for localtime_r. See bug #339172.
64         
65 2009-01-16  Hib Eris  <hib@hiberis.nl>
66
67         * shell/main.c:
68
69         Include gdkx only for dbus support. See bug #339172.
70         
71 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
72
73         * shell/ev-view.c: (ev_view_set_zoom_for_size):
74
75         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
76         #567785.
77         
78 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
79
80         * shell/ev-window.c: (reload_remote_copy_progress_cb),
81         (window_save_file_copy_progress_cb):
82
83         Use brakets around the percentage in progress messages. See bug
84         #567910.
85         
86 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
87
88         * shell/ev-window.c: (reload_remote_copy_ready_cb):
89
90         Fix typo in error message. See bug #567910.
91         
92 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
93
94         * shell/ev-window.c: (ev_window_cmd_file_close_window):
95
96         Fix mnemonic conflict. Fixes bug #567937.
97         
98 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
99
100         * NEWS:
101         * configure.ac:
102
103         Update for release 2.25.4
104         
105 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
106
107         * configure.ac:
108         
109         GLib version requirement bumped to 2.18 due to g_set_error_literal.
110         Thanks to Christian Spurk.
111
112 2008-12-31  Hib Eris  <hib@hiberis.nl>
113         
114         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
115
116         Fix mime type handling.
117         
118 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
119
120         * po/POTFILES.in:
121
122         Add ev-print-operation.c.
123         
124 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
125
126         * shell/ev-window.c: (ev_window_clear_progress_idle),
127         (reset_progress_idle), (ev_window_show_progress_message),
128         (ev_window_reset_progress_cancellable),
129         (ev_window_progress_response_cb), (show_loading_progress),
130         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
131         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
132         (show_reloading_progress), (reload_remote_copy_ready_cb),
133         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
134         (show_saving_progress), (window_save_file_copy_ready_cb),
135         (window_save_file_copy_progress_cb), (ev_window_save_remote),
136         (ev_window_dispose):
137
138         Show progress information when loading/saving remote files. Fixes
139         bug #370958.
140         
141 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
142
143         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
144
145         Show better warning message when temp file cannot be deleted.
146         
147 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
148
149         * shell/ev-window.c: (image_save_dialog_response_cb):
150
151         Fix saving images to remote locations.
152         
153 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
154
155         * shell/ev-application.[ch]: (ev_application_shutdown),
156         (ev_application_get_print_settings_file),
157         (ev_application_save_print_settings),
158         (ev_application_get_print_settings),
159         (ev_application_set_print_settings),
160         (ev_application_get_page_setup), (ev_application_set_page_setup):
161         * shell/ev-window.c: (ev_window_save_print_page_setup),
162         (ev_window_load_print_page_setup_from_metadata),
163         (ev_window_print_page_setup_done_cb),
164         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
165         (ev_window_cmd_preview_print):
166
167         Remember page setup options too. Paper size is globally remembered
168         while page margins are stored per document in metadata file. Fixes
169         bugs #525185 and #349102.
170         
171 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * shell/ev-print-operation.c:
174         (ev_print_operation_export_print_dialog_response_cb):
175
176         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
177         
178 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
179
180         * shell/ev-print-operation.c: (export_cancel),
181         (export_job_cancelled), (ev_print_operation_export_begin),
182         (ev_print_operation_export_cancel):
183         * shell/ev-window.c: (ev_window_print_cancel),
184         (ev_window_print_update_pending_jobs_message),
185         (ev_window_print_operation_done),
186         (ev_window_print_operation_status_changed),
187         (print_jobs_confirmation_dialog_response),
188         (ev_window_cmd_file_close_window):
189
190         Show a confirmation dialog when there are pending print jobs while
191         closing the main window. Fixes bug #480964.
192         
193 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
194
195         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
196         (ev_print_operation_get_job_name),
197         (ev_print_operation_get_status),
198         (ev_print_operation_get_progress),
199         (ev_print_operation_update_status),
200         (ev_print_operation_export_get_job_name), (clamp_ranges),
201         (get_first_and_last_page), (ev_print_operation_export_run_next),
202         (print_job_finished), (export_print_done), (export_job_cancelled),
203         (update_progress), (export_print_page),
204         (ev_print_operation_export_begin),
205         (ev_print_operation_export_print_dialog_response_cb),
206         (ev_print_operation_export_run),
207         (ev_print_operation_export_cancel),
208         (ev_print_operation_export_class_init):
209         * shell/ev-window.c:
210         (ev_window_print_update_pending_jobs_message),
211         (ev_window_print_operation_done),
212         (ev_window_print_progress_response_cb),
213         (ev_window_print_operation_status_changed),
214         (ev_window_print_operation_begin_print), (ev_window_print_range),
215         (ev_window_dispose):
216
217         Show progress information when printing. Fixes bug #482770.
218         
219 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
220
221         * shell/Makefile.am:
222         * shell/ev-progress-message-area.[ch]:
223         * shell/ev-message-area.[ch]: (ev_message_area_init),
224         (ev_message_area_set_image_from_stock):
225
226         Add EvProgressMessageArea derived from EvMessageArea to show
227         progress information in the message area. 
228         
229 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
230
231         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
232
233         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
234         close button. Add a function to get the contents of the message
235         area.
236         
237 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * shell/Makefile.am:
240         * shell/ev-print-operation.[ch]:
241         * shell/ev-jobs.[ch]: (ev_job_export_init),
242         (ev_job_export_dispose), (ev_job_export_run),
243         (ev_job_export_class_init), (ev_job_export_new),
244         (ev_job_export_set_page):
245         * shell/ev-window.c: (ev_window_print_operation_done),
246         (ev_window_print_range), (ev_window_dispose):
247
248         First step of the printing system rework. EvJobPrint has been
249         replaced by EvJobExport so that every page is scheduled to be
250         exported in a thread instead of scheduling the whole printing
251         process. This way the gui is responsive during printing.
252         
253 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
254
255         * shell/ev-window.c: (setup_size_from_metadata),
256         (ev_window_load_print_settings_from_metadata):
257
258         Fix memory leaks.
259         
260 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
261
262         * libdocument/ev-document.c: (ev_document_get_type):
263
264         Add GObject type as prerequisite to EvDocument interface so that
265         document instances can be used as GObjects.
266         
267 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * shell/ev-view.c: (jump_to_find_result):
270
271         Only jump the the location of the find result for the first match
272         when searching. It drastically improves the performance when
273         searching. Bug catched and fixed by Michael Hunold. Fixes bug
274         #564774.
275         
276 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
277
278         * properties/ev-properties-main.c: (ev_properties_get_pages):
279         * properties/ev-properties-view.[ch]:
280         (ev_properties_view_dispose), (ev_properties_view_class_init),
281         (ev_properties_view_set_info), (ev_properties_view_new):
282         * shell/ev-properties-dialog.[ch]:
283         (ev_properties_dialog_set_document):
284         * shell/ev-window.c: (ev_window_setup_document),
285         (ev_window_cmd_file_properties):
286
287         Add document URI to properties page. Fixes bug #555376.
288         
289 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
290
291         * configure.ac:
292         * data/Makefile.am:
293         * data/evince-password.glade: Removed
294         * data/evince-properties.glade: Removed
295         * properties/ev-properties-view.c:
296         (ev_properties_view_class_init), (set_property),
297         (ev_properties_view_set_info), (ev_properties_view_init):
298         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
299         (font_cell_data_func), (ev_properties_fonts_init):
300
301         Remove Glade dependency.
302         
303 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
304
305         * backend/comics/comics-document.c: (comics_document_load):
306
307         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
308         
309 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * NEWS:
312         * configure.ac:
313
314         Update for release 2.25.2
315         
316 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
317
318         * configure.ac:
319         * shell/Makefile.am:
320         * shell/ev-keyring.[ch]:
321         * shell/ev-password.[ch]: Removed
322         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
323         (ev_password_view_class_init), (ev_password_view_clicked_cb),
324         (ev_password_view_init), (ev_password_view_set_uri),
325         (ev_password_dialog_got_response),
326         (ev_password_dialog_remember_button_toggled),
327         (ev_password_dialog_entry_changed_cb),
328         (ev_password_dialog_entry_activated_cb),
329         (ev_password_view_ask_password), (ev_password_view_get_password),
330         (ev_password_view_get_password_save_flags),
331         (ev_password_view_new):
332         * shell/ev-window.c: (ev_window_password_view_unlock),
333         (ev_window_load_job_cb), (ev_window_close_dialogs),
334         (ev_window_init):
335
336         Rework the password view. When the password is in the keyring it's
337         used automatically without showing the password dialog and it's  
338         only stored in the keyring when we are sure it's correct. The
339         password dialog has been reworked too, in order to make it
340         more hig compliant and consistent with the GTK+ dialog used in
341         gtkmountoperation. Fixes bug #562496. 
342         
343 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
344
345         * backend/comics/comics-document.c: (comics_document_load):
346
347         Do not trust file extensions when getting the command needed to
348         uncompress comic documents. Fixes bug #562143.
349         
350 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * libdocument/ev-document-factory.c: (get_document_from_uri),
353         (ev_document_factory_get_document):
354         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
355         (get_mime_type_from_data), (ev_file_get_mime_type):
356
357         Move mime-type functions from document-facrory to file-helpers so
358         that it can be reused.
359         
360 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
361
362         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
363         (window_open_file_copy_ready_cb), (ev_window_reload_local),
364         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
365         (ev_window_reload_remote), (ev_window_reload_document):
366
367         Add support for reloading remote documents. Fixes bug #555399.
368         
369 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * shell/ev-view.c: (ev_view_find_previous):
372
373         Make sure find_result is never < 0 which causes a crash while
374         searching. Fixes bug #558377.
375         
376 2008-11-19  Marek Kašík <mkasik@redhat.com>
377
378         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
379         (ev_pixbuf_cache_get_selection_surface):
380         
381         Fixes crash on fast scrolling with simultaneous text selection.
382
383 2008-11-19  Marek Kašík <mkasik@redhat.com>
384
385         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
386         * shell/ev-window.c (launch_external_uri):
387         
388         Fixes assertion fail on selecting text. See bug #561393.
389
390 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
391
392         * shell/Makefile.am:
393         * shell/ev-jobs.[ch]: (ev_job_layers_init),
394         (ev_job_layers_dispose), (ev_job_layers_run),
395         (ev_job_layers_class_init), (ev_job_layers_new):
396         * shell/ev-sidebar-layers.[ch]:
397         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
398         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
399         (ev_view_reload_page), (ev_view_reload):
400         * shell/ev-window.c: (setup_sidebar_from_metadata),
401         (ev_window_sidebar_current_page_changed_cb),
402         (sidebar_layers_visibility_changed), (ev_window_init):
403
404         Add layers support.
405         
406 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
407
408         * data/icons/22x22/actions/Makefile.am:
409         * data/icons/22x22/actions/eye.png:
410         * shell/ev-stock-icons.[ch]:
411         
412         Add eye icon from gimp to hide/show layers.
413         
414 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * configure.ac:
417         * cut-n-paste/Makefile.am:
418         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
419         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
420         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
421
422         Add GimpCellRendererToggle from gimp slightly modified to fit our
423         needs. 
424         
425 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
426
427         * configure.ac:
428         * backend/pdf/ev-poppler.cc:
429
430         Implement layers interface in PDF backend.
431         
432 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
433
434         * libdocument/Makefile.am:
435         * libdocument/ev-document-layers.[ch]:
436         * libdocument/ev-layer.[ch]:
437
438         Add optional content (layers) interface.
439         
440 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
441
442         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
443         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
444
445         Removes unused code.
446
447 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
448
449         * NEWS:
450         * configure.ac:
451
452         Update for 2.25.1 release
453
454 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * shell/ev-window.c:
457
458         Fix build with GTK+ < 2.14
459
460 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
461
462         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
463         
464         Makes menu label translatable. Fixes bug #559129.
465
466 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
467
468         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
469         (t1_transform_font):
470         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
471         
472         More renames of warning to mdvi_warning in follow up to the
473         fix of the bug #553369. Fix for the bug #559257 by
474         Tuxce <tuxce.net@gmail.com>.
475         
476 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
477
478         * shell/ev-application.c: (ev_application_init_session):
479         * shell/main.c: (main):
480
481         Move the egg_set_desktop_file() call to main and remove
482         gtk_window_set_default_icon_name() since it's already called by
483         egg_set_desktop_file()
484         
485 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
486
487         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
488
489         Initialize GError to NULL.
490         
491 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * shell/ev-window.c: (window_save_file_copy_ready_cb),
494         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
495         (ev_window_preview_print_finished), (launch_action):
496
497         Do not use popup dialogs to show error messages anymore, use the
498         message area instead.
499         
500 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
501
502         * shell/ev-window.c: (ev_window_error_message),
503         (ev_window_warning_message), (ev_window_set_document),
504         (ev_window_load_job_cb), (ev_window_load_remote_failed),
505         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
506         (ev_window_cmd_help_contents), (launch_external_uri),
507         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
508         (ev_attachment_popup_cmd_open_attachment),
509         (attachment_save_dialog_response_cb):
510
511         Use a message format (with printf()-style) in
512         ev_window_error_message and ev_window_warning_message.
513
514 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
515
516         * shell/ev-window.c: (ev_window_error_message),
517         (ev_window_warning_message), (ev_window_set_document),
518         (ev_window_load_job_cb), (ev_window_load_remote_failed),
519         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
520         (ev_window_cmd_help_contents), (launch_external_uri),
521         (image_save_dialog_response_cb),
522         (ev_attachment_popup_cmd_open_attachment),
523         (attachment_save_dialog_response_cb):
524
525         Change ev_window_error_message and ev_window_warning_message to
526         receive a EvWindow instead of a GtkWindow. It's more consistent
527         and avoids unneeded casts.
528         
529 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * shell/ev-window.c: (ev_window_cmd_help_contents):
532
533         Use gtk_show_uri() when availale to display help contents.
534         
535 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
536
537         * configure.ac:
538         * backend/pdf/ev-poppler.cc:
539         * properties/ev-properties-view.c:
540         * shell/Makefile.am:
541         * shell/ev-tooltip.[ch]: Removed
542         * shell/ev-view-private.h
543         * shell/eggfindbar.c:
544         * shell/ev-application.c:
545         * shell/ev-open-recent-action.c:
546         * shell/ev-sidebar-thumbnails.c:
547         * shell/ev-view.c:
548         * shell/ev-window.c:
549
550         Bump GTK+ requirement to 2.12.
551         
552 2008-10-27 Christian Persch <chpe@gnome.org>
553
554         * backend/djvu/djvu-document.c
555         * backend/dvi/cairo-device.c
556         * cut-n-paste/evmountoperation/ev-mount-operation.h
557         * cut-n-paste/gedit-message-area/gedit-message-area.h
558         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
559         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
560         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
561         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
562         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
563         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
564         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
565         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
566         * cut-n-paste/zoom-control/ephy-zoom-action.c
567         * cut-n-paste/zoom-control/ephy-zoom-action.h
568         * cut-n-paste/zoom-control/ephy-zoom-control.c
569         * cut-n-paste/zoom-control/ephy-zoom-control.h
570         * libdocument/ev-async-renderer.h
571         * libdocument/ev-document-factory.c
572         * libdocument/ev-document-misc.h
573         * libdocument/ev-image.h
574         * libdocument/ev-selection.h
575         * shell/ev-properties-fonts.h
576         * shell/ev-stock-icons.h
577         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
578         directly. Bug #558064.
579
580 2008-10-27 Christian Persch <chpe@gnome.org>
581
582         * cut-and-paste/smclient/*: Update from libegg.
583
584 2008-10-27 Christian Persch <chpe@gnome.org>
585
586         * backend/djvu/djvu-document.c
587         * backend/ps/ev-spectre.c
588         * shell/ev-jobs.c: Use printf safely. Bug #558066.
589
590 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
591
592         * shell/ev-view.c (ev_view_change_page),
593         (ev_view_transition_animation_finish),
594         (ev_view_transition_animation_cancel), (page_changed_cb),
595         (ev_view_set_presentation), (ev_view_next_page),
596         (ev_view_previous_page):
597         
598         Cancel the animation without scheduling transition start
599         and proceed to the next page to fix bug #516749.
600
601 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
602
603         * NEWS:
604         * configure.ac:
605
606         Update for release 2.24.1
607         
608 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * shell/ev-window.c: (ev_window_cmd_view_presentation):
611
612         Disable toggle function of F5 when in presentation mode. Patch by
613         Dave Neary. Fixes bug #556162.
614         
615 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
616
617         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
618         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
619         (ev_sidebar_thumbnails_fill_model),
620         (ev_sidebar_thumbnails_refresh),
621         (ev_sidebar_thumbnails_set_document):
622
623         Instead of using only one loading icon for thumbnails based on the
624         size of the first page, create an icon for every different page
625         size. Fixes bug #556264.
626         
627 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * shell/ev-page-cache.c: (ev_page_cache_finalize):
630
631         Fix memory leak.
632         
633 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
634
635         * shell/ev-window-title.c (ev_window_title_sanitize_title):
636
637         Removes bad prefixes from window title. Patch by 
638         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
639         
640 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * shell/ev-window.c: (launch_external_uri):
643
644         Do not consider mailto links as http uris. Fixes bug #555801.
645         
646 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * shell/ev-view.c: (merge_selection_region), (clear_selection):
649
650         Fix memory leak. Fixes bug #555134.
651         
652 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
655
656         Emit the job finished signal when the job is handled before the
657         page_ready callback.
658         
659 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
660
661         * shell/ev-window.c: (launch_action):
662
663         Use GdkAppLaunchContext when available to launch external
664         applications.
665         
666 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * shell/ev-window.c: (launch_action):
669
670         Fix launching external applications for launch actions which seems
671         to be broken since the gio port. Fixes bug #554500.
672         
673 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
674
675         * backend/dvi/Makefile.am:
676         * backend/dvi/cairo-device.c:
677         * backend/dvi/dvi-document.c:
678         * backend/dvi/mdvi-lib/Makefile.am:
679
680         Fix several compile warnings in the dvi backend.
681         
682 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
683
684         * backend/dvi/mdvi-lib/common.h:
685         * backend/dvi/mdvi-lib/dviread.c:
686         * backend/dvi/mdvi-lib/font.c:
687         * backend/dvi/mdvi-lib/fontmap.c:
688         * backend/dvi/mdvi-lib/fontsrch.c:
689         * backend/dvi/mdvi-lib/gf.c:
690         * backend/dvi/mdvi-lib/pagesel.c:
691         * backend/dvi/mdvi-lib/pk.c:
692         * backend/dvi/mdvi-lib/sp-epsf.c:
693         * backend/dvi/mdvi-lib/special.c:
694         * backend/dvi/mdvi-lib/tfm.c:
695         * backend/dvi/mdvi-lib/tfmfile.c:
696         * backend/dvi/mdvi-lib/util.c:
697         * backend/dvi/mdvi-lib/vf.c:
698
699         Rename error as mdvi_error to avoid symbol conflicts with the libc
700         error. Rename also message, crash, fatal and warning for
701         consistency. Fixes bug #553369.
702         
703 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
704
705         * backend/dvi/dvi-document.c: (dvi_document_load):
706
707         Fix memory leak.
708         
709 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * backend/dvi/dvi-document.c:
712
713         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
714         G_IMPLEMENT_INTERFACE.
715         
716 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
717
718         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
719
720         Make sure copy_job_page_and_selection_to_job_info is always called
721         before copy_job_to_job_info. Fixes bug #552382.
722         
723 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
724
725         * NEWS:
726         * configure.ac:
727
728         Update for release 2.24.0
729         
730 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
731
732         * shell/ev-window.c: (launch_external_uri):
733
734         Use GdkAppLaunchContext when available to launch external uris.
735         
736 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
737
738         * shell/ev-window.c: (launch_external_uri):
739
740         Use the message area to show errors when lauching external uris
741         instead of a popup window.
742         
743 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
744
745         * shell/ev-window.c: (launch_external_uri):
746
747         Assume invalid uris are http uris. Fixes bug #552071.
748         
749 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
750
751         * NEWS:
752         * configure.ac:
753
754         Update for release 2.23.92.
755         
756 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
757
758         * shell/eggfindbar.c: (egg_find_bar_class_init):
759
760         Allow page scrolling with PageUp/PageDown keys when find bar is
761         active. Fixes bug #529833.
762         
763 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
764
765         * shell/ev-view-private.h:
766         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
767         (ev_view_scroll), (ev_view_class_init):
768         * shell/ev-view-accessible.c:
769         (ev_view_accessible_action_do_action):
770         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
771         (ev_window_cmd_scroll_backward):
772
773         Use GtkScrollType instead of EvScrollType.
774         
775 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
776
777         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
778         
779         Patch for case unsensitive page label match by Michael Lee.
780         See bug #550136.
781         
782         * shell/ev-page-action.c (create_tool_item):    
783         * test/Makefile.am:
784         * test/test1.py:
785         * test/test4.py:
786         * test/test5.py:
787         
788         Added test for the above and updated other tests.
789
790 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
791
792         * shell/ev-window.c: (image_save_dialog_response_cb):
793
794         Do not append the file extension twice when saving an image.
795         
796 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
799
800         Remove an invalid ifdef.
801         
802 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * shell/ev-view.c: (ev_view_motion_notify_event):
805
806         Make sure the cursor is correctly restored after showing the right
807         click menu.
808         
809 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
812         (ev_attachment_open):
813         * shell/ev-sidebar-attachments.c:
814         (ev_sidebar_attachments_button_press):
815         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
816
817         Use GdkAppLaunchContext when available to open attachments.
818         
819 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
820
821         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
822
823         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
824         by Eric Piel.
825         
826 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
827
828         * shell/ev-application.c: (ev_application_get_media_keys):
829         * shell/ev-media-player-keys.[ch]:
830         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
831         (ev_media_player_keys_grab_keys),
832         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
833         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
834         * shell/ev-window.[ch]: (ev_window_dispose),
835         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
836         (ev_window_init):
837
838         Clean up the media player keys stuff.
839         
840 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
841
842         * NEWS:
843         * configure.ac:
844
845         Update for release 2.23.91.
846         
847 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
848
849         * cut-n-paste/smclient/eggsmclient-xsmp.c:
850         (sm_client_xsmp_set_initial_properties):
851
852         Fix memory leak.
853         
854 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
855
856         * shell/ev-application.c: (ev_application_open_window),
857         (ev_application_open_uri_at_dest):
858
859         Make sure evince starts up in the right workspace when resuming a
860         previous session.
861         
862 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * shell/ev-application.[ch]: (ev_application_open_window),
865         (ev_application_add_icon_path_for_screen),
866         (ev_application_open_uri_at_dest):
867
868         Fix window manager warnings shown in ~/.xsession-errors
869         
870 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * configure.ac:
873         * cut-n-paste/Makefile.am:
874         * cut-n-paste/smclient/Makefile.am:
875         * cut-n-paste/smclient/eggdesktopfile.[ch]:
876         * cut-n-paste/smclient/eggsmclient-private.h:
877         * cut-n-paste/smclient/eggsmclient-xsmp.c:
878         * cut-n-paste/smclient/eggsmclient.[ch]:
879
880         EggSMClient copied from libegg
881
882         * libdocument/ev-file-helpers.c: (ev_dot_dir):
883         * shell/Makefile.am:
884         * shell/ev-application.[ch]: (ev_application_load_session),
885         (smclient_save_state_cb), (smclient_quit_cb),
886         (ev_application_init_session), (ev_application_shutdown),
887         (ev_application_init):
888         * shell/main.c: (main):
889
890         Use EggSMClient instead of gnome-client and remove libgnome and
891         libgnomeui dependencies.
892         
893 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
894
895         * shell/main.c: (main):
896
897         Remove gnome_authentication_manager_init.
898         
899 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
900
901         * shell/ev-view.c: (ev_view_goto_window_create):
902
903         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
904         since it's now deprecated.
905         
906 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
907
908         * backend/djvu/Makefile.am:
909         * backend/djvu/djvu-document-private.h:
910         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
911         (djvu_document_find_iface_init):
912         * backend/djvu/djvu-text-page.[ch]:
913         * backend/djvu/djvu-text.[ch]: Removed
914         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
915         (pdf_document_find_iface_init):
916         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
917         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
918         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
919         (ev_job_find_get_n_results), (ev_job_find_get_progress),
920         (ev_job_find_has_results), (ev_job_find_get_results):
921         * shell/ev-view-private.h:
922         * shell/ev-view.[ch]: (ev_view_expose_event),
923         (highlight_find_results), (ev_view_finalize),
924         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
925         (ev_view_set_document), (ev_view_find_get_n_results),
926         (ev_view_find_get_result), (jump_to_find_result),
927         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
928         (ev_view_find_previous), (ev_view_find_search_changed),
929         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
930         * shell/ev-window.c: (ev_window_update_actions),
931         (page_changed_cb), (ev_window_setup_document),
932         (ev_window_update_find_status_message),
933         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
934         (ev_window_clear_find_job), (find_bar_close_cb),
935         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
936         (ev_window_dispose), (ev_window_init):
937
938         Rework find interface. The find logic has been moved from backends
939         to the shell avoiding a lot of duplicated code in the backends and
940         making easier to implement the find interface in the backends.
941         
942 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
943
944         * backend/pdf/ev-poppler.cc:
945         (pdf_document_thumbnails_get_dimensions):
946
947         Make sure thumbnail size returned by the PDF is actually
948         valid. Fixes bug #548462.
949         
950 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * shell/ev-window.c: (ev_window_setup_document),
953         (ev_window_set_document), (ev_window_dispose):
954
955         Remove the idle function for setting the document up when the
956         window is destroyed. Fixes bug #549163.
957         
958 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
959
960         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
961         (ev_job_attachments_dispose), (ev_job_attachments_run),
962         (ev_job_attachments_class_init), (ev_job_attachments_new):
963         * shell/ev-sidebar-attachments.c:
964         (ev_sidebar_attachments_set_document):
965
966         Add a new job to get the attachments in a thread with the document
967         lock held. Fixes bug #548653.
968         
969 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
970
971         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
972         (tiff_document_document_iface_init):
973
974         Implement document_get_page_label in tiff backend.
975         
976 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
977
978         * backend/tiff/tiff-document.c: (tiff_document_render):
979
980         Handle document orientation in tiff backend. Fixes bug #548444.
981         
982 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
983
984         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
985
986         Do not crash when adjustment page size is 0. Fixes bug #547440.
987         
988 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * cut-n-paste/evmountoperation/ev-mount-operation.c:
991
992         Sync with current GTK+.
993         
994 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
995
996         * configure.ac:
997         
998         Update for release 2.23.6.
999
1000 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1001
1002         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1003         (ev_job_load_set_password):
1004         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1005         * shell/ev-window.c: (password_dialog_response),
1006         (ev_window_load_job_cb):
1007
1008         Fix loading encrypted documents since I broke it with the jobs
1009         rework.
1010         
1011 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * NEWS:
1014
1015         Update NEWS for 2.23.6 release.
1016         
1017 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1018
1019         * backend/impress/impress-document.c:
1020         * backend/impress/render.h:
1021         * libdocument/ev-document-factory.c:
1022         * libdocument/ev-document-factory.h:
1023         * libdocument/ev-document-links.h:
1024         * libdocument/ev-document-misc.c:
1025         * libdocument/ev-document-misc.h:
1026         * properties/ev-properties-main.c:
1027         * properties/ev-properties-view.c:
1028         * properties/ev-properties-view.h:
1029         * shell/eggfindbar.c:
1030         * shell/eggfindbar.h:
1031         * shell/ev-application.c:
1032         * shell/ev-application.h:
1033         * shell/ev-jobs.h:
1034         * shell/ev-message-area.h:
1035         * shell/ev-navigation-action.c:
1036         * shell/ev-navigation-action.h:
1037         * shell/ev-open-recent-action.c:
1038         * shell/ev-open-recent-action.h:
1039         * shell/ev-page-action-widget.c:
1040         * shell/ev-page-action.c:
1041         * shell/ev-page-action.h:
1042         * shell/ev-page-cache.h:
1043         * shell/ev-password-view.h:
1044         * shell/ev-password.h:
1045         * shell/ev-pixbuf-cache.h:
1046         * shell/ev-properties-fonts.c:
1047         * shell/ev-sidebar-attachments.c:
1048         * shell/ev-sidebar-links.c:
1049         * shell/ev-sidebar-links.h:
1050         * shell/ev-sidebar-thumbnails.c:
1051         * shell/ev-sidebar-thumbnails.h:
1052         * shell/ev-sidebar.c:
1053         * shell/ev-sidebar.h:
1054         * shell/ev-stock-icons.c:
1055         * shell/ev-tooltip.h:
1056         * shell/ev-view.c:
1057         * shell/ev-view.h:
1058         * shell/ev-window.c:
1059         * shell/ev-window.h:
1060         * shell/main.c:
1061
1062         More #include cleanups. Again: reordering, single gtk.h
1063         includes and other stuff.
1064
1065 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1066
1067         * shell/eggfindbar.c:
1068         * shell/ev-application.c:
1069         * shell/ev-message-area.c:
1070         * shell/ev-navigation-action.c:
1071         * shell/ev-open-recent-action.c:
1072         * shell/ev-page-action-widget.c:
1073         * shell/ev-page-action.c:
1074         * shell/ev-password-view.c:
1075         * shell/ev-properties-dialog.c:
1076         * shell/ev-properties-fonts.c:
1077         * shell/ev-sidebar-attachments.c:
1078         * shell/ev-sidebar-page.c:
1079         * shell/ev-sidebar-thumbnails.c:
1080         * shell/ev-stock-icons.c:
1081         * shell/ev-tooltip.c:
1082         * shell/ev-view.c:
1083         * shell/ev-window.c:
1084         * shell/main.c:
1085
1086         Cleanup many #include statements: reorder so that a
1087         generic-to-specific order is used, use single gtk.h
1088         includes, and some other cleanups.
1089
1090 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * shell/ev-jobs.h:
1093
1094         Add gio header.
1095         
1096 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1097
1098         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1099         (ev_document_fc_mutex_trylock):
1100         * shell/Makefile.am:
1101         * shell/ev-job-queue.[ch]:
1102         * shell/ev-job-scheduler.[ch]:
1103         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1104         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1105         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1106         (ev_job_failed_from_error), (ev_job_succeeded),
1107         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1108         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1109         (ev_job_links_class_init), (ev_job_render_init),
1110         (notify_page_ready), (ev_job_render_page_ready),
1111         (ev_job_render_run), (ev_job_render_class_init),
1112         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1113         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1114         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1115         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1116         (ev_job_save_dispose), (ev_job_save_run),
1117         (ev_job_save_class_init), (ev_job_print_init),
1118         (ev_job_print_dispose), (ev_job_print_run),
1119         (ev_job_print_class_init):
1120         * shell/ev-page-cache.c:
1121         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1122         (check_job_size_and_unref), (move_one_job),
1123         (copy_job_to_job_info), (add_job),
1124         (ev_pixbuf_cache_add_jobs_if_needed):
1125         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1126         (job_fonts_finished_cb), (job_fonts_updated_cb),
1127         (ev_properties_fonts_set_document):
1128         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1129         (ev_sidebar_links_set_document):
1130         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1131         (ev_sidebar_thumbnails_set_document),
1132         (ev_sidebar_thumbnails_clear_job):
1133         * shell/ev-view-private.h:
1134         * shell/ev-view.c:
1135         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1136         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1137         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1138         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1139         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1140         (ev_window_reload_document), (ev_window_clear_save_job),
1141         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1142         (ev_window_clear_print_job), (ev_window_print_job_cb),
1143         (ev_window_print_dialog_response_cb):
1144         * shell/main.c: (main):
1145
1146         Rework the jobs system in order to make it simpler and more
1147         extensible. It allows to run jobs in the main loop instead of
1148         using a thread when it's appropriate like the fonts job. Now it's
1149         also possible to cancel jobs that are currently running. 
1150         
1151 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1152
1153         * libdocument/ev-debug.c: (profile_init):
1154
1155         Create the hash table also when profiling service is enabled for
1156         all sections.
1157         
1158 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1159
1160         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1161         (ev_profiler_stop):
1162         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1163         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1164         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1165         (ev_job_print_run):
1166         * shell/main.c: (main):
1167
1168         Add a profile mode available when debug is enabled. Add profilers
1169         in ev-jobs.
1170         
1171 2008-07-23  Götz Waschk <waschk@mandriva.org>
1172
1173         * configure.ac: Correctly build desktop file. Fixes
1174         bug #544237.
1175
1176 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1177
1178         * configure.ac:
1179         
1180         Update for release 2.23.5.
1181
1182 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * NEWS:
1185
1186         Update NEWS for 2.23.5 release.
1187         
1188 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * shell/ev-window.c: (ev_window_state_event),
1191         (ev_window_class_init):
1192
1193         Intercept window manager's fullscreen request in order to run/stop
1194         fullscreen mode. Fixes bug #493541.
1195         
1196 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1197
1198         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1199
1200         Restart the job search when the find bar is opened for the second
1201         time. Fixes bug #531956.
1202         
1203 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1206         (get_document_from_uri):
1207
1208         Make sure we always return a valid error struct when
1209         get_document_from_uri fails. Fixes nautilus crash, see bug
1210         #542548.
1211         
1212 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1213
1214         * libdocument/ev-transition-effect.c
1215         (ev_transition_effect_type_get_type),
1216         (ev_transition_effect_alignment_get_type),
1217         (ev_transition_effect_direction_get_type):
1218         
1219         Fixes bug #542924. Makes enums static to fix Solaris build.
1220
1221 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * shell/ev-view.c: (ev_view_key_press_event):
1224
1225         Add '.' keybinding for blanking the screen in presentation
1226         mode. Fixes bug #542001.
1227         
1228 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * libdocument/ev-document-misc.c:
1231         (ev_document_misc_pixbuf_from_surface):
1232
1233         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1234         #540950.
1235         
1236 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1237
1238         * backend/comics/comics-document.c (comics_document_load):
1239         * backend/comics/comicsdocument.evince-backend.in:
1240         * configure.ac:
1241         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1242         
1243         Added support for 7-zip based cb7 comic book. Patch by
1244         Kartik Rustagi. Fixes bug #532312.
1245
1246 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1247
1248         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1249         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1250         Fixes bug #539972.
1251
1252 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1253
1254         * shell/Makefile.am:
1255         * shell/ev-application.c (ev_application_init),
1256         (ev_application_get_media_keys):
1257         * shell/ev-application.h:
1258         * shell/ev-marshal.list:
1259         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1260         (proxy_destroy), (on_media_player_key_pressed),
1261         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1262         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1263         * shell/ev-media-player-keys.h:
1264         * shell/ev-window.c (ev_window_go_previous_page),
1265         (ev_window_go_next_page), (ev_window_go_first_page),
1266         (ev_window_go_last_page), (ev_window_start_presentation),
1267         (ev_window_dispose), (view_actions_focus_in_cb):
1268         * shell/ev-window.h: When building with D-Bus support, listen
1269         for multimedia key events from gnome-settings-daemon. This allows
1270         to go to the next/previous/first/last pages using, respectively,
1271         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1272         a presentation. Fixes bug #539971.
1273
1274 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1275
1276         * configure.ac:
1277         
1278         Update for release 2.23.4.
1279
1280 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * NEWS:
1283
1284         Update news for 2.23.4 release.
1285         
1286 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1287
1288         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1289         * shell/ev-sidebar-thumbnails.c:
1290         (ev_sidebar_thumbnails_set_loading_icon),
1291         (ev_sidebar_thumbnails_refresh):
1292         * shell/ev-window.c: (ev_window_error_message),
1293         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1294         (ev_window_set_document):
1295
1296         Do not crash opening documents with no pages and show a warning
1297         message in the message area. Fixes bugs #537574 and #171588.
1298         
1299 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1300
1301         * shell/Makefile.am:
1302         * shell/ev-file-monitor.[ch]:
1303         * shell/ev-window.c: (ev_window_document_changed),
1304         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1305         (ev_window_reload_job_cb), (ev_window_open_uri),
1306         (ev_window_reload_document), (ev_window_cmd_view_reload),
1307         (ev_window_dispose):
1308
1309         Automaticly reload the document when the file has changed on
1310         disk. Bug #304249.
1311         
1312 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1313
1314         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1315         * libdocument/ev-image.c: (ev_image_save_tmp):
1316         * libdocument/ev-module.c: (ev_module_load):
1317         * shell/ev-application.c: (ev_application_shutdown),
1318         (ev_application_get_print_settings):
1319         * shell/ev-sidebar-attachments.c:
1320         (ev_sidebar_attachments_button_press),
1321         (ev_sidebar_attachments_drag_data_get):
1322         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1323         (ev_window_print_finished), (ev_window_print_send),
1324         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1325         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1326         (ev_window_cmd_preview_print):
1327         * shell/main.c: (load_files_remote):
1328         Fix some build warnings under GCC 4.3.0. (#537535).
1329
1330 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * shell/ev-jobs.c: (ev_job_render_dispose):
1333
1334         Fix a crash in debug mode. Patch by Daniel M German.
1335         
1336 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1337
1338         * shell/ev-window.c:
1339
1340         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1341         
1342 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1343
1344         * shell/ev-window.c: (ev_window_print_send),
1345         (ev_window_do_preview_print):
1346
1347         Use the window title as print job name instead of just
1348         "evince-print". Fixes bug #534493.
1349         
1350 2008-05-19  Frederic Peters  <fpeters@0d.be>
1351
1352         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1353         Bug #533897.
1354
1355 2008-05-19  Frederic Peters  <fpeters@0d.be>
1356
1357         * help/reference/Makefile.am: added missing libevmountoperation to
1358         gtkdoc-scanobj libraries.  Bug #533896.
1359
1360 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1361
1362         * properties/ev-properties-view.c (get_default_user_units):
1363         Fixes check for default units string translation. Bug #533323.
1364
1365 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1366
1367         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1368         be an iks_free(). Fix an array overflow in the XML parser that
1369         would occur whenever the number of attributes in a tag was greater
1370         than 0 and divisible by 6. Fixes GNOME bug #530852.
1371
1372 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1373
1374         * backend/djvu/djvu-document-private.h:
1375         * backend/djvu/djvu-links.c:
1376         * backend/djvu/djvu-text.c:
1377         * backend/djvu/djvu-document.c: (djvu_handle_events),
1378         (djvu_wait_for_message), (djvu_document_load),
1379         (document_get_page_size), (djvu_document_render),
1380         (djvu_document_thumbnails_get_thumbnail),
1381         (djvu_document_file_exporter_end):
1382
1383         Make sure load job doesn't finish successfully when the document
1384         is not successfully decoded by libdjvu. Fixes bug #530202.
1385         
1386 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * configure.ac:
1389         * libdocument/Makefile.am:
1390         * libdocument/ev-debug.[ch]:
1391         * libdocument/ev-document.c:
1392         * shell/ev-jobs.c: (ev_job_links_dispose),
1393         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1394         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1395         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1396         (ev_job_render_page_ready), (ev_job_render_run),
1397         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1398         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1399         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1400         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1401         (ev_job_print_new), (ev_job_print_run):
1402         * shell/main.c: (main):
1403
1404         Add debug mode based on gedit code. Add debug messages in
1405         ev-jobs.
1406         
1407 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1408
1409         * libdocument/ev-document-factory.c: (get_document_from_uri):
1410
1411         Fix memory leak.
1412         
1413 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1414
1415         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1416         (get_mime_type_from_data), (get_document_from_uri),
1417         (ev_document_factory_get_document):
1418         
1419         Improved error message about file opening failture.
1420         Bug #529129.
1421
1422 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1423
1424         * data/evince-toolbar.xml:
1425         
1426         Allow to add SaveAs to toolbar.
1427
1428 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1429
1430         * shell/ev-view-private.h:
1431         * shell/ev-view.[ch]: (ev_view_button_release_event),
1432         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1433         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1434         (ev_view_update_primary_selection), (clear_link_selected),
1435         (ev_view_copy_link_address):
1436         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1437
1438         Update also the primary selection when copying a link
1439         address. Fixes bug #520855.
1440         
1441 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * libdocument/ev-document-factory.c: (get_document_from_uri):
1444
1445         Use the pixbuf backend only when the mime type is not supported by
1446         any of the other backend so that tiff documents, for instance, are
1447         handled by the tiff backend instead of the pixbuf backend. fixes
1448         bug #520290.
1449         
1450 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1451
1452         * cut-n-paste/Makefile.am:
1453
1454         Add evmountoperation to subdirs list.
1455         
1456 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1457
1458         * configure.ac:
1459
1460         Fix libspectre check in configure script. Fixes bug #528549.
1461         
1462 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1463
1464         * configure.ac:
1465         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1466         * shell/Makefile.am:
1467         * shell/ev-window.c: (ev_window_load_remote_failed),
1468         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1469
1470         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1471         open documents in remote locations that are not mounted.
1472         
1473 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1476         (bitmap_convert_msb8):
1477         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1478         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1479
1480         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1481         
1482 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1485         (ev_job_render_new), (ev_job_render_set_selection_info),
1486         (ev_job_render_run):
1487         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1488         (check_job_size_and_unref),
1489         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1490         (add_job), (ev_pixbuf_cache_get_selection_surface):
1491
1492         Create the render context needed for rendering a page in the render
1493         thread so that we don't block the main thread. Simplify
1494         EvJobRender API.
1495         
1496 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1497
1498         * libdocument/Makefile.am:
1499         * libdocument/ev-page.[ch]:
1500         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1501         (ev_render_context_new), (ev_render_context_set_page):
1502         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1503         (ev_form_field_finalize), (ev_form_field_class_init):
1504         * libdocument/ev-document-forms.[ch]:
1505         (ev_document_forms_get_form_fields):
1506         * libdocument/ev-document.[ch]: (ev_document_get_page),
1507         (ev_document_get_page_size), (ev_document_get_page_label):
1508         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1509         (ev_job_render_run), (ev_job_thumbnail_new),
1510         (ev_job_thumbnail_run), (ev_job_print_run):
1511         * shell/ev-page-cache.c: (ev_page_cache_new):
1512         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1513         (check_job_size_and_unref), (add_job):
1514         * shell/ev-sidebar-thumbnails.c: (add_range):
1515         * shell/ev-view.c: (ev_view_form_field_get_region),
1516         (ev_view_form_field_button_create_widget),
1517         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1518         (ev_view_handle_form_field), (ev_view_size_allocate),
1519         (get_selected_text):
1520         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1521         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1522         (pdf_document_get_page), (pdf_document_get_page_label),
1523         (pdf_document_render), (pdf_document_get_info),
1524         (pdf_document_document_iface_init),
1525         (pdf_document_thumbnails_get_thumbnail),
1526         (pdf_document_thumbnails_get_dimensions),
1527         (pdf_document_file_exporter_do_page),
1528         (pdf_selection_render_selection),
1529         (pdf_selection_get_selected_text),
1530         (pdf_selection_get_selection_region),
1531         (pdf_selection_get_selection_map),
1532         (pdf_document_forms_get_form_fields),
1533         (pdf_document_forms_form_field_text_get_text),
1534         (pdf_document_forms_form_field_text_set_text),
1535         (pdf_document_forms_form_field_button_set_state),
1536         (pdf_document_forms_form_field_button_get_state),
1537         (pdf_document_forms_form_field_choice_get_item),
1538         (pdf_document_forms_form_field_choice_get_n_items),
1539         (pdf_document_forms_form_field_choice_is_item_selected),
1540         (pdf_document_forms_form_field_choice_select_item),
1541         (pdf_document_forms_form_field_choice_toggle_item),
1542         (pdf_document_forms_form_field_choice_unselect_all),
1543         (pdf_document_forms_form_field_choice_set_text),
1544         (pdf_document_forms_form_field_choice_get_text):
1545         * backend/ps/ev-spectre.c: (ps_document_get_page),
1546         (ps_document_get_page_size), (ps_document_get_page_label),
1547         (ps_document_render), (ps_document_document_iface_init),
1548         (ps_document_file_exporter_do_page):
1549         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1550         (tiff_document_render), (tiff_document_render_pixbuf),
1551         (tiff_document_file_exporter_do_page):
1552         * backend/pixbuf/pixbuf-document.c:
1553         (pixbuf_document_get_page_size):
1554         * backend/comics/comics-document.c:
1555         (comics_document_get_page_size), (comics_document_render_pixbuf):
1556         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1557         (djvu_document_render), (djvu_selection_get_selected_text),
1558         (djvu_document_thumbnails_get_thumbnail),
1559         (djvu_document_file_exporter_do_page),
1560         (djvu_document_find_get_result):
1561         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1562         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1563         (dvi_document_thumbnails_get_thumbnail),
1564         (dvi_document_file_exporter_do_page):
1565         * backend/impress/impress-document.c:
1566         (impress_document_get_page_size),
1567         (impress_document_render_pixbuf):
1568         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1569
1570         Add EvPage so that we can hold a reference to the backend
1571         page. Form fields keep now a reference to the poppler page
1572         improving performance since we don't have to create/destroy the
1573         poppler field for every form operation. This will be needed for
1574         annotations too.
1575         
1576 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1577
1578         * data/evince-ui.xml:
1579         * shell/ev-window.c:
1580
1581         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1582         
1583 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1584
1585         * configure.ac:
1586         * backend/ps/Makefile.am:
1587
1588         Remove gs stuff from ps backend.
1589         
1590 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1591
1592         * configure.ac:
1593         * backend/pdf/ev-poppler.cc:
1594
1595         Bump poppler requirement to 0.8.0.
1596         
1597 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1598
1599         * NEWS:
1600         * configure.ac:
1601
1602         Update for release 2.22.1.1
1603
1604 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1605
1606         * configure.ac:
1607
1608         Fix build (again) when poppler version is 0.6
1609         
1610 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1611
1612         * backend/djvu/djvu-links.c: (build_tree):
1613
1614         Make sure link title is a valid utf8 string. Fixes bug #526517.
1615         
1616 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1617
1618         * configure.ac:
1619
1620         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1621         #526799.
1622         
1623 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1624
1625         * configure.ac:
1626         
1627         Update for release 2.22.1.
1628
1629 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * NEWS:
1632
1633         Update for upcoming release.
1634
1635 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1636
1637         * configure.ac:
1638         * backend/dvi/dvidocument.evince-backend.in:
1639
1640         Add compressed dvi to the list of supported mime types. Patch by
1641         Ed Catmur. Fixes bug #307087.
1642
1643 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1646
1647         Fix a crash when printing a range that doesn't specify the start or
1648         end page. Fixes bug #524288.
1649
1650 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * shell/ev-window.c: (ev_window_cmd_continuous),
1653         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1654         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1655         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1656         (ev_window_run_presentation), (ev_window_stop_presentation),
1657         (ev_window_cmd_view_presentation),
1658         (ev_window_cmd_leave_fullscreen),
1659         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1660
1661         Do not unfullscreen and fullscreen again the window when changing
1662         from fullscreen to presentation mode and vice versa. Fixes bug
1663         #524112.
1664         
1665 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1668
1669         Do not crash when thumbnail failed to render in PS backend. Fixes
1670         bug #525015.
1671         
1672 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1673
1674         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1675         (ev_window_load_file_remote), (ev_window_open_uri):
1676
1677         Handle errors when opening remote files.
1678         
1679 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1682
1683         Only grab the focus for the current visible proxy widget. Fixes
1684         bug #521224.
1685         
1686 2008-03-30  Emil Soleyman  <emil@nishra.com>
1687
1688         * shell/ev-window.c: (launch_external_uri):
1689         
1690         Reuse g_app_info_launch_default_for_uri to
1691         save some code and fix bug #525009.
1692
1693 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1694
1695         * shell/ev-window.c (image_save_dialog_response_cb):
1696
1697         Use g_str_has_suffix. See bug #523069.
1698
1699 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1700
1701         * configure.ac:
1702
1703         Add a configure option to enable/diable DBus. Patch by Rémi
1704         Cardona. Fixes bug 521797.
1705
1706 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1707
1708         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1709
1710         Fix printing in documents with rotated pages. Patch by Eugen
1711         Dedu. Fixes bug #512648.
1712         
1713 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1714
1715         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1716         (ev_link_from_action):
1717
1718         Fix warning messages.
1719         
1720 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * shell/ev-window.c: (image_save_dialog_response_cb):
1723
1724         Do not append the extension to filename when saving an image
1725         if the filename alredy contains the extension. Fixes bug #523069.
1726         
1727 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1728
1729         * shell/ev-view.[ch]: (ev_view_find_cancel):
1730         * shell/ev-window.c: (find_bar_close_cb):
1731
1732         Cancel the find operation when the find bar is closed. Fixes bug
1733         #508845.
1734         
1735 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1736
1737         * backend/ps/psdocument.evince-backend.in:
1738
1739         Make ps backend module resident. Fixes bug #520607.
1740         
1741 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * shell/ev-jobs.c: (ev_job_print_run):
1744
1745         Invert collate action in order to work as expected, fix reverse
1746         printing so that it doesn't start with a blank page and fix number
1747         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1748         
1749 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1750
1751         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1752
1753         Fix build with poppler <= 0.7.2
1754         
1755 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1756
1757         * libdocument/ev-document-misc.c:
1758         (ev_document_misc_surface_from_pixbuf):
1759
1760         Fix selections with poppler-splash.
1761         
1762 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1763
1764         * configure.ac:
1765         * backend/pdf/ev-poppler.cc:
1766
1767         Fix build with poppler >= 0.7.2
1768         
1769 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1770
1771         * configure.ac:
1772         
1773         Update for release 2.22.0
1774
1775 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * NEWS:
1778
1779         Update for upcoming release.
1780
1781 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1782
1783         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1784
1785         Bug 495107 – Handle print dialog responses correctly
1786
1787         Correctly handle print dialog response. Properly fixes
1788         the above mentioned bug.
1789
1790 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1791
1792         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1793
1794         Make sure print job is only run when the print button is
1795         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1796         
1797 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1798
1799         * backend/pdf/pdfdocument.evince-backend.in:
1800         * libdocument/ev-backends-manager.c:
1801         (ev_backends_manager_load_backend),
1802         (ev_backends_manager_get_document):
1803         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1804
1805         Allow making backend modules resident. This is needed only for
1806         some backends like pdf to avoid registering glib types more than
1807         once.
1808         
1809 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1810
1811         * backend/comics/comics-document.c:
1812         * backend/djvu/djvu-document.c:
1813         * backend/impress/impress-document.c:
1814         * backend/pdf/ev-poppler.cc:
1815         * backend/pixbuf/pixbuf-document.c:
1816         * backend/ps/ev-spectre.c:
1817         * backend/ps/ps-document.c:
1818         * backend/tiff/tiff-document.c:
1819         * libdocument/ev-document.h:
1820         * properties/ev-properties-main.c:
1821
1822         Use g_type_module_add_interface instead of
1823         g_type_add_interface_static. Fixes bug #519679.
1824         
1825 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1826
1827         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1828         Added. Returns whether the animation has everything necessary to run.
1829         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1830         is ready just because it's been created. Fixes #519106.
1831         (draw_one_page): Do not show the "Loading..." text in presentation
1832         mode, there was a slim probability that this could happen.
1833
1834 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1835
1836         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1837
1838         Duplicate mime_type string before freeing it so that it doesn't
1839         always fail when getting mime type from uri. Fixes bug #518874.
1840         
1841 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1842
1843         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1844
1845         Fix a crash when a choice form field doesn't have any item
1846         selected. Fixes bug #518831
1847         
1848 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1849
1850         * shell/ev-window.c (ev_window_clear_temp_file):
1851         Use g_file_has_prefix instead of renamed
1852         g_file_contains_file.
1853
1854         * configure.ac:
1855         Require new glib for above change.
1856         
1857 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1858
1859         * libdocument/ev-image.c: (ev_image_finalize),
1860         (ev_image_save_tmp):
1861
1862         Return a real uri instead of a filename when saving an
1863         image. Fixes images drag an drop from evince to nautilus. 
1864         
1865 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1866
1867         * backend/pdf/ev-poppler.cc:
1868         (pdf_document_images_get_image_mapping):
1869
1870         Return the image list in the right order. Fixes bug #516237.
1871         
1872 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1873
1874         * backend/impress/impress-document.c:
1875         (impress_document_thumbnails_get_thumbnail):
1876
1877         Remove unused variable to avoid a compiler warning.
1878
1879 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1880
1881         * configure.ac:
1882         
1883         Update for release 2.21.91.
1884
1885 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * configure.ac:
1888         * shell/Makefile.am:
1889         * shell/ev-application.[ch]:
1890         * shell/ev-sidebar-links.c:
1891         * shell/ev-utils.[ch]:
1892         * shell/ev-window.[ch]:
1893
1894         Remove libgnomeprint support. Fixes bug #512370.
1895         
1896 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1897
1898         * thumbnailer/evince-thumbnailer.c: (main):
1899
1900         Initialize glib type system before using it. Fixes bug #513934.
1901         
1902 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1903
1904         * properties/ev-properties-main.c:
1905
1906         Add missing #include.
1907         
1908 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * configure.ac:
1911         * backend/djvu/djvu-document.c: (djvu_document_render):
1912         * backend/tiff/tiff-document.c: (tiff_document_render):
1913
1914         Use the new cairo function cairo_format_stride_for_width when
1915         available. Fixes bug #482720.
1916
1917 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1918
1919         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1920         (get_mime_type_from_data), (get_document_from_uri):
1921
1922         Use g_content_type_guess() only when slow is true in
1923         get_document_from_uri(). Fix several memory leaks.
1924         
1925 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1926
1927         * libdocument/ev-document-factory.c:
1928         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1929         (get_document_from_uri):
1930
1931         Use g_content_type_guess () to get mimetype for files.
1932         Bug #510401.
1933
1934 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1935
1936         * thumbnailer/Makefile.am:
1937
1938         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1939         
1940 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * configure.ac:
1943
1944         Fix build with --without-libgnome. Fixes bug #512771.
1945         
1946 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1947
1948         * backend/dvi/Makefile.am: Install only dvi
1949         module. Fixes bug #512718.
1950
1951 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1952
1953         * properties/ev-properties-main.c: (nautilus_module_initialize):
1954         
1955         Initialize backends in properties tab. Fixes bug
1956         #512720.
1957
1958 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1959
1960         * properties/Makefile.am: No need to link with 
1961         libraries. Fixes bug #512719.
1962
1963 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1964
1965         * NEWS:
1966         * configure.ac:
1967         
1968         Update for release 2.21.90.
1969
1970 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * shell/ev-window.c: (ev_window_cmd_escape):
1973
1974         Fix compile warning.
1975         
1976 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1979
1980         Fix printing in dvi backend when filename contains white
1981         espaces. Fixes bug #502839.
1982         
1983 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1984
1985         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1986         (screensaver_disable_x11):
1987         * shell/Makefile.am:
1988         * shell/xdg-user-dir-lookup.c: Removed
1989         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1990         * shell/ev-view.c: (ev_view_presentation_transition_start):
1991         * shell/ev-window.c: (ev_window_cmd_file_open),
1992         (ev_window_cmd_save_as), (presentation_set_timeout):
1993
1994         Remove #ifdefs that are no longer needed.
1995         
1996 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1997
1998         * shell/ev-view.[ch]: (ev_view_button_release_event),
1999         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2000         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2001         (ev_window_cmd_escape):
2002
2003         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2004         
2005 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2006
2007         * configure.ac:
2008         * backend/comics/comics-document.c: (comics_document_load):
2009         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2010         (ev_attachment_set_property), (ev_attachment_init),
2011         (ev_attachment_save), (ev_attachment_launch_app),
2012         (ev_attachment_open):
2013         * libdocument/ev-document-factory.c: (get_document_from_uri):
2014         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2015         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2016         * shell/ev-jobs.c:
2017         * shell/ev-password.c: (ev_password_dialog_set_property),
2018         (ev_password_dialog_save_password):
2019         * shell/ev-sidebar-attachments.c:
2020         (ev_sidebar_attachments_drag_data_get):
2021         * shell/ev-window-title.c: (get_filename_from_uri):
2022         * shell/ev-window.c: (ev_window_clear_temp_file),
2023         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2024         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2025         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2026         (launch_external_uri), (image_save_dialog_response_cb),
2027         (attachment_save_dialog_response_cb):
2028         * shell/main.c: (load_files), (load_files_remote), (main):
2029         * thumbnailer/evince-thumbnailer.c: (main):
2030
2031         Port to gio and drop gnome-vfs dependency. Fixes bug
2032         #510401. Based on patch by Cosimo Cecchi.
2033         
2034 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2035
2036         * NEWS:
2037
2038         Fixed formatting inconsistencies (spaces vs. tabs)
2039
2040 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2041
2042         * shell/ev-window.c:
2043
2044         Use top/up/bottom/down arrows instead of
2045         first/left/last/right in the toolbar and menu actions.
2046         This fixes issues with RTL languages and is visually
2047         consistent with the page view. Fixes bug #170081.
2048
2049 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2050
2051         * NEWS:
2052
2053         Fixed some inaccuracies pointed out by Carlos Garcia
2054         Campos.
2055
2056 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2057
2058         * NEWS:
2059         * data/evince.schemas.in:
2060         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2061
2062         Override PDF restrictions by default. Fixes bug #382700.
2063
2064 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2065
2066         * NEWS: Updated for upcoming release
2067
2068 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2069
2070         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2071
2072         Fix memory leak.
2073         
2074 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2075
2076         * shell/ev-window.c: (register_custom_actions):
2077         
2078         Added comment for translators
2079
2080 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2081
2082         * shell/ev-view.c: (ev_view_button_release_event):
2083
2084         Do not create the idle function for kinetic scrolling if we are
2085         not in a drag operation.
2086
2087 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2088
2089         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2090         (ev_view_button_press_event), (ev_view_motion_notify_event),
2091         (ev_view_button_release_event):
2092
2093         Restore cursor after autoscrolling. Fixes bug #509958.
2094
2095 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * configure.ac:
2098         * backend/pdf/ev-poppler.cc:
2099         (pdf_document_images_get_image_mapping),
2100         (pdf_document_images_get_image),
2101         (pdf_document_document_images_iface_init):
2102         * libdocument/ev-document-images.[ch]:
2103         (ev_document_images_get_image_mapping),
2104         (ev_document_images_get_image):
2105         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2106         (ev_image_get_id), (ev_image_save_tmp):
2107         * shell/ev-jobs.c: (ev_job_render_run):
2108         * shell/ev-view.c: (ev_view_drag_data_get):
2109         * shell/ev-window.c: (image_save_dialog_response_cb),
2110         (ev_view_popup_cmd_copy_image):
2111
2112         Do not render images when rendering the page but on demand. It
2113         reduces the memory comsumption.
2114         
2115 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2116
2117         * configure.a:
2118         * shell/ev-password.c:
2119
2120         Make gnome-keyring optional. Fixes bug #509676.
2121         
2122 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2123
2124         * shell/ev-pixbuf-cache.c: (add_job):
2125
2126         Initialize include_images variable as FALSE instead of TRUE.
2127         
2128 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2129
2130         * configure.ac:
2131         * cut-n-paste/Makefile.am:
2132         * cut-n-paste/fileformatchooser/Makefile.am:
2133         * cut-n-paste/fileformatchooser/egg-macros.h:
2134         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2135         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2136         * shell/Makefile.am:
2137         * shell/ev-utils.c:
2138         (file_chooser_dialog_add_writable_pixbuf_formats),
2139         (get_gdk_pixbuf_format_by_extension):
2140         * shell/ev-utils.h:
2141         * shell/ev-window.c: (ev_window_error_message),
2142         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2143         
2144         Simplify image format selection on save.
2145
2146 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2147
2148         * shell/ev-view.c: (ev_view_scroll_event):
2149         
2150         Repair gorizontal scrolling with shift. Fixes
2151         bug #483412.
2152
2153 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2154         
2155         * MAINTAINERS:
2156
2157         Fix formatting issues.
2158         
2159 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2160
2161         * backend/comics/comics-document.c: (comics_regex_quote):
2162         
2163         Don't overquote special chars except of '. See bug 
2164         502500. Thanks to Tom Parker.
2165
2166 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2167
2168         * MAINTAINERS:
2169         
2170         Added Nickolay and Carlos, since they're doing most of
2171         the releases nowadays.
2172
2173 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2174
2175         * properties/Makefile.am:
2176
2177         Get the nautilus extension dir properly instead of using
2178         a hack. Fixes bug #505359.
2179
2180 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2181
2182         * properties/Makefile.am:
2183         
2184         Install nautilus extension into new place. See bug
2185         #505359. Thanks to Matthias Clasen, Brian Pepple and
2186         Damien Carbery.
2187
2188 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2189
2190         * shell/ev-window.c: (ev_window_get_recent_file_label):
2191         
2192         RTL marker in recent file list. See bug #509076.
2193
2194 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2197         * shell/ev-window.c: (image_save_dialog_response_cb):
2198
2199         Fix compile warnings due to unused variables.
2200         
2201 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2202
2203         * configure.ac:
2204         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2205         * backend/ps/ev-spectre.c: (ps_document_render):
2206
2207         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2208
2209 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2210
2211         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2212         (ev_transition_animation_paint): Implement "fade" effect.
2213
2214 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2215
2216         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2217         (ev_transition_animation_paint): Implement "uncover" effect.
2218
2219 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2220
2221         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2222         (ev_transition_animation_paint): Implement "cover" effect.
2223
2224 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2225
2226         * shell/ev-transition-animation.c (ev_transition_animation_push)
2227         (ev_transition_animation_paint): Implement "push" effect.
2228
2229 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2230
2231         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2232         (ev_transition_animation_paint): Implement "dissolve" effect.
2233
2234 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2235
2236         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2237         (ev_transition_animation_paint): Implement "wipe" effect.
2238
2239 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2240
2241         * shell/ev-transition-animation.c (ev_transition_animation_box)
2242         (ev_transition_animation_paint): Implement "box" effect.
2243
2244 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2245
2246         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2247         (ev_transition_animation_paint): Implement "blinds" effect.
2248
2249 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2250
2251         * shell/ev-transition-animation.c (ev_transition_animation_split)
2252         (ev_transition_animation_paint): Implement "split" effect.
2253
2254 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2255
2256         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2257         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2258         (ev_view_transition_animation_start) 
2259         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2260         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2261         (ev_view_next_page) (ev_view_previous_page):
2262         
2263         Use EvTransitionAnimation to drive page changes in the presentation
2264         mode, the animation will wait to start until both the origin and 
2265         destination page surfaces are available. Fixes #458460.
2266
2267         (draw_loading_text):
2268
2269         Remove workaround for bug #320352, it's now fixed properly.
2270
2271
2272 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2273
2274         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2275         will contain the implementations for page transition animations, at
2276         the moment it just has the "replace" effect.
2277         * shell/Makefile.am: Added these files to build.
2278
2279 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2280
2281         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2282         animations.
2283         * shell/Makefile.am: Added these files to build.
2284
2285 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2286
2287         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2288         implementation to get_effect() in EvDocumentTransitionIface.
2289
2290 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2291
2292         * libdocument/ev-transition-effect.[ch]: New files, define a page
2293         transition effect, at the moment it maps PopplerPageTransition to a
2294         GObject.
2295         * libdocument/Makefile.am: Added these files to build.
2296         * libdocument/ev-document-transition.[ch]
2297         (ev_document_transition_get_effect): New method, gets the
2298         EvTransitionEffect returned by the interface implementation, with
2299         fallback to the "replace" effect.
2300
2301 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2302
2303         * configure.ac:
2304         * cut-n-paste/Makefile.am:
2305         * cut-n-paste/fileformatchooser/Makefile.am:
2306         * cut-n-paste/fileformatchooser/egg-macros.h:
2307         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2308         * shell/Makefile.am:
2309         * shell/ev-window.c: (image_save_dialog_response_cb),
2310         (ev_view_popup_cmd_save_image_as):
2311
2312         Allow exporting images in any format supported by
2313         GdkPixbuf. Fixes bug #500209.
2314         
2315 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * backend/pixbuf/pixbuf-document.c:
2318
2319         More warnings fixed.
2320         
2321 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2322
2323         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2324         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2325         * backend/djvu/djvu-text.h:
2326         * backend/tiff/tiff-document.c: (tiff_document_render):
2327
2328         Fix compile warnings.
2329         
2330 2007-12-28  Christian Persch  <chpe@gnome.org>
2331
2332         * **/*.c: Include config.h. Bug #504721.
2333
2334 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * configure.ac:
2337         * Makefile.am:
2338         * po/POTFILES.in:
2339         * backend/comics/Makefile.am:
2340         * backend/comics/comics-document.[ch]:
2341         * backend/comics/comicsdocument.evince-backend.in:
2342         * backend/djvu/Makefile.am:
2343         * backend/djvu/djvu-document.[ch]:
2344         * backend/djvu/djvudocument.evince-backend.in:
2345         * backend/dvi/Makefile.am:
2346         * backend/dvi/dvi-document.[c]:
2347         * backend/dvi/dvidocument.evince-backend.in:
2348         * backend/impress/Makefile.am:
2349         * backend/impress/impress-document.[ch]:
2350         * backend/impress/impressdocument.evince-backend.in:
2351         * backend/pdf/Makefile.am:
2352         * backend/pdf/ev-poppler.cc:
2353         * backend/pdf/ev-poppler.h:
2354         * backend/pdf/pdfdocument.evince-backend.in:
2355         * backend/pixbuf/Makefile.am:
2356         * backend/pixbuf/pixbuf-document.[ch]:
2357         * backend/pixbuf/pixbufdocument.evince-backend.in:
2358         * backend/ps/Makefile.am:
2359         * backend/ps/ev-spectre.[ch]:
2360         * backend/ps/ps-document.[ch]:
2361         * backend/ps/psdocument.evince-backend.in:
2362         * backend/tiff/Makefile.am:
2363         * backend/tiff/tiff-document.[ch]:
2364         * backend/tiff/tiffdocument.evince-backend.in:
2365         * libdocument/Makefile.am:
2366         * libdocument/ev-backends-manager.[ch]:
2367         * libdocument/ev-module.[ch]:
2368         * libdocument/ev-document.h:
2369         * libdocument/ev-document-factory.[ch]:
2370         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2371         (get_compression_from_mime_type), (get_document_from_uri),
2372         (ev_document_factory_get_document), (file_filter_add_mime_types),
2373         (ev_document_factory_add_filters):
2374         * shell/Makefile.am:
2375         * shell/ev-window-title.c: (get_filename_from_uri):
2376         * shell/main.c: (main):
2377         * thumbnailer/Makefile.am:
2378         * thumbnailer/evince-thumbnailer.c: (main):
2379
2380         Plugin system for backends. Fixes bug #351348.
2381         
2382 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2383
2384         * shell/ev-view-private.h:
2385         * shell/ev-view.c: (ev_view_drag_update_momentum),
2386         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2387         (ev_view_button_release_event), (ev_view_destroy):
2388         
2389         Kinetic scrolling implemented as requested in
2390         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2391
2392 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2393
2394         * data/evince-toolbar.xml:
2395         * data/evince-ui.xml:
2396         * shell/ev-view-private.h:
2397         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2398         (ev_view_button_press_event), (ev_view_motion_notify_event),
2399         (ev_view_button_release_event), (ev_view_init),
2400         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2401         (ev_view_set_cursor):
2402         * shell/ev-view.h:
2403         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2404         (ev_window_cmd_view_autoscroll):
2405         
2406         Autoscroll feature with the context menu. Fixes bug 
2407         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2408
2409 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2410
2411         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2412
2413         Disconnect also page-ready signal when removing a job because the
2414         page size has changed. Thanks to kripken
2415         <kripkensteiner@gmail.com>.
2416
2417 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2418
2419         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2420         
2421         Scroll pages in page entry with mouse wheel. Fixes bug
2422         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2423
2424 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2425
2426         * backend/dvi/Makefile.am:
2427         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2428         (mdvi_cairo_device_init):
2429         * backend/dvi/mdvi-lib/common.h:
2430         * backend/dvi/mdvi-lib/mdvi.h:
2431         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2432         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2433         (mdvi_build_path_from_cwd):
2434
2435         Add ps specials support in dvi backend when libspectre is
2436         present. Fixes bug #386005.
2437         
2438 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2439
2440         * configure.ac:
2441         * backend/ps/Makefile.am:
2442         * backend/ps/ev-spectre.[ch]:
2443         
2444         Use libspectre, if available, for the ps backend. Fixes bugs
2445         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2446
2447 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2448         
2449         * backend/comics/comics-document.c: (comics_document_load):
2450         
2451         Cygwin build issue fix.
2452
2453 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2454
2455         * shell/ev-view.c: (ev_view_set_zoom):
2456
2457         Do not limit the minimum zoom factor when sizing mode is best bit
2458         or fit width. Fixes bug #503805.
2459         
2460 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2463         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2464         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2465         (ev_link_dest_get_property), (ev_link_dest_set_property),
2466         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2467         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2468         (ev_link_dest_new_fitr):
2469         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2470         (goto_fith_dest), (goto_xyz_dest):
2471
2472         Do not change left, top and zoom values when they are null in PDF
2473         destinations. Fixes bug #460658.
2474         
2475 2007-12-10  Christian Persch  <chpe@gnome.org>
2476
2477         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2478         (ev_view_accessible_class_init),
2479         (ev_view_accessible_idle_do_action),
2480         (ev_view_accessible_action_do_action),
2481         (ev_view_accessible_action_get_description),
2482         (ev_view_accessible_action_set_description),
2483         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2484         (ev_view_accessible_factory_init),
2485         (ev_view_accessible_factory_get_accessible_type):
2486         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2487         private data, and G_DEFINE_TYPE. Bug #502843.
2488
2489 2007-12-08  Christian Persch  <chpe@gnome.org>
2490
2491         * shell/ev-metadata-manager.c: (item_free),
2492         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2493         (value_free), (parse_value), (parseItem),
2494         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2495         (save_values): Use GSlice to allocate small amounts of memory. Bug
2496         #475972.
2497
2498 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2501
2502         Restore cursor to normal after a drag operation. Fixes bug
2503         #501603.
2504         
2505 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2506
2507         * NEWS:
2508         * configure.ac:
2509         
2510         Update for release 2.21.1
2511
2512 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2513
2514         * configure.ac:
2515         * cut-n-paste/gedit-message-area/Makefile.am:
2516         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2517         * shell/Makefile.am:
2518         * shell/ev-message-area.[ch]:
2519         * shell/ev-window.c: (ev_window_set_message_area),
2520         (ev_window_error_message_response_cb), (ev_window_error_message),
2521         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2522         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2523         (ev_attachment_popup_cmd_open_attachment),
2524         (attachment_save_dialog_response_cb), (ev_window_set_document),
2525         (ev_window_init):
2526
2527         Use a message area instead of a popup dialog for error
2528         notifications. Fixes bug #337495.
2529         
2530 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2531
2532         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2533         (ev_window_run_fullscreen):
2534
2535         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2536         
2537 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * ev-sidebar-thumbnails.c: (update_visible_range),
2540         (ev_sidebar_thumbnails_refresh),
2541         (ev_sidebar_thumbnails_set_document),
2542         (ev_sidebar_thumbnails_support_document):
2543
2544         Show thumbnails for documents with one page. Fixes bug #358751.
2545         
2546 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2547
2548         * shell/ev-window.c:
2549         (ev_window_load_print_settings_from_metadata),
2550         (ev_window_save_print_settings), (ev_window_print_finished),
2551         (ev_window_print_range):
2552
2553         Print settings that are specific to the document are now saved per
2554         document in the metadata file. Fixes bug #488806.
2555         
2556 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2557
2558         * backend/tiff/tiff-document.c: (tiff_document_render):
2559
2560         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2561         
2562 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2563
2564         * shell/ev-application.[ch]: (get_find_string_from_args),
2565         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2566         (ev_application_open_uri_list):
2567         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2568         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2569         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2570         (ev_window_cmd_recent_file_activate),
2571         (ev_window_open_recent_action_item_activated),
2572         (ev_window_print_send), (open_remote_link):
2573         * shell/main.c: (arguments_parse):
2574
2575         Add a command line option for search. Fixes bug #497710.
2576         
2577 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2578
2579         * shell/ev-jobs.c: (ev_job_print_new):
2580
2581         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2582         
2583 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * data/evince-toolbar.xml:
2586         * shell/Makefile.am:
2587         * shell/ev-application.c: (ev_application_init):
2588         * shell/ev-open-recent-action.[ch]:
2589         * shell/ev-window.c:
2590         (ev_window_open_recent_action_item_activated),
2591         (register_custom_actions):
2592
2593         Add an expander to the open toolbar item which pops up a dropdown
2594         menu with the recently used documents. Fixes bug #487215.
2595         
2596 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2597
2598         * shell/ev-window.c: (ev_window_open_uri),
2599         (ev_window_cmd_view_reload):
2600
2601         Do not jump to the first page when reloading by running evince
2602         from the command line. Fixes bug #490847.
2603         
2604 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2605
2606         * shell/ev-window.c: (ev_window_cmd_help_contents):
2607
2608         Plugged memory leak when help file is not found. Fixes bug
2609         #490762.
2610         
2611 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2612
2613         * configure.ac:
2614
2615         Enable djvu, dvi and comics backends by default. Fixes bug
2616         #437121.
2617         
2618 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * configure.ac:
2621         * cut-n-paste/Makefile.am:
2622         * cut-n-paste/recent-files/*: Removed
2623         * help/reference/Makefile.am:
2624         * shell/Makefile.am:
2625         * shell/ev-application.[ch]: (ev_application_shutdown),
2626         (ev_application_init):
2627         * shell/ev-window.c: (ev_window_add_recent),
2628         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2629
2630         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2631         
2632 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2633
2634         * shell/ev-window.c: (launch_external_uri):
2635
2636         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2637         and report error if the URL is not supported (#489910).
2638
2639 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2642         (pdf_document_file_exporter_begin_page),
2643         (pdf_document_file_exporter_end_page):
2644
2645         Fix printing with poppler splash backend. Fixes bug #489774.
2646         
2647 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2648
2649         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2650         * shell/ev-print-job.c: (ev_print_job_class_init):
2651
2652         Fix a crash when printing with the gnome-print dialog. Fixes bug
2653         #488939.
2654         
2655 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2656
2657         * backend/pixbuf/pixbuf-document.c:
2658
2659         Fix an implicit function definition warning (#487655)
2660
2661 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * shell/ev-window.c:
2664
2665         Fix conflicting shortcut for view sade pane and presentation.
2666         
2667 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2668
2669         * backend/pdf/ev-poppler.cc:
2670         (pdf_document_file_exporter_begin_page),
2671         (pdf_document_file_exporter_do_page),
2672         (pdf_document_file_exporter_end_page),
2673         (pdf_document_file_exporter_iface_init):
2674         * libdocument/ev-file-exporter.[ch]:
2675         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2676         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2677         (ev_job_print_run):
2678
2679         When printing multiple pages per sheet in reverse option, do not
2680         invert the order of the pages in every sheet, but the order of the
2681         sheets. Do not print blank pages when page range is invalid. Fixes
2682         bugs #484857 and #485521.
2683         
2684 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2685
2686         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2687         (ev_job_print_run):
2688         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2689
2690         Respect ranges order when printing more than one range in random
2691         order.
2692         
2693 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2694
2695         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2696         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2697
2698         Rotate also the window icon when document is rotated. Fixes bug
2699         #474681.
2700         
2701 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2702
2703         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2704         (pdf_document_forms_get_form_fields):
2705
2706         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2707         Matthias Drochner.
2708         
2709 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2710
2711         * configure.ac:
2712         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2713
2714         Use poppler_page_render_for_printing() instead of
2715         poppler_page_render() if available when exporting to a ps or pdf
2716         file. Fixes bug #476627.
2717         
2718 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2719
2720         * shell/ev-window.c: (ev_window_run_fullscreen):
2721
2722         Do not show the toolbar in fullscreen mode if the main toolbar is
2723         not visible. Fixes bug #483048.
2724         
2725 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2726
2727         * shell/ev-view.c: (ev_view_button_press_event):
2728
2729         Give priority to form fields over images when deciding whether a
2730         button press event is over an image or form field. It allows edit
2731         form fields when they are over a background image. Fixes bug
2732         #477841.
2733         
2734 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2735
2736         * NEWS:
2737         * configure.ac:
2738         
2739         Update for release 2.20.0
2740
2741 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2742
2743         * backend/pdf/ev-poppler.cc:
2744
2745         Remove #ifdef HAVE_FORMS, so that forms support works again.
2746
2747 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2748
2749         * configure.ac:
2750         * data/evince.desktop.in.in:
2751         
2752         Fixes desktop file issues. See bug #473471.
2753
2754 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2755
2756         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2757         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2758         (ev_job_queue_remove_job):
2759         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2760         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2761         * shell/ev-window.c: (ev_window_clear_save_job),
2762         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2763         (ev_window_dispose):
2764
2765         Move save a copy task to its own job so that it's carried out in a
2766         thread avoiding another lock in the main thread. Use
2767         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2768         can be saved to a pathin another file system. Fixes bug #456891.
2769         
2770 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2771
2772         * NEWS:
2773         * configure.ac:
2774         
2775         Update for release 2.19.92
2776
2777 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2778
2779         * configure.ac:
2780         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2781         (pdf_selection_get_selection_region),
2782         (pdf_selection_get_selection_map),
2783         (ev_form_field_from_poppler_field):
2784
2785         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2786         and triple click selections are enabled again now.
2787
2788 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2789
2790         * shell/ev-window.c: (ev_window_add_history):
2791
2792         Make sure not to use the history with documents not supporting
2793         links. Fixes bug #468954.
2794
2795 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2796
2797         * shell/ev-window.c: (ev_window_load_job_cb):
2798
2799         Restart the search when reloading a document with the find bar
2800         visible. Fixes bug #461962.
2801
2802 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * shell/ev-window.c: (setup_document_from_metadata),
2805         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2806
2807         Do not jump to the first page when reloading a document from the
2808         last page.
2809
2810 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2811
2812         * shell/ev-window.c: (update_chrome_flag),
2813         (setup_sidebar_from_metadata),
2814         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2815         (ev_window_cmd_edit_find_next),
2816         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2817         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2818         (find_bar_close_cb), (view_actions_focus_in_cb):
2819
2820         Do not update visibility when changing a chrome flag so that it's
2821         possible to update several flags and update visibility only once
2822         for all of them.
2823
2824 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2825
2826         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2827
2828         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2829         supported by gtk+. Fixes bug #460907.
2830
2831 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2832
2833         * shell/ev-view.c: (view_update_range_and_current_page):
2834
2835         Make sure current-page <= end-page in continuous mode. Fixes bug
2836         #454950.
2837
2838 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2839
2840         * backend/pdf/ev-poppler.cc: (build_tree):
2841
2842         Ignore outline items without a title. Fixes bug #453913.
2843
2844 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2845
2846         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2847         (ev_view_button_release_event), (ev_view_leave_notify_event):
2848
2849         Use always drag mouse cursor during a drag operation. Fixes bug
2850         #470564.
2851
2852 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2853
2854         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2855         (pdf_selection_get_selection_region),
2856         (pdf_selection_get_selection_map):
2857
2858         Temporarily disable double and triple selections since it depends on
2859         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2860         released and the update of the external dependency minimal version
2861         approved.
2862
2863 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2866         (pdf_document_file_exporter_do_page):
2867         * libdocument/ev-file-exporter.h:
2868         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2869         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2870
2871         Actually fix printing regressions. Remove orientation from
2872         EvPrintContext since it's redundant.
2873
2874 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2875
2876         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2877         * backend/impress/impress-document.c:
2878         (impress_document_document_iface_init):
2879         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2880         * backend/djvu/djvu-document.c:
2881         (djvu_document_document_iface_init),
2882         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2883         * backend/tiff/tiff-document.c:
2884         (tiff_document_document_iface_init):
2885         * backend/pixbuf/pixbuf-document.c:
2886         (pixbuf_document_document_iface_init):
2887         * backend/comics/comics-document.c:
2888         (comics_document_document_iface_init):
2889         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2890         (pdf_selection_render_selection),
2891         (pdf_selection_get_selected_text),
2892         (pdf_selection_get_selection_region),
2893         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2894         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2895         (ev_selection_get_selection_region),
2896         (ev_selection_get_selection_map):
2897         * libdocument/ev-document.[ch]:
2898         * shell/ev-pixbuf-cache.[ch]: (add_job),
2899         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2900         * shell/ev-view-private.h:
2901         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2902         (ev_job_render_run):
2903         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2904         * shell/ev-view.c: (start_selection_for_event),
2905         (ev_view_button_press_event), (ev_view_drag_data_get),
2906         (ev_view_drag_data_received), (ev_view_button_release_event),
2907         (compute_new_selection_text), (compute_selections),
2908         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2909         (ev_view_primary_get_cb):
2910
2911         Add support for double and triple click selections.
2912
2913 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2914
2915         * NEWS:
2916         * configure.ac:
2917
2918         Update for release 2.19.4
2919
2920 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2921
2922         * shell/ev-view-private.h:
2923         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2924         (ev_view_set_highlight_search):
2925         * shell/ev-view.h:
2926         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2927         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2928         (find_bar_visibility_changed_cb):
2929         
2930         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2931
2932 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2933
2934         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2935         (pdf_document_file_exporter_begin),
2936         (pdf_document_file_exporter_do_page):
2937         * shell/ev-jobs.c: (ev_job_print_run):
2938         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2939
2940         Create always a portrait cairo surface and rotate when needed for
2941         landscape. It fixes printing problems in real printers.
2942
2943 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2944
2945         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2946         * libdocument/ev-file-exporter.[ch]:
2947         (ev_file_exporter_get_capabilities):
2948         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2949         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2950
2951         Adjust number of pages per row according to page orientation when
2952         printing 2 or 6 pages per sheet.
2953
2954 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2955
2956         * shell/ev-window.c: (ev_window_print_send):
2957
2958         Reset also cups setting to 1 when printing multiple pages per
2959         sheet. Fixes bug #468853.
2960
2961 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2962
2963         * libdocument/ev-document-misc.c:
2964         (ev_document_misc_surface_rotate_and_scale):
2965
2966         Use directly cairo_surface_get_content() when creating a similar
2967         surface as suggested by Jeff Muizelaar. Thanks again.
2968
2969 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2970
2971         * backend/djvu/djvu-document.c: (djvu_document_render):
2972         * backend/tiff/tiff-document.c: (tiff_document_render):
2973         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2974         * libdocument/ev-document-misc.c:
2975         (ev_document_misc_surface_from_pixbuf),
2976         (ev_document_misc_surface_rotate_and_scale):
2977
2978         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2979         creating page surfaces. Fixes bug #453123. Thank you very much to
2980         Jeff Muizelaar <jeff@infidigm.net>.
2981
2982 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2983
2984         * shell/ev-page-cache.c: (ev_page_cache_new),
2985         (ev_page_cache_get_thumbnail_size):
2986         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2987         (ev_sidebar_thumbnails_set_loading_icon):
2988
2989         Also store in page-cache the dimensions of the thumbnails so that
2990         they can be used to create the correct loading icon in the side
2991         pane. Fixes bug #466857.
2992
2993 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2994
2995         * backend/pdf/ev-poppler.cc:
2996         (pdf_document_thumbnails_get_thumbnail):
2997
2998         Fix thumbnails rotation in pdf documents that include embedded 
2999         thumbnails.
3000
3001 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3002
3003         * backend/pdf/ev-poppler.cc:
3004
3005         Don't use #ifdef in macro expansion. Some compilers don't
3006         like that. Closes bug #467042.
3007
3008 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3009
3010         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3011         
3012         Fixes memory leak in djvu backend.
3013
3014 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3015
3016         * data/icons/32x32/Makefile.am:
3017         * data/icons/32x32/actions/Makefile.am:
3018         * data/icons/32x32/actions/view-page-cont.svg:
3019         * data/icons/32x32/actions/view-page-facing.svg:
3020         * data/icons/48x48/Makefile.am:
3021         * data/icons/48x48/actions/Makefile.am:
3022         * data/icons/48x48/actions/view-page-cont.svg:
3023         * data/icons/48x48/actions/view-page-facing.svg:
3024         
3025         Icons for a new sizes.
3026
3027 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3028
3029         * shell/ev-page-cache.c: (build_height_to_page),
3030         (ev_page_cache_get_height_to_page):
3031         
3032         Fixes invalid read, see bug #466401.
3033
3034 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3035
3036         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3037         (set_drag_cursor):
3038         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3039         (configure_item_cursor), (new_pixbuf_from_widget):
3040
3041         Fix multihead problems in toolbar editor. Fixes bug #382055.
3042
3043 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3044
3045         * shell/ev-window.c: (ev_window_cmd_file_open),
3046         (ev_window_cmd_save_as):
3047
3048         Use g_get_user_special_dir when available instead of
3049         xdg_user_dir_lookup.
3050
3051 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3052
3053         * MAINTAINERS:
3054         
3055         Updated according to request on desktop-devel.
3056
3057 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3058
3059         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3060
3061         Do not use cairo_rectangle and cairo_clip since we are
3062         not using cairo_fill but cairo_paint. Use the same cairo context
3063         for every page in the same expose event.
3064
3065 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3066
3067         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3068         leak.
3069
3070 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3071
3072         * configure.ac:
3073         * NEWS:
3074
3075         Release 0.9.3
3076
3077 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3078
3079         * libdocument/ev-document-info.h:
3080         * libdocument/ev-document.h:
3081         * shell/ev-page-action.h:
3082         * shell/ev-sidebar-links.h:
3083
3084         Fix a headers problem with ev-link
3085         
3086         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3087         * shell/ev-view-private.h:
3088         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3089         (get_link_area), (ev_view_query_tooltip),
3090         (ev_view_leave_notify_event), (ev_view_destroy),
3091         (ev_view_class_init):
3092
3093         Use new gtk tooltips when available instead of ev-tooltip.
3094         
3095 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3096
3097         * shell/ev-window.c: (update_chrome_visibility),
3098         (ev_window_sidebar_visibility_changed_cb):
3099
3100         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3101         
3102 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3103
3104         * shell/ev-navigation-action.c:
3105         (ev_navigation_action_history_changed),
3106         (ev_navigation_action_set_history):
3107         * shell/ev-navigation-action-widget.c:
3108         (ev_navigation_action_widget_init):
3109         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3110
3111         Fix compile warnings.
3112         
3113 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3114
3115         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3116         (egg_editable_toolbar_dispose):
3117
3118         Fix memory leak.
3119         
3120 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3121
3122         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3123         (screensaver_disable_x11):
3124         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3125         * shell/ev-window.c: (presentation_set_timeout):
3126         * shell/ev-view.c: (ev_view_presentation_transition_start):
3127
3128         Use g_timeout_add_seconds instead of g_timeout_add when
3129         available.
3130         
3131 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3132
3133         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3134
3135         Set horizontal scrollbar policy to AUTOMATIC instead of
3136         NEVER. Workaround for bug #449462.
3137         
3138 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3139
3140         * shell/ev-jobs.c: (ev_job_render_page_ready):
3141
3142         Add page_ready callback to main loop with high priority and hold
3143         a reference to job during idle.
3144         
3145 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3146
3147         * configure.ac:
3148         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3149         (pdf_document_file_exporter_begin),
3150         (pdf_document_file_exporter_do_page),
3151         (pdf_document_file_exporter_get_capabilities):
3152         * libdocument/ev-file-exporter.h:
3153         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3154         * shell/ev-window.c: (ev_window_print_send),
3155         (ev_window_print_dialog_response_cb):
3156
3157         Allow printing multiple pages per sheet. Fixes bug #395573.
3158         
3159 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3160
3161         * shell/ev-view.c: (tip_from_link):
3162         
3163         Check for NULL, fixes bug #460862.
3164
3165 2007-07-29  Christian Persch  <chpe@gnome.org>
3166
3167         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3168         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3169         (ev_window_cmd_preview_print):
3170         
3171         Fixes bug #437681 - blocks while enumerating printers.
3172
3173 2007-07-29  Christian Persch  <chpe@gnome.org>
3174
3175         * shell/ev-window.c: (ev_window_screen_changed):
3176         
3177         Don't use deprecated gtk+ function. See bug #460909.
3178
3179 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3180
3181         * shell/ev-utils.c: (get_num_monitors):
3182         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3183
3184         Do not use display before initializing it. Remove compile
3185         warnings.
3186
3187 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3188
3189         * shell/ev-view.c: (ev_view_class_init):
3190         
3191         Unix-like hjkl bindings added. See bug #458111.
3192
3193 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3194
3195         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3196         * shell/ev-utils.h:
3197         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3198         (ev_view_update_view_size):
3199         * shell/ev-view.h:
3200         * shell/ev-window.c: (ev_window_update_actions),
3201         (setup_view_from_metadata), (ev_window_screen_changed),
3202         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3203         (zoom_control_changed_cb):
3204         * shell/ev-window.h:
3205         
3206         Reorganizes utility functions.
3207
3208 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3209
3210         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3211         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3212         (add_job), (ev_pixbuf_cache_get_surface),
3213         (ev_pixbuf_cache_get_link_mapping),
3214         (ev_pixbuf_cache_get_image_mapping),
3215         (ev_pixbuf_cache_get_form_field_mapping),
3216         (ev_pixbuf_cache_get_text_mapping):
3217         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3218         (notify_page_ready), (ev_job_render_page_ready),
3219         (ev_job_render_run):
3220
3221         Add page_ready signal to notify that page is ready as soon as
3222         possible even if other page elements like links, forms, images or
3223         text mapping are not ready yet.
3224
3225 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3226
3227         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3228         (dvi_document_file_exporter_do_page),
3229         (dvi_document_file_exporter_get_capabilities),
3230         (dvi_document_file_exporter_iface_init):
3231         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3232         (ps_document_file_exporter_do_page),
3233         (ps_document_file_exporter_get_capabilities),
3234         (ps_document_file_exporter_iface_init):
3235         * backend/djvu/djvu-document.c:
3236         (djvu_document_file_exporter_begin),
3237         (djvu_document_file_exporter_end),
3238         (djvu_document_file_exporter_get_capabilities),
3239         (djvu_document_file_exporter_iface_init):
3240         * backend/tiff/tiff-document.c:
3241         (tiff_document_file_exporter_begin),
3242         (tiff_document_file_exporter_get_capabilities),
3243         (tiff_document_document_file_exporter_iface_init):
3244         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3245         (pdf_document_file_exporter_do_page),
3246         (pdf_document_file_exporter_get_capabilities),
3247         (pdf_document_file_exporter_iface_init):
3248         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3249         (ev_file_exporter_get_capabilities):
3250         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3251         (idle_print_handler), (ev_print_job_print):
3252         * shell/ev-jobs.c: (ev_job_print_run):
3253         * shell/ev-window.c: (ev_window_print_send),
3254         (ev_window_print_range):
3255
3256         Use capabilities to know which options should be offered by the
3257         print dialog depending on the document backend.
3258
3259 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3260
3261         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3262
3263         Give priority to forms over text to set the cursor.
3264
3265 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3266
3267         * shell/ev-view-private.h:
3268         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3269         (ev_view_leave_notify_event), (ev_view_finalize),
3270         (ev_view_get_property), (ev_view_class_init):
3271
3272         Use IBEAM cursor for text form fields and NORMAL cursor for read
3273         only fields. Remove unused status attribute.
3274
3275 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3276
3277         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3278
3279         Update region for current selected items also for checkbox
3280         buttons, since they can behave as radio buttons when they are in a
3281         set.
3282
3283 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3284
3285         * configure.ac:
3286         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3287
3288         Get max length of text form fields.
3289
3290 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3291
3292         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3293         * libdocument/ev-form-field.h:
3294         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3295
3296         Fix build with current poppler cvs head.
3297
3298 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3299
3300         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3301         * shell/eggfindbar.c: (egg_find_bar_init):
3302
3303         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3304         deprecation. Fixes bug #455667
3305
3306 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3307
3308         * NEWS:
3309         * configure.ac:
3310         
3311         Update for release 0.9.2
3312
3313 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3314
3315         * shell/ev-view.c: (ev_view_form_field_text_save),
3316         (ev_view_form_field_choice_save):
3317
3318         Fix a crash when closing whith a form widget visible.
3319
3320 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3323
3324         Update also the region of the current selected button when
3325         clicking on another button if they are radio buttons.
3326
3327 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3328
3329         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3330         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3331         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3332         (ev_pixbuf_cache_get_link_mapping),
3333         (ev_pixbuf_cache_get_image_mapping),
3334         (ev_pixbuf_cache_get_form_field_mapping),
3335         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3336         * shell/ev-view.c: (ev_view_form_field_get_region),
3337         (ev_view_form_field_button_create_widget),
3338         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3339         (job_finished_cb):
3340
3341         Redraw only form field region instead of the whole page when
3342         reloading a page to show changes on the form field.
3343
3344 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3345
3346         * shell/ev-view.c: (ev_view_form_field_choice_save):
3347
3348         Fix selection of first item in list form fields.
3349
3350 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3351
3352         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3353         (ev_pixbuf_cache_reload_page),
3354         (ev_pixbuf_cache_get_form_field_mapping):
3355
3356         Some refactoring to avoid duplicated code.
3357
3358 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * configure.ac:
3361         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3362         (ev_form_field_from_poppler_field),
3363         (pdf_document_forms_get_form_fields),
3364         (pdf_document_forms_form_field_text_get_text),
3365         (pdf_document_forms_form_field_text_set_text),
3366         (pdf_document_forms_form_field_button_set_state),
3367         (pdf_document_forms_form_field_button_get_state),
3368         (pdf_document_forms_form_field_choice_get_item),
3369         (pdf_document_forms_form_field_choice_get_n_items),
3370         (pdf_document_forms_form_field_choice_is_item_selected),
3371         (pdf_document_forms_form_field_choice_select_item),
3372         (pdf_document_forms_form_field_choice_toggle_item),
3373         (pdf_document_forms_form_field_choice_unselect_all),
3374         (pdf_document_forms_form_field_choice_set_text),
3375         (pdf_document_forms_form_field_choice_get_text),
3376         (pdf_document_document_forms_iface_init):
3377         * libdocument/Makefile.am:
3378         * libdocument/ev-form-field.[ch]:
3379         * libdocument/ev-document-forms.[ch]:
3380         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3381         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3382         (add_job), (ev_pixbuf_cache_reload_page),
3383         (ev_pixbuf_cache_get_form_field_mapping):
3384         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3385         * shell/ev-view-private.h:
3386         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3387         (ev_view_handle_cursor_over_xy),
3388         (ev_view_get_form_field_at_location),
3389         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3390         (ev_view_form_field_button_create_widget),
3391         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3392         (ev_view_form_field_text_create_widget),
3393         (ev_view_form_field_choice_save),
3394         (ev_view_form_field_choice_changed),
3395         (ev_view_form_field_choice_create_widget),
3396         (ev_view_handle_form_field), (ev_view_size_allocate),
3397         (ev_view_realize), (draw_end_presentation_page),
3398         (ev_view_button_press_event), (ev_view_remove_all),
3399         (ev_view_motion_notify_event), (ev_view_key_press_event),
3400         (ev_view_enter_notify_event), (highlight_find_results),
3401         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3402         (ev_view_class_init), (page_changed_cb),
3403         (on_adjustment_value_changed), (ev_view_set_presentation),
3404         (merge_selection_region), (ev_view_set_cursor),
3405         (ev_view_reset_presentation_state):
3406         
3407         Merge evince-forms branch.
3408
3409 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3410
3411         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3412
3413         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3414         This script also updates itself from libegg
3415
3416         * cut-n-paste/toolbar-editor/egg*:
3417         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3418         libegg
3419
3420 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3421
3422         * shell/ev-window.c:
3423         
3424         Adds a nice icon to page action during toolbar editing.
3425         See bug #452872.
3426
3427 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3428
3429         * data/evince-toolbar.xml:
3430         * shell/ev-window.c:
3431         
3432         Let user add a presentation and fullscreen icons on toolbar.
3433         See bug #449734.
3434
3435 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3436
3437         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3438
3439         new script to keep in sync with toolbareditor in libegg
3440
3441         * cut-n-paste/toolbar-editor/*: 
3442
3443         Run update-toolbareditor-from-libegg so we are in sync again. 
3444         Fixes bug #452850.
3445         
3446
3447 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3448
3449         * shell/ev-sidebar-links.c: (job_finished_callback):
3450
3451         Do not connect selection changed signal more than once. Fixes bug
3452         #349433.
3453
3454 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3455
3456         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3457
3458         Do not change sidebar chrome flag when pressing F9 key in
3459         presentation mode.
3460
3461 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3462
3463         * backend/pdf/ev-poppler.cc:
3464         (pdf_document_thumbnails_get_dimensions):
3465
3466         Make sure thumbnails width and height is not <= 0. Fixes a crash
3467         with some pdf documents which have really small pages.
3468
3469 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3470
3471         * shell/main.c: (main):
3472
3473         Fixes program description translation issue.
3474         Bug #450148.
3475
3476 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3477
3478         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3479
3480         Do not change current page when returning from black/white mode
3481         in presentation. Fixes bug #415032.
3482
3483 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3484
3485         * NEWS:
3486         * configure.ac:
3487         
3488         Update for release 0.9.1
3489
3490 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3491
3492         * backend/dvi/dvi-document.c:
3493         (dvi_document_finalize),
3494         (dvi_document_file_exporter_format_supported),
3495         (dvi_document_file_exporter_begin),
3496         (dvi_document_file_exporter_do_page),
3497         (dvi_document_file_exporter_end),
3498         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3499         
3500         PDF exporter for dvi documents. Fixes bug #441319.
3501
3502 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3503
3504         * shell/ev-window.c: (ev_window_clear_print_job):
3505
3506         Clear gtk print job when job has finished. Fixes bug #447612.
3507
3508 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3509
3510         * shell/ev-window.c: (ev_window_print_send),
3511         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3512
3513         Add preview button to print dialog. Fixes bug #445419.
3514
3515 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3516
3517         * backend/dvi/Makefile.am:
3518         * backend/dvi/pixbuf-device.[ch]: Removed
3519         * backend/dvi/cairo-device.[ch]: Added
3520         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3521         * backend/dvi/dvi-document.c: (dvi_document_load),
3522         (dvi_document_render), (dvi_document_finalize),
3523         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3524         (dvi_document_do_color_special):
3525         * libdocument/ev-document-misc.[ch]:
3526         (ev_document_misc_pixbuf_from_surface):
3527
3528         Port dvi backend to cairo and fix a problem with colors. 
3529
3530 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3531
3532         * shell/ev-view.c: (draw_one_page):
3533
3534         Draw only visible region.
3535
3536 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * backend/djvu/djvu-document.c: (djvu_document_render):
3539
3540         Fix rotation in djvu backend.
3541
3542 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3545         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3546         (ev_pixbuf_cache_get_image_mapping),
3547         (ev_pixbuf_cache_get_text_mapping):
3548
3549         Redraw view every time we have a new surface. Fixes bug #443587.
3550
3551 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3552
3553         * libdocument/ev-document.c: (ev_document_info_free):
3554
3555         Fix memory leaks.
3556
3557 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3558
3559         * backend/dvi/dvi-document.c: (dvi_document_render),
3560         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3561         * backend/impress/impress-document.c:
3562         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3563         (impress_document_render), (impress_document_document_iface_init),
3564         (impress_document_thumbnails_get_thumbnail):
3565         * backend/djvu/djvu-document-private.h:
3566         * backend/djvu/djvu-document.c: (djvu_document_render),
3567         (djvu_document_finalize), (djvu_document_document_iface_init),
3568         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3569         * backend/tiff/tiff-document.c: (tiff_document_render),
3570         (tiff_document_render_pixbuf),
3571         (tiff_document_document_iface_init):
3572         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3573         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3574         (pdf_selection_render_selection):
3575         * backend/comics/comics-document.c:
3576         (comics_document_render_pixbuf), (comics_document_render),
3577         (comics_document_document_iface_init):
3578         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3579         (pixbuf_document_document_iface_init):
3580         * libdocument/ev-document-misc.[ch]:
3581         (ev_document_misc_surface_from_pixbuf),
3582         (ev_document_misc_surface_rotate_and_scale):
3583         * libdocument/ev-document.[ch]: (ev_document_render):
3584         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3585         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3586         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3587         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3588         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3589         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3590         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3591         (render_finished_cb), (ev_job_render_run):
3592         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3593         (merge_selection_region):
3594
3595         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3596         and selections.
3597
3598 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3599
3600         * shell/ev-window-title.c: (ev_window_title_update):
3601
3602         Fix memory leak.
3603
3604 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3605
3606         * shell/ev-view.c: (draw_loading_text):
3607
3608         Show loading text centered. Fixes bug #433061
3609
3610 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3611
3612         * shell/ev-sidebar-thumbnails.c:
3613         (ev_sidebar_thumbnails_set_loading_icon):
3614
3615         Remove a mutex in the main thread that blocks the UI in heavy
3616         documents.
3617
3618 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3619
3620         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3621
3622         Set points_set to TRUE so that selections don't disappear after a
3623         zoom change.
3624
3625 2007-06-07  Michael Monreal  <infernux@web.de>
3626
3627         * data/icons/16x16/actions/Makefile.am:
3628         * data/icons/16x16/actions/zoom.svg:
3629         * data/icons/22x22/actions/Makefile.am:
3630         * data/icons/22x22/actions/zoom.svg:
3631         * data/icons/24x24/actions/Makefile.am:
3632         * shell/ev-stock-icons.c:
3633         * shell/ev-stock-icons.h:
3634         * shell/ev-window.c:
3635         
3636         Zoom icon artwork. See bug #444795.
3637
3638 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3639
3640         * shell/ev-metadata-manager.c: Remove extraneous function
3641         (Closes: #444386)
3642
3643 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3644
3645         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3646         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3647         (ev_metadata_manager_set), (ev_metadata_manager_save):
3648         Simplify the timeout, no need for modified anymore
3649
3650 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3651
3652         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3653         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3654         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3655         (ev_metadata_manager_save): Adapted patch from Arjan van de
3656         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3657         time, saves on power (Closes: #443851)
3658
3659 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * configure.ac:
3662         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3663         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3664
3665         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3666
3667 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3668
3669         * shell/ev-window.c: (ev_window_add_history):
3670
3671         Check if history is NULL
3672
3673 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3674
3675         * libdocument/ev-image.c: (ev_image_finalize):
3676         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3677         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3678         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3679         (ev_tmp_uri_unlink):
3680
3681         Add functions to delete temporary files created by evince in a safe
3682         way.
3683
3684         * shell/ev-window.c: (ev_window_clear_local_uri),
3685         (open_xfer_update_progress_callback),
3686         (save_xfer_update_progress_callback), (ev_window_save_remote),
3687         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3688         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3689         (attachment_save_dialog_response_cb),
3690         (ev_attachment_popup_cmd_save_attachment_as):
3691
3692         Allow saving a copy of a document, image or attachment to a remote
3693         location. Fixes bug #440754. 
3694
3695 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3696
3697         * configure.ac:
3698         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3699
3700         Fix build with current poppler from cvs head. 
3701
3702 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3703
3704         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3705
3706         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3707         directory exists.
3708
3709 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3710
3711         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3712         * shell/ev-window.c:
3713
3714         Change sidebar ordering. Fixes bug #439939.
3715
3716 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3717
3718         * backend/comics/Makefile.am:
3719         
3720         Fixes build with --without-libgnome.
3721
3722 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3723         
3724         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3725
3726         Update cursor and tooltip on page change and view scroll. Fixes bug
3727         #439217.
3728
3729 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3730
3731         * NEWS:
3732         * configure.ac:
3733         
3734         Update for release 0.9.0
3735
3736 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3737
3738         * backend/djvu/djvu-document-private.h:
3739         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3740         (djvu_document_finalize),
3741         (djvu_document_file_exporter_format_supported),
3742         (djvu_document_file_exporter_begin),
3743         (djvu_document_file_exporter_do_page),
3744         (djvu_document_file_exporter_end),
3745         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3746         
3747         Implemented printing with djvu. Bug #437998.
3748
3749 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3750
3751         * backend/impress/zip.c:
3752         Add missing ulong definition.
3753
3754         * backend/ps/ps-interpreter.c:
3755         Add missing headers.
3756
3757         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3758
3759 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3760
3761         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3762
3763         Add missing call to parent class dispose method. 
3764
3765 2007-05-12  Ross Burton  <ross@openedhand.com>
3766
3767         * shell/main.c:
3768         Sync keybindings manually when building without libgnome
3769         (#437925).
3770
3771 2007-05-12  Ross Burton  <ross@openedhand.com>
3772
3773         * shell/ev-window.c:
3774         Respect the screen when opening help (#437866).
3775
3776 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3777
3778         * data/evince-ui.xml:
3779         * shell/ev-application.[ch]: (get_print_settings_from_args),
3780         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3781         (ev_application_open_uri_list):
3782         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3783         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3784         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3785         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3786         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3787         (ev_window_dispose):
3788         * shell/main.c: (arguments_parse):
3789
3790         Add print button in preview mode. Fixes bug #396475. 
3791
3792 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3793
3794         * cut-n-paste/zoom-control/ephy-zoom.h:
3795         
3796         Fixes zoom level factors. See bug #408119 for details.
3797
3798 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3799
3800         * backend/comics/comics-document.c: (comics_regex_quote),
3801         (extract_argv):
3802         
3803         Correctly quote symbols. Fixes crash in the bug
3804         #415370.
3805
3806 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3807
3808         * shell/ev-navigation-action-widget.c:
3809         (ev_navigation_action_widget_init),
3810         (ev_navigation_action_widget_class_init),
3811         (ev_navigation_action_widget_button_press_event):
3812         
3813         Connect to button-press event on correct widget. Fixes
3814         bug #431988
3815
3816 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3817
3818         * shell/ev-application.c: (ev_application_open_window),
3819         (ev_application_add_icon_path_for_screen),
3820         (ev_application_open_uri_at_dest):
3821         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3822         * shell/ev-navigation-action.c: (build_menu):
3823         
3824         Add app-specific icons to our icon theme. Fixes bug
3825         #425508.
3826
3827 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3828
3829         * shell/ev-history.c: (ev_history_class_init),
3830         (ev_history_add_link):
3831         * shell/ev-history.h:
3832         * shell/ev-navigation-action.c:
3833         (ev_navigation_action_history_changed),
3834         (ev_navigation_action_set_history), (build_menu),
3835         (ev_navigation_action_finalize):
3836         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3837         
3838         Make navigation action unsensitive instead of showing
3839         menu with unsensitive word. Fixes bug #417392.
3840
3841 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3842
3843         * shell/ev-application.[ch]: (ev_application_shutdown),
3844         (ev_application_get_print_settings),
3845         (ev_application_set_print_settings):
3846         * shell/ev-window.c:
3847
3848         Remember print settings. Fixes bug #349102. 
3849
3850 2007-05-08  Christian Persch  <chpe@gnome.org>
3851
3852         * configure.ac:
3853         * properties/ev-properties-view.c:
3854
3855         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3856         Bug #382438.
3857
3858 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * configure.ac:
3861         * properties/ev-properties-view.c: (ev_regular_paper_size):
3862
3863         Use gtk+ builtin paper list to identify the document's paper size.
3864         Fixes bug #382438. 
3865
3866 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * configure.ac:
3869
3870         Fix build when compiling with thumbnailer and libgnome support. 
3871
3872 2007-05-04  Ross Burton  <ross@openedhand.com>
3873
3874         * configure.ac:
3875         Add --without-libgnome, check for libgnome and libgnomeui
3876         separately, and add them to the symbols as required.
3877
3878         * libdocument/ev-file-helpers.c:
3879         When building without libgnome, use g_get_user_config_dir instead
3880         of gnome_user_dir_get.
3881
3882         * shell/ev-application.c:
3883         When building without libgnome, don't use session management.
3884
3885         * shell/main.c:
3886         When building without libgnome, don't use GnomeProgram or
3887         initialise the authentication manager.
3888
3889         This fixes #328842.
3890
3891 2007-05-04  Ross Burton  <ross@openedhand.com>
3892
3893         * shell/ev-window.c:
3894         Don't use libgnome to open help, instead call Yelp directly.
3895
3896 2007-05-04  Ross Burton  <ross@openedhand.com>
3897
3898         * shell/ev-sidebar-attachments.c:
3899         Don't use libgnome to lookup icons for MIME types, instead copy
3900         code from GTK+ to do it manually.
3901
3902 2007-05-04  Ross Burton  <ross@openedhand.com>
3903
3904         * configure.ac:
3905         Add libxml to the dependencies for SHELL_CORE (#435818).
3906
3907 2007-05-02  Ross Burton  <ross@openedhand.com>
3908
3909         * configure.ac:
3910         * Makefile.am:
3911         Add --disable-thumbnailer (#434825)
3912
3913 2007-05-02  Ross Burton  <ross@openedhand.com>
3914
3915         * shell/ev-window.c:
3916         Add missing includes, fix indentation.
3917
3918         * shell/main.c:
3919         Fix indentation.
3920
3921 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3922
3923         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3924         ev_application_open_uri_at_dest instead of ev_application_open_uri
3925         preventing new document always being opened in a new window even if there
3926         is an empty window.
3927
3928 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3929
3930         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3931         (egg_recent_view_uimanager_finalize):
3932         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3933         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3934         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3935         (ev_pixbuf_cache_dispose):
3936         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3937         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3938         
3939         Add missing chain to parent class methods. Fixes
3940         bug #433128.
3941
3942 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3943
3944         * data/Makefile.am (update-icon-cache): Updates
3945         gtk-update-icon-cache in uninstall-hook.
3946
3947 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3948
3949         * shell/ev-window.c: (ev_window_setup_document),
3950         (ev_window_set_document), (ev_window_load_job_cb):
3951         * shell/ev-view.c: (setup_caches):
3952         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3953
3954         Start rendering pages before any other jobs. 
3955
3956 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3957
3958         * shell/ev-window.c: (ev_window_stop_fullscreen),
3959         (ev_window_stop_presentation):
3960
3961         Update chrome visibility before window unfullscreen. 
3962
3963 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3964
3965         * data/Makefile.am:
3966         * data/evince-ui.xml:
3967         * shell/ev-stock-icons.[ch]:
3968         * shell/ev-application.[ch]: (ev_application_shutdown),
3969         (ev_application_init), (ev_application_get_toolbars_model):
3970         * shell/ev-window.c: (update_chrome_visibility),
3971         (fullscreen_toolbar_setup_item_properties),
3972         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3973         (ev_window_run_presentation), (ev_window_stop_presentation),
3974         (ev_window_run_preview), (ev_window_screen_changed),
3975         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3976         (ev_window_dispose), (ev_window_init):
3977
3978         Make fullscreen toolbar always visible. Do not use egg toolbars for
3979         fullscreen and preview modes since such toolbars are not editables.
3980         Fixes bugs #300278, #338910 and #316188.  
3981
3982 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3983
3984         * shell/ev-application.c:
3985         * shell/ev-job-queue.c:
3986         * shell/ev-metadata-manager.c:
3987         * shell/ev-stock-icons.c:
3988         * shell/ev-window.c:
3989         * shell/main.c:
3990         
3991         Developers documentation updated.
3992
3993 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3994
3995         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3996
3997         Check whether uri is valid before launching it. Fixes bug #427664.
3998
3999 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4000
4001         * shell/ev-window.c:
4002
4003         Change key accelerator for Open a Copy menu entry which is in conflict
4004         with Close. Fixes bug #427321.
4005
4006 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4007
4008         * NEWS:
4009         * configure.ac:
4010         
4011         Update for release 0.8.1
4012
4013 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4014
4015         * shell/ev-window.c: (setup_size_from_metadata):
4016         
4017         Do not make window bigger than screen. Fixes bug 
4018         #388985.
4019
4020 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4021
4022         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4023         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4024
4025         Use default resolution when it's not provided by document. Fixes bug
4026         #408762.
4027
4028 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4029
4030         * configure.ac:
4031         * thumbnailer/Makefile.am:
4032         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4033         * thumbnailer/evince-thumbnailer.schemas.in:
4034         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4035
4036         Add support for ps, eps and compressed documents thumbnails. Do not
4037         ignore size parameter. 
4038
4039 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4040
4041         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4042         (dvi_document_do_color_special):
4043         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4044
4045         Implement font color specials in the DVI backend. Fixes bug #303651.
4046
4047 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4048
4049         Fixup the previous commit:
4050
4051         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4052         * shell/xdg-user-dir-lookup.c: Make the function non-static
4053         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4054
4055 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4056
4057         * shell/ev-window.c (file_open_dialog_response_cb): Use
4058         the xdg-user-dirs DOCUMENTS folder as default folder when
4059         opening a file chooser.  (#424858)
4060
4061         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4062         xdg-user-dirs.
4063
4064 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4065
4066         * shell/ev-window.c: (ev_window_load_job_cb):
4067
4068         Do not setup view from metadata on preview mode. 
4069
4070 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4071
4072         * shell/main.c:
4073
4074         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4075
4076 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4077
4078         * shell/ev-view.c: (ev_view_primary_get_cb):
4079
4080         Check pointer != NULL before using it. Fixes bug #416841. 
4081
4082 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4083
4084         * NEWS:
4085         * configure.ac:
4086         
4087         Release 0.8.0
4088
4089 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4090
4091         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4092
4093         Do not render thumbnails when sidebar thumbnail page is not visible
4094         at startup. Fixes bug #416447. 
4095
4096 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4097
4098         * data/evince.desktop.in.in:
4099
4100         "Application" is not a valid category in the freedesktop specification.
4101
4102 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4103
4104         * libdocument/ev-file-helpers.[ch]: (compression_run),
4105         (ev_file_uncompress), (ev_file_compress):
4106         * shell/ev-window.c: (file_save_dialog_response_cb):
4107
4108         Save document compressed when saving a copy of a compressed document.
4109         Fixes bug #334542.
4110
4111 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4112
4113         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4114
4115         Allow deleting in goto window entry in presentation mode. 
4116
4117 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4118
4119         * Makefile.am: Dist MAINTAINERS.
4120
4121 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4122
4123         * shell/ev-window.c: (ev_window_update_actions):
4124
4125         Fix zoom shortcut keys when searching. Fixes bug #409828.
4126
4127 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4128
4129         * shell/ev-window.c: (ev_window_setup_document):
4130
4131         Fix crash when loading documents with only one page. 
4132
4133 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4134
4135         * backend/dvi/dvi-document.c:
4136         (dvi_document_thumbnails_get_dimensions),
4137         (dvi_document_thumbnails_get_thumbnail):
4138         * backend/impress/impress-document.c:
4139         (impress_document_thumbnails_get_thumbnail),
4140         (impress_document_thumbnails_get_dimensions):
4141         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4142         (ps_document_thumbnails_get_dimensions):
4143         * backend/djvu/djvu-document.c:
4144         (djvu_document_thumbnails_get_dimensions),
4145         (djvu_document_thumbnails_get_thumbnail):
4146         * backend/tiff/tiff-document.c:
4147         (tiff_document_thumbnails_get_thumbnail),
4148         (tiff_document_thumbnails_get_dimensions):
4149         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4150         (pdf_document_thumbnails_get_thumbnail),
4151         (pdf_document_thumbnails_get_dimensions):
4152         * backend/comics/comics-document.c:
4153         (comics_document_thumbnails_get_thumbnail),
4154         (comics_document_thumbnails_get_dimensions):
4155         * backend/pixbuf/pixbuf-document.c:
4156         (pixbuf_document_thumbnails_get_thumbnail),
4157         (pixbuf_document_thumbnails_get_dimensions):
4158         * libdocument/ev-document-thumbnails.[ch]:
4159         (ev_document_thumbnails_get_thumbnail),
4160         (ev_document_thumbnails_get_dimensions):
4161         * libdocument/ev-document-misc.[ch]:
4162         (ev_document_misc_get_thumbnail_frame):
4163         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4164         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4165         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4166         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4167         (ev_sidebar_thumbnails_refresh):
4168         * shell/ev-window.c: (ev_window_setup_document):
4169         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4170
4171         Use an EvRenderContext for rendering thumbnails instead of a suggested
4172         width, so that different sized pages get sized proportionally.
4173
4174 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4175
4176         * shell/ev-view.c: (ev_view_button_press_event),
4177         (ev_view_key_press_event):
4178
4179         Fix critical warnings when there is no document loaded. 
4180
4181 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4182
4183         * shell/ev-page-action-widget.c:
4184         * shell/ev-navigation-action.c:
4185         * shell/ev-window.c:
4186
4187         Fix compile warnings. 
4188
4189 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4190
4191         * backend/djvu/djvu-text.h:
4192         * backend/djvu/djvu-document.c:
4193         * backend/djvu/djvu-text-page.c:
4194         * backend/djvu/djvu-links.c:
4195         * backend/djvu/djvu-text-page.h:
4196         * backend/djvu/djvu-text.c:
4197         
4198         Fix build on Mac. Fixes bug #392186. Patch by
4199         <ephraim_owns@hotmail.com>
4200
4201 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4202
4203         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4204
4205         Restore cairo context before rendering every page when printing a PDF
4206         document into a PDF file. 
4207
4208 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4209
4210         * backend/ps/gstypes.h:
4211         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4212         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4213         (ps_document_thumbnails_get_thumbnail):
4214
4215         Handle PostScript page orientation. Fixes bug #318568.
4216
4217 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4218
4219         * backend/ps/Makefile.am:
4220         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4221         (document_load), (ps_document_load), (save_document),
4222         (save_page_list), (ps_document_get_n_pages),
4223         (ps_document_get_page_size), (ps_document_get_info),
4224         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4225         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4226         (ps_document_thumbnails_get_thumbnail),
4227         (ps_document_thumbnails_get_dimensions),
4228         (ps_document_document_thumbnails_iface_init):
4229         * backend/ps/ps.[ch]: (psgetpagebox):
4230         * backend/ps/ps-interpreter.[ch]:
4231
4232         Add support for thumbnails in ps backend. Fixes bug #164755. 
4233
4234 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4235
4236         * NEWS:
4237         * configure.ac:
4238         
4239         Release 0.7.2
4240
4241 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4242
4243         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4244         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4245         (ev_window_dispose):
4246
4247         Use document thumbnail as window icon. Fixes bug #384442.
4248
4249 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4250
4251         * configure.ac:
4252
4253         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4254         duplicated adding application/x-bzpostscript instead. 
4255
4256 2007-02-11  Tom Parker  <palfrey@tevp.net>
4257
4258         * backend/ps/ps-document.c: (document_load):
4259
4260         Check return value of psscan before trying
4261         to use it. Fixes bug #372414.
4262
4263 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4264
4265         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4266
4267         Fix invalid free in ev-page-cache. Fixes bug #404745.
4268
4269 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4270
4271         * test/Makefile.am:
4272         * test/test3.py:
4273         
4274         Added reload test case.
4275
4276 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4277
4278         * po/POTFILES.in:
4279         * backend/djvu/djvu-document.c: (djvu_document_load):
4280
4281         Check whether there are missing files in indirect multipage djvu
4282         documents. Fixes bug #361683. 
4283
4284 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4285
4286         * test/Makefile.am:
4287         * test/test-mime.bin:
4288         * test/test3.py:
4289         
4290         Added test for slow mime type
4291
4292 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4293
4294         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4295
4296         Add some checks and call parent_class->finalize. Fixes bug #404745.
4297
4298 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4299
4300         * shell/ev-navigation-action.c: (connect_proxy):
4301         
4302         Fixes dropdown history menu. Thanks a lot Carlos!
4303
4304 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4305
4306         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4307
4308         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4309         bug #373715.
4310
4311 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4312
4313         * backend/ps/ps.c: (psscan):
4314
4315         Fix memory leak. 
4316
4317 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4318
4319         * configure.ac:
4320         * libdocument/ev-file-helpers.c: 
4321
4322         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4323
4324 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4325
4326         * configure.ac:
4327         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4328         (ps_interpreter_start), (document_load), (save_document),
4329         (save_page_list):
4330         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4331         * libdocument/ev-document-factory.c:
4332         (ev_document_factory_get_from_mime), (get_document_from_uri),
4333         (free_uncompressed_uri), (ev_document_factory_get_document):
4334         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4335
4336         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4337
4338 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4339
4340         * libdocument/ev-document.h:
4341
4342         Fix typo in function name. 
4343
4344 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4345
4346         * backend/ps/ps-document.c: (ps_interpreter_finished),
4347         (ps_interpreter_start), (ps_interpreter_failed):
4348
4349         Handle ghostscript interpreter crashes. 
4350
4351 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4352
4353         * shell/ev-window.c: (ev_window_open_uri),
4354         (window_configure_event_cb):
4355
4356         Setup window size and position before showing it. Fixes bug #401711.
4357
4358 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4359
4360         * backend/ps/Makefile.am:
4361         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4362         (ps_document_dispose), (ps_document_class_init),
4363         (ps_interpreter_input), (ps_interpreter_output),
4364         (ps_interpreter_error), (setup_interpreter_env),
4365         (ps_interpreter_start), (ps_interpreter_stop),
4366         (ps_interpreter_failed), (ps_interpreter_is_ready),
4367         (check_filecompressed), (document_load), (ps_document_load),
4368         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4369         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4370         (render_page):
4371
4372         Rework ps-document. Code cleanups, remove deprecated code. 
4373
4374 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4375
4376         * shell/ev-view.c: (ev_view_button_press_event):
4377
4378         Do not start an image drag and drop operation when pointer is on 
4379         text, so that we can select text when the whole background is an
4380         image. 
4381
4382 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4383
4384         * shell/ev-window.c: (ev_window_update_actions): 
4385
4386         Disable all zoom related actions during presentation mode. 
4387
4388 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4389
4390         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4391
4392         Do not zoom in or out on presentation mode. Fixes bug #401305.
4393
4394 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4395
4396         * shell/ev-navigation-action.c: (connect_proxy),
4397         (create_menu_item), (ev_navigation_action_class_init):
4398         
4399         Correctly show menu and fix crash when navigaton 
4400         action is out of toolbar visible area.
4401
4402 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4403
4404         * data/Makefile.am:
4405         * data/evince.1:
4406         
4407         Added man file
4408
4409 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4410
4411         * help/reference/* :
4412         * configure.ac:
4413         
4414         Added gtk-doc based documentation for Evince.
4415         Still in initial state but I hope it will
4416         grow.
4417         
4418         * configure.ac:
4419         
4420         Lower dbus requirement to 0.70
4421
4422 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4423
4424         * shell/ev-window.c: (ev_window_add_history):
4425
4426         Fix memory leak. 
4427
4428 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4429
4430         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4431         * shell/ev-view.h:
4432         * shell/ev-window.c: (ev_window_add_history):
4433         
4434         Correctly handle named destination links
4435
4436 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4437
4438         * NOTES:
4439         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4440         * backend/pdf/ev-poppler.cc:
4441         * libdocument/ev-document-links.h:
4442         * libdocument/ev-link.c: (ev_link_get_page):
4443         * libdocument/ev-link.h:
4444         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4445         (ev_history_add_link):
4446         * shell/ev-history.h:
4447         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4448         (new_history_menu_item), (build_menu):
4449         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4450         * shell/ev-sidebar-links.c: (create_loading_model),
4451         (print_section_cb), (ev_sidebar_links_construct),
4452         (fill_page_labels), (update_page_callback_foreach),
4453         (update_page_callback), (job_finished_callback):
4454         * shell/ev-view.c: (ev_view_handle_link):
4455         * shell/ev-window.c: (ev_window_find_chapter),
4456         (ev_window_add_history), (view_handle_link_cb),
4457         (history_changed_cb):
4458         
4459         Implements another history variant
4460
4461 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4462
4463         * shell/ev-window.c: (view_external_link_cb):
4464         * shell/ev-view.c: (ev_view_button_release_event):
4465
4466         Open links in new window when clicking with middle button. 
4467
4468 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4469
4470         * shell/ev-navigation-action.c: (new_history_menu_item):
4471         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4472         * shell/ev-view.c: (ev_view_handle_link):
4473         * shell/ev-window.c:
4474         
4475         Store link before jump, not the destination. For me it 
4476         seems like more natural history behavior.
4477
4478 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4479
4480         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4481         (ev_navigation_action_class_init):
4482         * shell/ev-navigation-action.h:
4483         * shell/ev-page-action.c: (activate_cb):
4484         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4485         (ev_page_cache_set_current_page_history):
4486         * shell/ev-page-cache.h:
4487         * shell/ev-sidebar-thumbnails.c:
4488         (ev_sidebar_tree_selection_changed),
4489         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4490         * shell/ev-view-private.h:
4491         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4492         * shell/ev-view.h:
4493         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4494         (ev_window_setup_document), (ev_window_load_job_cb):
4495         * shell/ev-window.h:
4496         
4497         History finally works as expected.
4498
4499 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4500
4501         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4502
4503         Do not update links treeview if it doesn't have a model assigned yet. 
4504
4505 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4506
4507         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4508         (ev_sidebar_links_class_init), (update_page_callback):
4509
4510         Do not update links treeview when sidepane is not visible. 
4511
4512 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4513
4514         * shell/ev-marshal.list:
4515         * shell/ev-page-action.c: (activate_cb),
4516         (ev_page_action_class_init):
4517         * shell/ev-page-action.h:
4518         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4519         * shell/ev-window.c:
4520         
4521         Remove activate_link signal, not required.
4522
4523 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4524
4525         * shell/ev-navigation-action.c: (build_menu):
4526         
4527         Reorder menu items and build menu with fixed length.
4528
4529 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4530
4531         * shell/ev-view.c: (get_selected_text):
4532         
4533         Normalize text to fix ligatures problem. See bug
4534         #341947 for details.
4535
4536 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4537
4538         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4539
4540         Fix memory leak in ev-page-cache. 
4541
4542 2007-01-25  Tom Parker <palfrey@tevp.net>
4543
4544         * backend/impress/impress-document.c: (impress_document_load),
4545         (impress_document_finalize), (impress_document_init):
4546         * properties/ev-properties-main.c: (ev_properties_get_pages):
4547         
4548         Correctly handle impress document errors. Fixes nautilus
4549         crash in property page #370491.
4550
4551 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4552
4553         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4554         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4555         (ev_job_queue_remove_job):
4556         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4557         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4558         (ev_job_load_run):
4559         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4560         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4561         (ev_window_load_job_cb), (xfer_update_progress_callback),
4562         (ev_window_open_uri), (ev_window_dispose):
4563         * shell/main.c: (main):
4564
4565         Do file transfer asynchronously in the main thread instead of
4566         synchronously in the load thread. Fixes bugs #399694, #398307 and
4567         #343542.
4568
4569 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4570
4571         * shell/ev-jobs.c: (ev_job_xfer_run):
4572
4573         Load the document with the font-config lock held. 
4574
4575 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4576
4577         * backend/ps/ps-document.c: (start_interpreter):
4578
4579         Fix memory leaks in ps backend. 
4580
4581 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4582
4583         * backend/impress/impress-document.c:
4584         (impress_document_render_pixbuf):
4585
4586         Do not acquire fontconfig lock in impress backend, since it is using
4587         the main loop for rendering. 
4588
4589 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4590
4591         * po/POTFILES.in: 
4592
4593         Remove mdvi files that shouldn't be translated. 
4594
4595 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4596
4597         * shell/ev-view-private.h:
4598         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4599         (ev_view_set_zoom):
4600
4601         Render "loading..." text into a cairo surface instead of directly into
4602         the window so that fontconfig lock is only needed once and UI is not
4603         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4604
4605 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4606
4607         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4608         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4609
4610         Use icon theme associated with the window screen rather than default. 
4611
4612 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4613
4614         * configure.ac:
4615
4616         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4617
4618 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4619
4620         * data/icons/*/apps/evince.*:
4621
4622         Move Evince icons under new apps directory.
4623
4624         * data/icons/*/actions/*:
4625
4626         Add new custom themeable Evince icons: view-page-continuous, 
4627         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4628         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4629
4630         * configure.ac:
4631
4632         Add new directories to AC_CONFIG_FILES.
4633
4634         * shell/ev-stock-icons.c:
4635         * shell/ev-stock-icons.h:
4636
4637         Use new custom themeable icons.
4638
4639 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4640
4641         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4642
4643         Do not draw white background page in presentation mode. 
4644
4645 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4646
4647         * shell/ev-view.c: Remove unused gnome-vfs include.
4648
4649 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4650
4651         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4652         
4653         Format string is corrected, fixes bug #397129.
4654
4655 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4656
4657         * shell/ev-window.c: (ev_window_setup_recent):
4658
4659         Do not include in recent menu inexistent documents. Fixes
4660         bug #339171.
4661
4662 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4663
4664         * po/POTFILES.skip: 
4665
4666         Update POTFILES.skip file according to current source tree. 
4667
4668 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4669
4670         * shell/ev-window.c: (file_save_dialog_response_cb):
4671
4672         Do Save a copy in atomic way. Fixes bug #328266. 
4673
4674 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4675
4676         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4677
4678         Keep selected cell always visible in index treeview.
4679
4680 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4681         
4682         * shell/ev-view.c: (ev_view_size_allocate):
4683
4684         Restore horizontal scrollbar after switching to/from fullscreen
4685         or presentation mode. Fixes bug #331728.
4686
4687 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4688
4689         * shell/ev-view-private.h:
4690         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4691         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4692         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4693         (ev_view_can_zoom_out):
4694
4695         Use max and min scale values in the view iby taking dpi into account. 
4696
4697 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4698
4699         * configure.ac:
4700         * NEWS:
4701
4702         Release 0.7.1
4703
4704 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4705
4706         * shell/ev-window.c: (ev_window_print_send):
4707
4708         Send print job to printer with some settings set to default values,
4709         since we have already exported to a file according to such settings
4710         and they could be taken twice by some printers. 
4711
4712 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4713
4714         * shell/ev-jobs.c: (ev_job_xfer_run):
4715         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4716
4717         Show main window and load document with the font-config lock held. 
4718
4719 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4720
4721         * configure.ac:
4722         * shell/ev-application.c: (ev_application_register_service):
4723         * shell/main.c: (load_files_remote):
4724
4725         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4726
4727 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4728
4729         * doc/debugging.txt:
4730         
4731         Remove obsolete documentation.
4732
4733 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4734
4735         * Makefile.am:
4736         * backend/Makefile.am:
4737         * backend/comics/Makefile.am:
4738         * backend/djvu/Makefile.am:
4739         * backend/dvi/Makefile.am:
4740         * backend/ev-async-renderer.c:
4741         * backend/ev-async-renderer.h:
4742         * backend/ev-attachment.c:
4743         * backend/ev-attachment.h:
4744         * backend/ev-backend-marshal.c:
4745         * backend/ev-document-factory.c:
4746         * backend/ev-document-factory.h:
4747         * backend/ev-document-find.c:
4748         * backend/ev-document-find.h:
4749         * backend/ev-document-fonts.c:
4750         * backend/ev-document-fonts.h:
4751         * backend/ev-document-images.c:
4752         * backend/ev-document-images.h:
4753         * backend/ev-document-info.h:
4754         * backend/ev-document-links.c:
4755         * backend/ev-document-links.h:
4756         * backend/ev-document-misc.c:
4757         * backend/ev-document-misc.h:
4758         * backend/ev-document-security.c:
4759         * backend/ev-document-security.h:
4760         * backend/ev-document-thumbnails.c:
4761         * backend/ev-document-thumbnails.h:
4762         * backend/ev-document-transition.c:
4763         * backend/ev-document-transition.h:
4764         * backend/ev-document.c:
4765         * backend/ev-document.h:
4766         * backend/ev-file-exporter.c:
4767         * backend/ev-file-exporter.h:
4768         * backend/ev-image.c:
4769         * backend/ev-image.h:
4770         * backend/ev-link-action.c:
4771         * backend/ev-link-action.h:
4772         * backend/ev-link-dest.c:
4773         * backend/ev-link-dest.h:
4774         * backend/ev-link.c:
4775         * backend/ev-link.h:
4776         * backend/ev-render-context.c:
4777         * backend/ev-render-context.h:
4778         * backend/ev-selection.c:
4779         * backend/ev-selection.h:
4780         * backend/impress/Makefile.am:
4781         * backend/pdf/Makefile.am:
4782         * backend/pixbuf/Makefile.am:
4783         * backend/ps/Makefile.am:
4784         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4785         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4786         (start_interpreter), (stop_interpreter), (document_load),
4787         (ps_document_next_page), (render_page):
4788         * backend/tiff/Makefile.am:
4789         * comics/Makefile.am:
4790         * comics/comics-document.c:
4791         * comics/comics-document.h:
4792         * configure.ac:
4793         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4794         * djvu/Makefile.am:
4795         * djvu/djvu-document-private.h:
4796         * djvu/djvu-document.c:
4797         * djvu/djvu-document.h:
4798         * djvu/djvu-links.c:
4799         * djvu/djvu-links.h:
4800         * djvu/djvu-text-page.c:
4801         * djvu/djvu-text-page.h:
4802         * djvu/djvu-text.c:
4803         * djvu/djvu-text.h:
4804         * dvi/Makefile.am:
4805         * dvi/dvi-document.c:
4806         * dvi/dvi-document.h:
4807         * dvi/fonts.c:
4808         * dvi/fonts.h:
4809         * dvi/mdvi-lib/Makefile.am:
4810         * dvi/mdvi-lib/afmparse.c:
4811         * dvi/mdvi-lib/afmparse.h:
4812         * dvi/mdvi-lib/bitmap.c:
4813         * dvi/mdvi-lib/bitmap.h:
4814         * dvi/mdvi-lib/color.c:
4815         * dvi/mdvi-lib/color.h:
4816         * dvi/mdvi-lib/common.c:
4817         * dvi/mdvi-lib/common.h:
4818         * dvi/mdvi-lib/defaults.h:
4819         * dvi/mdvi-lib/dvimisc.c:
4820         * dvi/mdvi-lib/dviopcodes.h:
4821         * dvi/mdvi-lib/dviread.c:
4822         * dvi/mdvi-lib/files.c:
4823         * dvi/mdvi-lib/font.c:
4824         * dvi/mdvi-lib/fontmap.c:
4825         * dvi/mdvi-lib/fontmap.h:
4826         * dvi/mdvi-lib/fontsrch.c:
4827         * dvi/mdvi-lib/gf.c:
4828         * dvi/mdvi-lib/hash.c:
4829         * dvi/mdvi-lib/hash.h:
4830         * dvi/mdvi-lib/list.c:
4831         * dvi/mdvi-lib/mdvi.h:
4832         * dvi/mdvi-lib/pagesel.c:
4833         * dvi/mdvi-lib/paper.c:
4834         * dvi/mdvi-lib/paper.h:
4835         * dvi/mdvi-lib/pk.c:
4836         * dvi/mdvi-lib/private.h:
4837         * dvi/mdvi-lib/setup.c:
4838         * dvi/mdvi-lib/sp-epsf.c:
4839         * dvi/mdvi-lib/special.c:
4840         * dvi/mdvi-lib/sysdeps.h:
4841         * dvi/mdvi-lib/t1.c:
4842         * dvi/mdvi-lib/tfm.c:
4843         * dvi/mdvi-lib/tfmfile.c:
4844         * dvi/mdvi-lib/tt.c:
4845         * dvi/mdvi-lib/util.c:
4846         * dvi/mdvi-lib/vf.c:
4847         * dvi/pixbuf-device.c:
4848         * dvi/pixbuf-device.h:
4849         * impress/Makefile.am:
4850         * impress/common.h:
4851         * impress/document.c:
4852         * impress/f_oasis.c:
4853         * impress/f_oo13.c:
4854         * impress/iksemel.c:
4855         * impress/iksemel.h:
4856         * impress/imposter.h:
4857         * impress/impress-document.c:
4858         * impress/impress-document.h:
4859         * impress/internal.h:
4860         * impress/r_back.c:
4861         * impress/r_draw.c:
4862         * impress/r_geometry.c:
4863         * impress/r_gradient.c:
4864         * impress/r_style.c:
4865         * impress/r_text.c:
4866         * impress/render.c:
4867         * impress/render.h:
4868         * impress/zip.c:
4869         * impress/zip.h:
4870         * lib/Makefile.am:
4871         * lib/ev-debug.c:
4872         * lib/ev-debug.h:
4873         * lib/ev-file-helpers.c:
4874         * lib/ev-file-helpers.h:
4875         * lib/ev-gui.c:
4876         * lib/ev-gui.h:
4877         * lib/ev-tooltip.c:
4878         * lib/ev-tooltip.h:
4879         * libdocument/Makefile.am:
4880         * libdocument/ev-file-helpers.c:
4881         * pdf/Makefile.am:
4882         * pdf/ev-poppler.cc:
4883         * pdf/ev-poppler.h:
4884         * pixbuf/Makefile.am:
4885         * pixbuf/pixbuf-document.c:
4886         * pixbuf/pixbuf-document.h:
4887         * properties/Makefile.am:
4888         * ps/Makefile.am:
4889         * ps/gsdefaults.c:
4890         * ps/gsdefaults.h:
4891         * ps/gsio.c:
4892         * ps/gsio.h:
4893         * ps/gstypes.h:
4894         * ps/ps-document.c:
4895         * ps/ps-document.h:
4896         * ps/ps.c:
4897         * ps/ps.h:
4898         * shell/Makefile.am:
4899         * shell/ev-application.h:
4900         * shell/ev-sidebar-links.c:
4901         * shell/ev-sidebar-links.h:
4902         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4903         (ev_gui_menu_position_tree_selection):
4904         * shell/ev-utils.h:
4905         * shell/ev-view.c: (ev_view_finalize):
4906         * shell/ev-window.c:
4907         * shell/main.c: (main):
4908         * thumbnailer/Makefile.am:
4909         * tiff/Makefile.am:
4910         * tiff/tiff-document.c:
4911         * tiff/tiff-document.h:
4912         * tiff/tiff2ps.c:
4913         * tiff/tiff2ps.h:
4914         
4915         Reorganize source tree.
4916
4917 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4918
4919         * backend/ev-document-factory.c:
4920
4921         Do not include ev-poppler.h when pdf is disabled. 
4922
4923 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4924
4925         * configure.ac:
4926         * data/evince-ui.xml:
4927         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4928         (pdf_document_document_images_iface_init):
4929         * backend/Makefile.am:
4930         * backend/ev-document-images.[ch]:
4931         * backend/ev-image.[ch]:
4932         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4933         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4934         (ev_job_xfer_run):
4935         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4936         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4937         (ev_pixbuf_cache_get_image_mapping):
4938         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4939         (view_menu_popup_cb), (ev_window_dispose),
4940         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4941         (ev_view_popup_cmd_copy_image):
4942         * shell/ev-view-private.h:
4943         * shell/ev-view.c: (ev_view_get_image_at_location),
4944         (ev_view_do_popup_menu), (ev_view_popup_menu),
4945         (ev_view_button_press_event), (ev_view_drag_data_get),
4946         (ev_view_drag_motion), (ev_view_drag_data_received),
4947         (ev_view_motion_notify_event), (ev_view_button_release_event),
4948         (ev_view_finalize), (ev_view_class_init):
4949
4950         Add image handling support. Fixes bugs #310008 and #325047. Images
4951         selection is not supported yet. 
4952
4953 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4954
4955         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4956         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4957         (ev_view_init):
4958
4959         Move view drag and drop stuff to ev-view.
4960
4961 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4962
4963         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4964         * shell/ev-view.c: (clear_selection): 
4965
4966         Clear selection also in pixbuf cache.
4967
4968 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4969
4970         * data/evince.desktop.in.in:
4971         
4972         Change icon name in desktop file. See bug #390734
4973         for details.
4974
4975 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4976
4977         * thumbnailer/Makefile.am:
4978
4979         Use top_builddir instead top_srcdir for generated schema
4980         file installation. Fixes bug #390161.
4981
4982 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4983
4984         * configure.ac:
4985         * backend/Makefile.am:
4986         * backend/ev-document-transition.[ch]:
4987         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4988         (pdf_document_page_transition_iface_init):
4989         * shell/ev-view-private.h:
4990         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4991         (ev_view_set_presentation), (transition_next_page),
4992         (ev_view_presentation_transition_stop),
4993         (ev_view_presentation_transition_start), (ev_view_next_page):
4994
4995         Add page transition support in presentation mode. At the moment only
4996         page duration is supported, but not transition effects. Fixes bug
4997         #309815.
4998
4999 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5000
5001         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5002
5003         Run find_link_dest with document lock held, since it's called by links
5004         thread and main thread at the same time. 
5005
5006 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5007
5008         * shell/ev-view.c: (goto_dest):
5009
5010         Update page-cache when page is changed by the view, so that
5011         page-changed signal is emitted. 
5012
5013 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5014
5015         * test/test1.py:
5016         * test/test2.py:
5017
5018         Use C locale in tests. 
5019
5020 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5021
5022         * shell/ev-window.c: (ev_window_run_presentation):
5023         * shell/ev-view-private.h:
5024         * shell/ev-view.c: (ev_view_set_presentation):
5025
5026         Restore zoom settings when back from presentation mode. 
5027
5028 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5029
5030         * shell/ev-window.c: (ev_window_run_presentation):
5031
5032         Always use "best fit" zoom in presentation mode.
5033         Fixes bug #389195.
5034
5035 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5036
5037         * shell/ev-view.c: (ev_view_goto_window_create):
5038
5039         Show "Jump to page" label in the page jumping popup in
5040         presentation mode instead of just a GtkEntry.
5041
5042 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5043
5044         * shell/ev-window.c: (launch_external_uri):
5045
5046         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5047         #378085.
5048
5049 2006-12-22  Elijah Newren  <newren gmail com>
5050
5051         * configure.ac: explicitly check for libxml2.  Fixes #388795
5052
5053 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5054
5055         * shell/ev-view-private.h:
5056         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5057         (ev_view_goto_window_delete_event), (key_is_numeric),
5058         (ev_view_goto_window_key_press_event),
5059         (ev_view_goto_window_button_press_event),
5060         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5061         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5062         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5063
5064         Allow jumping to another page by typing a page number in presentation
5065         mode. It uses a popup window with an entry. Fixes bug #353625.
5066
5067 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5068
5069         * configure.ac:
5070         * properties/ev-properties-view.c: (ev_get_default_user_units),
5071         (ev_regular_paper_size):
5072         
5073         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5074         to Damien Carbery <damien.carbery@sun.com> and
5075         Yevgen Muntyan <muntyan@tamu.edu>.
5076
5077 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5078
5079         * shell/ev-window.c: (setup_document_from_metadata):
5080
5081         Make sure Evince doesn't restore the view on the last
5082         page when a document is reopened. Fixes bug #383381.
5083
5084 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5085
5086         * shell/ev-view.c: (draw_loading_text):
5087
5088         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5089
5090 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5091
5092         * configure.ac:
5093         * NEWS:
5094
5095         Release 0.7.0
5096
5097 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5098
5099         * configure.ac:
5100         * pdf/ev-poppler.cc: (pdf_print_context_free),
5101         (pdf_document_file_exporter_begin),
5102         (pdf_document_file_exporter_do_page):
5103
5104         Make cairo-pdf depedency optional. 
5105
5106 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5107
5108         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5109
5110         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5111
5112 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5113
5114         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5115         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5116         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5117         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5118         * shell/ev-view.c: (draw_loading_text):
5119         * shell/ev-window.c: (ev_window_cmd_file_properties):
5120
5121         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5122         related to using FontConfig from different threads.
5123         
5124 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5125
5126         * shell/ev-view.c: (draw_loading_text):
5127
5128         Acquire lock document when drawing "Loading..." text so that only one
5129         thread will use FontConfig at the same time. Fixes bug #374750.
5130
5131 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5132
5133         * shell/ev-page-action.[ch]: (activate_cb):
5134         * shell/ev-window.c: (activate_label_cb):
5135
5136         Check if text inserted in page entry is a valid page number when it
5137         doesn't match to any document page label. Fixes bug #383165.
5138
5139 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5140         * shell/ev-window.c:
5141
5142         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5143         available with GTK < 2.10. Added an ifdef to avoid compilation
5144         error.
5145
5146 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5147
5148         * configure.ac:
5149         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5150
5151         Fix ps backend in multihead systems.
5152
5153 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5154
5155         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5156         * shell/ev-window.c: (ev_window_get_screen_dpi),
5157         (ev_window_update_actions), (setup_view_from_metadata),
5158         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5159
5160         Take screen DPI into account when zooming. Fixes bug #318285.
5161
5162 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5163
5164         * data/Makefile.am:
5165
5166         Cleaned up/slightly refactored Makefile.am. Added GConf
5167         schemas uninstallation as well.
5168
5169 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5170
5171         * Makefile.am:
5172         * test/Makefile.am:
5173
5174         Fight with autotools to fix make check. Make distcheck
5175         works fine as well now!
5176
5177 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5178
5179         * shell/ev-view.c: (draw_end_presentation_page):
5180
5181         Corrected "end of presentation" string.
5182
5183 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5184
5185         * shell/ev-view.c: (ev_view_key_press_event):
5186
5187         Correctly propagate key press event so that up/down keys
5188         work as expected (correct behaviour was broken by
5189         black/white screen key bindings for presentations).
5190
5191 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5192
5193         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5194         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5195         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5196         (pdf_selection_get_selection_region),
5197         (pdf_selection_get_selection_map):
5198
5199         Add "static" to some private functions. 
5200
5201 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5202
5203         * lib/ev-tooltip.h:
5204         * properties/ev-properties-view.h:
5205         * shell/ev-jobs.h:
5206         * shell/ev-properties-dialog.h:
5207         * shell/ev-properties-fonts.h:
5208         * shell/ev-sidebar-links.h:
5209         * shell/ev-sidebar-thumbnails.h:
5210         * shell/ev-sidebar.h:
5211         * shell/ev-window.h:
5212         
5213         Fixes CHACK type in class casts. See bug #385343
5214         for details.
5215
5216 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5217
5218         * shell/ev-view-private.h:
5219         * shell/ev-view.c: (draw_end_presentation_page),
5220         (ev_view_expose_event), (ev_view_key_press_event),
5221         (ev_view_class_init), (ev_view_init):
5222
5223         Blank screen in presentation mode when pressing 'b' (filling with
5224         black) or 'w' (filling with white) keys. Fixes bug #358132.
5225
5226 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5227
5228         * data/evince-toolbar.xml:
5229         * shell/ev-window.c:
5230         
5231         Use stock icon for Select All action. Fixes
5232         bug #382652.
5233
5234 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5235
5236         * shell/ev-view.c: (get_doc_point_from_offset),
5237         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5238
5239         Add links support in rotated documents. Fixes bug #343733.
5240
5241 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5242
5243         * shell/ev-view-private.h:
5244         * shell/ev-view.c: (draw_end_presentation_page),
5245         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5246
5247         Show a blank page after the last page in presentation mode with a
5248         message indicating that presentation has finished and how to exit. 
5249
5250 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5251
5252         * shell/ev-window.c: (fullscreen_timeout_cb):
5253
5254         Hide cursor after a while in presentation mode. 
5255
5256 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5257
5258         * backend/ev-document-info.h:
5259         * data/evince-properties.glade:
5260         * pdf/ev-poppler.cc:
5261         * properties/ev-properties-view.c: (ev_regular_paper_size),
5262         (ev_properties_view_set_info):
5263         * ps/ps-document.c: (ps_document_get_info):
5264
5265         Adds a paper size field to the properties dialog. Fixes
5266         bug #307315. Patch by Kasper Svendsen (with some i18n
5267         changes done by me).
5268
5269 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5270
5271         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5272         (screensaver_init_dbus), (totem_scrsaver_new),
5273         (totem_scrsaver_init):
5274         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5275         * shell/ev-application.c: (ev_application_register_service),
5276         (ev_application_screensaver_enable),
5277         (ev_application_screensaver_disable):
5278         * shell/ev-application.h:
5279         * shell/ev-window.c: (ev_window_run_presentation),
5280         (ev_window_stop_presentation), (build_comments_string),
5281         (ev_window_init):
5282         
5283         Move screensaver handling to application. No more
5284         message on startup.
5285
5286 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5287
5288         * configure.ac:
5289         * backend/Makefile.am:
5290         * backend/ev-file-exporter.[ch]:
5291         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5292         * ps/ps-document.c: (ps_document_file_exporter_*):
5293         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5294         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5295         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5296         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5297
5298         Allow printing to PDF when suppoted by the backend.
5299         
5300 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5301
5302         * shell/ev-window.c: (build_comments_string):
5303
5304         Use always "Document Viewer" in about dialog. 
5305
5306 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5307
5308         * djvu/djvu-document.c: (djvu_document_get_page_size):
5309
5310         Display a warning message when get_pageinfo fails. 
5311
5312 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5313
5314         * Makefile.am:
5315         * backend/Makefile.am:
5316         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5317         * configure.ac:
5318         * shell/ev-window.c: (build_comments_string):
5319         
5320         Make pdf compilation optional. See bug #38007.
5321
5322 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5323
5324         * ps/ps.c: (get_next_text):
5325
5326         Fix CVE-2006-5864.
5327
5328 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5329
5330         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5331         * shell/ev-navigation-action.c: (connect_proxy),
5332         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5333         
5334         Do not call g_type_class_peek_parent twice.
5335
5336 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5337
5338         * configure.ac:
5339         * data/icons/24x24/.cvsignore:
5340         * data/icons/24x24/Makefile.am:
5341         * data/icons/24x24/evince.png:
5342         * data/icons/Makefile.am:
5343         
5344         Add 24x24 icon. Thanks to 
5345         Michael Monreal <infernux@web.de>.
5346
5347 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5348
5349         * configure.ac: Fix typo in configure.ac. Thanks
5350         to dmacks@netspace.org for notification.
5351
5352 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5353
5354         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5355         
5356         Drop dbus include, fixes compilation with older dbus.
5357
5358 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5359
5360         * configure.ac:
5361         * cut-n-paste/Makefile.am:
5362         * cut-n-paste/totem-screensaver/.cvsignore
5363         * cut-n-paste/totem-screensaver/Makefile.am:
5364         * cut-n-paste/totem-screensaver/README:
5365         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5366         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5367         * shell/Makefile.am:
5368         * shell/ev-window.c: (ev_window_run_presentation),
5369         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5370         (ev_window_init):
5371
5372         Implemented screensaver enabling/disabling for
5373         presentation mode (not fullscreen mode). Code stolen
5374         from Totem (with some minor tweaks). Fixes bug #338889.
5375
5376 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5377
5378         * configure.ac:
5379
5380         Bump gnome-icon-theme requirements. We use the rotation
5381         icons that appeared recently.
5382
5383 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5384
5385         * shell/ev-history.c: (ev_history_add_page):
5386         * shell/ev-history.h:
5387         * shell/ev-window.c: (page_changed_cb):
5388         
5389         Use page labels instead of numbers.
5390
5391 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5392
5393         * data/evince-toolbar.xml:
5394         * po/POTFILES.in:
5395         * shell/Makefile.am:
5396         * shell/ev-navigation-action-widget.c:
5397         (ev_navigation_action_widget_init),
5398         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5399         (menu_detacher), (ev_navigation_action_widget_set_menu),
5400         (menu_position_func), (popup_menu_under_arrow),
5401         (ev_navigation_action_widget_toggled),
5402         (ev_navigation_action_widget_button_press_event):
5403         * shell/ev-navigation-action-widget.h:
5404         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5405         (ev_navigation_action_set_window), (activate_menu_item_cb),
5406         (new_history_menu_item), (new_empty_history_menu_item),
5407         (build_menu), (menu_activated_cb), (connect_proxy),
5408         (create_tool_item), (ev_navigation_action_init),
5409         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5410         * shell/ev-navigation-action.h:
5411         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5412         (ev_page_action_widget_set_page_cache),
5413         (ev_page_action_widget_finalize),
5414         (ev_page_action_widget_class_init), (match_selected_cb),
5415         (display_completion_text), (match_completion), (build_new_tree_cb),
5416         (get_filter_model_from_model),
5417         (ev_page_action_widget_update_model):
5418         * shell/ev-page-action-widget.h:
5419         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5420         (connect_proxy):
5421         * shell/ev-page-action.h:
5422         * shell/ev-stock-icons.c:
5423         * shell/ev-stock-icons.h:
5424         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5425         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5426         (register_custom_actions):
5427         * shell/main.c:
5428         
5429         Preliminary history implementation
5430
5431 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5432
5433         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5434         (dvi_document_class_init), (dvi_document_init_params):
5435         * dvi/mdvi-lib/font.c: (font_reference):
5436         
5437         Add reference to subfont. Fixes bug #374277.
5438
5439 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5440
5441         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5442         (ev_window_cmd_file_open_copy_at_dest):
5443
5444         Fix a race condition when creating symlink. Increase the counter
5445         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5446         Mathias Hasselmann).
5447
5448 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5449
5450         * backend/Makefile.am:
5451         * backend/ev-attachment.c: (ev_attachment_open):
5452         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5453         (ev_tmp_dir), (ev_tmp_filename):
5454         * shell/ev-sidebar-attachments.c:
5455         (ev_sidebar_attachments_drag_data_get):
5456         * shell/ev-window.c: (ev_window_clear_temp_file):
5457
5458         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5459         in ensure_dir_exists. Abort without crashing when we can't create
5460         user's directory.
5461
5462 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5463
5464         * data/evince-ui.xml:
5465         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5466         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5467         (ev_window_cmd_file_open_copy_at_dest),
5468         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5469         (ev_view_popup_cmd_open_link_new_window):
5470
5471         Allow opening a copy of the current document in a new window. Fixes bug
5472         #357472
5473
5474 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5475
5476         * data/evince-toolbar.xml:
5477         
5478         Add rotate right and rotate left to available items for toolbar.
5479         
5480         * data/evince-ui.xml:
5481         * shell/ev-window.c: (ev_window_init):
5482         
5483         Customize toolbar with right click. Fixes bug #372451.
5484
5485 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5486
5487         * shell/ev-window.c: 
5488         
5489         Use "object-rotate-{left,right}" stock icons. Fixes 
5490         bug #373863.
5491
5492 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5493
5494         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5495         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5496         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5497         (ev_window_open_uri):
5498         * shell/main.c: (arguments_parse):
5499
5500         Remove temp file created when evince is used by GTK+ in
5501         preview mode. Fixes bug #365282. 
5502
5503 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5504
5505         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5506         
5507         Fixes bug #372474 - Side pane disabled when entering 
5508         and leaving fullscreen mode.
5509
5510 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5511
5512         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5513         * data/Makefile.am:
5514         * data/evince-preview-toolbar.xml:
5515         * data/evince-toolbar.xml:
5516         * shell/ev-application.c: (ev_application_shutdown),
5517         (ev_application_init), (ev_application_get_toolbars_model):
5518         * shell/ev-application.h:
5519         * shell/ev-window.c: (update_chrome_visibility),
5520         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5521         (ev_window_cmd_edit_toolbar), (ev_window_init):
5522         
5523         Fixes bug #364364 - toolbar editor shows zoom actions again.
5524
5525 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5526
5527         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5528
5529         Do not take margins into consideration for paper size when printing.
5530         Really fixes bug #350491.
5531
5532 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5533
5534         * data/evince-ui.xml:
5535         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5536         (ev_window_cmd_file_print_setup),
5537         (ev_window_print_dialog_response_cb),
5538         (ev_window_setup_action_sensitivity):
5539
5540         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5541
5542 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5543
5544         * shell/ev-window.c: (ev_window_print_range):
5545
5546         Revert my previuos commit, since printing to PDF is not supported by
5547         evince yet. 
5548
5549 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5550
5551         * shell/ev-window.c: (ev_window_print_range):
5552
5553         Enable print to a PDF. Fixes bug #332121.
5554
5555 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5556
5557         * shell/ev-application-service.xml:
5558         * shell/ev-application.[ch]: (ev_application_open_window),
5559         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5560         (ev_application_open_uri), (ev_application_open_uri_list):
5561         * shell/ev-window.c: (file_open_dialog_response_cb),
5562         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5563         (drag_data_received_cb), (open_remote_link):
5564         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5565
5566         Add support for multiscreen systems. Fixes bug #316206.
5567
5568 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5569
5570         * shell/ev-jobs.[ch]: (ev_job_print_new),
5571         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5572         (ev_job_print_do_page):
5573         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5574
5575         Allow printing only odd/even pages. Fixes bug #367289.
5576
5577 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5578
5579         * test/test1.py:
5580         * test/test2.py:
5581
5582         Re-add locale settings to test files.
5583
5584 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5585
5586         * data/evince-ui.xml:
5587         * shell/ev-window.c: (set_action_properties):
5588         
5589         Removed garbage from code and ui.
5590
5591 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5592
5593         * shell/ev-window.c: (ev_window_cmd_help_about):
5594
5595         Shamelessly add my name to the list of contributors.
5596
5597 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5598
5599         * test/test1.py:
5600         * test/test2.py:
5601
5602         Cleaned up the dogtail scripts.
5603
5604 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5605
5606         * shell/ev-view.c: (draw_loading_text): Don't render
5607         "loading..." text in presentation mode. Temporary
5608         workaround for bug #320352.
5609
5610 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5611
5612         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5613         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5614
5615         Use print settings scale, copies, collate and reverse which were
5616         ignored. Fixes bug #359032.
5617
5618 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5619
5620         * configure.ac:
5621         * data/evince-password.glade:
5622         * test/Makefile.am:
5623         * test/test-encrypt.pdf:
5624         * test/test-links.pdf:
5625         * test/test1.py:
5626         * test/test2.py:
5627
5628         Add automated UI tests for evince with dogtail. See
5629         bug #300948.    
5630
5631 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5632
5633         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5634
5635         Hide fullscreen toolbar when switching to another desktop workspace.
5636         Fixes bug #338871
5637
5638 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5639
5640         * shell/ev-window-title.c: 
5641         
5642         Test for .dvi in title of pdf documents.
5643
5644 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5645
5646         * shell/ev-view.c: (ev_view_scroll):
5647
5648         Page Up/Down should do page jumps in "Best fit" mode.
5649         If a user has explicitly chosen to view exactly one page
5650         at a time, scrolling just a part of the page when
5651         pressing Page Up/Down is not right. Fixes bug #323107.
5652
5653 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5654
5655         * NEWS:
5656         * configure.ac:
5657         
5658         Update for 0.6.1
5659
5660 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5661
5662         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5663         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5664         
5665         Correctly disconnect from job signals on destroy.
5666
5667 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5668
5669         * shell/ev-view-private.h:
5670         * shell/ev-view.c: (view_set_adjustment_values),
5671         (view_update_range_and_current_page),
5672         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5673         
5674         Fixes bug #343199, current page now follows find page.
5675
5676 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5677
5678         * backend/ev-document-factory.c:
5679         * configure.ac:
5680         Assigned OpenDocument presenation MIME type to the
5681         Impress backend. Added some missing (but harmless)
5682         #ifdefs in the document factory as well to make things
5683         consistent again. Fixes bug #360658.
5684
5685 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5686
5687         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5688         * backend/ev-document-find.c: (ev_document_find_get_type):
5689         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5690         * backend/ev-document-links.c: (ev_document_links_get_type):
5691         * backend/ev-document-security.c: (ev_document_security_get_type):
5692         * backend/ev-document-thumbnails.c:
5693         (ev_document_thumbnails_get_type):
5694         * backend/ev-document.c: (ev_document_get_type):
5695         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5696         * backend/ev-selection.c: (ev_selection_get_type):
5697         * cut-n-paste/recent-files/egg-recent-model.c:
5698         (egg_recent_model_get_type):
5699         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5700         (egg_recent_view_uimanager_get_type):
5701         * cut-n-paste/recent-files/egg-recent-view.c:
5702         (egg_recent_view_get_type):
5703         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5704         (egg_editable_toolbar_get_type):
5705         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5706         (egg_toolbar_editor_get_type):
5707         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5708         (egg_toolbars_model_get_type):
5709         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5710         (egg_tree_multi_drag_source_get_type):
5711         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5712         (ephy_zoom_action_get_type):
5713         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5714         (ephy_zoom_control_get_type):
5715         * impress/r_back.c: (_imp_fill_back):
5716         * properties/ev-properties-main.c:
5717         (ev_properties_plugin_register_type):
5718         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5719         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5720         (ev_view_accessible_factory_get_type):
5721
5722         Reduce relocations. Bug #360616.
5723
5724 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5725
5726         * backend/ev-document-factory.c:
5727         (ev_document_factory_get_document):
5728         
5729         Load document even if extension is wrong.
5730
5731 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5732
5733         * shell/ev-metadata-manager.c: (save_values):
5734         * shell/ev-window.c: (setup_size_from_metadata),
5735         (setup_view_from_metadata), (ev_window_setup_document),
5736         (ev_window_xfer_job_cb), (window_configure_event_cb):
5737         
5738         Set size according to the document size/page size ratio.
5739         That should correct rather wierd behaviour of the previous
5740         commit.
5741
5742 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5743
5744         * shell/ev-window.c: (setup_view_from_metadata):
5745         
5746         Set size for new windows from previous window size.
5747         See bugs #354968 and #168450 for details. Thanks
5748         to Meik Hellmund.
5749
5750 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5751
5752         * djvu/djvu-links.c: (build_tree):
5753
5754         Fix memory leak.
5755
5756 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5757
5758         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5759         
5760         Don't make sidebar close button insensitive. Fixes
5761         bug #357871.
5762
5763 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5764
5765         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5766         (ev_window_set_view_accels_sensitivity):
5767         
5768         Don't enable Slash on documents which don't support
5769         find. Fixes bug #358648.
5770
5771 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5772
5773         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5774         open dialog fall back to the current document uri if the
5775         filechooser hasn't been used before. Fixes bug #356980.
5776
5777 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5778
5779         * shell/ev-window.c: (ev_window_setup_recent), 
5780         (ev_window_get_recent_file_label):
5781
5782         Escape underscores in filenames of recent file items.
5783
5784 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5785
5786         * configure.ac:
5787         
5788         Bumped poppler requirements, really 0.5.3 is very 
5789         buggy, now we require 0.5.4.
5790
5791 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5792
5793         * djvu/Makefile.am:
5794         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5795         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5796         (djvu_document_document_links_iface_init):
5797         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5798         (number_from_string_10), (get_djvu_link_dest),
5799         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5800         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5801         (djvu_links_get_links), (djvu_links_find_link_dest),
5802         (djvu_links_get_links_model):
5803         * djvu/djvu-links.h:
5804         
5805         Add support for links and bookmarks in djvu documents. Thanks
5806         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5807         patch.
5808
5809 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5810
5811         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5812         
5813         Reopen should reload document. Fixes 
5814         bug 327951.
5815
5816 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5817
5818         * configure.ac:
5819         * data/Makefile.am:
5820         * data/evince-16.png:
5821         * data/evince-22.png:
5822         * data/evince.png:
5823         * data/evince.svg:
5824         * data/icons/16x16/Makefile.am:
5825         * data/icons/16x16/evince.png:
5826         * data/icons/22x22/Makefile.am:
5827         * data/icons/22x22/evince.png:
5828         * data/icons/48x48/Makefile.am:
5829         * data/icons/48x48/evince.png:
5830         * data/icons/Makefile.am:
5831         * data/icons/scalable/Makefile.am:
5832         * data/icons/scalable/evince.svg:
5833         
5834         Install icons with correct names. Fixes
5835         bug #354429.
5836
5837 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5838
5839         * shell/ev-view.c: (ev_view_button_release_event):
5840
5841         Don't open links with middle mouse button. Fixes bug #353649
5842
5843 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5844
5845         * NEWS:
5846         * configure.ac:
5847         
5848         Update for release 0.6.0
5849
5850 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5851
5852         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5853         Implement Close named action. Patch by Carlos Garcia Campos.
5854
5855 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5856
5857         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5858         
5859         Don't clear link mapping on copy_job_to_job_info. Fixes
5860         bug 346168.
5861
5862 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5863
5864         * shell/main.c: (main):
5865
5866         Revert my previous commit, gnome_program_init owns the option context.
5867         Fix another memory leak in main. Both caught by Christian Persch. 
5868
5869 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5870
5871         * shell/main.c: (main):
5872
5873         Fix memory leak.
5874
5875 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5876
5877         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5878
5879         Fix crash when opening a pdf with password protection. 
5880
5881 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5882
5883         * pdf/ev-poppler.cc: (pdf_document_search_free):
5884
5885         Fix memory leak. 
5886
5887 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5888
5889         * backend/ev-document-factory.c:
5890         (ev_document_factory_get_document):
5891         * tiff/tiff-document.c: (tiff_document_finalize):
5892         
5893         More correct handling of document loading. Fixes
5894         bug #349043.
5895
5896 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5897
5898         * backend/ev-attachment.c: (ev_attachment_save):
5899
5900         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5901         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5902
5903 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5904         
5905         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5906         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5907
5908 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5909
5910         * shell/ev-sidebar-thumbnails.c:
5911
5912         Do not render thumbnails unless thumbnails page is active in the
5913         sidebar.
5914
5915 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5916
5917         * shell/ev-properties-dialog.c:
5918
5919         Fix dialogue spacing. Bug #351370.
5920
5921 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5922
5923         * configure.ac:
5924
5925         Use lowercase gettext catalog file names (evince.mo
5926         instead of Evince.mo)
5927
5928 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5929
5930         * shell/ev-sidebar-attachments.c:
5931
5932         GtkIconTheme is now screen safe too. Fixes bug #350878
5933
5934 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5935
5936         * shell/ev-window.c:
5937
5938         GtkRecent manager is now screen safe. Fixes bug #350145
5939
5940 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5941
5942         * shell/ev-sidebar.c: (ev_sidebar_init):
5943         
5944         Make sidebar close icon smaller. Fix for bug 350177.
5945         See also bugs 350176 and 165770.
5946
5947 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5948
5949         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5950
5951         Ignore zoom for xyz destinations when it's <= 1, keeping user
5952         preferences instead. Set correct sizing-mode for fith and fitv
5953         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5954
5955 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5956
5957         * NEWS:
5958         * configure.ac:
5959         
5960         Update for release 0.5.5
5961
5962 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5963         
5964         * shell/ev-window.c: (ev_window_cmd_escape)
5965
5966         Escape unfocus page entry. Fixes bug #345809.
5967
5968 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5969
5970         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5971         (build_tree), (pdf_document_links_get_links),
5972         (pdf_document_links_find_link_dest):
5973         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5974         (goto_xyz_dest):
5975
5976         Convert from PDF style coordinates to X style coordinates in the
5977         backend rather than in the view. Fixes bug #338440
5978
5979 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5980
5981         * shell/ev-window.c:
5982         
5983         Remove Ctrl+Shift+T shortcut for toolbars. See
5984         the bug #350098.
5985
5986 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5987
5988         * configure.ac:
5989
5990         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5991         of this. 
5992
5993 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5994
5995         * configure.ac:
5996         * cut-n-paste/Makefile.am:
5997         * data/evince-ui.xml:
5998         * shell/Makefile.am:
5999         * shell/ev-application.[ch]:
6000         * shell/ev-window.c:
6001
6002         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6003         #349273
6004
6005 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6006
6007         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6008         findbar code: s/help/search/
6009
6010 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6011
6012         * shell/ev-window.c: (setup_document_from_metadata),
6013         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6014         (setup_view_from_metadata):
6015         
6016         Fix memory leaks.
6017
6018 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6019
6020         * autogen.sh, configure.ac: 
6021         
6022         Update automake usage. See bug 349292.
6023
6024 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6025
6026         * shell/eggfindbar.c: (egg_find_bar_class_init),
6027         (entry_activate_callback), (egg_find_bar_init),
6028         (egg_find_bar_set_status_text):
6029         * shell/eggfindbar.h:
6030         
6031         Unify Evince findbar with Epiphany. Nice patch
6032         from Fabricio Silva <silva@crans.org> and
6033         Frederic Peters <fpeters@entrouvert.com>. See
6034         bug #339966 for details.
6035
6036 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6037
6038         * data/evince.desktop.in.in:
6039         
6040         Correct information for bugzilla. Thanks to
6041         Olaf Vitters, see bug #348855.
6042
6043 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6044
6045         * shell/ev-jobs.[ch]:
6046         * shell/ev-sidebar-links.c:
6047         * shell/ev-window.[ch]:
6048
6049         GtkPrintJob doesn't support print ranges or current page, so we export
6050         to a ps file now when printing ranges or current page.
6051
6052 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6053
6054         * pdf/ev-poppler.cc:
6055         * shell/ev-window.c: (do_action_named):
6056
6057         We should be more clear about bugzilla. See the
6058         poppler bug #7623.
6059
6060 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6061
6062         * configure.ac:
6063         * shell/Makefile.am:
6064         * shell/ev-job-queue.c:
6065         * shell/ev-jobs.[ch]:
6066         * shell/ev-sidebar-links.c:
6067         * shell/ev-window.[ch]:
6068         
6069         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6070         #348422
6071
6072 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6073
6074         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6075         * shell/ev-application-service.xml:
6076         * shell/ev-application.[ch]:
6077         * shell/ev-jobs.[ch]:
6078         * shell/ev-window.[ch]: (ev_window_run_preview):
6079         * shell/main.c: 
6080
6081         Add preview mode to use evince as a printing previewer. It also adds
6082         other command line options for fullscreen and presentation modes.
6083         Fixes bugs #347822, #317031
6084
6085 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6086
6087         * NEWS:
6088         * configure.ac:
6089         
6090         Update for release 0.5.4
6091
6092 2006-07-11  Bastien Nocera <hadess@hadess.net>
6093
6094         * Makefile.am:
6095         * backend/Makefile.am:
6096         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6097         * backend/ev-document-factory.h:
6098         * configure.ac:
6099         * impress/.cvsignore:
6100         * impress/Makefile.am:
6101         * impress/common.h:
6102         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6103         (imp_get_page), (imp_next_page), (imp_prev_page),
6104         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6105         * impress/f_oasis.c: (render_object), (render_page),
6106         (get_geometry), (_imp_oasis_load):
6107         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6108         (_imp_oo13_load):
6109         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6110         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6111         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6112         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6113         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6114         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6115         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6116         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6117         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6118         (iks_new_within), (iks_insert), (iks_insert_cdata),
6119         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6120         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6121         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6122         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6123         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6124         (iks_cdata), (iks_cdata_size), (iks_has_children),
6125         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6126         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6127         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6128         (iks_tree), (iks_load), (iks_save):
6129         * impress/iksemel.h:
6130         * impress/imposter.h:
6131         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6132         (imp_render_draw_bezier_real), (imp_render_get_size),
6133         (imp_render_set_fg_color), (imp_render_draw_line),
6134         (imp_render_draw_rect), (imp_render_draw_polygon),
6135         (imp_render_draw_arc), (imp_render_draw_bezier),
6136         (imp_render_open_image), (imp_render_get_image_size),
6137         (imp_render_scale_image), (imp_render_draw_image),
6138         (imp_render_close_image), (imp_render_markup),
6139         (imp_render_get_text_size), (imp_render_draw_text),
6140         (impress_document_load), (impress_document_save),
6141         (impress_document_get_n_pages), (impress_document_get_page_size),
6142         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6143         (impress_document_finalize), (impress_document_class_init),
6144         (impress_document_can_get_text), (impress_document_get_info),
6145         (impress_document_document_iface_init),
6146         (impress_document_thumbnails_get_thumbnail),
6147         (impress_document_thumbnails_get_dimensions),
6148         (impress_document_document_thumbnails_iface_init),
6149         (impress_document_init):
6150         * impress/impress-document.h:
6151         * impress/internal.h:
6152         * impress/r_back.c: (_imp_fill_back):
6153         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6154         (_imp_draw_image), (_imp_tile_image):
6155         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6156         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6157         (r_polyline):
6158         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6159         (r_draw_gradient_complex), (r_draw_gradient):
6160         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6161         (r_get_bullet):
6162         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6163         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6164         (r_text):
6165         * impress/render.c: (imp_create_context), (imp_context_set_page),
6166         (imp_context_set_step), (imp_render), (imp_delete_context):
6167         * impress/render.h:
6168         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6169         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6170         (zip_load_xml), (zip_get_size), (zip_load):
6171         * impress/zip.h:
6172         * shell/ev-utils.c:
6173         
6174         New backend to support impress slides. Fixes bug #30867.
6175
6176 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6177
6178         * shell/ev-utils.c: (using_postscript_printer):
6179         
6180         Fixes crash when print using PAPI backend,
6181         bug #345012.
6182
6183 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6184
6185         * shell/ev-jobs.c: (ev_job_xfer_run):
6186         * shell/ev-window.c: (password_dialog_response),
6187         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6188         (ev_window_dispose):
6189         Fixes bug #344160: if the xfer job doesn't complete
6190         because a password is required, reload the existing
6191         instance instead of creating a new one.
6192
6193 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6194
6195         * shell/main.c: (main): Call gdk_threads_init. Thus
6196         we'll avoid errors in auth dialog. Fix for the bug
6197         #343347.
6198
6199 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6200
6201         * configure.ac: Advertise pixbuf support, fix
6202         for the bug 343317.
6203
6204 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6205
6206         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6207         (ev_sidebar_thumbnails_set_document):
6208         
6209         Update sidebar thumbnails after reloading.
6210
6211 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6212
6213         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6214         * shell/ev-jobs.h:
6215         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6216         (ev_window_cmd_view_reload), (ev_window_init):
6217         
6218         Don't crash on reload. Fix for the bug #343167.
6219
6220 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6221
6222         * shell/ev-jobs.c: (ev_job_render_run):
6223         
6224         Check for document links.
6225
6226 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6227
6228         * backend/ev-attachment.c: (ev_attachment_save),
6229         (ev_attachment_launch_app), (ev_attachment_open):
6230         * backend/ev-document-factory.c: (get_document_from_uri):
6231         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6232         (egg_recent_view_uimanager_set_list):
6233         * ps/ps-document.c: (check_filecompressed), (document_load),
6234         (ps_document_load):
6235         * shell/ev-metadata-manager.c: (load_values):
6236         * shell/ev-password.c: (ev_password_dialog_set_property):
6237         * shell/ev-view.c: (tip_from_link):
6238         * shell/ev-window.c: (file_save_dialog_response_cb),
6239         (ev_window_print_dialog_response_cb):
6240         
6241         Use consistent quoting style. Fix for the bug #320285.
6242
6243 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6244
6245         * shell/ev-jobs.c: (ev_job_xfer_run):
6246         * shell/main.c: (load_files):
6247                 
6248         Open links with anchors. Fix for the bug #339836.
6249
6250 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6251
6252         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6253         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6254         (ev_link_dest_set_property), (ev_link_dest_finalize),
6255         (ev_link_dest_class_init), (ev_link_dest_new_named),
6256         (ev_link_dest_new_page_label):
6257         * backend/ev-link-dest.h:
6258         * shell/ev-application.c: (ev_application_open_uri):
6259         * shell/ev-view.c: (goto_dest):
6260         * shell/ev-window.c:
6261         * shell/ev-window.h:
6262         
6263         Fix page-label command line option. Bug #342070.
6264
6265 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6266
6267         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6268         
6269         Don't show highlight rects if page can't be showed. Fix for 
6270         the bug #342076
6271
6272 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6273
6274         * shell/ev-window.c: (setup_sidebar_from_metadata),
6275         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6276         
6277         Setup sidebar from metadata even if there is no document
6278         loaded. Fix for the bug #342807.
6279
6280 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6281
6282         * cut-n-paste/toolbar-editor/Makefile.am:
6283         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6284         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6285         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6286         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6287         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6288         (popup_context_menu_cb), (button_press_event_cb),
6289         (configure_item_sensitivity), (configure_item_cursor),
6290         (configure_item_tooltip), (connect_widget_signals),
6291         (action_sensitive_cb), (create_item_from_action),
6292         (create_item_from_position), (toolbar_drag_data_received_cb),
6293         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6294         (toolbar_drag_leave_cb), (configure_drag_dest),
6295         (toggled_visibility_cb), (toolbar_visibility_refresh),
6296         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6297         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6298         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6299         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6300         (egg_editable_toolbar_dispose),
6301         (egg_editable_toolbar_set_ui_manager),
6302         (egg_editable_toolbar_get_selected),
6303         (egg_editable_toolbar_set_selected), (set_edit_mode),
6304         (egg_editable_toolbar_set_property),
6305         (egg_editable_toolbar_get_property),
6306         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6307         (egg_editable_toolbar_new_with_model),
6308         (egg_editable_toolbar_get_edit_mode),
6309         (egg_editable_toolbar_set_edit_mode),
6310         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6311         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6312         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6313         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6314         (item_added_or_removed_cb), (toolbar_removed_cb),
6315         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6316         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6317         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6318         (editor_create_item_from_name), (append_table),
6319         (update_editor_sheet), (egg_toolbar_editor_init):
6320         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6321         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6322         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6323         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6324         (toolbar_node_free), (egg_toolbars_model_get_flags),
6325         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6326         (egg_toolbars_model_get_name), (impl_add_item),
6327         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6328         (parse_data_list), (parse_item_list), (parse_toolbars),
6329         (egg_toolbars_model_load_toolbars), (parse_available_list),
6330         (parse_names), (egg_toolbars_model_load_names),
6331         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6332         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6333         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6334         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6335         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6336         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6337         (egg_toolbars_model_set_types), (fill_avail_array),
6338         (egg_toolbars_model_get_name_avail),
6339         (egg_toolbars_model_get_name_flags),
6340         (egg_toolbars_model_set_name_flags):
6341         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6342         * cut-n-paste/toolbar-editor/eggintl.h:
6343         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6344         (egg_tree_multi_drag_source_get_type),
6345         (egg_tree_multi_drag_source_row_draggable),
6346         (egg_tree_multi_drag_source_drag_data_delete),
6347         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6348         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6349         (path_list_free), (set_context_data), (get_context_data),
6350         (get_info), (egg_tree_multi_drag_drag_data_get),
6351         (egg_tree_multi_drag_motion_event),
6352         (egg_tree_multi_drag_button_press_event),
6353         (egg_tree_multi_drag_add_drag_support):
6354         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6355         * shell/ev-application.c: (ev_application_init),
6356         (ev_application_save_toolbars_model):
6357         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6358         (ev_window_cmd_edit_toolbar), (ev_window_init):
6359         
6360         Sync toolbareditor with epiphany and libegg
6361
6362 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6363
6364         * configure.ac: 
6365
6366         Depend on poppler 0.5.2
6367
6368 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6369
6370         * shell/ev-jobs.c: (ev_job_render_run):
6371         
6372         Check if document supports links iterface.
6373
6374 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6375
6376         * NEWS:
6377         * configure.ac:
6378         
6379         Update for release 0.5.3
6380
6381 2006-05-13  Michael Plump  <plumpy@skylab.org>
6382
6383         * configure.ac:
6384         * shell/Makefile.am:
6385         * shell/main.c: (main):
6386         
6387         Port to GOption command line parsing. Fix for the 
6388         bug #327518
6389
6390 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6391
6392         * shell/ev-window.c: (ev_window_cmd_help_about):
6393         
6394         Do not wrap license. Fix for the bug #309460.
6395
6396 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6397
6398         * configure.ac:
6399         * properties/ev-properties-main.c: (ev_properties_get_pages):
6400         * shell/ev-application.c: (ev_application_open_window),
6401         (ev_application_open_uri_at_dest):
6402         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6403         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6404         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6405         * shell/ev-utils.c: (save_print_config_to_file):
6406         * shell/ev-window.c: (ev_window_cmd_save_as),
6407         (ev_attachment_popup_cmd_save_attachment_as):
6408         * shell/main.c: (load_files_remote):
6409         
6410         Bump requirements to gtk 2.8 and drop all ifdefs used.
6411
6412 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6413
6414         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6415         * shell/ev-window.c: (ev_window_init):
6416         
6417         Show attachments page.
6418
6419 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6420
6421         * po/POTFILES.in:
6422         * shell/ev-attachment-bar.c:
6423         * shell/ev-attachment-bar.h:
6424         * shell/ev-sidebar-attachments.c:
6425         (ev_sidebar_attachments_icon_cache_add),
6426         (icon_theme_get_pixbuf_from_mime_type),
6427         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6428         (ev_sidebar_attachments_icon_cache_refresh),
6429         (ev_sidebar_attachments_get_attachment_at_pos),
6430         (ev_sidebar_attachments_popup_menu_show),
6431         (ev_sidebar_attachments_popup_menu),
6432         (ev_sidebar_attachments_button_press),
6433         (ev_sidebar_attachments_update_icons),
6434         (ev_sidebar_attachments_drag_data_get),
6435         (ev_sidebar_attachments_get_property),
6436         (ev_sidebar_attachments_destroy),
6437         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6438         (ev_sidebar_attachments_new),
6439         (ev_sidebar_attachments_set_document),
6440         (ev_sidebar_attachments_support_document),
6441         (ev_sidebar_attachments_get_label),
6442         (ev_sidebar_attachments_page_iface_init):
6443         * shell/ev-sidebar-attachments.h:
6444         * shell/ev-window.c: (update_chrome_visibility),
6445         (setup_sidebar_from_metadata), (ev_window_setup_document),
6446         (ev_window_sidebar_current_page_changed_cb),
6447         (attachment_bar_menu_popup_cb), (ev_window_init):
6448         
6449         Move attachments bar to sidebar.
6450
6451 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6452
6453         * pdf/ev-poppler.cc:
6454         * shell/ev-application.[ch]:
6455         * shell/main.c:
6456
6457         Fix some memory leaks.
6458
6459 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6460
6461         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6462
6463         Change the properties dialog response to
6464         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6465         will make the dialog go away when the user presses
6466         enter. With gtk+ >= 2.9 this will happen anyway, but for
6467         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6468         escape by default. Fixes bug #340539. See also bug
6469         #101293 for the gtk+ part.
6470
6471 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6472
6473         * shell/ev-view.c (tip_from_action_named): Replace some strings
6474         that were wrong. Closes #340970.
6475
6476 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6477
6478         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6479
6480         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6481         #341049
6482
6483 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6484
6485         * djvu/Makefile.am:
6486         * dvi/Makefile.am:
6487         * dvi/mdvi-lib/Makefile.am:
6488         * properties/Makefile.am:
6489         * ps/Makefile.am:
6490         * shell/Makefile.am:
6491         * thumbnailer/Makefile.am:
6492         
6493         Due to broken libtool that is unable to track dependencies
6494         of noinst libraries we are forced to explicitely point
6495         libraries for binary. Fix for the bug #333334.
6496
6497 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6498
6499         * data/evince.desktop.in.in:
6500         * shell/ev-view.c: (view_update_range_and_current_page),
6501         (ev_view_next_page), (ev_view_previous_page):
6502         * shell/ev-window.c: (update_chrome_visibility),
6503         (setup_sidebar_from_metadata), (ev_window_setup_document),
6504         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6505         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6506         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6507         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6508         (ev_window_stop_presentation), (ev_window_focus_in_event),
6509         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6510         (ev_window_init):
6511         * thumbnailer/Makefile.am:
6512         
6513         Update fullscreen and presentation timeout handling. Hide
6514         cursor in presentation after timeout. Fix for the bugs
6515         #136359 and #336981.
6516
6517 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6518
6519         * backend/ev-link-action.[ch]:
6520         * pdf/ev-poppler.cc: (ev_link_from_action):
6521         * shell/ev-view-private.h:
6522         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6523         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6524
6525         Add support for Named Action links
6526
6527 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6528
6529         * backend/Makefile.am:
6530         * backend/ev-document-links.[ch]:
6531         * backend/ev-document.[ch]:
6532         * backend/ev-link-action.[ch]:
6533         * backend/ev-link-dest.[ch]:
6534         * backend/ev-link.[ch]:
6535         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6536         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6537         * shell/ev-page-action.c: (build_new_tree_cb):
6538         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6539         (links_page_num_func), (update_page_callback):
6540         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6541         (tip_from_link):
6542         * shell/ev-jobs.c:
6543         * shell/ev-window.[ch]: (ev_window_open_uri),
6544         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6545         * shell/ev-application.[ch]: (ev_application_open_window),
6546         (ev_application_open_uri):
6547
6548         Rework links system, it adds support for remote links now and it makes
6549         easier to add new kinds of actions and destinations. Fixes bug #317292
6550
6551 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6552
6553         * data/Makefile.am:
6554         * data/evince.png:
6555         * data/evince-16.png:
6556         * data/evince-22.png:
6557         * data/evince.svg:
6558         * shell/main.c: (main):
6559         
6560         Evince use it's own icon. Fix for the bug #313392.
6561
6562         * shell/ev-window.c: (fullscreen_timeout_cb),
6563         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6564         (ev_window_cmd_help_about), (ev_window_dispose):
6565         
6566         Simplify fullscreen timeout code.
6567
6568 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6569
6570         * backend/ev-attachment.c: 
6571         * shell/ev-attachment-bar.c:
6572         * shell/ev-window.c:
6573
6574         Allow multiple selection of attachments
6575
6576 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6577
6578         * shell/ev-view.c: (view_update_range_and_current_page),
6579         (ev_view_scroll):
6580         
6581         Fix for the bug #312573 – Optimal selection of current 
6582         page among visible pages.
6583
6584 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6585
6586         * configure.ac:
6587         * djvu/Makefile.am:
6588         * djvu/djvu-text.h:
6589         
6590         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6591         for the bug 339868.
6592
6593 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6594
6595         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6596
6597 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6598
6599         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6600         dictated by the GNOME HIG. Fixes bug #339235.
6601
6602 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6603
6604         * data/evince-ui.xml:
6605         * shell/ev-view.c: (ev_view_can_find_previous):
6606         * shell/ev-view.h:
6607         * shell/ev-window.c: (ev_window_update_actions),
6608         (ev_window_cmd_edit_find_previous):
6609
6610         Add support for "Find Previous" as dictated by the GNOME HIG. A
6611         menu item is added and some glue code to make it all work is added
6612         to various files.
6613
6614 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6615
6616         * configure.ac: Award myself the "useless use of cat" award.
6617
6618 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6619
6620         * po/LINGUAS: New file listing all supported languages.
6621
6622         * configure.in: Use po/LINGUAS instead of including all languages
6623         directly in this file. See the wiki for more information:
6624         http://live.gnome.org/GnomeGoals/PoLinguas
6625
6626 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6627
6628         * backend/ev-document-factory.c:
6629
6630         Do not load the document twice when there isn't errors
6631
6632 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6633
6634         * backend/ev-attachment.c: 
6635
6636         Fix a crash when there isn't a default application to open an
6637         attachment
6638
6639 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6640
6641         * backend/ev-attachment.[ch]:
6642         * shell/ev-attachment-bar.[ch]:
6643
6644         Added missing files. 
6645
6646 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6647
6648         * backend/Makefile.am:
6649         * data/evince-ui.xml:
6650         * backend/ev-attachment.[ch]:
6651         * backend/ev-document.[ch]: (ev_document_has_attachments),
6652         (ev_document_get_attachments):
6653         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6654         (attachment_save_to_buffer), (pdf_document_get_attachments),
6655         (pdf_document_document_iface_init):
6656         * shell/Makefile.am:
6657         * shell/ev-attachment-bar.[ch]:
6658         * shell/ev-window.c:
6659
6660         Add support for PDF attachments. Fixes bug #325143
6661
6662 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6663
6664         * backend/ev-document-factory.c: (get_document_from_uri),
6665         (ev_document_factory_get_document):
6666         * backend/ev-document-factory.h:
6667         * properties/ev-properties-main.c: (ev_properties_get_pages):
6668         * shell/Makefile.am:
6669         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6670         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6671         (ev_job_queue_remove_job):
6672         * shell/ev-job-queue.h:
6673         * shell/ev-job-xfer.c:
6674         * shell/ev-job-xfer.h:
6675         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6676         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6677         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6678         (ev_job_xfer_run):
6679         * shell/ev-jobs.h:
6680         * shell/ev-window.c: (ev_window_is_empty),
6681         (password_dialog_response), (ev_window_clear_xfer_job),
6682         (ev_window_xfer_job_cb), (ev_window_open_uri),
6683         (ev_window_cmd_focus_page_selector),
6684         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6685         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6686         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6687         (ev_window_dispose):
6688         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6689         
6690         * Cleanup mime type detection on document load. Fix for the
6691         bug #336448.
6692
6693 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6694
6695         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6696         
6697         Fix crash on exit, described in the bug #336825.
6698
6699 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6700
6701         * backend/ev-document-factory.c:
6702         (ev_document_factory_get_from_mime),
6703         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6704         (ev_document_factory_get_document),
6705         (file_filter_add_mime_list_and_free),
6706         (ev_document_factory_add_filters):
6707         * backend/ev-document-factory.h:
6708         * properties/ev-properties-main.c: (ev_properties_get_pages):
6709         * shell/Makefile.am:
6710         * shell/ev-application.c:
6711         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6712         * shell/ev-window.c: (ev_window_cmd_file_open),
6713         (ev_window_cmd_save_as):
6714         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6715         
6716         Rework factory functions so they are placed now in a single 
6717         file ev-document-factory.c
6718
6719 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6720
6721         * shell/ev-window.c: (update_chrome_visibility):
6722         
6723         Fix for the bug 166566 - don't show menubar in fullscreen
6724         mode.
6725
6726 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6727
6728         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6729
6730 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6731
6732         * shell/ev-view.c: (ev_view_expose_event):
6733         
6734         More correctly draw loading text when document
6735         is empty.
6736
6737 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6738
6739         * shell/ev-view.c: (ev_view_scroll):
6740         
6741         Fix for the bug #334854, page down and page up switch
6742         pages in presentation mode.
6743
6744 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6745
6746         * shell/ev-window.c: (ev_window_set_action_sensitive),
6747         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6748         (ev_window_set_view_accels_sensitivity),
6749         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6750         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6751         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6752         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6753         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6754         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6755         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6756         (view_actions_focus_in_cb), (ev_window_init):
6757         
6758         Fix for the bug #333902, now it's possible to search
6759         words with slash.
6760
6761 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6762
6763         * configure.ac: Added Breton translation.
6764         * po/br.po: Added Breton translation.
6765
6766 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6767
6768         * shell/ev-window-title (ev_window_title_update):
6769
6770         Fix memory leak in window title. Fixes bug #333944
6771
6772 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6773
6774         * shell/ev-metadata-manager.c (parseItem):
6775
6776         Fix memory leaks. Fixes bug #333945
6777
6778 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6779         
6780         * NEWS, configure.ac, TODO:
6781         
6782         Update for release 0.5.2.
6783
6784 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6785
6786         * shell/ev-view.c: (view_update_range_and_current_page),
6787         (page_changed_cb):
6788         
6789         Don't jump on scrolling, fix for the bug #333127.
6790
6791 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6792
6793         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6794         
6795         Scroll by one page in presentation mode. Fix for the bug
6796         #332993.
6797
6798 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6799
6800         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6801
6802 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6803
6804         * configure.ac  Added lv in ALL_LINGUAS line.
6805
6806 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6807         
6808         * NEWS, configure.ac:
6809         
6810         Update for release 0.5.1
6811
6812 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6813
6814         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6815         * backend/ev-document-misc.h:
6816         * shell/ev-view.c: (draw_one_page):
6817         
6818          Clairfy what page the toolbar page number applies to. Fix
6819          for the bug #328102.
6820
6821 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6822
6823         * shell/ev-view-private.h:
6824         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6825         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6826         (ev_view_search_changed):
6827         * shell/ev-view.h:
6828         * shell/ev-window.c: (find_bar_search_changed_cb):
6829         
6830         Dont't jump to find result if window was scrolled during search.
6831         Fix for the bug #313266.
6832
6833 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6834
6835         * shell/eggfindbar.c: (egg_find_bar_class_init):
6836         * shell/eggfindbar.h:
6837         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6838         * shell/ev-view-private.h:
6839         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6840         (ev_view_class_init), (ev_sizing_mode_get_type),
6841         (ev_scroll_type_get_type):
6842         * shell/ev-view.h:
6843         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6844         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6845         (ev_window_init):
6846         
6847         Fix for the bug 319133 - Find entry should allow text scroll.
6848
6849 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6850
6851         * shell/ev-view-private.h:
6852         * shell/ev-view.c: (view_update_range_and_current_page),
6853         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6854         (ev_view_set_document), (update_find_status_message),
6855         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6856         (ev_view_find_previous):
6857         
6858         Fix for the bug #319137. Search now takes account for scrolling.
6859
6860 2006-02-19  Michael Hofmann <mh21@piware.de>
6861
6862         * configure.ac:
6863         * djvu/Makefile.am:
6864         * djvu/djvu-document-private.h:
6865         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6866         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6867         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6868         (djvu_document_can_get_text), (djvu_document_get_text),
6869         (djvu_document_document_iface_init),
6870         (djvu_document_thumbnails_get_thumbnail),
6871         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6872         (djvu_document_find_get_result),
6873         (djvu_document_find_page_has_results),
6874         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6875         (djvu_document_find_iface_init):
6876         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6877         (djvu_text_page_selection), (djvu_text_page_limits_process),
6878         (djvu_text_page_limits), (djvu_text_page_copy),
6879         (djvu_text_page_position), (djvu_text_page_union),
6880         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6881         (djvu_text_page_box), (djvu_text_page_append_text),
6882         (djvu_text_page_search), (djvu_text_page_prepare_search),
6883         (djvu_text_page_new), (djvu_text_page_free):
6884         * djvu/djvu-text-page.h:
6885         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6886         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6887         (djvu_text_n_results), (djvu_text_has_results),
6888         (djvu_text_get_result), (djvu_text_get_progress):
6889         * djvu/djvu-text.h:
6890         
6891         Text search in djvu. Fix for the bug #303415.
6892
6893 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6894
6895         * configure.ac:
6896         * shell/ev-window.c: (ev_window_cmd_save_as):
6897         
6898         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6899         Thanks to Gary Coady <gary@lyranthe.org>
6900
6901 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6902
6903         * shell/ev-print-job.c: (idle_print_handler):
6904         
6905         Inverse order printing, bug #320919.
6906
6907 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6908
6909         * data/evince-toolbar.xml:
6910         * shell/ev-window.c:
6911         
6912         Allow to add sidebar checkbutton on toolbar. Fix
6913         for the bug #144577.
6914
6915 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6916
6917         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6918         
6919         Add checks that have sense for empty ps document.
6920
6921 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6922
6923         * configure.ac: Include PS in mime types list. 
6924
6925 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6926
6927         * configure.ac:
6928         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6929         * ps/gsdefaults.h:
6930         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6931         
6932         Runtime check for gs interpreter. Fix for the bug #320868.
6933         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6934
6935 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6936
6937         * shell/ev-application.c: 
6938
6939         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6940         dbus>=0.60, so that the request is not queued. 
6941
6942 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6943
6944         * configure.ac:
6945         * shell/Makefile.am:
6946         * shell/ev-sidebar-links.c: (print_section_cb):
6947         * shell/ev-utils.c:
6948         * shell/ev-utils.h:
6949         * shell/ev-window.c: (update_action_sensitivity),
6950         (ev_window_close_dialogs), (ev_window_print):
6951         * shell/ev-window.h:
6952         
6953         Make printing support optional. Patch from Eduardo de Barros Lima
6954         <eduardo.lima@indt.org.br> for the bug #330546.
6955
6956 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6957
6958         * shell/ev-view-private.h:
6959         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6960         (ev_view_set_document):
6961         * shell/ev-view.h:
6962         * shell/ev-window.c: (ev_window_load_job_cb),
6963         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6964         (ev_window_init):
6965
6966         Draw Loading message during xfer job. Fix for the bug #329495.
6967
6968 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6969
6970         * comics/comics-document.c: (comics_regex_quote),
6971         (comics_document_load), (extract_argv):
6972         
6973         Correcly quote regexp before passing it to unzip.
6974
6975 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6976
6977         * shell/ev-page-cache.c: (build_height_to_page),
6978         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6979         (ev_page_cache_get_dual_even_left):
6980         * shell/ev-page-cache.h:
6981         * shell/ev-view.c: (view_update_range_and_current_page),
6982         (get_page_y_offset), (get_page_extents):
6983         
6984         Place even pages to the left if document has less then
6985         two pages. Fix for the bug #328856.
6986
6987 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6988
6989         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6990         
6991         Correct comics scheme. This make evince create thumbnails
6992         for comic books. Fix for the bug 329088.
6993
6994 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6995
6996         * data/evince-password.glade: Don't explicitly set
6997         invisible_char to the current default value in case
6998         the default changes; let GTK+ do its magic.
6999
7000 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7001
7002         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7003         real filename to tmp filename since often document
7004         type is determined by extension.
7005
7006 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7007
7008         * shell/ev-view.c: (add_scroll_binding_keypad),
7009         (ev_view_binding_activated), (ev_view_class_init):
7010         
7011         Add keybindings for percision-scrolling of display area. 
7012         Fix for the bug #314072.
7013
7014 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7015
7016         * data/evince.desktop.in.in:
7017         
7018         Add GTK to the list of categories. Fix for the bug #328034.
7019
7020 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7021
7022         * shell/ev-application.c: (ev_application_shutdown),
7023         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7024         * shell/ev-application.h:
7025         * shell/ev-window.c: (file_open_dialog_response_cb),
7026         (ev_window_cmd_file_open):
7027         
7028         Save last uri in file chooser dialog. Fix for the bug #327950.
7029
7030 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7031
7032         * NEWS:
7033         * README:
7034         
7035         Final update for release 0.5.0
7036         
7037         * shell/Makefile.am:
7038         
7039         Remove disable deprecated until we'll require libgnome-2.13.7
7040         and port to GOption argument parsing. See bug 327518.
7041
7042 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7043
7044         * comics/comics-document.c: (comics_document_save):
7045         * djvu/djvu-document.c: (djvu_document_save):
7046         * dvi/dvi-document.c: (dvi_document_save):
7047         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7048         * lib/ev-file-helpers.h:
7049         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7050         * tiff/tiff-document.c: (tiff_document_save):
7051         
7052         Use common save function for backends.
7053
7054 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7055
7056         * backend/ev-document-types.c:
7057         
7058         Fix crash on saving pixbuf.
7059
7060 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7061
7062         * cut-n-paste/recent-files/egg-recent-item.c:
7063         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7064         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7065         (parse_info_free), (valid_element), (start_element_handler),
7066         (end_element_handler), (text_handler), (egg_recent_model_filter),
7067         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7068         (egg_recent_model_monitor), (egg_recent_model_read),
7069         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7070         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7071         (egg_recent_model_set_property), (egg_recent_model_class_init),
7072         (egg_recent_model_init), (egg_recent_model_add_full),
7073         (egg_recent_model_delete), (egg_recent_model_get_list),
7074         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7075         (egg_recent_model_set_filter_mime_types),
7076         (egg_recent_model_clear_group_filter),
7077         (egg_recent_model_set_filter_groups),
7078         (egg_recent_model_clear_scheme_filter),
7079         (egg_recent_model_set_filter_uri_schemes),
7080         (egg_recent_model_remove_expired):
7081         * cut-n-paste/recent-files/egg-recent-util.c:
7082         (egg_recent_util_get_icon):
7083         * cut-n-paste/recent-files/egg-recent-util.h:
7084         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7085         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7086         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7087         (egg_recent_view_uimanager_set_property),
7088         (egg_recent_view_uimanager_get_property),
7089         (egg_recent_view_uimanager_class_init),
7090         (egg_recent_view_uimanager_init),
7091         (egg_recent_view_uimanager_set_label_width),
7092         (egg_recent_view_uimanager_get_label_width):
7093         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7094         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7095         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7096         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7097         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7098         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7099         
7100         Update from libegg.
7101
7102 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7103
7104         * shell/ev-page-cache.c: (build_height_to_page),
7105         (ev_page_cache_get_height_to_page):
7106         * shell/ev-page-cache.h:
7107         * shell/ev-view.c: (view_update_range_and_current_page),
7108         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7109         (ev_view_previous_page):
7110         
7111         Dual mode places even pages to the left. Fix for the bug #309393.
7112
7113         * shell/ev-view.h:
7114         * shell/ev-window.c: (update_action_sensitivity),
7115         (setup_view_from_metadata), (view_menu_popup_cb):
7116         
7117         Don't restore presentation in empty windows, more intelligent
7118         next page behaviour in dual mode.
7119
7120         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7121         (ev_pixbuf_cache_clear_job_sizes):
7122         
7123         Cleanup job callback on removal. Fix for the bug #325886.
7124
7125 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7126
7127         * ps/ps.c: (psscan):
7128         
7129         Commit workaround Mozilla problem. Fix for the bug #325919
7130         
7131         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7132         (save_item):
7133         
7134         Fix for year 2038 problem.
7135
7136 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7137
7138         * shell/ev-window.c: (setup_document_from_metadata),
7139         (ev_window_cmd_view_reload):
7140
7141         Clamp page recieved from metadata in valid values. Fix
7142         for the bug #325986.
7143
7144 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7145
7146         * MAINTAINERS: 
7147         Add MAINTAINERS as requested on desktop-devel-list.
7148
7149 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7150
7151         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7152         (mime_type_supported_by_gdk_pixbuf),
7153         (ev_document_factory_get_mime_types),
7154         (ev_document_factory_get_all_mime_types):
7155         
7156         Don't add pixbuf mime types if pixbuf backend is disabled.
7157         
7158         * shell/ev-application.c: (ev_application_get_uri_window):
7159         
7160         Fix for the bug 325815 - unhandled MIME type message doesn't 
7161         appear a second time. 
7162         
7163         * shell/ev-document-types.c: (ev_document_types_add_filters):
7164         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7165         (password_dialog_response), (ev_window_popup_password_dialog),
7166         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7167         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7168         (ev_window_run_presentation), (ev_window_stop_presentation),
7169         (save_sizing_mode), (ev_window_zoom_changed_cb),
7170         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7171         (ev_window_dual_mode_changed_cb),
7172         (ev_window_sidebar_current_page_changed_cb),
7173         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7174         (window_state_event_cb), (window_configure_event_cb):
7175         
7176         Cleanup additional uris holded by EvWindow.
7177
7178 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7179
7180         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7181         (ev_view_can_previous_page), (ev_view_can_next_page):
7182         * shell/ev-view.h:
7183         * shell/ev-window.c: (update_action_sensitivity):
7184         
7185         Two page scrolling with Space and PageUp in dual mode. Second fix 
7186         for the bug #316608.
7187
7188 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7189
7190         * shell/ev-view.c: (scroll_to_current_page):
7191         
7192         Correctly clamp adjustment value. Fix for the bug
7193         #325808.
7194
7195 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7196
7197         * shell/ev-sidebar-links.c: (print_section_cb):
7198         * shell/ev-window.c: (ev_window_get_uri),
7199         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7200         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7201         (ev_window_dispose):
7202         
7203         Make print dialog non-modal. Fix for the bug #325622.
7204
7205 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7206
7207         * shell/ev-metadata-manager.c:
7208         * shell/ev-utils.c: (using_pdf_printer),
7209         (using_postscript_printer), (load_print_config_from_file),
7210         (save_print_config_to_file):
7211         * shell/ev-utils.h:
7212         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7213         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7214         (setup_view_from_metadata), (ev_window_setup_document),
7215         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7216         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7217         (ev_window_run_presentation), (ev_window_stop_presentation),
7218         (save_sizing_mode), (ev_window_zoom_changed_cb),
7219         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7220         (ev_window_dual_mode_changed_cb),
7221         (ev_window_sidebar_current_page_changed_cb),
7222         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7223         (window_state_event_cb), (window_configure_event_cb),
7224         (ev_window_init):
7225         
7226         Setting saving behaviour fixes.
7227
7228 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7229
7230         * configure.ac:
7231         
7232         Make antialiasing gs options better and allow
7233         to change them during configure. Fix for the 
7234         bug #319049.
7235
7236 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7237
7238         * shell/ev-window.c: (setup_view_from_metadata):
7239         
7240         Remember if last window was maximized. Fix for the
7241         bug #323797.
7242
7243 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7244
7245         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7246
7247 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7248
7249         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7250         * shell/ev-page-action.c: (build_new_tree_cb):
7251         * shell/ev-sidebar-links.c: (links_page_num_func),
7252         (update_page_callback_foreach), (update_page_callback):
7253         * shell/ev-view.c: (scroll_to_current_page):
7254         
7255         Fix for the bug #325067 with more intelligent selection
7256         of current link in sidebar. Make sidebar handle links
7257         of FITR-like type more correctly.
7258
7259         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7260         (dvi_pixbuf_put_pixel):
7261         
7262         Fix memory consumtion with disabled alpha channel.
7263
7264 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7265
7266         * data/evince-ui.xml:
7267         * shell/ev-window.c: (view_menu_popup_cb),
7268         (ev_popup_cmd_open_link), (ev_window_init):
7269         
7270         Update context menu for internal links. Fix for the bug
7271         #325066.
7272
7273 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7274
7275         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7276         
7277         Bind context menu to keyboard also. Fix for the bug
7278         #325065.
7279
7280 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7281
7282         * shell/ev-view.c: (selection_scroll_timeout_cb):
7283         
7284         Horizontal scroll on selection also.
7285
7286 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7287
7288         * shell/ev-metadata-manager.c: (parse_value):
7289         * shell/ev-view.c: (goto_xyz_link):
7290         
7291         Correct zoom setup and metadata save broken in 
7292         some locales.
7293
7294 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7295
7296         * shell/ev-view-private.h:
7297         * shell/ev-view.c: (scroll_to_current_page),
7298         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7299         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7300         (page_changed_cb), (ev_view_set_continuous),
7301         (ev_view_set_dual_page), (ev_view_set_presentation):
7302         
7303         Delay scroll until allocation to correctly position page. Fix
7304         for the bug #317334.
7305
7306 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7307
7308         * NEWS:
7309         * configure.ac:
7310         
7311         Update NEWS and require poppler 0.5.0.
7312
7313 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7314         
7315         * data/evince-ui.xml:
7316         * shell/ev-view-private.h:
7317         * shell/ev-view.c: (ev_view_get_link_at_location),
7318         (handle_link_over_xy), (ev_view_button_press_event),
7319         (ev_view_button_release_event), (ev_view_class_init):
7320         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7321         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7322         (ev_window_init):
7323         
7324         Implement right-click context menu.
7325
7326 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7327
7328         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7329         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7330         (mdvi_pixbuf_device_render):
7331         * pdf/ev-poppler.cc:
7332
7333         Don't generate thumbnails with alpha. See bug #324077.
7334         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7335
7336 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7337
7338         * shell/ev-window.c: (setup_chrome_from_metadata):
7339         
7340         Fix typo that was hiding toolbar.
7341
7342 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7343
7344         * shell/ev-view-private.h:
7345         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7346         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7347         (ev_view_button_release_event), (ev_view_destroy):
7348         
7349         Small cleanup and autoscrolling during selection. Thanks to 
7350         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7351
7352 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7353
7354         * configure.ac:
7355         
7356         Correctly check for comics option.
7357
7358 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7359         * Makefile.am:
7360         * configure.ac:
7361         * backend/Makefile.am:
7362         * backend/ev-document-factory.c:
7363         * shell/ev-document-types.c:
7364
7365         Included option in configure to make ps backend 
7366         compilation optional with --disable-ps.
7367
7368 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7369
7370         * backend/ev-document-factory.c:
7371         * comics/Makefile.am:
7372         * comics/comics-document.c: (comics_document_load):
7373         * comics/ev-cbr-mime.xml:
7374         * configure.ac:
7375         
7376         Comics mime types are added to shared-mime-info CVS. Now
7377         we don't need to install our own mime types.
7378
7379 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7380
7381         * shell/ev-window.c:
7382         
7383         Add shortcut for "save a copy" menu entry. Fix for
7384         the bug #324582.
7385
7386 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7387
7388         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7389         (job_finished_cb), (new_selection_pixbuf_needed),
7390         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7391         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7392         
7393         Rework selection job info logic and fix critical warning.
7394
7395 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7396
7397         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7398
7399 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7400
7401         * data/evince-ui.xml:
7402         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7403         
7404         Enter as shortcut key for next page. Fix for the bug
7405         #321394.
7406
7407 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7408
7409         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7410
7411 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7412
7413         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7414         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7415         (new_selection_pixbuf_needed),
7416         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7417         (clear_job_selection):
7418         
7419         Too early for 0.5. Pixbuf cache code cleaned a bit.
7420
7421 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7422
7423         * NEWS:
7424         * configure.ac:
7425         
7426         Release 0.5.0 preparation
7427
7428 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7429
7430         * comics/Makefile.am:
7431         * configure.ac:
7432         * shell/ev-document-types.c: (ev_document_types_add_filters):
7433         
7434         More advanced handling of custom mime type installation.
7435
7436 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7437
7438         * data/evince.schemas.in:
7439         * shell/ev-metadata-manager.c: (value_free),
7440         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7441         (ev_metadata_manager_get), (ev_metadata_manager_set):
7442         * shell/ev-metadata-manager.h:
7443         * shell/ev-window.c: (update_chrome_flag),
7444         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7445         (setup_document_from_metadata), (setup_chrome_from_metadata),
7446         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7447         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7448         (ev_window_view_toolbar_cb),
7449         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7450         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7451         
7452         Save last document settings and reuse them for new documents.
7453
7454 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7455
7456         * Makefile.am:
7457         * backend/Makefile.am:
7458         * backend/ev-document-factory.c:
7459         * backend/ev-document-factory.h:
7460         * comics/Makefile.am:
7461         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7462         (comics_document_load), (comics_document_save),
7463         (comics_document_get_n_pages), (comics_document_get_page_size),
7464         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7465         (comics_document_class_init), (comics_document_can_get_text),
7466         (comics_document_get_info), (comics_document_document_iface_init),
7467         (comics_document_init), (get_supported_image_extensions),
7468         (comics_document_thumbnails_get_geometry),
7469         (comics_document_thumbnails_get_thumbnail),
7470         (comics_document_thumbnails_get_dimensions),
7471         (comics_document_document_thumbnails_iface_init), (extract_argv):
7472         * comics/comics-document.h:
7473         * comics/ev-cbr-mime.xml:
7474         * configure.ac:
7475         * po/POTFILES.in:
7476         * shell/ev-application.c: (ev_application_register_service):
7477         * shell/ev-document-types.c: (ev_document_types_add_filters):
7478         * thumbnailer/Makefile.am:
7479         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7480         
7481         New CBR/CBZ backend for comic books.
7482
7483 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7484
7485         * shell/main.c: (load_files_remote):
7486
7487         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7488         warning on startup of second instance is fixed. It
7489         is bug #320353.
7490
7491 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7492
7493         * shell/ev-window.c: (ev_window_finalize):
7494         
7495         Fix double free that cause crash.
7496
7497 2005-10-29  Bastien Nocera <hadess@hadess.net>
7498
7499         * tiff/tiff-document.c: (tiff_document_load):
7500         
7501         Fix memory leak.
7502
7503 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7504
7505         * po/POTFILES.in:
7506         * shell/Makefile.am:
7507         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7508         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7509         (ev_view_accessible_get_text),
7510         (ev_view_accessible_get_character_at_offset),
7511         (ev_view_accessible_get_text_before_offset),
7512         (ev_view_accessible_get_text_at_offset),
7513         (ev_view_accessible_get_text_after_offset),
7514         (ev_view_accessible_get_character_count),
7515         (ev_view_accessible_get_caret_offset),
7516         (ev_view_accessible_set_caret_offset),
7517         (ev_view_accessible_get_run_attributes),
7518         (ev_view_accessible_get_default_attributes),
7519         (ev_view_accessible_get_character_extents),
7520         (ev_view_accessible_get_offset_at_point),
7521         (ev_view_accessible_get_n_selections),
7522         (ev_view_accessible_get_selection),
7523         (ev_view_accessible_add_selection),
7524         (ev_view_accessible_remove_selection),
7525         (ev_view_accessible_set_selection),
7526         (ev_view_accessible_text_iface_init),
7527         (ev_view_accessible_idle_do_action),
7528         (ev_view_accessible_action_do_action),
7529         (ev_view_accessible_action_get_n_actions),
7530         (ev_view_accessible_action_get_description),
7531         (ev_view_accessible_action_get_name),
7532         (ev_view_accessible_action_set_description),
7533         (ev_view_accessible_action_iface_init),
7534         (ev_view_accessible_get_type), (ev_view_accessible_new),
7535         (ev_view_accessible_factory_get_accessible_type),
7536         (ev_view_accessible_factory_create_accessible),
7537         (ev_view_accessible_factory_class_init),
7538         (ev_view_accessible_factory_get_type):
7539         * shell/ev-view-accessible.h:
7540         * shell/ev-view-private.h:
7541         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7542         * shell/ev-view.h:
7543         
7544         Initial accessibility support.
7545
7546 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7547
7548         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7549
7550 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7551
7552         * shell/ev-print-job.c: (idle_print_handler):
7553         
7554         Fix for bug Bug 318916: Printing multiple pages.
7555
7556 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7557
7558         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7559
7560 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7561
7562         * pdf/ev-poppler.cc:
7563         
7564         Thumnail dimensions unified with other backends.
7565         
7566         * shell/ev-window-title.c: (ev_window_title_update):
7567         
7568         Fix warning.
7569
7570 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7571
7572         * data/ev-stock-zoom-fit-width.png:
7573         
7574         Remove unused file.
7575
7576 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7577
7578         * configure.ac:
7579         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7580         (djvu_document_finalize):
7581         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7582         (dvi_document_finalize):
7583         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7584         (pixbuf_document_save), (pixbuf_document_finalize):
7585         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7586         (tiff_document_finalize):
7587         
7588         Save a copy implemented for various backends.
7589
7590 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7591
7592         * configure.ac:
7593         
7594         Don't link with ltiff if tiff is disabled.
7595
7596 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7597
7598         * pdf/GDKSplashOutputDev.cc:
7599         * pdf/GDKSplashOutputDev.h:
7600         * pdf/Thumb.cc:
7601         * pdf/Thumb.h:
7602         * pdf/pdf-document.cc:
7603         * pdf/pdf-document.h:
7604         * pdf/test-gdk-output-dev.cc:
7605         
7606         Remove old unused files.
7607
7608 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7609
7610         * shell/ev-window.c: (ev_window_setup_document):
7611         
7612         Fixed warnings on reload and probably crash reason.
7613
7614 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7615
7616         * properties/ev-properties-view.c:
7617         (ev_properties_view_format_date):
7618         
7619         Check if date is invalid. Fix for bug 318134.
7620
7621 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7622
7623         * shell/ev-window-title.c:
7624         
7625         Add .indd files (Adobe Indesign) to the list of "bad
7626         extensions".
7627
7628 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7629
7630         * data/evince-ui.xml:
7631         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7632         
7633         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7634
7635 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7636
7637         * shell/ev-window.c: (launch_link), (launch_external_uri),
7638         (view_external_link_cb):
7639
7640         URL-escape link before passing it to gnome_vfs_url_show.
7641
7642 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7643
7644         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7645         there isn't text selected.
7646
7647 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7648
7649         * shell/ev-view.c: (handle_link_over_xy):
7650
7651         Check tooltip is valid utf8 before showing it
7652
7653 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7654
7655         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7656
7657 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7658
7659         * shell/ev-window-title.c: (ev_window_title_update):
7660
7661         Guard against using g_strstrip on NULL. Fixes bug #317291.
7662
7663 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7664
7665         * pdf/ev-poppler.cc:
7666
7667         Show title even for unknown links
7668
7669 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7670
7671         * shell/ev-window-title.c: (ev_window_title_update):
7672
7673         Strip the title string
7674
7675 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7676
7677         * shell/ev-window-title.c:
7678
7679         Add .rtf to the bad extensions list
7680
7681 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7682
7683         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7684         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7685
7686         Ignore link coordinates if they are outside page bounds
7687
7688 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7689
7690         * backend/ev-link.c: (ev_link_type_get_type),
7691         (ev_link_get_filename), (ev_link_get_params),
7692         (ev_link_get_property), (ev_link_set_property),
7693         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7694         * backend/ev-link.h:
7695         * pdf/ev-poppler.cc:
7696         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7697         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7698         (ev_window_init):
7699
7700         Implement launch links. Delegate external link opening to
7701         the window.
7702
7703 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7704
7705         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7706         (ev_link_get_right), (ev_link_get_property),
7707         (ev_link_set_property), (ev_link_class_init),
7708         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7709         * backend/ev-link.h:
7710         * pdf/ev-poppler.cc:
7711         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7712
7713         Implement fitr links
7714
7715 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7716
7717         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7718         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7719         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7720         (ev_view_size_request_continuous),
7721         (ev_view_size_request_dual_page),
7722         (ev_view_size_request_single_page), (ev_view_size_allocate),
7723         (ev_view_zoom_for_size_continuous_and_dual_page),
7724         (ev_view_zoom_for_size_continuous),
7725         (ev_view_zoom_for_size_dual_page),
7726         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7727         (ev_sizing_mode_get_type):
7728         * shell/ev-view.h:
7729         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7730
7731         Do not use modes for link, we need to calculate size ad hoc.
7732         Still not perfect because of the usual scrollbar issues grrr.
7733
7734 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7735
7736         * backend/ev-link.c: (ev_link_type_get_type),
7737         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7738         * backend/ev-link.h:
7739         * pdf/ev-poppler.cc:
7740         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7741         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7742         (ev_view_size_request_continuous),
7743         (ev_view_size_request_dual_page),
7744         (ev_view_size_request_single_page), (ev_view_size_allocate),
7745         (zoom_for_size_fit_height),
7746         (ev_view_zoom_for_size_continuous_and_dual_page),
7747         (ev_view_zoom_for_size_continuous),
7748         (ev_view_zoom_for_size_dual_page),
7749         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7750         (ev_sizing_mode_get_type):
7751         * shell/ev-view.h:
7752         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7753
7754         Implement FIT_HEIGHT mode (only for links).
7755         Implement FITH links
7756
7757 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7758
7759         * shell/ev-window-title.c: (get_filename_from_uri),
7760         (ev_window_title_sanitize_extension), (ev_window_title_update),
7761         (ev_window_title_set_document), (ev_window_title_set_uri),
7762         (ev_window_title_free):
7763         * shell/ev-window-title.h:
7764         * shell/ev-window.c: (ev_window_setup_document),
7765         (ev_window_popup_password_dialog):
7766
7767         Refactor window title building while fixing it for
7768         password documents.
7769
7770 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7771
7772         * pdf/ev-poppler.cc:
7773
7774         Escape link title before setting it in the model
7775
7776 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7777
7778         * shell/ev-application.c: (removed_from_session), (save_session),
7779         (init_session), (ev_application_get_empty_window),
7780         (ev_application_init), (ev_application_get_windows):
7781         * shell/ev-application.h:
7782         * shell/ev-window.c: (ev_window_finalize):
7783
7784         Add a function to retrieve window list and share it where
7785         necessary.
7786         Implement session handling, works pretty well thanks to the
7787         metadata system.
7788
7789 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7790
7791         * shell/ev-password.c: (ev_password_item_created_callback),
7792         (ev_password_dialog_save_password):
7793         
7794         Fix for bug 316972. Use async gnome-keyring API.
7795
7796 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7797
7798         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7799         Remove unused unrealize handler. Add scroll handling to
7800         ev_view_scroll_event for presentation mode (bug #316708),
7801         and fix the event state checks there.
7802
7803 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7804
7805         * shell/ev-page-action.c: (page_changed_cb):
7806
7807         "marco, maybe we should be crazy and jump right to 6! :)"
7808
7809         Bryan Clark, Sep 2005
7810
7811 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7812
7813         * ps/ps-document.c: (save_document), (ps_document_save),
7814         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7815         (ps_document_ps_export_end):
7816
7817         Fix unstructured documents save and print
7818
7819 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7820
7821         * shell/ev-application.c: (ev_application_open_uri):
7822
7823         Fix window size persistance
7824
7825 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7826
7827         * shell/ev-view.c: (ev_view_button_release_event):
7828
7829         Based on a patch from carlosgc@gnome.org. Mouse buttons
7830         switch pages in presentation mode.
7831
7832 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7833
7834         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7835
7836         Dont cast to int before scaling
7837
7838 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7839
7840         * backend/ev-link.c: (ev_link_type_get_type),
7841         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7842         (ev_link_new_page_fith):
7843         * backend/ev-link.h:
7844         * pdf/ev-poppler.cc:
7845         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7846
7847         Implement FIT and FITH links
7848
7849 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7850
7851         * pdf/ev-poppler.cc:
7852
7853         Return 0 results when search is not in progress.
7854
7855         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7856         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7857
7858         Update menu sensitivity when cancelling search
7859
7860 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7861
7862         * shell/ev-view.c: (ev_view_can_find_next):
7863
7864         Take all pages in consideration, not just current one
7865
7866 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7867
7868         * shell/ev-page-cache.c:
7869         * shell/ev-page-cache.h:
7870         * shell/ev-view.c: (ev_view_binding_activated),
7871         (ev_view_next_page), (ev_view_previous_page),
7872         (ev_sizing_mode_get_type):
7873         * shell/ev-view.h:
7874         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7875         (ev_window_cmd_go_next_page):
7876
7877         Move page next/previous functions from page chace to
7878         view and change it to move by 2 page steps in dual mode.
7879
7880 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7881
7882         * shell/ev-window.c: (update_sidebar_visibility),
7883         (setup_sidebar_from_metadata), (ev_window_setup_document),
7884         (setup_view_from_metadata):
7885
7886         Show the index by default when there is one     
7887
7888 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7889
7890         * shell/ev-window-title.c: (ev_window_title_set_document):
7891
7892         Missing null check
7893
7894 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7895
7896         * shell/ev-view.c: (view_update_range_and_current_page):
7897         
7898         Allow display of last odd page in dual view. Fix for 316347.
7899
7900 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7901
7902         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7903         
7904         Make close button default. Fix for 316383.
7905
7906 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7907
7908         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7909         
7910         Mark close button as default. Fix for 316381.
7911
7912 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7913
7914         * backend/ev-link.c: (ev_link_class_init):
7915
7916         Allow negative doubles in left/top properties
7917
7918 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7919
7920         * shell/ev-window.c:
7921
7922         Remove a bunch of strings that was used only
7923         by the statusbar.
7924
7925 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7926
7927         * shell/ev-window-title.c: (get_filename_from_uri),
7928         (ev_window_title_set_document):
7929
7930         When title has a confusing extension, show also
7931         the document filename inside ()
7932
7933 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7934
7935         * shell/Makefile.am:
7936         * shell/ev-window-title.c: (ev_window_title_new),
7937         (ev_window_title_update), (ev_window_title_set_type),
7938         (ev_window_title_set_document), (ev_window_title_free):
7939         * shell/ev-window-title.h:
7940         * shell/ev-window.c: (ev_window_setup_document),
7941         (password_dialog_response), (ev_window_popup_password_dialog),
7942         (ev_window_dispose), (ev_window_init):
7943
7944         Factor out and cleanup window title code
7945
7946 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7947
7948         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7949         (unable_to_load):
7950
7951         Make dialog transient so it doesnt block other windows
7952
7953 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7954
7955         * pdf/ev-poppler.cc:
7956         
7957         Fix pdf thumbnails rendering.
7958
7959 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7960
7961         * shell/ev-window.c: (fullscreen_set_timeout):
7962         
7963         Increase timeout to hide full screen popup. Bug 
7964         316123. 
7965
7966 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7967
7968         * data/evince.schemas.in:
7969         * shell/ev-window.c: (update_action_sensitivity):
7970
7971         Allow the user to override document restrictions. Fix for bug
7972         305818.
7973
7974 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7975
7976         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7977         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7978         (ev_window_class_init): Fix multihead behaviour of fullscreen
7979         toolbar popup. Fixes bug #315451.
7980
7981 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7982
7983         * configure.ac:
7984         * data/evince-password.glade:
7985         * shell/ev-password.c: (ev_password_dialog_set_property),
7986         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7987         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7988         (ev_password_dialog_entry_changed_cb),
7989         (ev_password_dialog_entry_activated_cb),
7990         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7991         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7992         (ev_password_dialog_set_bad_pass):
7993         * shell/ev-password.h:
7994         * shell/ev-window.c: (password_dialog_response),
7995         (ev_window_popup_password_dialog):
7996         
7997         Support for gnome-keyring for encrypted PDF's.
7998
7999 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8000
8001         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8002         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8003         (ev_view_enter_notify_event), (ev_view_class_init):
8004         
8005         More precise handling of enter_notify/leave_notify events
8006         in EvView. Fix for bug 315470.
8007
8008 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8009
8010         * shell/ev-window.c: (fullscreen_timeout_cb),
8011         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8012         (ev_window_dispose):
8013
8014         leak fix: unref fullscreen_timeout_source before clearing it
8015
8016 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8017
8018         * configure.ac, dvi/mdvi/Makefile.am: 
8019         
8020         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8021
8022 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8023
8024         * backend/ev-link.c: (ev_link_new_page_xyz):
8025         * pdf/ev-poppler.cc:
8026         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8027
8028         Fix some bugs with xyz links, respect zoom
8029
8030 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8031
8032         * shell/ev-window.c: (page_changed_cb),
8033         (setup_document_from_metadata), (update_sidebar_visibility),
8034         (setup_view_from_metadata), (ev_window_run_fullscreen),
8035         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8036         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8037         (ev_window_dual_mode_changed_cb),
8038         (ev_window_sidebar_current_page_changed_cb):
8039
8040         null check uri before setting and getting metadata
8041
8042 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8043
8044         * dvi/Makefile.am:
8045         * properties/Makefile.am:
8046         * shell/Makefile.am:
8047         * thumbnailer/Makefile.am:
8048
8049         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8050
8051 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8052
8053         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8054         (selection_changed_callback):
8055         * shell/ev-sidebar-links.h:
8056
8057         Add a signal for link activation.
8058
8059         * shell/ev-view.c: (ev_view_goto_link),
8060         (ev_view_button_release_event):
8061         * shell/ev-view.h:
8062         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8063         (ev_window_init):
8064
8065         Implement the signal so that we can handle all link types.
8066
8067         * shell/ev-page-cache.c:
8068
8069         Remove unused set_link function
8070
8071 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8072
8073         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8074
8075         Add some space from the cursor, hardcoded but I couldnt
8076         find a better way.
8077
8078 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8079
8080         * lib/ev-tooltip.c:
8081
8082         Use mozilla style vs gtk style, way better for links.
8083
8084         * shell/ev-view.c: (ev_view_motion_notify_event),
8085         (ev_view_destroy), (ev_view_init):
8086
8087         Deactive tooltip when the link hovered is changed.
8088
8089 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8090
8091         * backend/ev-document.h:
8092         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8093         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8094         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8095         (ev_link_new_page), (ev_link_new_page_xyz):
8096         * backend/ev-link.h:
8097         * pdf/ev-poppler.cc:
8098         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8099         (go_to_link), (tip_from_link):
8100
8101         Implement xyz links, still not functional. Links are a total
8102         mess, will need to refactor and bugfix a lot :(
8103
8104 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8105
8106         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8107
8108 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8109
8110         * data/evince-ui.xml:
8111         * data/evince.schemas.in:
8112         * shell/Makefile.am:
8113         * shell/ev-window.c: (update_chrome_visibility),
8114         (password_dialog_response), (ev_window_load_job_cb),
8115         (ev_window_xfer_job_cb), (ev_window_open_uri),
8116         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8117         (ev_window_init):
8118
8119         Remove the statusbar. This regress loading feedback, need to
8120         check with Bryan what we want to do there...
8121
8122 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8123
8124         * lib/ev-tooltip.c: (ev_tooltip_init):
8125
8126         Fix tooltip border and size handling
8127
8128 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8129
8130         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8131         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8132         (ev_tooltip_timeout), (ev_tooltip_activate),
8133         (ev_tooltip_deactivate):
8134         * lib/ev-tooltip.h:
8135         * shell/ev-view.c: (ev_view_motion_notify_event):
8136
8137         Delay popup showing. Mirror gtk logic/times.
8138
8139 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8140
8141         * lib/Makefile.am:
8142         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8143         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8144         (ev_tooltip_set_text), (ev_tooltip_set_position):
8145         * lib/ev-tooltip.h:
8146
8147         Simple widget to show tooltips at a custom position
8148
8149         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8150         (ev_view_destroy):
8151
8152         Use it for links. First go, needs work
8153
8154 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8155
8156         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8157         HIG fixes.  Use title capitalization for window title. Use 12 
8158         pixels of space between the dialog's vbox and action area.
8159
8160 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8161
8162         * shell/ev-window.c: (file_open_dialog_response_cb),
8163         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8164         (ev_window_cmd_save_as):
8165
8166         Make file pickers not modal and refactor code some
8167
8168 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8169
8170         * shell/ev-sidebar.h:
8171         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8172         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8173         (ev_sidebar_class_init), (ev_sidebar_select_page),
8174         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8175         (ev_sidebar_set_page):
8176
8177         Add a current page property and allow to get/set it
8178
8179         * shell/ev-window.c: (setup_view_from_metadata),
8180         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8181
8182         Persist current sidebar page per document
8183
8184 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8185
8186         * data/evince.schemas.in:
8187         * shell/ev-window.c: (update_chrome_visibility),
8188         (setup_document_from_metadata), (update_sidebar_visibility),
8189         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8190         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8191         (ev_window_run_presentation), (ev_window_stop_presentation),
8192         (ev_window_view_sidebar_cb),
8193         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8194         (load_chrome), (ev_window_init):
8195
8196         Persist size/visibility of sidebar per document
8197
8198 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8199
8200         * shell/ev-view.c (draw_loading_text): Draw loading text.
8201
8202 2005-09-02  Dan Damian  <dand@gnome.ro>
8203
8204         * configure.in: Added "ro" to ALL_LINGUAS.
8205
8206 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8207
8208         * shell/ev-view.c: (clear_caches):
8209
8210         ev_page_cache_get doesnt return a reference,
8211         dont try to unref it.
8212
8213 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8214
8215         * shell/main.c: (load_files_remote):
8216
8217         Fix timestamp parameter with dbus <= 0.33
8218
8219 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8220
8221         * data/evince.schemas.in:
8222
8223         Add missing full stop
8224
8225 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8226
8227         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8228         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8229
8230         Plug some memory leaks
8231
8232 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8233
8234         * configure.ac:
8235         * lib/ev-debug.c: (trap_handler):
8236
8237         Check for execinfo.h and use it only if it exists.
8238         Ported from Epiphany (bug #314776).
8239
8240 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8241
8242         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8243
8244 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8245
8246         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8247         * po/id.po      : Added Indonesian translation
8248
8249 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8250
8251         * shell/main.c:
8252         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8253         * NEWS: Release 0.4.0
8254
8255 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8256
8257         * configure.ac: catch another gtk+-2.8ism
8258         * shell/main.c: Make work with gtk+-2.6
8259
8260 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8261
8262         * shell/ev-application-service.xml: Add 'timestamp' argument to
8263           ev_application_open_window and ev_application_open_uri methods.
8264
8265         * shell/ev-application.h: Add 'timestamp' argument to
8266           ev_application_open_window, ev_application_open_uri,
8267           and ev_application_open_uri_list functions.
8268
8269         * shell/ev-application.c (ev_application_open_window,
8270           ev_application_open_uri, ev_application_open_uri_list): Change
8271           functions that show/present windows to use a timestamp if one
8272           is passed in.
8273
8274         * shell/ev-window.c (ev_window_cmd_file_open,
8275           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8276         * shell/main.c (load_files): Modify calls to ev_application to
8277           include GDK_CURRENT_TIME as timestamp.
8278
8279         * shell/main.c (load_files_remote): Obtain timestamp for client
8280           instance from GDK and pass to server instance so new windows are
8281           focused properly.  Fix dbus_g_proxy_call() calls by including second
8282           G_TYPE_INVALID.
8283           
8284         Closes bug #314475.
8285
8286 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8287
8288         * shell/ev-window.c (ev_window_finalize): Check for
8289         avail. EvWindows when quiting to handle the finalize better,
8290         #314497
8291
8292 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8293         
8294         * properties/ev-properties-view.c: 
8295         
8296         Set textdomain to libglade. Fixes translation problem in property page.
8297
8298 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8299
8300         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8301         * dvi/Makefile.am:
8302         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8303         * dvi/mdvi-lib/Makefile.am:
8304         
8305         Fix rotation of thumbnails, ported to new API. Moved library
8306         dependencies earlier, probably it will fix linkage problem.
8307
8308 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8309
8310         * backend/ev-document-misc.c:
8311         (ev_document_misc_get_thumbnail_frame):
8312         * backend/ev-document-misc.h:
8313         * configure.ac:
8314         * pdf/ev-poppler.cc:
8315         * shell/Makefile.am:
8316         * shell/ev-sidebar-thumbnails.c: (add_range),
8317         (ev_sidebar_thumbnails_set_loading_icon),
8318         (ev_sidebar_thumbnails_refresh),
8319         (ev_sidebar_thumbnails_set_document):
8320         * shell/ev-sidebar-thumbnails.h:
8321         * shell/ev-view.c: (ev_view_motion_notify_event),
8322         (ev_view_set_property), (ev_view_get_property),
8323         (ev_view_class_init), (ev_view_set_rotation):
8324         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8325         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8326         (ev_window_init):
8327         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8328         Redo rotation (again).  prepare for 0.4.0
8329
8330 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8331
8332         * configure.ac: Bump poppler requirement to 0.4.1.
8333
8334         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8335         argument to poppler_page_render_selection() call.
8336
8337 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8338
8339         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8340         (djvu_document_thumbnails_get_thumbnail):
8341         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8342         (dvi_document_thumbnails_get_thumbnail):
8343         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8344         (pixbuf_document_thumbnails_get_thumbnail):
8345         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8346         
8347         Update rotation direction of backends to fit with pdf and ps.
8348
8349 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8350
8351         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8352         * backend/ev-async-renderer.h:
8353         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8354         (setup_page), (ps_document_get_page_size),
8355         (ps_async_renderer_render_pixbuf):
8356         * ps/ps-document.h:
8357         * shell/ev-jobs.c: (ev_job_render_run):
8358
8359         Fix orientation in the postscript document
8360
8361 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8362
8363         * pdf/ev-poppler.cc:
8364         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8365         * shell/ev-view.c: (highlight_find_results):
8366
8367         Adapt to the new poppler rotation API. Fix text maps on landscape
8368         documents.
8369
8370 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8371
8372         * shell/ev-view.c (compute_new_selection_text): get the correct
8373         region when selecting in modes other than continuous.
8374
8375 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8376
8377         * shell/main.c (main): remove redundant g_warnings.
8378
8379 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8380
8381         * shell/Makefile.am: Don't include autogenerated
8382         file ev-application-service.h into distribution, since
8383         it causes dbus crash. Fix for bugs 313724 and 313443. 
8384
8385 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8386
8387         * configure.ac: Fix sed expression for FreeBSD. Thanks
8388         to Joe Marcus Clark <marcus@freebsd.org>
8389         
8390         * shell/eggfindbar.c: (entry_activate_callback),
8391         (entry_changed_callback), (egg_find_bar_init),
8392         (egg_find_bar_set_search_string):
8393         
8394         Made findbar buttons unsensitive if there is no text in
8395         entry. Fix for the bug 313285.
8396
8397 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8398
8399         * ps/ps-document.c: Use g_filename_display_name for displaying
8400         filenames and revert string freeze breackage
8401
8402 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8403
8404         * NEWS:
8405         * configure.ac:
8406
8407         Update for 0.3.4
8408
8409         * shell/Makefile.am:
8410
8411         Add ev-application-service.xml to extra dist
8412
8413         * shell/ev-view.c: (find_page_at_location):
8414
8415         Remove unused function (fix warning)
8416
8417 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8418
8419         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8420         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8421         
8422         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8423         bug 313623.
8424
8425 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8426
8427         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8428         * shell/ev-window.c:
8429         Fix build warnings
8430
8431 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8432
8433         * configure.ac: Update script to get dbus version.
8434         Fix for the bug #313443.
8435
8436 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8437
8438         * shell/ev-window.c: (ev_window_cmd_escape):
8439         
8440         Return focus back to view on escape. Fix for bug 313295.
8441
8442 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8443
8444         * shell/ev-window.c: (update_window_title),
8445         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8446         (ev_window_cmd_save_as):
8447         
8448         Correct conversion from uri to displayable string. Fix for
8449         bug 313296.
8450
8451 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8452
8453         * ps/ps-document.c: convert filename to utf8 when there is an error
8454         loading document. Fixes #309915
8455
8456 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8457
8458         * configure.ac:
8459
8460         We depend on poppler 0.4.0
8461
8462 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8463
8464         * configure.ac:
8465         * NEWS: Release 0.3.3.
8466         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8467
8468 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8469
8470         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8471         add a couple missing mnemonics to menu items, use title 
8472         capitalization for menu items and window titles, and add 
8473         ellipsis to open menu item.     
8474
8475 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8476
8477         * pdf/ev-poppler.cc:
8478         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8479         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8480         (ev_view_get_rotation):
8481         * shell/ev-view.h:
8482         * shell/ev-window.c: (setup_view_from_metadata),
8483         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8484         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8485         disk.
8486
8487 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8488
8489         * configure.ac: Added tr to ALL_LINGUAS
8490
8491 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8492
8493         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8494         requires several clicks to find word. Thanks to 
8495         Colin Slater <kiltedtaco@gmail.com>.
8496
8497 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8498
8499         * data/evince.desktop.in.in: Hide menu entry and
8500         rename it to "Document Viewer". Fix for bug 
8501         #312399.
8502
8503 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8504
8505         * shell/ev-page-action.c (ev_page_action_class_init): 
8506
8507         Point to the correct function in constructor of the
8508         activate_label signal
8509
8510 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8511
8512         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8513         * shell/ev-jobs.h: Make thread safe.
8514
8515 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8516
8517         * shell/ev-view.c: (view_update_range_and_current_page):
8518         Don't update page range if we are scrolling to some document
8519         point.
8520
8521 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8522
8523         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8524         when getting max_page_width, fix drawing in dual mode.
8525
8526 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8527
8528         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8529         getting the area for select_all.
8530
8531 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8532
8533         * backend/ev-selection.c: (ev_selection_render_selection):
8534         * backend/ev-selection.h:
8535         * pdf/ev-poppler.cc:
8536         * shell/ev-jobs.c: (ev_job_render_new):
8537         * shell/ev-jobs.h:
8538         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8539         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8540         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8541         (ev_view_class_init):
8542
8543         Change selection color on focus in and focus out events.  Also,
8544         poppler now uses GdkColor for specifying the selection colors, so
8545         drop some awkward conversion code.
8546
8547 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8548
8549         * configure.ac: Added Hebrew translation
8550
8551 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8552
8553         * NOTES:
8554         * backend/ev-selection.c: (ev_selection_render_selection):
8555         * backend/ev-selection.h:
8556         * pdf/ev-poppler.cc:
8557         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8558         (ev_job_render_run):
8559         * shell/ev-jobs.h:
8560         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8561         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8562         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8563         (ev_pixbuf_cache_style_changed),
8564         (ev_pixbuf_cache_get_selection_pixbuf),
8565         (ev_pixbuf_cache_set_selection_list),
8566         (ev_pixbuf_cache_get_selection_list):
8567         * shell/ev-pixbuf-cache.h:
8568         * shell/ev-utils.c: (ev_print_region_contents):
8569         * shell/ev-utils.h:
8570         * shell/ev-view.c: (ev_view_queue_draw_page),
8571         (selection_update_idle_cb), (ev_view_motion_notify_event),
8572         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8573         (setup_caches), (ev_view_find_next), (merge_selection_region),
8574         (selection_free):
8575         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8576
8577         Clean up selection to be much smoother!
8578
8579 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8580
8581         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8582         to poppler_page_render_selection().
8583
8584 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8585
8586         * ps/ps-document.c: (save_page_list): Use
8587         unzipped document when printing. Thanks to 
8588         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8589         311016.
8590
8591 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8592
8593         * shell/ev-window.c: (update_action_sensitivity):
8594         
8595         Disable print and save respect to lockdown gconf keys. Fix
8596         for 312342.
8597
8598 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8599
8600         * configure.ac:
8601         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8602         (write_to_temp_file), (ev_file_set_contents):
8603         * shell/ev-utils.h:
8604         * shell/ev-window.c: (save_print_config_to_file):
8605         
8606         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8607         Fix for bug 312238
8608
8609 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8610
8611         * shell/ev-window.c: (load_print_config_from_file),
8612         (save_print_config_to_file), (ev_window_print_range):
8613
8614         Persist the print settings. Fixes bug #311578.
8615
8616 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8617
8618         * djvu/djvu-document.c: (djvu_document_get_page_size),
8619         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8620         (djvu_document_thumbnails_get_thumbnail):
8621         * dvi/dvi-document.c: (dvi_document_get_page_size),
8622         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8623         (dvi_document_thumbnails_get_dimensions),
8624         (dvi_document_thumbnails_get_thumbnail):
8625         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8626         (pixbuf_document_render_pixbuf),
8627         (pixbuf_document_document_iface_init),
8628         (pixbuf_document_thumbnails_get_thumbnail):
8629         
8630         Update backends to make them build with new rotation system.
8631
8632 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8633
8634         * help/C/figures/evince_start_window.png:
8635         
8636         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8637
8638 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8639
8640         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8641         * shell/ev-pixbuf-cache.h:
8642         * shell/ev-sidebar-thumbnails.c:
8643         (ev_sidebar_thumbnails_get_property), (add_range),
8644         (adjustment_changed_cb):
8645         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8646         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8647         we were thumbnailing the entire docment on startup, slowing us
8648         down hugely. 
8649
8650 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8651
8652         * shell/ev-page-cache.c: (ev_page_cache_new):
8653         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8654         == 0, fixes #310306.
8655
8656 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8657
8658         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8659         (ev_view_rotate_left):
8660
8661         Account rotation in doc_rect_to_view_rect.
8662         Ensure rotation doesnt go out of bounds.
8663
8664 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8665
8666         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8667
8668         Correct and cleanup w/h swapping
8669
8670 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8671
8672         * backend/ev-document-thumbnails.c:
8673         (ev_document_thumbnails_get_thumbnail):
8674         * backend/ev-document-thumbnails.h:
8675         * backend/ev-document.c:
8676         * backend/ev-document.h:
8677         * backend/ev-render-context.c: (ev_render_context_new),
8678         (ev_render_context_set_rotation):
8679         * backend/ev-render-context.h:
8680         * pdf/ev-poppler.cc:
8681         * ps/ps-document.c: (ps_document_document_iface_init):
8682         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8683         * shell/ev-jobs.h:
8684         * shell/ev-page-cache.c: (build_height_to_page),
8685         (ev_page_cache_new), (ev_page_cache_get_size),
8686         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8687         (ev_page_cache_get_height_to_page):
8688         * shell/ev-page-cache.h:
8689         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8690         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8691         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8692         (ev_pixbuf_cache_get_selection_pixbuf):
8693         * shell/ev-pixbuf-cache.h:
8694         * shell/ev-print-job.c: (idle_print_handler):
8695         * shell/ev-sidebar-thumbnails.c: (add_range):
8696         * shell/ev-view.c: (view_update_range_and_current_page),
8697         (get_page_y_offset), (get_page_extents),
8698         (ev_view_size_request_continuous_dual_page),
8699         (ev_view_size_request_continuous),
8700         (ev_view_size_request_dual_page),
8701         (ev_view_size_request_single_page), (draw_one_page),
8702         (ev_view_set_rotation), (ev_view_rotate_right),
8703         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8704         (ev_view_zoom_for_size_continuous_and_dual_page),
8705         (ev_view_zoom_for_size_continuous),
8706         (ev_view_zoom_for_size_dual_page),
8707         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8708         (ev_view_select_all):
8709         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8710         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8711         (tiff_document_document_iface_init),
8712         (tiff_document_thumbnails_get_thumbnail):
8713
8714         Use rotation rather than orientation. It's easier and enough
8715         for our needs.
8716
8717 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8718
8719         * shell/ev-page-cache.c: (build_height_to_page),
8720         (ev_page_cache_new), (ev_page_cache_get_size),
8721         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8722         (ev_page_cache_get_height_to_page):
8723         * shell/ev-page-cache.h:
8724         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8725         (ev_view_size_request_continuous_dual_page),
8726         (ev_view_size_request_continuous),
8727         (ev_view_zoom_for_size_continuous_and_dual_page),
8728         (ev_view_zoom_for_size_continuous):
8729
8730         Make the page cache aware of page orientation.
8731
8732 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8733
8734         * backend/ev-document-thumbnails.c:
8735         (ev_document_thumbnails_get_thumbnail):
8736         * backend/ev-document-thumbnails.h:
8737         * backend/ev-document.c:
8738         * backend/ev-document.h:
8739         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8740         * backend/ev-ps-exporter.h:
8741         * pdf/ev-poppler.cc:
8742         * ps/ps-document.c: (ps_document_document_iface_init),
8743         (ps_document_ps_export_do_page):
8744         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8745         * shell/ev-jobs.h:
8746         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8747         (ev_page_cache_get):
8748         * shell/ev-page-cache.h:
8749         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8750         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8751         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8752         * shell/ev-pixbuf-cache.h:
8753         * shell/ev-print-job.c: (idle_print_handler):
8754         * shell/ev-sidebar-thumbnails.c: (add_range):
8755         * shell/ev-view.c: (view_update_range_and_current_page),
8756         (get_page_extents), (ev_view_size_request_dual_page),
8757         (ev_view_size_request_single_page), (draw_one_page),
8758         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8759         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8760         (ev_view_zoom_for_size_dual_page),
8761         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8762         (ev_view_select_all):
8763         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8764         * tiff/tiff-document.c: (tiff_document_get_page_size),
8765         (tiff_document_get_orientation), (rotate_pixbuf),
8766         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8767         (tiff_document_thumbnails_get_thumbnail),
8768         (tiff_document_ps_export_do_page), (tiff_document_init):
8769
8770         Really make use of the orientation bit of the render context.
8771         Use the render context in a few more places in the backend API.
8772         This regress orientation, but now it's done right. Will try to
8773         fix it up asap...
8774
8775 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8776
8777         * shell/ev-view.c: (ensure_rectangle_is_visible):
8778
8779         Patch by Nickolay V. Shmyrev to fix find flickering
8780
8781 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8782
8783         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8784         duplex parameters to ::begin.
8785
8786         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8787         * shell/ev-print-job.c (idle_print_handler): 
8788         * ps/ps-document.c (ps_document_ps_export_begin): 
8789         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8790         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8791         implementations. Poppler backend needs poppler cvs. Rest has
8792         unchanged behavior.
8793
8794 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8795
8796         * shell/ev-window.c (using_pdf_printer): new function.
8797         (ev_window_print_range): print a less techy message if someone
8798         tries to print to PDF.
8799
8800 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8801
8802         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8803         from "unknown font" string. Bug #311431
8804
8805 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8806
8807         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8808
8809 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8810
8811         Bug #311280
8812         
8813         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8814         name for PopplerFontTypes
8815         (pdf_document_fonts_fill_model): add font type to the detail column
8816
8817         * backend/ev-document-fonts.h: added
8818         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8819
8820         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8821         font name and font details, add a little markup.
8822         (ev_properties_fonts_init): use the new cell data func, specify ypad
8823         property for the cell renderer.
8824         (ev_properties_fonts_set_document): add the details column.
8825
8826 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8827
8828         * configure.ac: Added "pl" to ALL_LINGUAS.
8829
8830 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8831
8832         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8833
8834 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8835
8836         * help/ChangeLog: Started this for translations of manual.
8837         * configure.ac, autogen.sh, .cvsignore: Migrated to
8838         gnome-doc-utils. Patch in bug #311222.
8839
8840 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8841
8842         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8843         #ifdef this away to fix an unused-function warning.
8844
8845 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8846
8847         * configure.ac: Added 'gl' to ALL_LINGUAS.
8848
8849 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8850
8851         * configure.ac: Added ne in ALL_LINGUAS
8852         
8853 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8854
8855         * shell/ev-view.c: (ev_view_leave_notify_event):
8856         
8857         Clear status message when pointer leaves view. Fix for bug
8858         #310818 
8859
8860 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8861
8862         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8863
8864 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8865
8866         * shell/ev-view.c: (ev_view_leave_notify_event),
8867         (ev_view_class_init):
8868         
8869         Set cursor to normal then leaving view.
8870
8871 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8872
8873         * configure.ac:
8874         
8875         Fix required djvulibre version.
8876
8877 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8878
8879         *configure.ac: Hindi (hi) language added
8880
8881 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8882
8883         *configure.ac: Punjabi (pa) Language added
8884
8885 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8886
8887         * data/evince-ui.xml, shell/ev-window.c:
8888         
8889         Add keypad accelerators for zooming. Fix for bug 308128.
8890
8891 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8892
8893         * Makefile.am:
8894         * backend/Makefile.am:
8895         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8896         * configure.ac:
8897         * shell/ev-document-types.c: (ev_document_types_add_filters):
8898
8899         Allow to enable/disable the pixbuf backend.
8900         Default to off for now. If we want it enabled we should
8901         really put mime types in the desktop, implement properties etc.
8902
8903         * properties/evince-properties.c:
8904
8905         Initialize error to NULL.
8906         Check error is not NULL before freeing.
8907
8908 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8909
8910         * shell/ev-window.c:
8911
8912         Use F5 as presentation accell
8913
8914 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8915
8916         * shell/ev-window.c: (update_chrome_visibility),
8917         (ev_window_create_fullscreen_popup), (ev_window_init):
8918
8919         Do not leak the fullscreen toolbar
8920
8921 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8922
8923         * shell/ev-window.c: (view_actions_focus_in_cb),
8924         (view_actions_focus_out_cb):
8925
8926         These has a return value! Fix totally random focus
8927         issues we was seeing.
8928
8929 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8930
8931         * shell/main.c: (load_files_remote):
8932
8933         Allow open more than one file
8934
8935 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8936
8937         * shell/main.c: (load_files_remote):
8938
8939         Fix for dbus 0.33. bug #309975
8940
8941 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8942
8943         * properties/ev-properties-main.c: (ev_properties_get_pages):
8944
8945         Actually return NULL for types we dont support
8946
8947 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8948
8949         * po/POTFILES.in:
8950
8951         Remove empty lines.
8952
8953 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8954
8955         * backend/ev-document-factory.c:
8956         (ev_document_factory_get_document):
8957
8958         Do not try to create the object if type
8959         is invalid.
8960
8961 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8962
8963         * ps/ps-document.c: (ps_document_dispose),
8964         (ps_async_renderer_render_pixbuf):
8965         * ps/ps-document.h:
8966
8967         Do not leak the target window
8968
8969 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8970
8971         * shell/ev-application.c: (ev_application_init):
8972
8973         Let tbe check file existence for us.
8974         Add a comment about eggrecent mime filter.
8975
8976 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8977
8978         * data/evince-ui.xml:
8979         * shell/ev-application.c: (ev_application_shutdown),
8980         (ev_application_init), (ev_application_get_toolbars_model),
8981         (ev_application_get_recent_model),
8982         (ev_application_save_toolbars_model):
8983         * shell/ev-application.h:
8984         * shell/ev-window.c: (ev_window_add_recent),
8985         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8986         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8987         (ev_window_init):
8988
8989         Use common toolbar and recent models for all windows.
8990         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8991
8992 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8993
8994         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8995         successfully check for gtk_icon_view_get_visible_range.
8996
8997 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8998
8999         * djvu/Makefile.am:
9000         * dvi/Makefile.am:
9001         
9002         Fix djvu and dvi backend build.
9003
9004 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9005
9006         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9007         (new_separator_pixbuf):
9008
9009         Don't leak windows.
9010
9011 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9012
9013         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9014
9015         HIGification of toolbar editor dialogue.
9016
9017 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9018
9019         * configure.ac:
9020         * shell/Makefile.am:
9021
9022         Ever build metadata manager since it's just
9023         disabled at runtime now.
9024
9025 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9026
9027         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9028         (ev_metadata_manager_get), (ev_metadata_manager_set):
9029         * shell/ev-metadata-manager.h:
9030
9031         Add an _init functions that enabled metadata management
9032         at runtime.
9033
9034         * shell/ev-window.c: (page_changed_cb),
9035         (setup_document_from_metadata), (ev_window_setup_document),
9036         (setup_view_from_metadata), (ev_window_open_uri),
9037         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9038         (ev_window_run_presentation), (ev_window_stop_presentation),
9039         (save_sizing_mode), (ev_window_zoom_changed_cb),
9040         (ev_window_continuous_changed_cb),
9041         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9042         (window_configure_event_cb):
9043
9044         Remove all ugly metadata define since we deal with it
9045         at runtime now.
9046
9047         * shell/main.c: (load_files_remote), (main):
9048
9049         Add support for dbus cvs head. Hopefully didnt break one
9050         of the other versions now!
9051
9052         If we dont get a response from the dbus server just
9053         give up with it and not enable metadata.
9054
9055 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9056
9057         * Makefile.am:
9058         * backend/Makefile.am:
9059         * configure.ac:
9060         * cut-n-paste/recent-files/Makefile.am:
9061         * cut-n-paste/toolbar-editor/Makefile.am:
9062         * cut-n-paste/zoom-control/Makefile.am:
9063         * lib/Makefile.am:
9064         * pdf/Makefile.am:
9065         * pixbuf/Makefile.am:
9066         * properties/Makefile.am:
9067         * ps/Makefile.am:
9068         * shell/Makefile.am:
9069         * thumbnailer/Makefile.am:
9070         * tiff/Makefile.am:
9071
9072         Make frontends depend on just libev.
9073         Rework and group CFLAGS/LIBS definitions.
9074         Cleanups.
9075
9076 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9077
9078         * shell/ev-window:
9079
9080         do not unnecessarily save zoom
9081
9082         * configure.ac:
9083         * lib/ev-file-helpers.c: (ev_dot_dir):
9084         * shell/Makefile.am:
9085         * shell/dummy.cc:
9086
9087         Some cleanups
9088
9089 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9090
9091         * configure.ac:
9092         
9093         Remove unnecessary dependencies
9094
9095 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9096
9097         * properties/Makefile.am:
9098         * thumbnailer/Makefile.am:
9099         * tiff/Makefile.am:
9100
9101         Some more cleanups. Was really necessary
9102         but I probably introduced bugs, feel free
9103         to flame :)
9104
9105 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9106
9107         * backend/Makefile.am:
9108         * configure.ac:
9109         * cut-n-paste/recent-files/Makefile.am:
9110         * cut-n-paste/toolbar-editor/Makefile.am:
9111         * cut-n-paste/zoom-control/Makefile.am:
9112         * lib/Makefile.am:
9113         * pdf/Makefile.am:
9114         * pixbuf/Makefile.am:
9115         * properties/Makefile.am:
9116         * ps/Makefile.am:
9117         * shell/Makefile.am:
9118         * thumbnailer/Makefile.am:
9119         * tiff/Makefile.am:
9120
9121         Use gnome-common macros when possible.
9122         Cleanup dependencies.
9123         Actually disable deprecated where possible.
9124
9125 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9126
9127         * Makefile.am:
9128         * backend/Makefile.am:
9129         * properties/Makefile.am:
9130         * shell/Makefile.am:
9131         * thumbnailer/Makefile.am:
9132
9133         This should solve the circular dep without
9134         requiring dir reorg!
9135
9136         * shell/ev-window.c: (setup_view_from_metadata):
9137
9138         Never restore window size/position when the
9139         window is already visible.
9140
9141 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9142
9143         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9144
9145         Return a boolean from timeout func. Fix ported from gedit.
9146
9147 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9148
9149         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9150
9151 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9152
9153         * shell/ev-document-types.c: set "All Documents" as default filter in
9154         open dialog
9155
9156 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9157
9158         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9159         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9160         (ev_metadata_manager_set_boolean): fix value/val thinko.
9161
9162 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9163
9164         * shell/ev-window.c: (setup_view_from_metadata),
9165         (window_state_event_cb), (window_configure_event_cb),
9166         (ev_window_init):
9167
9168         Remember window position and maximized state
9169
9170 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9171
9172         * configure.ac:
9173
9174         Fix DBUS configure checks.
9175
9176         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9177         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9178         (ev_metadata_manager_set_boolean):
9179
9180         Plug mem leaks.
9181
9182         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9183         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9184         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9185         (ev_window_continuous_changed_cb),
9186         (ev_window_dual_mode_changed_cb), (ev_window_new):
9187
9188         Fix the build without DBUS.
9189
9190 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9191
9192         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9193         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9194         (ev_metadata_manager_set_string),
9195         (ev_metadata_manager_set_boolean):
9196         * shell/ev-metadata-manager.h:
9197
9198         Add support for some more types
9199
9200         * shell/ev-view.c: (scroll_to_current_page),
9201         (ev_view_get_continuous), (ev_view_set_continuous),
9202         (ev_view_get_dual_page):
9203         * shell/ev-view.h:
9204         * shell/ev-window.c: (page_changed_cb),
9205         (setup_document_from_metadata), (ev_window_setup_document),
9206         (setup_view_from_metadata), (ev_window_open_uri),
9207         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9208         (ev_window_run_presentation), (ev_window_stop_presentation),
9209         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9210         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9211         (ev_window_update_dual_page_action),
9212         (ev_window_continuous_changed_cb),
9213         (ev_window_dual_mode_changed_cb), (ev_window_init):
9214
9215         Remember a bunch of view/document properties. Prolly some
9216         are still missing but it's getting interesting.
9217
9218 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9219
9220         * configure.ac: check if dbus-binding-tool is installed. Not the
9221         case on current Ubuntu breezy, it seems.
9222
9223 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9224
9225         * data/evince.desktop.in.in:
9226         
9227         Allow open uri lists and add TryExec field.
9228
9229 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9230
9231         * configure.ac:
9232
9233         Enable dbus when available, do not require a configure
9234         option.
9235
9236 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9237
9238         * configure.ac:
9239
9240         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9241         disabled.
9242
9243 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9244         Marco Pesenti Gritti  <mpg@redhat.com>
9245
9246         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9247         
9248         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9249         functions to the format required by dbus
9250
9251         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9252         errors. Use the RPC parameters in the expected way
9253
9254 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9255
9256         * Makefile.am:
9257         * properties/Makefile.am:
9258         * properties/ev-properties-main.c: (ev_properties_get_pages):
9259
9260         Support all mime types
9261
9262         * shell/Makefile.am:
9263         * thumbnailer/Makefile.am:
9264         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9265         (evince_thumbnail_pngenc_get):
9266
9267         Use the document factory
9268
9269 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9270
9271         * backend/Makefile.am:
9272         * backend/ev-document-factory.c:
9273         (mime_type_supported_by_gdk_pixbuf),
9274         (ev_document_type_get_from_mime),
9275         (ev_document_factory_get_document),
9276         (ev_document_factory_get_backend),
9277         (ev_document_factory_get_mime_types),
9278         (ev_document_factory_get_all_mime_types):
9279         * backend/ev-document-factory.h:
9280         * shell/Makefile.am:
9281         * shell/ev-document-types.c: (get_document_from_uri),
9282         (ev_document_types_get_document),
9283         (file_filter_add_mime_list_and_free),
9284         (ev_document_types_add_filters):
9285         * shell/ev-document-types.h:
9286         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9287         * shell/ev-properties-dialog.c:
9288         (ev_properties_dialog_set_document):
9289         * shell/ev-window.c: (ev_window_cmd_file_open),
9290         (ev_window_cmd_save_as):
9291         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9292
9293         Rework document types managing to avoid code duplication
9294         and actually abstract from backend implementations.
9295         Also provide a minimal factory api that can be used by
9296         thumbnailer/properties.
9297
9298 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9299
9300         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9301         Plug a mem leak.
9302         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9303         HIG spacings.
9304
9305 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9306
9307         * shell/ev-properties-dialog.c
9308         (ev_properties_dialog_set_document): only call
9309         ev_properties_fonts_set_document() if the document implements the
9310         fonts interface
9311
9312 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9313
9314         * configure.ac:
9315         * properties/Makefile.am:
9316         * properties/ev-properties-view.c:
9317         (ev_properties_view_register_type):
9318         * properties/ev-properties-view.h:
9319         * properties/ev-properties-main.h:
9320
9321         Implement nautilus plugin for properties.
9322         Works only for pdf atm, I need to rework the
9323         document types stuff to get this to work
9324         for all backends...
9325
9326 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9327
9328         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9329         (ev_properties_fonts_set_document): use
9330         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9331
9332 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9333
9334         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9335         them
9336         (PlaceImage, tiff2ps_process_page): use
9337         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9338
9339
9340 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9341
9342         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9343         (main): to call gnome_authentication_manager_init. Should fix
9344         Bug #308510
9345
9346         * configure.ac: that requires libgnomeui 2.6.0.
9347
9348 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9349
9350         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9351         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9352         use the new tiff2ps interfaces
9353
9354         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9355         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9356
9357         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9358         structure instead of global variables.  Remove use of static
9359         variables in functions.
9360
9361 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9362
9363         * shell/ev-page-action.c: unref the completion after setting it to the
9364         entry
9365
9366 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9367
9368         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9369         postscript files
9370
9371 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9372
9373         * shell/ev-window.c (update_action_sensitivity): disable
9374         File->Print if the document does not implement the ps exporter
9375         interface
9376
9377 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9378
9379         * Makefile.am:
9380         * configure.ac:
9381         * data/evince-properties.glade:
9382         * properties/.cvsignore:
9383         * properties/Makefile.am:
9384         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9385         (ev_properties_view_class_init), (ev_properties_view_format_date),
9386         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9387         (ev_properties_view_init), (ev_properties_view_new):
9388         * properties/ev-properties-view.h:
9389         * shell/Makefile.am:
9390         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9391         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9392         (ev_properties_dialog_new):
9393         * shell/ev-properties-dialog.h:
9394         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9395         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9396         (update_progress_label), (job_fonts_finished_cb),
9397         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9398         * shell/ev-properties-fonts.h:
9399         * shell/ev-properties.c:
9400         * shell/ev-properties.h:
9401         * shell/ev-window.c: (ev_window_setup_document),
9402         (ev_window_cmd_file_properties):
9403
9404         Split the properties pages in two different objects, depend
9405         only on the backend where possible, use widgets instead
9406         of gobject for the glade part, reimplement the dialog
9407         itself with gtk.
9408         I need this to implement nautilus properties page.
9409
9410 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9411
9412         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9413         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9414         (tiff_document_document_ps_exporter_iface_init): implement the ps
9415         exporter interface for tiff documents
9416
9417         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9418         libtiff to implement TIFF postscript export
9419
9420         * tiff/tiff2ps.h: added a header file for external tiff2ps
9421         functions.
9422
9423         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9424         tiff2ps.h
9425
9426 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9427
9428         * shell/ev-view.c: (scroll_to_current_page),
9429         (ev_view_set_fullscreen), (ev_view_set_presentation):
9430         
9431         Scroll to current page when exit from presentation
9432
9433 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9434
9435         * shell/ev-window.c: (update_document_mode),
9436         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9437         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9438         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9439         
9440         Exit from fullscreen mode when switch to presentation. Fix for
9441         bug 309365
9442
9443 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9444
9445         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9446         return NULL if the document does not implement the selection
9447         interface.
9448
9449 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9450
9451         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9452         reported height by using the resolution aspect ratio
9453         (tiff_document_render_pixbuf): scale the pixbuf using the
9454         resolution aspect ratio
9455
9456 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9457
9458         * configure.ac:
9459         
9460         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9461         <kiltedaco@gmail.com>
9462         
9463         * djvu/djvu-document.c: (djvu_document_get_orientation),
9464         (djvu_document_set_orientation), (djvu_document_get_page_size),
9465         (rotate_pixbuf), (djvu_document_render_pixbuf),
9466         (djvu_document_document_iface_init):
9467         * dvi/dvi-document.c: (dvi_document_get_orientation),
9468         (dvi_document_set_orientation), (dvi_document_get_page_size),
9469         (rotate_pixbuf), (dvi_document_render_pixbuf),
9470         (dvi_document_document_iface_init):
9471         
9472         Dvi and djvu backends are ported to new API
9473
9474 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9475
9476         * backend/ev-selection.c: (ev_selection_get_selection_region),
9477         (ev_selection_get_selection_map):
9478         * backend/ev-selection.h:
9479         * pdf/ev-poppler.cc:
9480         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9481         * shell/ev-jobs.h:
9482         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9483         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9484         (ev_pixbuf_cache_get_text_mapping):
9485         * shell/ev-pixbuf-cache.h:
9486         * shell/ev-view.c: (location_in_text),
9487         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9488         support to EvView.  Now we can see where we can select!  Sweet!
9489
9490 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9491
9492         * shell/ev-view.c (ev_view_button_press_event): Fix
9493         event->y + view->scroll_x typo.
9494
9495 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9496
9497         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9498         sub-GdkPixbuf instead of passing dest_x and dest_y.
9499         
9500         * shell/ev-view.c: (view_point_to_doc_point),
9501         (view_rect_to_doc_rect), (ev_view_button_press_event),
9502         (ev_view_motion_notify_event), (compute_new_selection_rect),
9503         (gdk_rectangle_point_in), (compute_new_selection_text),
9504         (compute_selections): Update selection code to keep the selection
9505         around as two points and not as a normalized rectangle, and fix
9506         page level selection in two-column mode.
9507
9508 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9509
9510         * shell/ev-window.c: (window_configure_event_cb): 
9511         
9512         Fix compilation
9513         
9514 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9515
9516         * pdf/ev-poppler.cc:
9517
9518         Fix compilation
9519
9520 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9521
9522         * shell/Makefile.am:
9523         * shell/ev-metadata-manager.c: (item_free),
9524         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9525         (parse_value), (parseItem), (load_values),
9526         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9527         (save_values), (save_item), (get_oldest), (resize_items),
9528         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9529         * shell/ev-metadata-manager.h:
9530
9531         Metadata manager from gedit but modified to use GValue, so that
9532         we dont need to keep converting from strings.
9533
9534         * configure.ac:
9535
9536         ENABLE_METADATA conditional, on when dbus is on
9537
9538         * shell/ev-application.c: (ev_application_open_uri):
9539
9540         Show the window after load so that we can initialize
9541         window size before it's showed.
9542
9543         * shell/ev-window.c: (ev_window_setup_from_metadata),
9544         (ev_window_open_uri), (window_configure_event_cb),
9545         (ev_window_init):
9546
9547         Save and load metadata information about window size.
9548         Not yet keeping states in account.
9549
9550         * shell/main.c: (main):
9551
9552         Shutdown metadata manager.
9553
9554 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9555
9556         * shell/ev-application-service.xml:
9557         * configure.ac:
9558         * shell/Makefile.am:
9559         * shell/ev-application.c:
9560         * shell/ev-application.h:
9561         * shell/ev-window.c:
9562         * shell/ev-window.h:
9563         * shell/main.c:
9564
9565         Add an optional dbus interface (--enable-dbus).
9566         Rework application code, mainly to be easier to
9567         use "remotely".
9568         Do not open multiple windows with the same document,
9569         spatial evince!
9570
9571 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9572
9573         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9574         pixbuf iff it exists.
9575
9576 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9577
9578         * shell/*:
9579         * backend/ev-render-context.[ch]:
9580         * backend/ev-selection.[ch]:
9581
9582         Massive changes.  We now support text selection of pdfs, and not
9583         just rectangular selection.  This is pretty broken still, but I
9584         want to get something into CVS.
9585
9586 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9587
9588         * pdf/ev-poppler.cc:
9589         
9590         Fix for Bug 309080: crash on window close.
9591         
9592         * shell/ev-page-action.c: (page_changed_cb):
9593         
9594         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9595         jensgr@gmx.net (Jens Granseuer).
9596
9597 2005-06-25  Marcel Telka  <marcel@telka.sk>
9598
9599         * configure.in (ALL_LINGUAS): Added sk.
9600
9601 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9602
9603         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9604         not a document open
9605
9606 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9607
9608         * NEWS:
9609         * configure.ac:
9610
9611         Release 0.3.2
9612
9613         * cut-n-paste/recent-files/Makefile.am:
9614
9615         Fix make distcheck
9616
9617 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9618
9619         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9620         (pixbuf_document_set_orientation), (rotate_pixbuf),
9621         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9622         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9623
9624         Implement rotation and cleanup the code a bit.
9625
9626         * tiff/tiff-document.c: (tiff_document_get_page_size),
9627         (tiff_document_get_orientation), (tiff_document_set_orientation),
9628         (rotate_pixbuf), (tiff_document_render_pixbuf),
9629         (tiff_document_document_iface_init), (tiff_document_init):
9630
9631         Implement rotation. Was the quicker solution for the release
9632         but we really need to share this code in the shell.
9633
9634 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9635
9636         * pdf/ev-poppler.cc:
9637
9638         Enable rotation, require poppler cvs. Fix a leak.
9639
9640 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9641
9642         * shell/ev-window.c: (update_action_sensitivity):
9643         
9644         Make properties unsensitive if document backend doesn't provide
9645         any info
9646
9647 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9648
9649         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9650         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9651         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9652         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9653         (bitmap_flip_rotate_counter_clockwise):
9654         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9655         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9656         (buff_gets):
9657         * dvi/mdvi-lib/common.h:
9658         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9659         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9660         (opendvi), (mdvi_reload), (mdvi_init_context),
9661         (mdvi_destroy_context), (mdvi_dopage), (special):
9662         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9663         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9664         (file_hash_free), (register_encoding), (parse_spec),
9665         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9666         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9667         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9668         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9669         (mdvi_register_font_type), (mdvi_unregister_font_type),
9670         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9671         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9672         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9673         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9674         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9675         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9676         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9677         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9678         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9679         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9680         (mdvi_unregister_special), (mdvi_flush_specials):
9681         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9682         (t1_font_remove):
9683         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9684         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9685         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9686         (free_font_metrics), (flush_font_metrics):
9687         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9688         (tt_font_remove):
9689         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9690         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9691         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9692         (dstring_insert), (dstring_new), (dstring_reset):
9693         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9694         
9695         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9696         avoid conflict with libtool on FC4
9697         
9698         * shell/ev-window.c: (ev_window_cmd_help_about):
9699         
9700         Update copyright year. Fix for bug 308828.
9701
9702 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9703
9704         * shell/ev-view.c: (add_scroll_binding_keypad),
9705         (ev_view_binding_activated), (ev_view_class_init),
9706         (on_adjustment_value_changed):
9707         
9708         Bug 170874: Arrow keys switch pages in presentation mode
9709
9710 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9711
9712         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9713         
9714         Fix for Bug 308265: Sidebar dissappears coming out of 
9715         Presentation mode
9716
9717 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9718
9719         * shell/ev-application.c: (ev_application_open):
9720         * shell/ev-document-types.c: (ev_document_types_add_filters),
9721         (ev_document_types_add_filters_for_type):
9722         * shell/ev-document-types.h:
9723         * shell/ev-window.c: (ev_window_cmd_save_as):
9724         
9725         Suggest basename as template when saving, provide filters
9726         for save dialog. It's bug 308402
9727
9728 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9729
9730         * pdf/ev-poppler.cc:
9731         * shell/ev-sidebar-links.c: (job_finished_callback):
9732         * shell/ev-view.c: (update_find_status_message):
9733         
9734         Some leaks fixed
9735
9736 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9737
9738         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9739         (egg_recent_view_uimanager_set_list):
9740
9741         Fix buglet in !show_numbers case.
9742
9743 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9744
9745         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9746         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9747
9748         Use pango ellipsisation.
9749
9750         * pdf/ev-poppler.cc:
9751
9752         Fix refcount leak, from nsh.
9753
9754 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9755
9756         * cut-n-paste/recent-files/Makefile.am:
9757         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9758         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9759         
9760         Removed EggRecentViewGtk
9761         
9762         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9763         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9764         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9765         (ev_window_setup_recent):
9766         
9767         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9768         with other projects
9769
9770 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9771
9772         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9773         (egg_recent_view_gtk_finalize):
9774
9775         Fix memory leak
9776
9777         * cut-n-paste/toolbar-editor/Makefile.am:
9778         
9779         Fix location of cursor icon.
9780         
9781         * pdf/ev-poppler.cc:
9782         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9783         (display_completion_text), (match_completion):
9784         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9785         (selection_changed_callback), (create_loading_model),
9786         (print_section_cb), (links_page_num_func),
9787         (update_page_callback_foreach):
9788         * shell/ev-window.c: (ev_window_dispose):
9789         
9790         Small memory fixes. Links model now store objects instead
9791         of pointers to improve memory management. 
9792
9793 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9794
9795         * shell/ev-window.c: (zoom_control_changed_cb):
9796         
9797         Fix update of zoom control (bug 308268).
9798
9799 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9800
9801         * shell/ev-properties.c (set_property): escape the text correctly.
9802         Handles non-UTF-8 properties and escaped properties.  Also, sets
9803         the text to "<i>None</i>" if the property isn't set.
9804
9805         * data/evince-properties.glade: Change the label to be ellipsized,
9806         and give it a minimum size.
9807
9808 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9809
9810         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9811         * shell/ev-sidebar-links.c: (create_loading_model):
9812         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9813         * shell/ev-view.c: (ev_view_set_document):
9814         * shell/ev-window.c: (ev_window_dispose):
9815         
9816         Various small fixes, mostly memory leaks. Thanks to valgrind.
9817
9818 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9819
9820         * ps/ps-document.c: remove the locale.h include again ;-). And
9821         kill the (bogus) setlocale/savelocale business.
9822
9823 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9824
9825         * ps/ps-document.c:
9826         
9827         Include locale.h to fix build
9828         
9829         * shell/ev-sidebar.c:
9830         
9831         Remove unnecessary includes
9832
9833 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9834
9835         * dvi/dvi-document.c: (dvi_document_load):
9836         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9837         * po/POTFILES.in:
9838         
9839         Check for incorrect dvi files. Fix parsing dvi on AMD64
9840         platform. Thanks to tester@tester.ca (Olivier Crete).
9841
9842 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9843
9844         * shell/ev-page-action.c: (match_selected_cb),
9845         (display_completion_text), (match_completion), (update_model):
9846         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9847         (expand_open_links):
9848         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9849         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9850         (ev_sidebar_set_document):
9851         * shell/ev-window.c: (ev_window_xfer_job_cb),
9852         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9853         
9854         Fixed lot's of memory leaks, for example, memory leak on reload, 
9855         described in bug 307793.
9856
9857 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9858
9859         * pdf/ev-poppler.cc:
9860         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9861         (update_visible_range), (adjustment_changed_cb),
9862         (ev_sidebar_thumbnails_fill_model),
9863         (ev_sidebar_thumbnails_refresh),
9864         (ev_sidebar_tree_selection_changed),
9865         (ev_sidebar_icon_selection_changed),
9866         (ev_sidebar_thumbnails_use_icon_view),
9867         (ev_sidebar_thumbnails_set_document):
9868         * shell/ev-sidebar-thumbnails.h:
9869         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9870         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9871
9872         Refresh thumbnails when changing orientation. Not fully
9873         working yet becuase of a sidebar bug.
9874
9875         Set page orientation to poppler page everywhere. This sucks
9876         really need to fix poppler.
9877
9878 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9879
9880         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9881         (egg_recent_view_gtk_new_menu_item),
9882         (egg_recent_view_gtk_set_property),
9883         (egg_recent_view_gtk_get_property),
9884         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9885         (egg_recent_view_gtk_set_tooltip_func),
9886         (egg_recent_view_gtk_set_label_width),
9887         (egg_recent_view_gtk_get_label_width):
9888         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9889
9890         Sync with libegg (ellipsize labels)
9891
9892 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9893
9894         * data/evince-ui.xml:
9895         * shell/ev-window.c: (ev_window_cmd_go_forward),
9896         (ev_window_cmd_go_backward):
9897         
9898         Shift + PageUp moves 10 Pages. Fix for 306125
9899
9900 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9901
9902         * pdf/ev-poppler.cc:
9903
9904         Add a flag to check if orientation has been overriden
9905
9906 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9907
9908         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9909         field if necessary.
9910
9911         * ps/ps.h: add creator field to document.
9912
9913         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9914         set creator field.
9915
9916 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9917
9918         * data/evince-properties.glade:
9919         * shell/ev-properties.c: (ev_properties_set_document):
9920
9921         s/PDF Version/Format
9922
9923 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9924
9925         * shell/ev-properties.c: (ev_properties_set_document):
9926
9927         Remove unnecessary translations
9928
9929 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9930
9931         * cut-n-paste/toolbar-editor/Makefile.am:
9932
9933         Correct library name    
9934
9935 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9936
9937         * configure.ac:
9938         * cut-n-paste/recent-files/egg-recent-model.c:
9939         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9940         (egg_recent_model_unlock_file):
9941         * cut-n-paste/recent-files/egg-recent-util.c:
9942         (egg_recent_util_get_unique_id):
9943         * cut-n-paste/recent-files/update-from-egg.sh:
9944         * cut-n-paste/toolbar-editor/Makefile.am:
9945         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9946         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9947         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9948         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9949         (egg_toolbars_model_get_type):
9950         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9951
9952         Better makefile for toolbar editor and update everything
9953         to latest libegg.
9954
9955 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9956
9957         * shell/ev-window.c: (update_document_mode):
9958
9959         Prefer presentation mode when the document
9960         require fullscreen.
9961
9962 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9963
9964         * data/evince-ui.xml:
9965         * shell/ev-window.c:
9966
9967         Add control-equal for zooming
9968
9969 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9970
9971         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9972
9973 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9974
9975         * backend/ev-document.c: (ev_document_get_orientation):
9976         * backend/ev-document.h:
9977         * pdf/ev-poppler.cc:
9978         * ps/ps-document.c: (ps_document_get_orientation),
9979         (ps_document_set_orientation), (ps_document_document_iface_init):
9980
9981         Add a get_orientation api. Improve set_orientation.
9982
9983         * data/evince-ui.xml:
9984         * shell/ev-view.c: (ev_view_set_orientation),
9985         (ev_view_rotate_right), (ev_view_rotate_left):
9986         * shell/ev-view.h:
9987         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9988         (ev_window_cmd_edit_rotate_right):
9989
9990         Better ui for changing document orientation
9991
9992 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9993
9994         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9995         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9996         * shell/ev-sidebar-links.h:
9997         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9998         (ev_sidebar_page_iface_init):
9999         * shell/ev-sidebar-page.h:
10000         * shell/ev-sidebar-thumbnails.c:
10001         (ev_sidebar_thumbnails_get_property),
10002         (ev_sidebar_thumbnails_class_init),
10003         (ev_sidebar_thumbnails_set_document):
10004         * shell/ev-sidebar-thumbnails.h:
10005         * shell/ev-view.c: (ev_view_motion_notify_event):
10006         * shell/ev-window.c: (update_chrome_visibility),
10007         (ev_window_cmd_focus_page_selector),
10008         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10009         (sidebar_page_main_widget_update_cb), (ev_window_init):
10010         
10011         Autoraise toolbar on GoToPage binding and fix bindings in
10012         EvSidebarThumbnails page.
10013
10014 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10015
10016         * shell/ev-properties.c: (update_progress_label):
10017
10018         Hide the progress label when finished; bug #307697.
10019
10020 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10021
10022         * pdf/ev-poppler.cc:
10023
10024         Enable is_open for links, you will need poppler cvs
10025
10026         * shell/ev-properties.c: (job_fonts_finished_cb):
10027
10028         Get a lock on the document when filling the tree view
10029
10030 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10031
10032         * backend/ev-document-links.h:
10033         * pdf/ev-poppler.cc:
10034         * shell/ev-sidebar-links.c: (create_loading_model),
10035         (expand_open_links), (job_finished_callback):
10036
10037         Expand links when specified by the document.
10038         Depend on a poppler api (defined out for now)
10039
10040 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10041
10042         * shell/ev-properties.c: (ev_properties_dispose),
10043         (ev_properties_class_init), (dialog_destroy_cb),
10044         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10045         (ev_properties_set_document), (ev_properties_new),
10046         (ev_properties_show):
10047         * shell/ev-properties.h:
10048
10049         Make it an object, cleanup the code, api to show it as transient
10050         and to set the document.
10051
10052         * shell/ev-window.c: (ev_window_setup_document),
10053         (ev_window_cmd_file_properties):
10054
10055         Adapt to EvProperties changes, do not show multiple
10056         times, update it when document changes.
10057
10058 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10059
10060         * ps/gstypes.h:
10061         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10062         (ps_document_set_orientation), (ps_document_document_iface_init):
10063         * ps/ps-document.h:
10064
10065         Implement orientation here too
10066
10067         * shell/ev-properties.c: (ev_properties_new):
10068         * data/evince-properties.glade:
10069
10070         Hide the fonts page for backends that doesnt
10071         support it.     
10072
10073 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10074
10075         * backend/ev-document.c: (ev_document_set_orientation):
10076         * backend/ev-document.h:
10077         * pdf/ev-poppler.cc:
10078
10079         Add orientation api. Currently poppler api is not optimal,
10080         we need to set orientation every time we _get a page.
10081         I will try to fix that at some point.
10082
10083         * data/evince-ui.xml:
10084         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10085         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10086
10087         Add orientation menu items
10088
10089         * shell/ev-page-cache.c: (ev_page_cache_clear):
10090         * shell/ev-page-cache.h:
10091
10092         Add api to clear the cache
10093
10094         * shell/ev-view.c: (setup_caches), (clear_caches),
10095         (ev_view_set_document), (ev_view_zoom_out),
10096         (ev_view_set_orientation):
10097         * shell/ev-view.h:
10098
10099         Implement orientation changing
10100
10101 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10102
10103         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10104         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10105         * backend/ev-document-fonts.h:
10106
10107         Separate scan and fill so that we can incrementally fill from
10108         the main thread. Add a progress api.
10109
10110         * data/evince-properties.glade:
10111         * pdf/ev-poppler.cc:
10112         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10113         * shell/ev-jobs.h:
10114         * shell/ev-properties.c: (update_progress_label),
10115         (job_fonts_finished_cb), (setup_fonts_view):
10116
10117         Incrementally feel the list and show the progress
10118         percentage in a label like acrobat does.
10119
10120         You are going to need poppler cvs
10121
10122 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10123
10124         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10125         * backend/ev-document-fonts.h:
10126         * pdf/ev-poppler.cc:
10127
10128         Make fonts model fill incrementally.
10129
10130         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10131         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10132         (ev_job_queue_remove_job):
10133         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10134         (ev_job_fonts_new), (ev_job_fonts_run):
10135         * shell/ev-jobs.h:
10136
10137         New job for fonts scanning
10138
10139         * shell/ev-properties.c: (job_fonts_finished_cb),
10140         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10141         * shell/ev-properties.h:
10142         * shell/ev-window.c: (ev_window_cmd_file_properties):
10143
10144         Incrementally feel the treeview using the new job. Show Loading...
10145         message until scanning is completed.
10146
10147         Hopefully I didnt break the build without the poppler patch.
10148
10149 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10150
10151         * shell/ev-application.c: (ev_application_open):
10152         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10153         (ev_document_type_get_type), (ev_document_type_lookup):
10154         * shell/ev-document-types.h:
10155         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10156         * shell/ev-job-xfer.h:
10157         * shell/ev-window.c: (ev_window_clear_local_uri),
10158         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10159         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10160         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10161         
10162         Transfer remote documents to tmp directory to display them later.
10163
10164 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10165
10166         * backend/ev-document-info.h:
10167         * shell/ev-properties.c: (ev_properties_new):
10168
10169         s/GTime*/GTime. Not sure why we was using a pointer
10170         at all there!
10171
10172 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10173
10174         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10175         situations.  That situation is that you're using GTK+-HEAD with
10176         the patch at #306726 is applied, and you have a document with <
10177         1500 pages in it.  It's not quite as uniformly nice as the
10178         TreeView, but should be better in the long run.
10179
10180         I'm pretty sure I guarded against breaking compilation with
10181         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10182         I missed some.
10183
10184         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10185         widget yet, so I commented that code out
10186         enable_view_actions_for_widget() for now.  Need to figure this
10187         out.
10188
10189         * shell/ev-page-action.c (match_selected_cb): emit the right
10190         signals.  Our cool C-l completion now works.
10191
10192 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10193
10194         * backend/Makefile.am:
10195         * backend/ev-document-fonts.c:
10196         * backend/ev-document-links.c:
10197         * backend/ev-document.c: (ev_document_load):
10198         * backend/ev-document.h:
10199         * backend/ev-job-queue.c:
10200         * backend/ev-job-queue.h:
10201         * backend/ev-jobs.c:
10202         * backend/ev-jobs.h:
10203         * backend/ev-page-cache.c:
10204         * backend/ev-page-cache.h:
10205
10206         EvPageCache and EvJobs are moved to shell.
10207
10208         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10209         (ev_tmp_filename):
10210         * lib/ev-file-helpers.h:
10211         
10212         New helper to work with temporary files
10213         
10214         * shell/Makefile.am:
10215         * shell/ev-application.c: (ev_application_open):
10216         * shell/ev-application.h:
10217         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10218         (remove_job_from_async_queue), (add_job_to_async_queue),
10219         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10220         (handle_job), (search_for_jobs_unlocked),
10221         (no_jobs_available_unlocked), (ev_render_thread),
10222         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10223         (ev_job_queue_add_job), (move_job_async), (move_job),
10224         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10225         * shell/ev-job-queue.h:
10226         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10227         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10228         * shell/ev-job-xfer.h:
10229         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10230         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10231         (ev_job_links_class_init), (ev_job_render_init),
10232         (ev_job_render_dispose), (ev_job_render_class_init),
10233         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10234         (ev_job_thumbnail_class_init), (ev_job_load_init),
10235         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10236         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10237         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10238         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10239         * shell/ev-jobs.h:
10240         * shell/ev-page-action.c: (ev_page_action_set_document):
10241         * shell/ev-page-cache.c: (ev_page_cache_init),
10242         (ev_page_cache_class_init), (ev_page_cache_finalize),
10243         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10244         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10245         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10246         (ev_page_cache_get_title), (ev_page_cache_get_size),
10247         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10248         (ev_page_cache_get_height_to_page),
10249         (ev_page_cache_get_max_label_chars),
10250         (ev_page_cache_get_page_label),
10251         (ev_page_cache_has_nonnumeric_page_labels),
10252         (ev_page_cache_get_info), (ev_page_cache_next_page),
10253         (ev_page_cache_prev_page), (ev_page_cache_get):
10254         * shell/ev-page-cache.h:
10255         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10256         (ev_pixbuf_cache_clear_job_sizes),
10257         (ev_pixbuf_cache_add_jobs_if_needed),
10258         (ev_pixbuf_cache_set_page_range):
10259         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10260         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10261         * shell/ev-sidebar-thumbnails.c:
10262         (ev_sidebar_tree_selection_changed),
10263         (ev_sidebar_thumbnails_set_document):
10264         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10265         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10266         (ev_statusbar_get_context_id), (ev_statusbar_push),
10267         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10268         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10269         (ev_statusbar_set_progress):
10270         * shell/ev-statusbar.h:
10271         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10272         (ev_view_find_previous):
10273         * shell/ev-window.c: (ev_window_is_empty),
10274         (ev_window_setup_document), (password_dialog_response),
10275         (ev_window_clear_jobs), (ev_window_load_job_cb),
10276         (ev_window_xfer_job_cb), (ev_window_open_uri),
10277         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10278         (ev_window_print), (ev_window_print_range),
10279         (ev_window_state_event), (ev_window_cmd_view_reload),
10280         (menu_item_select_cb), (menu_item_deselect_cb),
10281         (view_status_changed_cb), (ev_window_dispose),
10282         (drag_data_received_cb), (ev_window_init):
10283         * shell/ev-window.h:
10284         * shell/main.c: (load_files):
10285         
10286         New statusbar to show progress on idle. Two new jobs - 
10287         xfer job and load job to load document in background. And update
10288         of page_cache clients to new location of code.
10289
10290 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10291
10292         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10293         selection in open dialog. It also remembers the last visited directory 
10294         in the current session.
10295
10296 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10297
10298         * shell/ev-properties.c: (ev_properties_new):
10299         * shell/ev-properties.h:
10300         * shell/ev-window.c: (ev_window_cmd_file_properties):
10301         
10302         Get document info from page cache instead of document itself.
10303         This should fix crash related to race conditions described in
10304         bug 306545.
10305
10306 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10307
10308         * ps/ps-document.c: (ps_document_init),
10309         (send_ps), (get_page_box), (output), (catchPipe), (input),
10310         (stop_interpreter), (file_length), (file_readable),
10311         (check_filecompressedb), (ps_document_enable_interpreter),
10312         (document_load), (ps_async_renderer_render_pixbuf):
10313         * ps/ps-document.h:
10314
10315         Big cleanup of the ps code
10316
10317 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10318
10319         * backend/Makefile.am:
10320         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10321         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10322         * backend/ev-async-renderer.h:
10323
10324         Add an async renderer interface (method + callback) which
10325         is useful for backends like ps.
10326
10327         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10328         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10329         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10330         (ev_job_queue_add_job), (move_job_async), (move_job),
10331         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10332
10333         Add queues for async renderer, these are executed on the
10334         main thread.
10335
10336         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10337         (ev_job_render_run):
10338         * backend/ev-jobs.h:
10339
10340         If the backend support async renderer interface use it.
10341
10342         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10343         (setup_pixmap), (ps_document_get_type),
10344         (ps_async_renderer_render_pixbuf),
10345         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10346
10347         Implement async renderer interface.
10348
10349 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10350
10351         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10352
10353         Cleanup links job on exit.
10354
10355 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10356
10357         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10358         (drag_data_get_cb), (drag_data_received_cb):
10359         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10360         (drag_data_get_cb), (parse_item_list),
10361         (egg_toolbar_editor_load_actions):
10362         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10363         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10364         (parse_item_list), (parse_toolbars):
10365         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10366         (dvi_pixbuf_put_pixel):
10367         
10368         Fix gcc 4.0 warnings
10369
10370 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10371
10372         * ps/ps-document.c: (start_interpreter):
10373
10374         Fix warning when loading ps
10375
10376 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10377
10378         * ps/ps-document.c: (output):
10379
10380         Fix crash when priting gs error messages.
10381
10382 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10383
10384         * backend/ev-page-cache.c: (_ev_page_cache_new):
10385         * backend/ev-page-cache.h:
10386
10387         Use a const to return title so that we dont double
10388         free it. Small cleanup and fix a leak.
10389
10390         * shell/ev-window.c: (update_window_title):
10391
10392         strdup value from get_title.
10393
10394 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10395
10396         * shell/ev-sidebar-links.c: (job_finished_callback),
10397         (ev_sidebar_links_set_document):
10398
10399         Cleanup the old job when changing document
10400
10401 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10402
10403         * shell/ev-stock-icons.c:
10404         * shell/ev-stock-icons.h:
10405         * shell/ev-window.c:
10406         
10407         Add stock icons for actions that can appear in toolbar. Fix for
10408         bug 306566.
10409
10410 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10411
10412         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10413         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10414         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10415         * backend/ev-page-cache.h:
10416         * shell/ev-view.c: (scroll_to_current_page),
10417         (view_update_range_and_current_page), (get_page_y_offset),
10418         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10419         (ev_view_size_request_continuous),
10420         (ev_view_zoom_for_size_continuous_and_dual_page),
10421         (ev_view_zoom_for_size_continuous):
10422         
10423         More compact EvView layout in document with pages of different size.
10424
10425 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10426
10427         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10428         compilation.
10429
10430 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10431
10432         * shell/ev-view.c: (view_set_adjustment_values):
10433         * shell/ev-window.c: (ev_window_cmd_file_properties):
10434         
10435         A bit different fix for rounding problem but it has no
10436         problems on startup. Make properties window transient to parent.
10437
10438 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10439
10440         * pdf/ev-poppler.cc:
10441         
10442         More commenting of font stuff.
10443
10444 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10445
10446         * pdf/ev-poppler.cc:
10447
10448         Comment out some more fonts stuff. Should really
10449         work without the poppler patch now.
10450
10451 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10452
10453         * pdf/ev-poppler.cc:
10454
10455         Adapt to api change
10456
10457 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10458
10459         * data/evince-properties.glade:
10460         * pdf/ev-poppler.cc:
10461         * shell/ev-properties.c: (setup_fonts_view):
10462
10463         Set the column title. Show the dialog only
10464         once everything is setup.
10465         Getting font info can be very slow... will
10466         prolly need to make this threaded too.
10467
10468 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10469
10470         * backend/Makefile.am:
10471         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10472         (ev_document_fonts_get_fonts_model):
10473         * backend/ev-document-fonts.h:
10474         * data/evince-properties.glade:
10475         * pdf/ev-poppler.cc:
10476         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10477         * shell/ev-properties.h:
10478         * shell/ev-window.c: (ev_window_cmd_file_properties):
10479
10480         Implement fonts list. Defined out for now, since it depends
10481         on a not yet committed poppler patch.
10482
10483 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10484
10485         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10486         page + 1.
10487
10488         * shell/ev-window.c: Make sure we add the timeout when we get a
10489         focus-in event.
10490
10491         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10492         adjustment->value before calculating the zoom factor to average
10493         out all of our rounding errors.  The page no longer 'drifts' when
10494         resizing.
10495
10496 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10497
10498         * data/evince-properties.glade:
10499         * shell/ev-properties.c: (ev_properties_format_date),
10500         (set_property):
10501         
10502         Labels don't expand when the dialogue is resized.
10503         strftime result needs to be converted to UTF-8. Thanks
10504         to Christian Persch <chpe@gnome.org>.
10505
10506 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10507
10508         * data/evince-properties.glade:
10509
10510         Hide the fonts tab
10511
10512 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10513
10514         * backend/ev-document-info.h:
10515         * backend/ev-document.c: (ev_document_info_free):
10516         * data/evince-properties.glade:
10517         * pdf/ev-poppler.cc:
10518         * ps/ps-document.c: (ps_document_get_info):
10519         * shell/ev-properties.c: (ev_properties_format_date),
10520         (set_property), (ev_properties_new):
10521         * shell/ev-properties.h:
10522         * shell/ev-window.c: (ev_window_cmd_file_properties):
10523
10524         Rework properties code to take only EvPropertyInfo
10525         in the constructor so that it can be useful for
10526         nautilus plugin too.
10527
10528         Deal with backends that doesnt support some properties.
10529         Make set property code generic.
10530
10531 2005-06-04  Christian Persch <chpe@gnome.org>
10532
10533         * data/evince-properties.glade:
10534
10535         fix spacings, make resizeable, and make data labels
10536         selectable + ellipsised
10537
10538 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10539
10540         * backend/ev-document-info.h:
10541         * data/Makefile.am:
10542         * data/evince-ui.xml:
10543         * pdf/ev-poppler.cc:
10544         * shell/Makefile.am:
10545         * shell/ev-window.c: (update_action_sensitivity),
10546         (ev_window_cmd_file_properties):
10547
10548         Initial go at file properties. Patch by
10549         Emil Soleyman-Zomalan <emil@soleyman.com>.
10550         Needs love see #169583
10551
10552 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10553
10554         * ps/ps-document.c: (output):
10555         * ps/ps.c: (psscan):
10556
10557         Try to render even if psscan fails.
10558
10559 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10560
10561         * ps/ps.c: (psscan), (pscopydoc):
10562
10563         Port buffered reading code from gv
10564
10565 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10566
10567         * ps/ps-document.c: (interpreter_message), (output):
10568
10569         Do not fail on interpreter messages
10570
10571 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10572
10573         * backend/ev-document-misc.c:
10574         (ev_document_misc_get_thumbnail_frame):
10575
10576         Pages can be 0 x 0, dont assert on this case
10577
10578 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10579
10580         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10581         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10582
10583         Correctly manage our reference on document. Finally the reload
10584         huge leak is gone...
10585
10586 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10587
10588         * ps/ps-document.c: (ps_document_dispose):
10589
10590         Forgot to chain it to the parent. Thanks chpe.
10591
10592 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10593
10594         * ps/ps-document.c: (ps_document_dispose),
10595         (ps_document_class_init), (stop_interpreter), (document_load):
10596
10597         Cleanup dispose a bit. Dont leak the whole pixmap.
10598
10599 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10600
10601         * pdf/ev-poppler.cc:
10602
10603         Release the poppler document on dispose
10604
10605 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10606
10607         * shell/ev-view.c: (ev_view_set_document):
10608
10609         Release ref on the pixbuf cache when changing
10610         document.
10611
10612 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10613
10614         * ps/ps-document.c: (ps_document_get_info):
10615
10616         Fix a double free
10617
10618 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10619
10620         * backend/ev-page-cache.c: (ev_page_cache_init),
10621         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10622         * backend/ev-page-cache.h:
10623         * shell/ev-page-action.c: (page_changed_cb):
10624         
10625         Set page action entry width depending on labels width. Fix
10626         for bug 305202.
10627
10628 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10629
10630         * backend/ev-link.c: (ev_link_class_init):
10631
10632         Allow -1 as page value (error)
10633
10634 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10635
10636         * shell/ev-sidebar-thumbnails.c:
10637         (ev_sidebar_thumbnails_set_document):
10638         * shell/ev-view.c: (scroll_to_current_page),
10639         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10640         (page_changed_cb), (on_adjustment_value_changed),
10641         (ev_view_set_document):
10642
10643         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10644         Fix bug 305377
10645
10646 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10647
10648         * configure.ac:
10649         * djvu/djvu-document.c: (djvu_document_get_page_size):
10650
10651         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10652         bug 301993.
10653
10654 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10655
10656         * shell/ev-view.c (draw_one_page): modify the expose handling to
10657         get the shadows.
10658
10659         * shell/ev-window.c (update_action_sensitivity): Respect
10660         permissions field.  Kowtow to the man.
10661
10662         * pdf/ev-poppler.cc: Get the permissions field.
10663
10664         * tiff/*c: Make a tiny bit more robust.
10665
10666 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10667
10668         * djvu/djvu-document.c:
10669         
10670         Pop messages from djvu context message queue.
10671
10672 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10673
10674         * configure.ac, Makefile.am, shell/Makefile.am:
10675         * tiff/Makefile.am, shell/ev-document-types.c:
10676         
10677         Cleanup tiff configure checks. Fix for bug 305218.
10678
10679 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10680
10681         * configure.ac: Added "uk" to ALL_LINGUAS.
10682
10683 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10684
10685         * cut-n-paste/zoom-control/ephy-zoom.c:
10686         (ephy_zoom_get_changed_zoom_level):
10687         * cut-n-paste/zoom-control/ephy-zoom.h:
10688         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10689         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10690         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10691         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10692         (zoom_control_changed_cb), (ev_window_init):
10693         
10694         Fix minor points related to moving best fit up. Introduce
10695         "zoom" property and make zoom control change it's value on
10696         notify::zoom signals. Fix for 305080.
10697
10698 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10699
10700         * data/evince-ui.xml:
10701         * shell/ev-window.c: (set_view_actions_sensitivity):
10702         
10703         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10704
10705 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10706
10707         * configure.ac:
10708
10709         Depends on poppler 0.3.2
10710
10711 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10712
10713         * cut-n-paste/recent-files/egg-recent-item.c:
10714         (egg_recent_item_get_short_name):
10715         * cut-n-paste/toolbar-editor/Makefile.am:
10716         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10717         (new_pixbuf_from_widget):
10718         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10719         * cut-n-paste/toolbar-editor/egg-marshal.c:
10720         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10721         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10722
10723         Sync
10724
10725 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10726
10727         * tiff/tiff-document.c: Rough TIFF backend.
10728
10729 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10730
10731         * NEWS:
10732         * configure.ac:
10733         * cut-n-paste/toolbar-editor/Makefile.am:
10734
10735         Release 0.3.1
10736
10737 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10738
10739         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10740         (ev_view_find_next), (ev_view_find_previous):
10741
10742         Remove the locks around get_n_results   
10743
10744 2005-05-21  Juerg Billeter  <j@bitron.ch>
10745
10746         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10747
10748         Pass correct number of pages to poppler.
10749
10750 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10751
10752         * configure.ac:
10753         * data/Makefile.am:
10754         * data/evince.desktop.in: 
10755         * data/evince.desktop.in.in:
10756         * po/POTFILES.in:
10757         
10758         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10759
10760 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10761
10762         * shell/ev-view.c: (view_update_adjustments),
10763         (view_set_adjustment_values): cast adjustmen->value to (int)
10764         before using it.  Otherwise, we get off by a pixel in some
10765         situations.
10766
10767         (draw_one_page): Draw the border on expose.
10768
10769 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10770
10771         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10772         adjustment when the mode changes, #304923
10773
10774 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10775
10776         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10777         flickering on resize but still use gdk_window_scroll on
10778         scrolling
10779
10780 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10781
10782         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10783         option, #170458
10784
10785 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10786
10787         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10788         second page on page_changed if possible, #304669
10789
10790 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10791
10792         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10793         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10794
10795 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10796
10797         * .cvsignore:
10798         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10799         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10800         (ev_view_zoom_for_size_presentation),
10801         (ev_view_zoom_for_size_continuous_and_dual_page),
10802         (ev_view_zoom_for_size_continuous),
10803         (ev_view_zoom_for_size_dual_page),
10804         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10805         * shell/ev-view.h:
10806         * shell/ev-window.c: (update_view_size),
10807         (ev_window_sizing_mode_changed_cb):
10808
10809         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10810         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10811         an infinite loop, #304769
10812
10813
10814 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10815
10816         * data/evince-ui.xml:
10817         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10818         * shell/ev-window.c: (set_view_actions_sensitivity):
10819
10820         Make PgUp/Down behave like Space
10821
10822 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10823
10824         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10825         * backend/ev-ps-exporter.h:
10826         * pdf/ev-poppler.cc:
10827         * ps/ps-document.c: (ps_document_ps_export_begin):
10828         * shell/ev-print-job.c: (idle_print_handler):
10829
10830         Adapt to new poppler api
10831
10832 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10833
10834         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10835         (ephy_zoom_control_init):
10836
10837         Translate zoom levels
10838
10839 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10840
10841         * cut-n-paste/zoom-control/ephy-zoom.c:
10842         (ephy_zoom_get_zoom_level_index):
10843
10844         Fix current zoom -> zoom control match
10845
10846 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10847
10848         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10849         rather than the scrolled_window that it's in. Fixes bug #304655.
10850
10851 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10852
10853         * shell/ev-view.c: (view_update_adjustments),
10854         (view_set_adjustment_values), (view_update_range_and_current_page),
10855         (view_scroll_to_page), (set_scroll_adjustment),
10856         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10857         (ev_view_scroll), (ev_view_scroll_view),
10858         (ensure_rectangle_is_visible), (find_page_at_location),
10859         (get_link_at_location), (go_to_link), (status_message_from_link),
10860         (ev_view_size_request_continuous_dual_page),
10861         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10862         (ev_view_unrealize), (ev_view_expose_event),
10863         (ev_view_button_press_event), (ev_view_motion_notify_event),
10864         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10865         (draw_rubberband), (highlight_find_results), (draw_one_page),
10866         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10867         (ev_view_init), (find_changed_cb), (page_changed_cb),
10868         (on_adjustment_value_changed), (ev_view_new),
10869         (ev_view_set_document), (ev_view_set_zoom),
10870         (ev_view_set_continuous), (ev_view_set_dual_page),
10871         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10872         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10873         (ev_view_zoom_for_size_presentation),
10874         (ev_view_zoom_for_size_continuous_dual_page),
10875         (ev_view_zoom_for_size_continuous),
10876         (ev_view_zoom_for_size_dual_page),
10877         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10878         (ev_view_get_status), (ev_view_set_status),
10879         (update_find_status_message), (ev_view_get_find_status),
10880         (ev_view_set_find_status), (jump_to_find_result),
10881         (jump_to_find_page), (compute_selections), (clear_selection),
10882         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10883         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10884         (ev_view_update_primary_selection),
10885         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10886         * shell/ev-view.h:
10887         * shell/ev-window.c: (ev_window_open_page_label),
10888         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10889         (ev_window_init):
10890         * shell/ev-window.h:
10891         * shell/main.c: (load_files):
10892
10893         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10894         when resizing.  Remove the bin_window().  Also, patch from James
10895         Bowes to fix command line page, #300641
10896         
10897 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10898
10899         * data/evince-ui.xml:
10900         * shell/ev-view.c:
10901         * shell/ev-view.h:
10902         * shell/ev-window.c: (update_action_sensitivity):
10903
10904         Get rid of View->Normal Size, it's just confusing
10905
10906 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10907
10908         * backend/ev-document-info.h:
10909         * backend/ev-document.c: (ev_document_info_free): Free the
10910         EvDocumentInfo.
10911
10912         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10913         (clear_range), (add_range), (update_visible_range),
10914         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10915         (ev_sidebar_thumbnails_set_document):
10916         * shell/ev-window.c: (ev_window_setup_document): Only render the
10917         visible thumbnails.  It takes an instant to render, but it uses
10918         much less memory.
10919
10920 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10921
10922         * shell/ev-sidebar-links.c: (popup_menu_cb):
10923
10924         Select first item
10925
10926 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10927
10928         * lib/Makefile.am:
10929         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10930         (button_press_cb), (ev_sidebar_links_construct):
10931
10932         Show the popup menu also on keybindings
10933
10934 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10935
10936         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10937         * shell/ev-window.h:
10938
10939         Expose api to print a range (with dialog). Make private _print use
10940         it.
10941
10942         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10943         (ev_sidebar_links_construct):
10944
10945         Show a print context menu on linkx, it prints the selected
10946         section.
10947
10948 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10949
10950         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10951         button.
10952
10953 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10954
10955         * AUTHORS:
10956
10957         Update
10958
10959         * shell/ev-window.c: (build_comments_string),
10960         (ev_window_cmd_help_about):
10961
10962         Show poppler version/backend and authors
10963
10964 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10965
10966         * cut-n-paste/zoom-control/ephy-zoom.c:
10967         (ephy_zoom_get_zoom_level_index):
10968         * cut-n-paste/zoom-control/ephy-zoom.h:
10969
10970         Move the best fit items at the top of the list
10971
10972 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10973
10974         * shell/ev-marshal.list:
10975         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10976         (activate_cb), (match_selected_cb), (activate_link_cb),
10977         (connect_proxy), (ev_page_action_class_init):
10978         * shell/ev-page-action.h:
10979
10980         Use signals to notify action activation. Hopefully
10981         I did not break completion since I cant test...
10982
10983         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10984         (register_custom_actions):
10985
10986         Connect to page selector actions and also grab focus on
10987         the view when activated.
10988
10989 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10990
10991         * pdf/ev-poppler.cc:
10992         * backend/ev-page-cache.c: make page size calculation consistent
10993         and set it to (int)( width * scale + 0.5).  This makes the weird
10994         line going through the middle of the page go away.
10995
10996         * shell/ev-view.c: move painting the background page after
10997         checking the expose area covers us.
10998
10999 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11000
11001         * data/evince-password.glade:
11002         
11003         Mark labels as not translatable. Fix for bug 302842.
11004
11005 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11006
11007         * configure.ac: Added "es" to ALL_LINGUAS.
11008
11009 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11010
11011         * data/evince-toolbar.xml:
11012         * shell/ev-window.c: (update_action_sensitivity),
11013         (ev_window_setup_document), (ev_window_set_page_mode),
11014         (ev_window_init):
11015
11016         Remove some leftover code from jrb first continous
11017         attempt. Use the new actions, we still need good icons
11018         though...
11019
11020 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11021
11022         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11023
11024         Update label when connecting proxy. Fix a warning with NULL
11025         page_cache.
11026
11027 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11028
11029         * data/evince-ui.xml:
11030         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11031         * shell/ev-page-action.h:
11032         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11033
11034         Add mnemonic for edit toolbar.
11035         ctrl+l focus the page entry.
11036
11037 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11038
11039         * lib/Makefile.am:
11040         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11041         (ev_window_init):
11042         * shell/main.c: (main):
11043
11044         Put the toolbar xml in evince own dot dir
11045
11046 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11047
11048         * shell/ev-window.c: (ev_window_init):
11049
11050         Make the toolbar not removable
11051
11052 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11053
11054         * data/evince-ui.xml:
11055         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11056         * shell/ev-sidebar-links.h:
11057         * shell/ev-sidebar-thumbnails.c:
11058         (ev_sidebar_thumbnails_get_treeview):
11059         * shell/ev-sidebar-thumbnails.h:
11060         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11061         (ev_view_class_init):
11062         * shell/ev-view.h:
11063         * shell/ev-window.c: (update_action_sensitivity),
11064         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11065         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11066         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11067         (ev_window_init):
11068
11069         This is evil... Make space/backspace global accelerators but
11070         enable them only for some widgets (sidebars and view).
11071         I dont like it, but I dont know a better way... :/
11072
11073 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11074
11075         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11076         (ev_page_action_widget_finalize),
11077         (ev_page_action_widget_class_init), (update_page_cache):
11078
11079         Keep a weak reference on proxy->page_cache so that we
11080         dont try to disconnect the signal if the object is already
11081         gone. Maybe there is a better way to cleanup reference handling
11082         in page action though...
11083
11084 2005-05-10  Juerg Billeter  <j@bitron.ch>
11085
11086         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11087         * backend/ev-ps-exporter.h:
11088         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11089         * ps/ps-document.c: (ps_document_ps_export_begin):
11090         
11091         Change api to pass print range to ps_exporter_begin. The pdf backend
11092         requires this information.
11093         
11094         * shell/ev-print-job.c: (idle_print_handler):
11095         
11096         Adapt to api change
11097
11098 2005-05-10  Juerg Billeter  <j@bitron.ch>
11099
11100         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11101         (idle_print_handler)
11102         * shell/ev-window.c: (ev_window_print):
11103
11104         Support printing page range, based on patch by Amaury Jacquot
11105
11106 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11107
11108         * data/evince-toolbar.xml:
11109
11110         Add zoom control to available items
11111
11112 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11113
11114         * shell/ev-window.c: (update_action_sensitivity):
11115
11116         Set slash action insensitive when appropriate
11117
11118 2005-05-10  Christian Persch <chpe@gnome.org>
11119
11120         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11121
11122         Fix warning on the overflow menu
11123
11124 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11125
11126         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11127
11128         Check for uri correctness/existence
11129
11130 2005-05-09  Juerg Billeter  <j@bitron.ch>
11131
11132         * shell/ev-window.c: (using_postscript_printer):
11133
11134         LPD printers use postscript, too
11135
11136 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11137
11138         * shell/ev-window.c: (register_custom_actions):
11139
11140         The zoom one is actually sort of useful,
11141         put it back
11142
11143 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11144
11145         * shell/ev-window.c: (register_custom_actions):
11146
11147         Hide page/zoom controls from overflow, they
11148         are useless.
11149
11150 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11151
11152         * cut-n-paste/update-from-egg.sh:
11153         
11154         Share it between all cut-n-paste subdirs
11155
11156         * cut-n-paste/recent-files/Makefile.am:
11157
11158         Fix to use "global" update-from-egg.sh
11159
11160         * cut-n-paste/recent-files/egg-recent-model.c:
11161         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11162         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11163         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11164         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11165
11166         Update from libegg
11167
11168         * cut-n-paste/toolbar-editor/Makefile.am:
11169
11170         Fix to use "global" update-from-egg.sh
11171
11172         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11173
11174         Update from libegg
11175
11176 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11177
11178         * configure.ac:
11179         * cut-n-paste/Makefile.am:
11180         * cut-n-paste/recent-files/Makefile.am:
11181         * cut-n-paste/toolbar-editor/.cvsignore:
11182         * cut-n-paste/toolbar-editor/Makefile.am:
11183         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11184         (egg_editable_toolbar_get_type), (get_toolbar_position),
11185         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11186         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11187         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11188         (set_item_drag_source), (create_item_from_action), (create_item),
11189         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11190         (popup_toolbar_context_menu_cb), (free_dragged_item),
11191         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11192         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11193         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11194         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11195         (item_added_cb), (item_removed_cb),
11196         (egg_editable_toolbar_construct),
11197         (egg_editable_toolbar_disconnect_model),
11198         (egg_editable_toolbar_deconstruct),
11199         (egg_editable_toolbar_set_model),
11200         (egg_editable_toolbar_set_ui_manager),
11201         (egg_editable_toolbar_set_property),
11202         (egg_editable_toolbar_get_property),
11203         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11204         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11205         (egg_editable_toolbar_new_with_model),
11206         (egg_editable_toolbar_get_edit_mode),
11207         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11208         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11209         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11210         (new_pixbuf_from_widget), (new_separator_pixbuf),
11211         (update_separator_image), (style_set_cb),
11212         (_egg_editable_toolbar_new_separator_image),
11213         (egg_editable_toolbar_get_model):
11214         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11215         * cut-n-paste/toolbar-editor/egg-marshal.c:
11216         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11217         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11218         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11219         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11220         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11221         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11222         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11223         (editor_drag_data_delete_cb), (drag_data_get_cb),
11224         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11225         (editor_create_item), (update_editor_sheet), (setup_editor),
11226         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11227         (parse_item_list), (model_has_action), (update_actions_list),
11228         (egg_toolbar_editor_load_actions):
11229         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11230         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11231         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11232         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11233         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11234         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11235         (egg_toolbars_model_add_separator), (impl_add_item),
11236         (parse_item_list), (egg_toolbars_model_add_toolbar),
11237         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11238         (impl_get_item_data), (impl_get_item_type),
11239         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11240         (egg_toolbars_model_init), (free_toolbar),
11241         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11242         (egg_toolbars_model_remove_toolbar),
11243         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11244         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11245         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11246         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11247         (egg_toolbars_model_get_item_data),
11248         (egg_toolbars_model_get_item_type):
11249         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11250         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11251         * data/Makefile.am:
11252         * data/evince-toolbar.xml:
11253         * data/evince-ui.xml:
11254         * data/hand-open.png:
11255         * po/POTFILES.in:
11256         * shell/Makefile.am:
11257         * shell/ev-window.c: (update_chrome_visibility),
11258         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11259         (ev_window_dispose), (ev_window_init):
11260
11261         Implement epiphany like toolbar editor. Based on patch by
11262         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11263
11264 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11265
11266         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11267
11268         Use set_cursor instead of set_selection, so that
11269         the keyboard focus moves too.
11270
11271 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11272
11273         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11274
11275         Fix infinite loop when loading Type1 fonts
11276
11277 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11278
11279         * data/evince-ui.xml:
11280         * shell/ev-window.c:
11281
11282         Slash -> Find
11283
11284 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11285
11286         * configure.ac:
11287
11288         Make --disable really disable
11289
11290 2005-05-07  Juerg Billeter  <j@bitron.ch>
11291
11292         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11293
11294         Compare page labels even without has_labels set, fixes setting page
11295         with entry
11296
11297 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11298
11299         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11300         (ev_view_set_cursor), (ev_view_button_press_event),
11301         (ev_view_motion_notify_event), (ev_view_button_release_event),
11302         (ev_view_init):
11303
11304         Implement middle button scrolling. Based on a patch
11305         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11306
11307 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11308
11309         * shell/ev-document-types.c: (get_slow_mime_type),
11310         (get_document_type_from_mime), (ev_document_type_lookup):
11311         * shell/ev-document-types.h:
11312
11313         Change api to lookup from uri. Do fast lookup first, if the
11314         type is unknown try with data sniffing.
11315
11316         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11317         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11318
11319         Adapt to api change
11320
11321 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11322
11323         * thumbnailer/Makefile.am:
11324
11325         Fix distcheck
11326
11327 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11328
11329         * NEWS:
11330         * configure.ac:
11331
11332         Release 0.3.0
11333
11334         * data/evince-ui.xml:
11335
11336         Hide presentation mode for now
11337
11338         * shell/ev-view.c: (highlight_find_results):
11339
11340         Show current find selection only on current page
11341
11342 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11343
11344         * shell/ev-view.c: (ev_view_select_all):
11345
11346         Compute size of the actual page, not of
11347         the current one.
11348
11349 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11350
11351         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11352         (view_rect_to_doc_rect), (compute_selections),
11353         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11354         (ev_view_copy), (ev_view_primary_get_cb),
11355         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11356         (ev_view_button_press_event), (ev_view_motion_notify_event),
11357         (ev_view_button_release_event), (page_changed_cb):
11358
11359         Fix text selection
11360
11361 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11362
11363         * shell/ev-view.c: (compute_border), (get_page_extents),
11364         (doc_rect_to_view_rect), (highlight_find_results),
11365         (ev_view_bin_expose), (ev_view_select_all),
11366         (ev_view_motion_notify_event), (update_find_status_message),
11367         (jump_to_find_result), (jump_to_find_page):
11368
11369         First go at fixing search, still buggy
11370
11371 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11372
11373         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11374         dropdown box and button at the top of the sidebar.
11375
11376 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11377
11378         * configure.ac: Output zoom-control Makefile.
11379         * cut-n-paste/Makefile.am: build zoom-control subdir.
11380         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11381         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11382         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11383         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11384         * cut-n-paste/zoom-control/ephy-zoom.c:
11385         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11386         from epiphany, and modified to add a separator into the menu.
11387         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11388         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11389         zoom-control action.
11390         * shell/Makefile.am: Include zoom-control flags.
11391         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11392         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11393         (ev_view_zoom_for_size_presentation),
11394         (ev_view_zoom_for_size_continuous_and_dual_page),
11395         (ev_view_zoom_for_size_continuous),
11396         (ev_view_zoom_for_size_dual_page),
11397         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11398         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11399         ev_view_get_zoom and ev_view_get_sizing_mode.
11400         * shell/ev-view.h:
11401         * shell/ev-window.c: (update_action_sensitivity),
11402         (update_sizing_buttons), (zoom_control_changed_cb),
11403         (register_custom_actions): Initialize and use the zoom-control 
11404         widget.
11405
11406 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11407
11408         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11409         preview cache back to 1.  Don't know when it got set to 0.
11410         
11411         * shell/ev-view.c: (compute_border), (ev_view_realize),
11412         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11413         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11414         (ev_view_get_fullscreen), (ev_view_set_presentation),
11415         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11416         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11417         * shell/ev-view.h:
11418         * shell/ev-window.c:
11419         (update_chrome_visibility),
11420         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11421         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11422         (update_document_mode), (ev_window_update_fullscreen_action),
11423         (ev_window_fullscreen), (ev_window_unfullscreen),
11424         (ev_window_cmd_view_fullscreen),
11425         (ev_window_update_presentation_action),
11426         (ev_window_run_presentation), (ev_window_stop_presentation),
11427         (ev_window_cmd_view_presentation), (ev_window_state_event),
11428         (ev_window_focus_in_event), (ev_window_focus_out_event),
11429         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11430         * data/evince-ui.xml: Initial presentation mode.  We should
11431         probably hide this until it's done, as it's quite rough.  Also,
11432         change full-screen to fullscreen and add two getters to EvView.
11433
11434 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11435
11436         * shell/ev-page-action.c: (update_page_cache),
11437         (ev_page_action_dispose):
11438         * shell/ev-window.c: (destroy_fullscreen_popup),
11439         (ev_window_create_fullscreen_popup):
11440
11441         Use connect_object rather than explicitly
11442         disconnect on dispose.
11443
11444 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11445
11446         * shell/ev-page-action.c: (update_page_cache),
11447         (ev_page_action_dispose):
11448
11449 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11450
11451         * backend/ev-page-cache.c: (_ev_page_cache_new),
11452         (ev_page_cache_set_page_label),
11453         (ev_page_cache_has_nonnumeric_page_labels):
11454         * backend/ev-page-cache.h:
11455         * shell/ev-page-action.c: (update_pages_label):
11456         
11457         If all page labels are numeric, fallback to default
11458         way to display number of pages. See bug 173185.
11459
11460 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11461
11462         * shell/ev-page-action.c: (ev_page_action_dispose):
11463         * shell/ev-view.c: (view_update_range_and_current_page):
11464         * shell/ev-window.c: (ev_window_dispose):
11465         
11466         Set page on scroll in continuous mode. Fixes bug 301986.
11467         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11468
11469 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11470
11471         * configure.ac:
11472
11473         Require poppler 0.3.0
11474
11475 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11476         
11477         * shell/Makefile.am, configure.ac: Fix build problems
11478         with t1lib. Bug 301996.
11479
11480 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11481
11482         * shell/ev-view.c: (ev_view_scroll_event):
11483         
11484         Scroll up increase zoom
11485
11486 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11487
11488         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11489         (ev_view_set_sizing_mode),
11490         (ev_view_zoom_for_size_continuous_and_dual_page),
11491         (ev_view_zoom_for_size_continuous):
11492         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11493         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11494         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11495         (ev_window_init):
11496
11497         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11498         Fix for 165473 and 165472.
11499
11500 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11501
11502         * po/POTFILES.in:
11503         * thumbnailer/Makefile.am:
11504         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11505         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11506         * thumbnailer/evince-thumbnailer.schemas.in:
11507         
11508         Make thumbnailer schemas translatable. Fix for bug 301773
11509         
11510         * thumbnailer/evince-thumbnailer-djvu.schemas:
11511         * thumbnailer/evince-thumbnailer-dvi.schemas:
11512         * thumbnailer/evince-thumbnailer.schemas:
11513
11514         Removed files
11515
11516 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11517
11518         * shell/ev-view.c (ev_view_init): forgot to set this.
11519
11520 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11521
11522         * shell/ev-view.c: (find_page_at_location),
11523         (get_link_at_location),
11524         (ev_view_set_show_border), (ev_view_set_spacing),
11525         (ev_view_zoom_for_size_continuous_and_dual_page),
11526         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11527         Also, add a quick fix measuring of widths.  Also, removed
11528         ev_view_set_spacing and ev_view_set_show_border.
11529         
11530         * shell/ev-window.c: (ev_window_unfullscreen),
11531         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11532
11533 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11534
11535         * shell/ev-view.c: (view_update_range_and_current_page),
11536         (page_changed_cb):
11537         
11538         Fix crash on exit and scrolling to page in continuous view.
11539
11540 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11541
11542         * TODO:
11543         * backend/ev-page-cache.c: (_ev_page_cache_new),
11544         (ev_page_cache_get_max_width_size),
11545         (ev_page_cache_get_max_height_size):
11546         * backend/ev-page-cache.h:
11547         * data/evince-ui.xml:
11548         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11549         * shell/ev-view.c: (view_update_adjustments),
11550         (view_update_range_and_current_page), (get_bounding_box_size),
11551         (ev_view_size_request_continuous_and_dual_page),
11552         (ev_view_size_request_continuous),
11553         (ev_view_size_request_dual_page),
11554         (ev_view_size_request_single_page), (ev_view_size_request),
11555         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11556         (ev_view_bin_expose), (ev_view_expose_event),
11557         (ev_view_set_property), (ev_view_get_property),
11558         (ev_view_class_init), (ev_view_init), (ev_view_new),
11559         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11560         (ev_view_set_dual_page), (ev_view_set_full_screen),
11561         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11562         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11563         (ev_view_zoom_out), (zoom_for_size_fit_width),
11564         (zoom_for_size_best_fit),
11565         (ev_view_zoom_for_size_continuous_and_dual_page),
11566         (ev_view_zoom_for_size_continuous),
11567         (ev_view_zoom_for_size_dual_page),
11568         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11569         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11570         * shell/ev-view.h:
11571         * shell/ev-window.c: (update_action_sensitivity),
11572         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11573         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11574         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11575         (ev_window_cmd_view_zoom_out), (update_view_size),
11576         (ev_window_set_sizing_mode), (ev_window_init):
11577
11578         Add Continuous and Dual page modes.
11579
11580 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11581
11582         * dvi/dvi-document.c: (dvi_document_load),
11583         (dvi_document_thumbnails_get_thumbnail),
11584         (dvi_document_init_params): Fix up some mixups between
11585         width and height to correct thumbnail rendering.
11586
11587 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11588
11589         * dvi/mdvi-lib/private.h:
11590         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11591         
11592         Suppess output for kpathsea during font generation. Thanks to
11593         James Bowes
11594
11595 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11596
11597         * NEWS:
11598         * configure.ac:
11599
11600         Release 0.2.1
11601
11602         * Makefile.am: fix distcheck.
11603
11604 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11605
11606         * shell/ev-sidebar-links.c: (selection_changed_callback),
11607         (update_page_callback), (row_activated_callback),
11608         (job_finished_callback), (ev_sidebar_links_set_document):
11609         
11610         Fix for bug #169901. Double click on links expands tree.
11611
11612 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11613
11614         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11615         hard-coded style. Fix for bug 170111
11616
11617 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11618
11619         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11620         locking.
11621
11622 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11623
11624         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11625
11626 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11627
11628         * pdf/ev-poppler.cc:
11629         * shell/ev-view.c: (highlight_find_results):
11630
11631         Fix find on single page documents
11632
11633 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11634
11635         * data/evince.schemas.in: fix for bug 301390
11636
11637 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11638
11639         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11640         (ev_view_zoom_out), (ev_view_zoom_normal):
11641         * shell/ev-view.h:
11642         * shell/ev-window.c: (update_action_sensitivity),
11643         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11644         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11645         (ev_window_cmd_view_normal_size):
11646
11647         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11648         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11649         better than oom. 
11650
11651 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11652
11653         * configure.ac:
11654
11655         Depend on 2.57, 2.59 doesnt seem to be necessary
11656
11657 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11658
11659         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11660         (create_tool_item):
11661
11662         Put back total number of pages as (1 of 1234)
11663
11664 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11665
11666         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11667         remove the job.
11668
11669         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11670         function.  This helps debugging.
11671
11672 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11673
11674         * djvu/djvu-document.c: (djvu_document_class_init),
11675         (djvu_document_get_info), (djvu_document_document_iface_init):
11676         * dvi/dvi-document.c: (dvi_document_class_init),
11677         (dvi_document_get_info), (dvi_document_document_iface_init):
11678
11679         Dummy implementation of get_info method for dvi and
11680         djvu. Fix crashes with those backends
11681
11682 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11683
11684         * data/evince.desktop.in:
11685
11686         Add application/x-gzpostscript
11687
11688 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11689
11690         * data/evince.schemas.in: Added real long descriptions, 
11691         closes bug 172496 
11692
11693         * README: Added actual text, closes bug 171869
11694
11695 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11696
11697         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11698
11699         Thumbnail page 0
11700
11701 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11702
11703         * backend/ev-document-info.h:
11704
11705         s/GDate */GDate so we can just use g_free
11706
11707 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11708
11709         * shell/ev-window.c: (update_document_mode),
11710         (ev_window_setup_document):
11711
11712         Show the window in fullscreen when specified by
11713         the document
11714
11715 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11716
11717         * backend/ev-document.c: (ev_document_class_init),
11718         (ev_document_get_info), (ev_document_render_pixbuf):
11719         * backend/ev-document.h:
11720         * backend/ev-page-cache.c: (_ev_page_cache_new):
11721         * pdf/ev-poppler.cc:
11722         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11723         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11724         * ps/ps-document.c: (ps_document_class_init), (document_load),
11725         (ps_document_get_info), (ps_document_document_iface_init):
11726
11727         Remove get_title from the interface, we can just use document info
11728
11729 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11730
11731         * backend/Makefile.am:
11732         * backend/ev-document.c: (ev_document_render_get_info):
11733         * backend/ev-document.h:
11734         * pdf/ev-poppler.cc:
11735
11736         Initial support for document info. Based on jrb patch.
11737
11738 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11739
11740         * shell/ev-window.c: (ev_window_state_event),
11741         (ev_window_class_init), (ev_window_init):
11742         
11743         Doesn't show resize grip when maximized. See bug #301053
11744
11745 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11746
11747         * po/POTFILES.in:
11748         
11749         ev-sidebar-thumbnails now has translatable labels
11750         
11751         * shell/Makefile.am:
11752         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11753         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11754         (ev_sidebar_links_page_iface_init):
11755         * shell/ev-sidebar-links.h:
11756         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11757         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11758         (ev_sidebar_page_get_label):
11759         * shell/ev-sidebar-page.h:
11760         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11761         (ev_sidebar_thumbnails_set_document),
11762         (ev_sidebar_thumbnails_support_document),
11763         (ev_sidebar_thumbnails_get_label),
11764         (ev_sidebar_thumbnails_page_iface_init):
11765         * shell/ev-sidebar-thumbnails.h:
11766         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11767         (ev_sidebar_set_document):
11768         * shell/ev-sidebar.h:
11769         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11770         
11771         Small rework of sidebar code. Now sidebar pages should implement
11772         EvSidebarPage interface. That makes page management in EvSidebar
11773         easier. See bug #164811 for details
11774
11775 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11776
11777         * shell/ev-application.c: (ev_application_open):
11778         * shell/ev-document-types.c:
11779         
11780         Fix build error and small problem with application exit
11781
11782 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11783
11784         * thumbnailer/Makefile.am:
11785         * thumbnailer/evince-thumbnailer-djvu.schemas:
11786         * thumbnailer/evince-thumbnailer-dvi.schemas:
11787         
11788         Conditionally install schemas for djvu/dvi thumbnailer
11789
11790 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11791
11792         * shell/ev-document-types.h: 
11793         * shell/ev-document-types.c: 
11794         New files, handling the mapping from mimetypes to backends
11795         
11796         * shell/ev-window.c: 
11797         * thumbnailer/evince-thumbnailer.c:     
11798         Use the ev-document-types code
11799         
11800         * shell/Makefile.am: 
11801         Added new convenience library libevbackendfactory_la, containing
11802         the new mimetype->backend logic; moved the backends into it.
11803
11804         * thumbnailer/Makefile.am:
11805         Make the thumbnailer link with the libevbackend.la convenience
11806         library, rather than having a duplicate of the backend logic here.
11807
11808 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11809
11810         * shell/ev-stock-icons.c: constify some vars.
11811         * shell/ev-window.c: ditto.
11812
11813 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11814
11815         * ps/ps-document.c (get_page_orientation):
11816
11817         Respect document orientation 
11818
11819 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11820
11821         * djvu/Makefile.am:
11822         * dvi/Makefile.am:
11823         * shell/Makefile.am:
11824         
11825         Move library dependencies to components.
11826         
11827         * shell/ev-window.c: (update_window_title),
11828         (start_loading_document):
11829         
11830         Fix display of uris with spaces. Bug 168358.
11831
11832 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11833
11834         * shell/ev-sidebar-links.c: (selection_changed_cb):
11835         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11836         (ev_view_button_release_event), (ev_view_set_document):
11837         * shell/ev-view.h:
11838         * shell/ev-window.c: (find_bar_search_changed_cb):
11839         * shell/ev-window.h: Minor cleanups removing some dead code.
11840
11841 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11842
11843         * backend/ev-page-cache.c: (_ev_page_cache_new):
11844         
11845         Set current page to 0 if document has pages.
11846
11847 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11848
11849         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11850
11851         Initialize GError to NULL, fix a crash when loading fails.
11852
11853 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11854
11855         * shell/ev-window.c: (update_view_size):
11856
11857         Calculate shadow size only when there is actually
11858         a shadow.
11859
11860 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11861
11862         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11863         * shell/ev-view.h:
11864
11865         Allow setting view spacing, default to 0
11866
11867         * shell/ev-window.c: (ev_window_unfullscreen),
11868         (ev_window_cmd_view_fullscreen), (ev_window_init):
11869
11870         Remove spacing in fullscreen mode
11871
11872 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11873
11874         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11875         (ev_view_size_request), (expose_bin_window),
11876         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11877         * shell/ev-view.h:
11878         * shell/ev-window.c: (ev_window_unfullscreen),
11879         (ev_window_cmd_view_fullscreen):
11880
11881         Do not draw the border in fulscreen
11882
11883 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11884
11885         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11886         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11887         (find_page_at_location), (page_changed_cb):
11888
11889         Rework border calculation, so that I can more easily disable it.
11890         Code somewhat cleaner too.
11891
11892 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11893
11894         * backend/ev-page-cache.c: (ev_page_cache_init),
11895         (_ev_page_cache_new):
11896
11897         Remove some assertions, documents can have 0 pages.
11898         Make initial current page -1.
11899
11900         * shell/ev-page-action.c: (page_changed_cb):
11901
11902         Show "" if current page is -1
11903
11904         * shell/ev-window.c: (update_action_sensitivity),
11905         (ev_window_setup_document):
11906
11907         When document has 0 pages do not set the view
11908         and make nearly everything insensitive.
11909
11910 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11911
11912         * shell/ev-page-view.c:
11913         * shell/ev-page-view.h:
11914
11915         Remove unused files.
11916         
11917         * shell/ev-sidebar-thumbnails.c:
11918         (ev_sidebar_thumbnails_set_document):
11919         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11920         (ev_sidebar_supports_document):
11921         * shell/ev-sidebar.h:
11922         * shell/ev-window.c: (ev_window_setup_document):
11923         
11924         Doesn't show thumbnails if document has 1 page. Make
11925         sidebar menu entries sensitive only if if they have 
11926         sense. Fix bug 164811. 
11927
11928 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11929
11930         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11931         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11932         (ev_view_zoom_out), (ev_view_set_size):
11933
11934         Rework sizing to deal with documents with not uniform page
11935         size.
11936
11937 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11938
11939         * backend/ev-page-cache.c: (_ev_page_cache_new):
11940
11941         Fix several page size caching bugs
11942
11943 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11944
11945         * shell/ev-window.c: (set_action_properties):
11946
11947         Make all toolbar items translatable
11948
11949 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11950
11951         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11952         (save_page_list), (ps_document_save),
11953         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11954         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11955         (ps_document_ps_exporter_iface_init):
11956         * ps/ps-document.h:
11957
11958         Based on a patch by J�rg Billeter <j@bitron.ch>
11959         
11960         Implement print and save a copy for the ps backend.
11961
11962 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11963
11964         * backend/ev-document.h:
11965         * djvu/djvu-document.c: (djvu_document_can_get_text),
11966         (djvu_document_document_iface_init):
11967         * dvi/dvi-document.c: (dvi_document_can_get_text),
11968         (dvi_document_document_iface_init):
11969         * pdf/ev-poppler.cc:
11970         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11971         (pixbuf_document_document_iface_init):
11972         * ps/ps-document.c: (ps_document_can_get_text),
11973         (ps_document_document_iface_init):
11974         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11975         * shell/ev-window.c: (update_action_sensitivity):
11976
11977         Fix the crash when trying to copy in backends that doesnt
11978         support it. We can implement a better solution once we
11979         do real text selection.
11980
11981 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11982
11983         * data/evince-ui.xml:
11984         * shell/ev-window.c: (ev_window_cmd_escape):
11985         
11986         Work around the Escape conflict (find bar and unfullscreen)
11987
11988 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11989
11990         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11991         
11992         Fix for #300233. Next page correctly handles document end.
11993         
11994         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11995         (ev_sidebar_thumbnails_class_init),
11996         (ev_sidebar_thumbnails_set_document),
11997         (ev_sidebar_thumbnails_clear_job),
11998         (ev_sidebar_thumbnails_clear_model):
11999         
12000         Cleanup thumbnail jobs on document changes.
12001         
12002         * shell/ev-view.c: (add_scroll_binding_keypad),
12003         (add_scroll_binding_shifted), (ev_view_class_init):
12004         
12005         Shift + Space scrolls up. Fix for #173184
12006         
12007         * shell/ev-window.c: (ev_window_open_page),
12008         (ev_window_cmd_view_reload):
12009         
12010         Fix reload (Bug #300094)
12011
12012 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12013
12014         
12015         * dvi/mdvi-lib/assoc.c:
12016         * dvi/mdvi-lib/assoc.h: Removed garbage files
12017         
12018         * dvi/mdvi-lib/bitmap.c:
12019         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12020         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12021         * dvi/mdvi-lib/color.h: Antialias of rules
12022         
12023         * dvi/mdvi-lib/common.h:
12024         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12025         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12026         * dvi/mdvi-lib/files.c:
12027         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12028         * dvi/mdvi-lib/mdvi.h:
12029         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12030         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12031         * dvi/mdvi-lib/util.c: Fix compile warnings
12032         
12033         * dvi/dvi-document.c:
12034         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12035         (dvi_document_thumbnails_get_thumbnail),
12036         (dvi_document_document_thumbnails_iface_init):
12037         * dvi/mdvi-lib/Makefile.am:
12038         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12039         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12040         
12041         Dvi backend now renders thumbnails
12042
12043 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12044
12045         * shell/main.c: (main): 
12046         
12047         Save accelerators on exit. Fixes bug #172095.
12048
12049 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12050
12051         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12052         update priority" comment.
12053
12054         * backend/ev-job-queue.c: Give a way to change priority.
12055
12056 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12057
12058         * shell/ev-page-action.c: Fix logic.
12059
12060 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12061
12062         * shell/ev-view.c: (ev_view_can_find_next):
12063         * shell/ev-window.c: (ev_window_setup_document):
12064
12065         Check that the document supports find
12066
12067 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12068
12069         * data/evince-ui.xml:
12070         * shell/ev-view.c: (ev_view_can_find_next):
12071         * shell/ev-view.h:
12072         * shell/ev-window.c: (update_action_sensitivity),
12073         (find_changed_cb), (ev_window_setup_document),
12074         (ev_window_cmd_edit_find_next):
12075
12076         Add Edit->Find Next
12077
12078 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12079
12080         * pdf/ev-poppler.cc:
12081         * shell/ev-print-job.c: (idle_print_handler):
12082
12083         Make printing work again
12084
12085 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12086
12087         * shell/ev-page-action.h:
12088         * shell/ev-page-action.c: (ev_page_action_widget_init),
12089         (ev_page_action_widget_class_init), (page_changed_cb),
12090         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12091         (get_filter_model_from_model), (match_selected_cb),
12092         (display_completion_text), (match_completion), (update_model),
12093         (connect_proxy), (ev_page_action_set_property),
12094         (ev_page_action_get_property), (ev_page_action_set_document),
12095         (ev_page_action_set_model), (ev_page_action_class_init): Big
12096         reworking to make completions work iff we have >= GTK-2.7.0
12097                 
12098         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12099         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12100         (job_finished_cb): We now have a 'model' property that is set when
12101         the links are loaded.  This can be caught with "notify::model"
12102
12103         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12104         listen for the model to be set, and propagate it to the action.
12105
12106 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12107
12108         * cut-n-paste/recent-files/egg-recent-item.c:
12109         (egg_recent_item_set_uri), (make_valid_utf8),
12110         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12111         * cut-n-paste/recent-files/egg-recent-item.h:
12112         
12113         Update egg-recent from libegg. This should fix long
12114         startup problem. For details see
12115         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12116
12117 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12118
12119         * cut-n-paste/recent-files/Makefile.am:
12120         * data/evince-ui.xml, shell/Makefile.am:
12121         * shell/ev-application.c, shell/ev-application.h:
12122         * shell/ev-window.c: Recent files support.
12123         
12124         * configure.ac: Added "ru" to ALL_LINGUAS.
12125         
12126         * dvju: new backend to support DJVU files.
12127         * dvi: new backend to support DVI.
12128
12129         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12130         * ev-application.c: Support for new backends.
12131         
12132         * help, ev-window.c, main.c shell/Makefile.am: 
12133         Evince user documentation.
12134
12135 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12136
12137         * po/POTFILES.in:
12138         * shell/ev-window.c:
12139         * thumbnailer/evince-thumbnailer.c:
12140
12141         s/pdf-document/ev-poppler
12142
12143 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12144
12145         * NEWS:
12146         * configure.ac:
12147
12148         Release 0.2.0
12149
12150         * ps/ps-document.c: (setup_pixmap):
12151
12152         Remove debug code
12153
12154 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12155
12156         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12157         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12158         (ev_window_cmd_go_first_page): Fix of by one errors.
12159
12160 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12161
12162         * ps/ps-document.c: (get_page_box):
12163
12164         Fix page size calculation
12165
12166 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12167
12168         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12169         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12170         (get_page_orientation), (setup_page), (document_load),
12171         (ps_document_get_page_size), (render_pixbuf_idle):
12172         * ps/ps-document.h:
12173
12174         More refactoring to adapt to EvDocument changes
12175
12176 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12177
12178         * ps/ps-document.c: (start_interpreter):
12179
12180         Actually add alpha args
12181
12182 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12183
12184         * pdf/ev-poppler.cc:
12185
12186         Make clipboard work again
12187
12188 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12189
12190         Make searching work again.
12191         
12192         * backend/ev-document.c:
12193         * backend/ev-document.h:
12194         * backend/ev-document-find.c:
12195         * backend/ev-document-find.h: Change EvDocumentIface so we no
12196         longer store the current page or zoom level in the document.  The
12197         consequence is that all calls that operate on the current page now
12198         instead take the page number as an extra argument, and all
12199         coordinates are now doubles in document coordinate system.
12200
12201         * pdf/ev-poppler.cc:
12202         * pixbuf/pixbuf-document.c:
12203         * ps/ps-document.c: Update backends accordingly.
12204
12205 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12206
12207         * autogen.sh:
12208
12209         Add required gettext version
12210
12211 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12212
12213         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12214         make F1 bring up non-existent help.
12215
12216         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12217         epiphany's find bar, #167477
12218
12219         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12220         <emil@nishra.com> to add space-bar scrolling, 
12221
12222         * shell/ev-window.c (static GtkActionEntry entries): add default
12223         keybinding for Help (F1)
12224         Fixes #171068
12225
12226         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12227         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12228         170110
12229
12230 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12231
12232         * Makefile.am: 
12233         * pixbuf/pixbuf-document.c: 
12234
12235         Got pixbuf backend working again
12236
12237 2005-04-01  Steve Murphy  <murf@e-tools.com>
12238
12239         * configure.in: Added "rw" to ALL_LINGUAS.
12240
12241 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12242
12243         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12244         model types, noticed by Martin Kretzschmar.
12245
12246 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12247
12248         * pdf/ev-poppler.cc: Implement search based on
12249         poppler_page_find_text().  Currently a bit crude since we remember
12250         all matches from all pages.  Also, we grab the big document lock
12251         when we search since searching changes the underlying stream and
12252         thus conflicts with the rendering thread.
12253         
12254         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12255         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12256         (ev_view_find_previous): Fix some page indexes to be 0 based,
12257         offset rubber band by view offset,
12258
12259 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12260
12261         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12262
12263 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12264
12265         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12266         completely because I didn't understand GtkActions.  I should
12267         read Marco's code more carefully in the future.
12268
12269         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12270         function
12271
12272 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12273
12274         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12275         PopplerRectangle change from poppler CVS.
12276
12277 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12278
12279         * backend/ev-document.c: (ev_document_get_page_label):
12280         * backend/ev-document.h:
12281         * backend/ev-page-cache.c: (_ev_page_cache_new),
12282         (ev_page_cache_get_page_label):
12283         * backend/ev-page-cache.h:
12284         * pdf/ev-poppler.cc:
12285         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12286         (links_page_num_func):
12287         * shell/ev-sidebar-thumbnails.c:
12288         (ev_sidebar_thumbnails_set_document):
12289         * shell/ev-view.c: (status_message_from_link),
12290         (ev_view_motion_notify_event):
12291         * shell/ev-window.c: (document_supports_sidebar): Add in page
12292         label support.  It's not perfect yet, but it's the first 'feature'
12293         in a while.
12294         Also, fix a bogus comment noticed by crispin. 
12295
12296 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12297
12298         * Makefile.am: Remove pixbuf backend for now
12299
12300         * configure.ac: Require poppler-glib instead of just poppler.
12301
12302         * backend/ev-document-thumbnails.h: Add a comment
12303
12304         * backend/ev-document.h:
12305         * backend/ev-document.c: (ev_document_class_init),
12306         (ev_document_load), (ev_document_get_link),
12307         (ev_document_get_links): Remove 3 methods and add get_links.
12308         Also, made 0 based.
12309
12310         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12311         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12312
12313         * backend/ev-link.c: (ev_link_set_title),
12314         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12315         (ev_link_mapping_find):
12316         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12317         
12318         * backend/ev-page-cache.c: (ev_page_cache_init),
12319         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12320         (ev_page_cache_get_size), (ev_page_cache_next_page),
12321         (ev_page_cache_prev_page): Fix to be 0 based.
12322
12323         * pdf/Makefile.am: 
12324         * pdf/ev-poppler.h:
12325         * pdf/ev-poppler.cc: New backend.
12326         
12327         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12328         (ps_document_get_page), (ps_document_document_iface_init):
12329
12330         * shell/ev-pixbuf-cache.h:
12331         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12332         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12333         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12334         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12335         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12336         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12337         based.
12338         
12339         * shell/ev-sidebar-thumbnails.c:
12340         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12341         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12342
12343         * shell/ev-view.c: (status_message_from_link),
12344         (find_page_at_location), (get_link_at_location),
12345         (ev_view_motion_notify_event), (ev_view_button_release_event),
12346         (ev_view_init): Use the new link code.  Fix to be 0 based.
12347
12348         * shell/ev-window.c: (update_action_sensitivity),
12349         (document_supports_sidebar): 0 based.
12350
12351 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12352
12353         * pdf/pdf-document.cc: Patch from Fernando Herrera
12354         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12355         *blush*
12356
12357 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12358
12359         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12360         1 to the page, as this seems to be 1 based.  I thought we has this
12361         fixed.  grump.
12362
12363 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12364
12365         * TODO:
12366         * backend/Makefile.am:
12367         * backend/ev-document-links.c:
12368         (ev_document_links_has_document_links),
12369         (ev_document_links_get_links_model):
12370         * backend/ev-document-links.h:
12371         * backend/ev-document.c: (ev_document_get_page_cache),
12372         (ev_document_get_doc_mutex), (ev_document_load),
12373         (ev_document_save), (ev_document_get_title),
12374         (ev_document_get_n_pages), (ev_document_set_page),
12375         (ev_document_get_page), (ev_document_set_target),
12376         (ev_document_set_scale), (ev_document_set_page_offset),
12377         (ev_document_get_page_size), (ev_document_get_text),
12378         (ev_document_get_link), (ev_document_render),
12379         (ev_document_render_pixbuf), (ev_document_scale_changed):
12380         * backend/ev-document.h:
12381         * backend/ev-job-queue.c: (remove_object_from_queue),
12382         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12383         (no_jobs_available_unlocked), (ev_render_thread),
12384         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12385         (ev_job_queue_remove_job):
12386         * backend/ev-job-queue.h:
12387         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12388         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12389         (ev_job_links_class_init), (ev_job_render_init),
12390         (ev_job_render_dispose), (ev_job_render_class_init),
12391         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12392         (ev_job_thumbnail_class_init), (ev_job_finished),
12393         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12394         (ev_job_render_run), (ev_job_thumbnail_new),
12395         (ev_job_thumbnail_run):
12396         * backend/ev-jobs.h:
12397         * backend/ev-link.c:
12398         * backend/ev-link.h:
12399         * backend/ev-page-cache.c: (ev_page_cache_init),
12400         (ev_page_cache_class_init), (ev_page_cache_finalize),
12401         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12402         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12403         (ev_page_cache_set_link), (ev_page_cache_get_title),
12404         (ev_page_cache_get_size), (ev_page_cache_next_page),
12405         (ev_page_cache_prev_page):
12406         * backend/ev-page-cache.h:
12407         * pdf/pdf-document.cc:
12408         * ps/gsdefaults.c:
12409         * ps/gsdefaults.h:
12410         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12411         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12412         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12413         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12414         (is_interpreter_ready), (output), (catchPipe), (input),
12415         (start_interpreter), (check_filecompressed), (compute_dimensions),
12416         (ps_document_enable_interpreter), (document_load),
12417         (ps_document_next_page), (render_page), (ps_document_set_page),
12418         (ps_document_set_scale), (render_pixbuf_idle),
12419         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12420         * ps/ps-document.h:
12421         * shell/Makefile.am:
12422         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12423         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12424         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12425         (ev_pixbuf_cache_new), (job_finished_cb),
12426         (check_job_size_and_unref), (move_one_job),
12427         (ev_pixbuf_cache_update_range), (find_job_cache),
12428         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12429         (ev_pixbuf_cache_add_jobs_if_needed),
12430         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12431         * shell/ev-pixbuf-cache.h:
12432         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12433         (idle_print_handler):
12434         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12435         (selection_changed_cb), (create_loading_model),
12436         (ev_sidebar_links_construct), (links_page_num_func),
12437         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12438         (update_page_callback), (job_finished_cb),
12439         (ev_sidebar_links_set_document):
12440         * shell/ev-sidebar-thumbnails.c:
12441         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12442         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12443         (page_changed_cb), (thumbnail_job_completed_callback),
12444         (ev_sidebar_thumbnails_set_document):
12445         * shell/ev-sidebar-thumbnails.h:
12446         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12447         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12448         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12449         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12450         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12451         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12452         (ev_view_button_release_event), (ev_view_scroll_view),
12453         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12454         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12455         (ev_view_new), (job_finished_cb), (page_changed_cb),
12456         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12457         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12458         (ev_view_find_previous):
12459         * shell/ev-view.h:
12460         * shell/ev-window.c: (update_action_sensitivity),
12461         (ev_window_open_page), (update_window_title), (update_total_pages),
12462         (page_changed_cb), (ev_window_setup_document),
12463         (password_dialog_response), (ev_window_cmd_save_as),
12464         (ev_window_print), (ev_window_cmd_go_previous_page),
12465         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12466         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12467         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12468         * shell/main.c: (main):
12469
12470         Merge evince-threads branch
12471
12472 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12473
12474         * configure.ac: Added "lt" to ALL_LINGUAS.
12475
12476 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12477
12478         * NEWS:
12479         * configure.ac:
12480
12481         Release 0.1.9
12482
12483 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12484
12485         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12486
12487         Fix here also the thumbnails 1-basedness :)
12488
12489 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12490
12491         * NEWS:
12492         * configure.ac:
12493
12494         Release 0.1.8
12495
12496 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12497
12498         * pdf/pdf-document.cc:
12499         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12500         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12501
12502         Fix the mess we did with thumbnails and 1-basedness
12503
12504 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12505
12506         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12507
12508 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12509
12510         * NEWS:
12511         * configure.ac:
12512
12513         Release 0.1.7
12514
12515 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12516
12517         * ps/Makefile.am:
12518         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12519         (gtk_gs_defaults_get_alpha_parameters),
12520         (gtk_gs_defaults_get_ungzip_cmd),
12521         (gtk_gs_defaults_get_unbzip2_cmd):
12522         * ps/gsdefaults.h:
12523         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12524         (ps_document_get_orientation), (document_load),
12525         (ps_document_goto_page), (ps_document_set_page_size):
12526         * ps/ps-document.h:
12527
12528         Some more sanitization of the ps backend. Remove a lot
12529         of unused code and do not base our defaults on ggv
12530         preferences (ugh!)
12531
12532 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12533
12534         * thumbnailer/evince-thumbnailer.schemas:
12535         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12536         (main): add -s option for thumbnail size.
12537
12538 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12539
12540         * configure.ac:
12541
12542         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12543         remove it.
12544
12545 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12546
12547         * pdf/pdf-document.cc:
12548
12549         Remove 4 pixels of useless border from the
12550         thumbnail.
12551
12552 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12553
12554         * backend/ev-document-thumbnails.c:
12555         (ev_document_thumbnails_get_thumbnail):
12556         * backend/ev-document-thumbnails.h:
12557
12558         Rework API a bit. Add a border flag and
12559         change sizing logic (now the size we specify
12560         applies to the bigger dimension).
12561
12562         * pdf/pdf-document.cc:
12563         * pixbuf/pixbuf-document.c:
12564         (pixbuf_document_thumbnails_get_thumbnail):
12565         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12566         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12567
12568         Adapt to the new API and do not draw a border for nautilus
12569         thumbnailer.
12570
12571 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12572
12573         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12574         take thumbnails from page "0" instead of "1". Added a copyright header.
12575
12576 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12577
12578         * ps/ps-document.c: (set_up_page), (start_interpreter):
12579
12580         Make it C89 compliant
12581
12582 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12583
12584         * Makefile.am:
12585         * configure.ac:
12586         * pdf/.cvsignore:
12587         * pdf/pdf-document.cc:
12588         * thumbnailer/Makefile.am:
12589         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12590         (main):
12591         * thumbnailer/evince-thumbnailer.schemas:
12592         * thumbnailer/pdf-icon.png:
12593
12594         Add a nautilus thumbnailer.
12595         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12596
12597 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12598
12599         * NEWS:
12600         * configure.ac:
12601         * po/POTFILES.in:
12602
12603         Release 0.1.6
12604
12605 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12606
12607         Use poppler instead of including xpdf source code.  Poppler is a
12608         fork of xpdf to build it as a shared library. See
12609         http://freedesktop.org/wiki/Software/poppler.
12610
12611         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12612         xpdf fork.
12613         
12614         * pdf/Makefile.am: Build libpdfdocument.a here.
12615         
12616         * pdf/GDKSplashOutputDev.cc:
12617         * pdf/GDKSplashOutputDev.h:
12618         * pdf/GnomeVFSStream.cc:
12619         * pdf/GnomeVFSStream.h:
12620         * pdf-document.cc:
12621         * pdf-document.h:
12622         * test-gdk-output-dev.cc
12623         * Thumb.cc:
12624         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12625         against poppler.
12626
12627 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12628
12629         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12630
12631         Clear idle stack before unsetting the document
12632
12633 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12634
12635         * ps/ps-document.c: (ps_document_widget_event),
12636         (ps_document_set_target), (ps_document_finalize),
12637         (ps_document_get_page):
12638
12639         Disconnect the widget event signal on finalize.
12640         Some code cleanups.
12641
12642 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12643
12644         * ps/ps-document.c: (set_up_page):
12645
12646         If there is no bpixmap create one, even if size
12647         is not changed.
12648
12649 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12650
12651         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12652         (set_up_page), (document_load), (ps_document_set_zoom):
12653
12654         Default page is 0. Calculate size even when we have no
12655         target yet.
12656
12657 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12658
12659         * shell/ev-sidebar.c: expand the selection widget to be always as
12660         wide as the sidebar
12661
12662 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12663
12664         * shell/ev-sidebar-thumbnails.c:
12665         (ev_sidebar_thumbnails_set_document):
12666
12667         Clear the list store when setting document
12668
12669 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12670
12671         * shell/ev-page-action.c: (update_entry), (sync_entry),
12672         (activate_cb), (entry_size_request_cb), (create_tool_item),
12673         (connect_proxy):
12674
12675         Use an entry for the page control instead of spinbuttons
12676
12677 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12678
12679         * data/evince.schemas.in:
12680
12681         Correct confusing string
12682
12683 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12684
12685         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12686         for real.  Gosh, how long has this been broken.
12687
12688         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12689         check for a NULL link.  We crash otherwise.
12690
12691 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12692
12693         * NEWS:
12694         * configure.ac:
12695
12696         Release 0.1.5
12697
12698 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12699
12700         * configure.ac: add the french translation.
12701
12702 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12703
12704         * shell/ev-window.c:
12705
12706         Remove unused header -> fix distcheck
12707
12708 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12709
12710         * shell/ev-window.c: (update_window_title),
12711         (ev_window_popup_password_dialog):
12712
12713         Unescape filename for display
12714
12715 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12716
12717         * pdf/xpdf/pdf-document.cc:
12718
12719         In get_page_size deal with rotation. Also
12720         cleanup the function a bit.
12721
12722 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12723
12724         * pdf/xpdf/pdf-document.cc:
12725
12726         Fix crash when opening in new window
12727
12728 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12729
12730         * configure.ac:
12731
12732         Check ghostscript >= 7
12733
12734 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12735
12736         * shell/ev-window.c:
12737
12738         Make page width the default sizing mode
12739
12740 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12741         Marco Pesenti Gritti <marco@gnome.org>
12742
12743         * shell/ev-window.c: Remember the sidebar size
12744
12745         * data/evince.schemas.in: Add a new gconf key to store the size of
12746         the sidebar
12747
12748 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12749
12750         * data/evince-ui.xml:
12751         * shell/ev-window.c: (update_action_sensitivity),
12752         (ev_window_cmd_view_reload):
12753         
12754         Add a "Reload" action and menu entry
12755
12756 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12757
12758         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12759         iff the type doesn't support thumbnailing and indexing.
12760
12761 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12762
12763         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12764
12765 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12766
12767         * pdf/splash/Splash.cc:
12768
12769         Port fix for a crasher from kde bug
12770         http://bugs.kde.org/show_bug.cgi?id=97131
12771
12772 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12773
12774         * pdf/xpdf/pdf-document.cc:
12775
12776         Return a link even if it's of an unrecognized
12777         type. Otherwise we go in an infinte cycle.
12778
12779 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12780
12781         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12782         (size_allocate_cb), (ev_window_set_sizing_mode):
12783
12784         Update size when switching mode
12785
12786 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12787
12788         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12789         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12790         (ev_window_cmd_view_normal_size):
12791
12792         Fix size toggle buttons behavior
12793
12794 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12795
12796         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12797         (doc_rect_to_view_rect), (ev_view_size_allocate),
12798         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12799         (scale_changed_callback):
12800
12801         Do not cache offsets in size_allocate.
12802
12803 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12804
12805         * shell/ev-view.c: (ev_view_size_allocate):
12806
12807         Calculate offsets before calling the parent
12808         class (which does a redraw)
12809
12810 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12811
12812         * pdf/xpdf/pdf-document.cc:
12813
12814         Fix a crasher on exit. Unused code, put a TODO
12815
12816 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12817
12818         * backend/ev-document.c: (ev_document_class_init),
12819         (ev_document_page_changed), (ev_document_scale_changed):
12820         * backend/ev-document.h:
12821
12822         Separate page/scale notifications
12823
12824         * pdf/xpdf/pdf-document.cc:
12825
12826         Emit the new signals.
12827         Do not display the pdf page in _render, do it
12828         when scale/page are requested.
12829
12830         * ps/ps-document.c: (ps_document_set_zoom),
12831         (ps_document_widget_event):
12832         * ps/ps-document.h:
12833
12834         Emit the new signals.
12835
12836         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12837         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12838         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12839         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12840         * shell/ev-view.h:
12841         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12842         (ev_window_cmd_view_page_width), (size_allocate_cb),
12843         (ev_window_set_sizing_mode):
12844
12845         Rework sizing to be pixel based.
12846         There are bugs but should be already way better.
12847
12848 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12849
12850         * shell/ev-window.c: (ev_window_init):
12851
12852         Do not allow to shrink sidebar smaller then
12853         child requisition
12854
12855 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12856
12857         * shell/ev-sidebar.[ch]
12858         * shell/ev-window.c:
12859
12860         Improved sidebar widget. Fixes #166683
12861
12862 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12863
12864         * shell/ev-view.c (update_find_status_message): Give translators
12865         more flexibility with ngettext plural handling.
12866
12867 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12868
12869         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12870         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12871         page when we get the page size.
12872
12873 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12874
12875         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12876
12877         ps pages are 0 based, convert 
12878
12879 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12880
12881         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12882
12883         Initialize correct parent class. Set GError on document load
12884
12885 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12886
12887         * pdf/xpdf/pdf-document.cc:
12888
12889         Fixup selection offset calculation
12890
12891         * shell/ev-view.c: (view_rect_to_doc_rect),
12892         (doc_rect_to_view_rect), (ev_view_size_allocate),
12893         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12894         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12895
12896         Store selection as document relative, so that zooming
12897         and offset changing doesnt break it.
12898
12899 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12900
12901         * shell/ev-view.c: (ev_view_best_fit):
12902
12903         Do not try to best fit if the view is not realized
12904
12905 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12906           
12907         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12908
12909 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12910
12911         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12912
12913 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12914
12915         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12916         the popup window.  That prevents it resizing when in full screen
12917         mode.
12918
12919         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12920         multiple rerenders.  This pretty much sucks.
12921
12922         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12923         rest of the toolbar.
12924
12925 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12926
12927         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12928
12929 2005-02-17  Alexander Shopov  <ash@contact.bg>
12930
12931         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12932
12933 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12934
12935         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12936
12937 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12938
12939         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12940         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12941         (set_document_page), (document_changed_callback),
12942         (ev_view_set_document), (ev_view_find_previous),
12943         (ev_view_hide_cursor), (ev_view_show_cursor):
12944         * shell/ev-view.h:
12945         * shell/ev-window.c: (update_chrome_visibility),
12946         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12947         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12948         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12949         (ev_window_unfullscreen):
12950         * shell/main.c: (main):
12951
12952         Automatically hide the fullscreen button.
12953         Patch by Kristian Høgsberg <krh@redhat.com>
12954
12955 2005-02-16  Vincent Noel  <vnoel@cox.net>
12956
12957         * shell/main.c (main): Specify an icon for the window. Patch by
12958         Jaap A. Haitsma. Fixes #166177.
12959
12960 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12961
12962         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12963
12964 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12965
12966         * backend/ev-document-misc.h:
12967         * backend/ev-document-misc.c:
12968         (ev_document_misc_get_page_border_size),
12969         (ev_document_misc_paint_one_page): New function to canonicalize
12970         sizing/painting a border.
12971
12972         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12973         used.
12974
12975         * pdf/xpdf/pdf-document.cc: use new function
12976
12977         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12978         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12979         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12980         shell/ev-window.c: (update_sizing_buttons),
12981         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12982         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12983         (ev_window_cmd_view_page_width), (size_allocate_cb),
12984         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12985         and "fit width" values act as toggle buttons so they stay
12986         toggled.  It's not 100% perfect, and it's a little slow, but it's
12987         good enough to commit I think.
12988
12989 2005-02-15  David Lodge  <dave@cirt.net>
12990
12991         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12992
12993 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12994
12995         * shell/ev-window.c (update_window_title): replace newlines in
12996         the title by spaces. Bug #166107.
12997
12998 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12999
13000         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13001         parameters providing allocation width and height without
13002         scrollbars and width of a possible vertical scrollbar. With this
13003         additional information the functions can work as
13004         intended. Unfortunately they're not idempotent. We should
13005         transform these commands to toggles. Fixes Bug #164976
13006         Initial patch by Stephane Loeuillet, then heavily modified.
13007
13008         * shell/ev-view.h: update prototypes.
13009
13010         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13011         (ev_window_cmd_view_page_width): provide EvView fit functions with
13012         all the information they need. Formulas to calculate this
13013         information taken from GtkScrolledWindow.
13014
13015 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13016
13017         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13018         created a thumbnail, the list store is updated to know
13019         that the thumbnail is set. Fixes bug #166792
13020
13021 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13022
13023         * shell/ev-window.c: fixed typo, closes bug 166897
13024
13025         * TODO: updated TODO with bug numbers that are relevant
13026
13027 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13028
13029         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13030
13031 2005-02-09  Vincent Noel  <vnoel@cox.net>
13032
13033         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13034         and "Next" toolbar buttons as important to make them stand out.
13035
13036 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13037
13038         * lib/ev-debug.c:
13039         * lib/ev-debug.h:
13040         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13041         (start_interpreter), (stop_interpreter), (document_load),
13042         (ps_document_next_page), (ps_document_goto_page),
13043         (ps_document_set_page_size), (ps_document_widget_event),
13044         (ps_document_render):
13045         * shell/ev-page-view.c: (ev_page_view_dispose):
13046         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13047
13048         Fix compilation on non-gcc platforms
13049
13050 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13051
13052         * NEWS:
13053         * configure.ac:
13054
13055         Release 0.1.4
13056
13057         * pdf/xpdf/Catalog.cc:
13058         * pdf/xpdf/XRef.cc:
13059
13060         Fix the fix for CAN-2004-0888
13061
13062 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13063
13064         * data/Makefile.am:
13065         * data/evince-ui.xml:
13066         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13067         * shell/ev-stock-icons.h:
13068         * shell/ev-window.c: (update_action_sensitivity),
13069         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13070         (set_action_properties):
13071
13072         Improve toolbar layout/icons
13073
13074 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13075
13076         * pdf/xpdf/pdf-document.cc:
13077
13078         Add warnings about unimplemented/unknown link
13079         types.
13080
13081 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13082
13083         * ps/ps-document.c: (set_up_page):
13084
13085         Log gs property
13086
13087 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13088
13089         * ps/ps-document.c: (start_interpreter):
13090
13091         Log gs env var
13092
13093 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13094
13095         * shell/ev-page-view.c: (ev_page_view_dispose):
13096         * shell/ev-view.c: (ev_view_finalize):
13097         * shell/ev-window.c: (ev_window_setup_document),
13098         (ev_window_dispose), (ev_window_init):
13099
13100         Solve more refs issues.
13101
13102         I commented out the page_view initialization for now:
13103         it was never destroyed (because it's never added
13104         to a container). Because of that we was leaking
13105         gs processes. Couldnt think to a clean fix.
13106         We need to figure this out, password view has the
13107         same issue probably.
13108
13109 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13110
13111         * ps/ps-document.c: (ps_document_finalize),
13112         (ps_document_get_n_pages), (ps_document_get_page):
13113
13114         Some cleanups, stop the interpreter on finalize
13115
13116         * shell/ev-page-view.c: (ev_page_view_dispose),
13117         (ev_page_view_class_init):
13118
13119         Release our reference on the document
13120
13121 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13122
13123         * Makefile.am:
13124         * configure.ac:
13125         * doc/debugging.txt:
13126         * lib/.cvsignore:
13127         * lib/Makefile.am:
13128         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13129         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13130         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13131         * lib/ev-debug.h:
13132
13133         Add debugging helpers
13134
13135         * ps/Makefile.am:
13136         * ps/ps-document.c: (set_up_page), (start_interpreter),
13137         (stop_interpreter), (document_load), (ps_document_next_page),
13138         (ps_document_goto_page), (ps_document_set_page_size),
13139         (ps_document_widget_event), (ps_document_render):
13140         * shell/Makefile.am:
13141         * shell/ev-view.c: (expose_bin_window):
13142         * shell/main.c: (main):
13143
13144         Add some logs
13145         
13146 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13147
13148         * ps/ps-document.c: (ps_document_widget_event):
13149
13150         Initialize message_window, this should make ps
13151         rendering really work! (Never noticed because I was
13152         testing with a ps that is causing gs to exit every time!)
13153
13154 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13155
13156         * data/evince.schemas.in: updated simple error in applyto closing tag
13157
13158 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13159
13160         * Makefile.am:
13161         * configure.ac:
13162         * data/.cvsignore:
13163         * data/Makefile.am:
13164         * data/evince-ui.xml:
13165         A data/evince.schemas.in:
13166         * po/POTFILES.in:
13167         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13168         * shell/ev-stock-icons.h:
13169         * shell/ev-window.c: (update_chrome_visibility),
13170         (update_chrome_flag), (ev_window_cmd_edit_find),
13171         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13172         (ev_window_unfullscreen), (ev_window_focus_in_event),
13173         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13174         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13175         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13176         (ev_window_dispose), (ev_window_class_init),
13177         (set_action_properties), (set_chrome_actions), (load_chrome),
13178         (ev_window_init):
13179
13180         Implement fullscreen mode changes from bug #164776.
13181         Also implement persistent chrome toggles.
13182
13183 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13184
13185         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13186
13187 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13188
13189         * NEWS:
13190         * configure.ac:
13191         * shell/ev-view.c:
13192
13193         Add another check for find interface
13194
13195         Release 0.1.3
13196
13197 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13198
13199         * shell/ev-application.c: (ev_application_open):
13200         * shell/ev-window.c: (ev_window_open):
13201
13202         Open gzipped ps documents
13203
13204 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13205
13206         * TODO:
13207         * shell/ev-view.c: (set_document_page):
13208
13209         Clamp page number, dont try to move to
13210         not existant pages.
13211
13212 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13213
13214         * backend/ev-document-find.c: (ev_document_find_changed):
13215         * backend/ev-document-find.h:
13216         * pdf/xpdf/pdf-document.cc:
13217         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13218         * shell/ev-window.c: (find_bar_search_changed_cb):
13219
13220         Fix several bugs with find
13221
13222 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13223
13224         * shell/ev-sidebar-thumbnails.c
13225         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13226         document. Prevents warning from scroll_to_cell.
13227
13228 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13229
13230         * configure.ac: Add «nb» to ALL_LINGUAS too.
13231
13232 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13233
13234         * NOTES: New file with some random thoughts.
13235
13236         * TODO: Update.
13237
13238         * backend/ev-document-misc.c:
13239         (ev_document_misc_get_page_border_size): New function to
13240         canonicalize shadow drawing sizes.  Possibly goofy.
13241
13242         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13243         (ev_view_best_fit), (ev_view_fit_width):
13244         * pdf/xpdf/pdf-document.cc:
13245         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13246         * ps/ps-document.c: (ps_document_get_page_size):
13247         * backend/ev-document-misc.h:
13248         * backend/ev-document.c: (ev_document_get_page_size):
13249         * backend/ev-document.h: get_page_size now takes a page number
13250         parameter.  Made all the backends/frontends honor it.
13251
13252         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13253         see.  Doesn't work yet.
13254
13255         * shell/Makefile.am:
13256         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13257         Doesn't do anything yet.
13258
13259         * shell/ev-sidebar-thumbnails.c:
13260         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13261         [0..n_pages-1]
13262
13263         * shell/ev-window.c: (update_action_sensitivity),
13264         (ev_window_setup_document), (ev_window_set_page_mode),
13265         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13266         view-swapping code a bit so we can have multiple views on a
13267         document.  Add the multi-page view, though it can't be turned on
13268         yet.
13269
13270 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13271
13272         * shell/ev-application.c: (ev_application_open):
13273         * shell/ev-view.c: (expose_bin_window):
13274         * shell/ev-window.c: (ev_window_open):
13275
13276         Support eps and check document supports find
13277         before drawing highlightings in expose.
13278
13279 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13280
13281         * pixbuf/pixbuf-document.c:
13282         (pixbuf_document_thumbnails_get_dimensions),
13283         (pixbuf_document_document_thumbnails_iface_init):
13284
13285         implement get_dimensions
13286
13287 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13288
13289         * NEWS:
13290         * configure.ac:
13291
13292         Release 0.1.2
13293
13294 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13295
13296         * shell/ev-view.c: (set_document_page):
13297
13298         Scroll at the top of the page when changing page
13299
13300 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13301
13302         * shell/ev-view.c: (ev_view_motion_notify_event):
13303
13304         Do not redraw unnecessarily
13305
13306 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13307
13308         * pdf/xpdf/pdf-document.cc:
13309         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13310         (expose_bin_window), (find_changed_cb):
13311
13312         Yay! find works now... Now to find bugs...
13313
13314 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13315
13316         * backend/ev-document-find.c: (ev_document_find_base_init),
13317         (ev_document_find_changed):
13318         * backend/ev-document-find.h:
13319         * pdf/xpdf/pdf-document.cc:
13320         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13321         (expose_bin_window), (ev_view_init), (set_document_page),
13322         (ensure_rectangle_is_visible), (jump_to_find_result),
13323         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13324         (ev_view_find_next), (ev_view_find_previous):
13325         * shell/ev-view.h:
13326         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13327
13328         More work on find implementation, mostly there now
13329
13330 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13331
13332         * backend/ev-backend-marshalers.list:
13333         * backend/ev-document-find.c: (ev_document_find_base_init),
13334         (ev_document_find_cancel), (ev_document_find_page_has_results),
13335         (ev_document_find_get_n_results), (ev_document_find_get_result),
13336         (ev_document_find_get_progress), (ev_document_find_changed):
13337         * backend/ev-document-find.h:
13338
13339         Enanche the find interface to be really able to do
13340         multi page find.
13341
13342         * pdf/xpdf/pdf-document.cc:
13343
13344         Implement
13345
13346         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13347         (expose_bin_window), (ev_view_init),
13348         (ev_view_get_find_status_message), (find_changed_cb),
13349         (ev_view_set_document), (set_document_page):
13350
13351         Adapt to the new interface. A few things are regressed sorry,
13352         I will finish it soon.
13353
13354 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13355
13356         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13357         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13358         ev_sidebar_thumbnails_parent_class variable, don't define another
13359         parent_class variable.
13360
13361         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13362         (ev_page_action_class_init): ditto.
13363
13364         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13365         (pixbuf_document_class_init): ditto.
13366
13367         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13368         ditto.
13369
13370         * .cvsignore: ignore various valgrind output files.
13371
13372 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13373
13374         * data/evince-ui.xml:
13375         * shell/Makefile.am:
13376         * shell/ev-history.c:
13377         * shell/ev-history.h:
13378         * shell/ev-navigation-action.c:
13379         * shell/ev-navigation-action.h:
13380         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13381         (ev_view_set_page), (ev_view_fit_width):
13382         * shell/ev-view.h:
13383         * shell/ev-window.c: (update_action_sensitivity),
13384         (ev_window_setup_document), (register_custom_actions):
13385
13386         Kill session history
13387
13388 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13389
13390         * shell/ev-window.c: (update_action_sensitivity):
13391
13392         Fix inverted up/down buttons
13393
13394 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13395
13396         * shell/ev-sidebar-thumbnails.c
13397         (ev_sidebar_thumbnails_select_page): make sure the selected
13398         thumbnail stays visible.
13399
13400 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13401
13402         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13403         scrolled window for Federico.
13404
13405 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13406
13407         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13408
13409 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13410
13411         * configure.ac:
13412         * pdf/splash/SplashFTFontEngine.cc:
13413
13414         Fix CID fonts with freetype 2.1.9
13415
13416 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13417
13418         * TODO: added item for desktop icon thumbnailer
13419
13420 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13421
13422         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13423         unloaded docs when the title is accessed.
13424
13425         * shell/ev-password-view.[hc]: New widget for displaying password
13426         state.
13427
13428         * shell/ev-window.[ch]: Refactor password handling code to handle
13429         the new view.
13430
13431 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13432
13433         * NEWS:
13434         * configure.ac:
13435         * data/Makefile.am:
13436
13437         Release 0.1.1
13438
13439 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13440
13441         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13442         ignore page offset here, to make search results independent of it,
13443
13444         * shell/ev-view.c (expose_bin_window): but take offsets into
13445         account here. Bug #164932
13446
13447         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13448         scale at the right time. Bug #164996
13449
13450 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13451
13452         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13453         fix the problem. Now I just removed the Adobe font names and hope
13454         that the URW fonts are always in outline format. Bug #164934
13455
13456         * shell/ev-window.c (update_window_title): empty titles are
13457         useless, use filename in that case too.
13458
13459         * NEWS: Add some content.
13460
13461 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13462
13463         * TODO: added one more TODO item and a TODONE section :)
13464
13465 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13466
13467         * ps/ps-document.h: add page_[xy]_offset fields.
13468
13469         * ps/ps-document.c (ps_document_set_page_offset)
13470         (ps_document_render): Keep offset in consideration in a few
13471         places. Bug #164752 "postscript documents are not centered in
13472         window"
13473
13474         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13475         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13476
13477         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13478         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13479         stub out missing methods for complete EvDocument implementation.
13480         Fixes segfaults with Save A Copy and Copy actions.
13481
13482         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13483         (ps_document_document_iface_init): ditto.
13484         
13485 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13486
13487         * data/.cvsignore:
13488         * data/Makefile.am:
13489         * data/evince.desktop.in:
13490
13491         Add desktop file
13492
13493 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13494
13495         * shell/ev-view.c: (ev_view_button_press_event),
13496         (ev_view_motion_notify_event):
13497
13498         Make selection work in any direction
13499
13500 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13501
13502         * TODO:
13503         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13504
13505         Use shorter labels for some of the toolbars items
13506
13507 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13508
13509         * pdf/xpdf/pdf-document.cc:
13510
13511         Check the links info is initialized before
13512         using it. Should fix a crash on startup.
13513
13514 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13515
13516         * pixbuf/pixbuf-document.c
13517         (pixbuf_document_thumbnails_get_dimensions): force floating point
13518         division to calculate page_ratio. Fixes crash with landscape
13519         format pixbufs.
13520
13521 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13522
13523         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13524
13525 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13526
13527         * shell/ev-view.c (set_document_page): unset has_selection when
13528         the page changes.
13529         (set_document_page): handle paper size changes when the page
13530         changes (test with Free Culture, page 2).
13531
13532 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13533
13534         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13535         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13536
13537         Use normal style color for the widget background and
13538         draw a black box around the page.
13539
13540 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13541
13542         * pdf/xpdf/pdf-document.cc:
13543
13544         Keep offset in consideration in a few places
13545
13546         * shell/ev-view.c: (expose_bin_window):
13547
13548         Set the offsets so that the document is ever centered
13549
13550 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13551
13552         * TODO: Added TODO items and finished off the first todo item
13553
13554         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13555         reflect current authors
13556
13557 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13558
13559         * pdf/xpdf/pdf-document.cc:
13560         * shell/ev-view.c: (ev_view_set_cursor),
13561         (ev_view_motion_notify_event), (document_changed_callback),
13562         (set_document_page):
13563
13564         Show a wait cursor while the page is rendering
13565
13566 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13567
13568         * shell/ev-sidebar-thumbnails.c:
13569         (ev_sidebar_tree_selection_changed),
13570         (ev_sidebar_thumbnails_select_page):
13571         * shell/ev-sidebar-thumbnails.h:
13572         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13573         (ev_view_can_go_forward):
13574         * shell/ev-window.c: (ev_window_open_page),
13575         (ev_window_setup_document), (update_current_page),
13576         (view_page_changed_cb), (ev_window_init):
13577         * shell/ev-window.h:
13578
13579         Ensure thumbnails selection, toolbar page control and
13580         current page are in sync.
13581
13582 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13583
13584         * pdf/xpdf/XRef.cc:
13585
13586         Fix CAN-2005-0064
13587
13588 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13589
13590         * backend/Makefile.am:
13591         * backend/ev-document-links.h:
13592         * backend/ev-document-security.c: (ev_document_security_get_type),
13593         (ev_document_security_has_document_security),
13594         (ev_document_security_set_password):
13595         * backend/ev-document-security.h:
13596         * backend/ev-document.c: (ev_document_error_quark):
13597         * backend/ev-document.h:
13598         * data/Makefile.am:
13599         * data/evince-password.glade:
13600         * pdf/xpdf/pdf-document.cc:
13601         * shell/Makefile.am:
13602         * shell/ev-password.c: (ev_password_set_bad_password_label),
13603         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13604         (ev_password_dialog_get_password),
13605         (ev_password_dialog_set_bad_pass):
13606         * shell/ev-password.h:
13607         * shell/ev-window.c: (ev_window_get_attribute),
13608         (ev_window_set_property), (update_action_sensitivity),
13609         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13610         (ev_window_setup_document), (ev_window_get_password),
13611         (ev_window_open), (ev_window_cmd_save_as),
13612         (using_postscript_printer), (ev_window_print),
13613         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13614         (update_fullscreen_popup), (ev_window_fullscreen),
13615         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13616         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13617         (menu_item_select_cb), (find_bar_search_changed_cb),
13618         (ev_window_dispose), (ev_window_init):
13619
13620         Add initial support for password-supported dialogs.  This could be
13621         a lot cooler, but it'll do for now.
13622
13623 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13624
13625         * pdf/xpdf/pdf-document.cc:
13626         * shell/ev-view.c: (status_message_from_link),
13627         (ev_view_set_status), (ev_view_set_cursor),
13628         (ev_view_motion_notify_event), (ev_view_init):
13629         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13630
13631         Fix bugs in the links implementation and change cursor
13632         when hovering a link.
13633
13634 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13635
13636         * viewer/.cvsignore: added cvsignore file for viewer directory
13637
13638         * TODO: created TODO document
13639
13640 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13641
13642         * shell/ev-view.h:
13643         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13644         new functions to help with implementation of sensitivity code
13645         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13646         of all actions that might require it.  Fixes a crash when you
13647         click on the Zoom actions in a window lacking a document.
13648
13649 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13650
13651         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13652         of the Find action
13653
13654 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13655
13656         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13657         (pixbuf_document_document_iface_init):
13658         * ps/ps-document.c: (ps_document_get_link),
13659         (ps_document_document_iface_init):
13660         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13661         (status_message_from_link), (ev_view_set_status),
13662         (ev_view_set_find_status), (ev_view_motion_notify_event),
13663         (ev_view_button_release_event), (ev_view_set_property),
13664         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13665         (ev_view_get_find_status_message), (update_find_results),
13666         (ev_view_get_status), (ev_view_get_find_status):
13667         * shell/ev-view.h:
13668         * shell/ev-window.c: (view_status_changed_cb),
13669         (view_find_status_changed_cb), (ev_window_init):
13670
13671         View status message support, use it to show the links.
13672         Needs work...
13673
13674 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13675
13676         * backend/ev-document.c: (ev_document_get_link):
13677         * backend/ev-document.h:
13678         * pdf/xpdf/pdf-document.cc:
13679         * shell/ev-application.c: (ev_application_open):
13680         * shell/ev-application.h:
13681         * shell/ev-sidebar-links.c: (selection_changed_cb):
13682         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13683         (ev_view_go_to_link):
13684
13685         Add support for document links
13686
13687 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13688
13689         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13690         (create_tool_item):
13691         Set the spin button limits correctly.
13692         
13693         * shell/ev-sidebar-thumbnails.c:
13694         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13695         Support changing pages by clicking on the thumbnails.
13696         
13697 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13698
13699         * pixbuf/pixbuf-document.c:
13700         (pixbuf_document_thumbnails_get_dimensions),
13701         (pixbuf_document_document_thumbnails_iface_init):
13702
13703         implement get_dimensions
13704
13705 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13706
13707         * ps/ps-document.c: (ps_document_goto_page):
13708
13709         Fix page switching on multipage documents
13710
13711 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13712
13713         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13714         
13715         check for NULL before assigning to width and height parameters
13716
13717 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13718
13719         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13720         (pixbuf_document_set_property), (pixbuf_document_get_property):
13721
13722         implement get/set properties
13723
13724 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13725
13726         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13727         
13728         return NULL instead of "Unknown", letting the title get set to
13729         the filename when the pdf has no title.
13730
13731 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13732
13733         * ps/ps-document.c: (ps_document_get_page_count),
13734         (ps_document_goto_page):
13735
13736 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13737
13738         * shell/ev-history.c: (ev_history_get_property),
13739         (ev_history_set_property), (ev_history_class_init),
13740         (ev_history_add_page), (ev_history_set_current_index):
13741         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13742         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13743         (ev_navigation_action_finalize):
13744         * shell/ev-navigation-action.h:
13745         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13746         (ev_view_go_forward), (ev_view_get_find_status_message),
13747         (history_index_changed_cb), (ev_view_set_history):
13748         * shell/ev-view.h:
13749         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13750         (update_current_page), (register_custom_actions):
13751
13752         Implement history dropdowns
13753
13754 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13755
13756         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13757         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13758         (ev_view_go_forward):
13759         * shell/ev-window.c: (register_custom_actions):
13760
13761         Fix several history bugs
13762
13763 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13764
13765         * configure.ac: Add «nb» to ALL_LINGUAS.
13766
13767 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13768
13769         * backend/Makefile.am:
13770         * backend/ev-bookmark.c:
13771         * backend/ev-bookmark.h:
13772         * backend/ev-document-bookmarks.c:
13773         * backend/ev-document-bookmarks.h:
13774         * backend/ev-document-links.c: (ev_document_links_get_type),
13775         (ev_document_links_has_document_links),
13776         (ev_document_links_begin_read), (ev_document_links_get_link),
13777         (ev_document_links_get_child), (ev_document_links_next),
13778         (ev_document_links_free_iter):
13779         * backend/ev-document-links.h:
13780         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13781         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13782         (ev_link_get_link_type), (ev_link_set_link_type),
13783         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13784         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13785         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13786         (ev_link_new_external):
13787         * backend/ev-link.h:
13788         * pdf/xpdf/pdf-document.cc:
13789         * shell/Makefile.am:
13790         * shell/ev-application.c: (ev_application_open_link):
13791         * shell/ev-application.h:
13792         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13793         (ev_history_get_link_nth):
13794         * shell/ev-history.h:
13795         * shell/ev-sidebar-bookmarks.c:
13796         * shell/ev-sidebar-bookmarks.h:
13797         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13798         (ev_sidebar_links_class_init), (selection_changed_cb),
13799         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13800         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13801         (do_one_iteration), (populate_links_idle),
13802         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13803         * shell/ev-sidebar-links.h:
13804         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13805         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13806         (go_to_index):
13807         * shell/ev-view.h:
13808         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13809         * shell/ev-window.h:
13810
13811         Rename bookmark to link, and use "Index" for the sidebar panel.
13812
13813 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13814
13815         * shell/Makefile.am:
13816         * shell/ev-application.c: (ev_application_open_bookmark):
13817         * shell/ev-application.h:
13818         * shell/ev-history.c: (ev_history_init), (free_links_list),
13819         (ev_history_finalize), (ev_history_class_init),
13820         (ev_history_add_link), (ev_history_add_page),
13821         (ev_history_get_link_nth), (ev_history_get_n_links),
13822         (ev_history_get_current_index), (ev_history_set_current_index),
13823         (ev_history_new):
13824         * shell/ev-history.h:
13825         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13826         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13827         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13828         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13829         (ev_view_set_page):
13830         * shell/ev-view.h:
13831         * shell/ev-window.c: (ev_window_open_bookmark),
13832         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13833         (goto_page_cb), (register_custom_actions):
13834         * shell/ev-window.h:
13835
13836         Initial history implementation. Needs work.
13837
13838 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13839
13840         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13841
13842 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13843
13844         * cut-n-paste/recent-files/egg-recent-item.c:
13845         * cut-n-paste/recent-files/egg-recent-item.h:
13846         * cut-n-paste/recent-files/egg-recent-model.c:
13847         * cut-n-paste/recent-files/egg-recent-util.c:
13848         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13849         * cut-n-paste/recent-files/egg-recent-view.c:
13850
13851         Update
13852
13853 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13854
13855         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13856         (fillGlyph, fillImageMask, drawImage):
13857         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13858         pdf/splash/SplashTypes.h:
13859         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13860         packed mode for Splash.
13861
13862         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13863         RGB8 packed mode, eliminates the pixbuf data creation loop.
13864
13865         * shell/ev-print-job.c (ev_print_job_finalize)
13866         (ev_print_job_set_property, ev_print_job_get_property)
13867         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13868         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13869         (print_closure_finalize, ev_print_job_print): implement
13870         printing (for backends with EvPsExporter)
13871
13872         * shell/ev_print_job.h: update prototypes.
13873
13874         * shell/ev-window.c (ev_window_print): unref print job after
13875         printing.
13876
13877         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13878         unless the document implements the EvDocumentFind interface.
13879
13880 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13881
13882         * configure.ac: Added ja to ALL_LINGUAS.
13883
13884 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13885
13886         * pdf/xpdf/pdf-document.cc:
13887
13888         add a FIXME. We should probably not allocate
13889         a bookmark object every time
13890
13891 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13892
13893         * shell/ev-application.c: (ev_application_open),
13894         (ev_application_open_bookmark):
13895         * shell/ev-application.h:
13896         
13897         Add a way to open bookmarks
13898
13899         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13900         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13901         (ev_bookmark_set_property), (ev_bookmark_class_init),
13902         (ev_bookmark_new_title), (ev_bookmark_new_link),
13903         (ev_bookmark_new_external):
13904
13905         Support for external uris, better constructors.
13906
13907         * backend/ev-bookmark.h:
13908         * pdf/xpdf/pdf-document.cc:
13909         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13910
13911         Handle external uris
13912
13913 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13914
13915         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13916         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13917
13918         Hook up bookmarks navigation
13919
13920 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13921
13922         * backend/Makefile.am:
13923         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13924         (ev_bookmark_get_title), (ev_bookmark_set_title),
13925         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13926         (ev_bookmark_get_page), (ev_bookmark_set_page),
13927         (ev_bookmark_get_property), (ev_bookmark_set_property),
13928         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13929         (ev_bookmark_new):
13930         * backend/ev-bookmark.h:
13931         * backend/ev-document-bookmarks.c:
13932         (ev_document_bookmarks_get_bookmark):
13933         * backend/ev-document-bookmarks.h:
13934         * pdf/xpdf/pdf-document.cc:
13935         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13936
13937         Add a bookmark object to the backend and use it instead of get_values
13938
13939 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13940
13941         * data/evince-ui.xml:
13942
13943         Cleanup and add select all.
13944
13945         * shell/ev-view.c: (ev_view_select_all),
13946         (ev_view_button_press_event):
13947         * shell/ev-view.h:
13948         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13949
13950         Add select all.
13951         Clear selection on click.
13952
13953 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13954
13955         * shell/ev-sidebar-thumbnails.c
13956         (ev_sidebar_thumbnails_set_document): forgot to unref the
13957         loading_icon.
13958
13959 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13960
13961         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13962         at the visible page, not just linearly.  This makes it look fast.
13963
13964 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13965
13966         * backend/ev-document-misc.c
13967         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13968         white.
13969         * backend/ev-document-thumbnails.h: New interface to get the size
13970         of a page.
13971
13972 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13973
13974         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13975         make dist works
13976
13977 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13978
13979         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13980         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13981         things up a bit.
13982
13983         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13984
13985 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13986
13987         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13988         fonts. Should fix font problems on systems that have the base
13989         fonts in bitmap format. Reported by James Henstridge
13990         <james@jamesh.id.au>.
13991
13992 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13993
13994         * pdf/xpdf/Gfx.cc:
13995         * pdf/xpdf/GfxState.cc:
13996
13997         Fix for CAN-2004-1125
13998
13999 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14000
14001         * shell/ev-view.c: (ev_view_copy):
14002         * shell/ev-view.h:
14003         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14004
14005         Implement Edit->Copy
14006
14007 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14008
14009         * backend/ev-document.c: (ev_document_get_text):
14010         * backend/ev-document.h:
14011         * pdf/xpdf/pdf-document.cc:
14012         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14013         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14014         (ev_view_update_primary_selection), (ev_view_button_press_event),
14015         (ev_view_motion_notify_event), (ev_view_button_release_event):
14016
14017         Beginnings of clipboard support. Incomplete but primary sort
14018         of work.
14019
14020 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14021
14022         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14023         (expose_bin_window):
14024
14025         Nicer rubberband drawing, from GtkIconView.
14026
14027 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14028
14029         * backend/ev-document.c: (ev_document_save):
14030         * backend/ev-document.h:
14031         * data/evince-ui.xml:
14032         * pdf/xpdf/pdf-document.cc:
14033         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14034
14035         Implement "Save a copy..." menu item
14036
14037 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14038
14039         * shell/ev-view.c: (ev_view_zoom):
14040
14041         Queue a resize when zoom changes
14042
14043 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14044
14045         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14046         shadows.
14047
14048         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14049         thumbnails..
14050
14051 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14052
14053         * pdf/xpdf/pdf-document.cc
14054         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14055
14056 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14057
14058         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14059         It's slow, but I'll speed it up next!
14060
14061 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14062
14063         * shell/main.c (load_files):
14064
14065         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14066         from the command line and because it seems more appropriate.
14067
14068 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14069
14070         * data/evince-ui.xml:
14071         * shell/ev-window.c: (update_action_sensitivity),
14072         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14073
14074         s/next page/page down
14075         s/previous page/page up
14076
14077 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14078
14079         * data/evince-ui.xml:
14080
14081         Change the layout to match clarkbw design.
14082
14083         * shell/Makefile.am:
14084         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14085         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14086         (ev_navigation_action_finalize),
14087         (ev_navigation_action_set_property),
14088         (ev_navigation_action_get_property),
14089         (ev_navigation_action_class_init):
14090         * shell/ev-navigation-action.h:
14091
14092         Implement clarkbw toolbar navigation controls (incomplete)
14093
14094         * shell/ev-page-action.c: (update_label), (update_spin),
14095         (value_changed_cb), (create_tool_item), (connect_proxy),
14096         (ev_page_action_init), (ev_page_action_finalize),
14097         (ev_page_action_set_property), (ev_page_action_get_property),
14098         (ev_page_action_set_current_page),
14099         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14100         * shell/ev-page-action.h:
14101
14102         Implement a page switcher in the toolbar
14103
14104         * shell/ev-view.c: (ev_view_scroll_view):
14105         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14106         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14107         (register_custom_actions), (ev_window_init):
14108
14109         Change page on PageUp/Down.
14110
14111 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14112
14113         * pdf/xpdf/pdf-document.cc
14114         (pdf_document_thumbnails_get_thumbnail): initial stab at
14115         implementing thumbnail support for pdfs.  It only does documents
14116         with precached pdfs now.
14117
14118 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14119
14120         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14121         thumbnail code into a time-based idle as well.  Also, turn off the
14122         shadow temporarily as it's really slow.
14123
14124 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14125
14126         * backend/ev-document.c: (ev_document_class_init):
14127         * pdf/xpdf/pdf-document.cc:
14128         * shell/ev-window.c: (ev_window_open):
14129
14130         Fix document title bugs and fallback to
14131         filename when not available.
14132
14133 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14134
14135         * backend/ev-document.c: (ev_document_get_type),
14136         (ev_document_class_init), (ev_document_load),
14137         (ev_document_get_title):
14138         * backend/ev-document.h:
14139         * pdf/xpdf/pdf-document.cc:
14140         * ps/ps-document.c: (ps_document_set_property),
14141         (ps_document_get_property), (ps_document_class_init),
14142         (document_load):
14143         * ps/ps-document.h:
14144         * ps/ps.h:
14145         * shell/ev-window.c: (update_window_title), (ev_window_open),
14146         (ev_window_init):
14147
14148         Initial support for document title. Not working yet.
14149
14150 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14151
14152         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14153
14154         Grab focus on the view when clicking it
14155
14156 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14157
14158         * shell/ev-marshal.list:
14159         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14160         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14161
14162         Add key bindings to the view. Now if the focus would work
14163         right...
14164
14165 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14166
14167         * Makefile.am:
14168         * backend/Makefile.am:
14169         * data/Makefile.am:
14170         * dvi/Makefile.am:
14171         * dvi/dvilib/Makefile.am:
14172         * pdf/xpdf/Makefile.am:
14173         * po/POTFILES.in:
14174         * ps/Makefile.am:
14175
14176         Fix distcheck
14177
14178 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14179
14180         * shell/ev-view.c: (ev_view_realize):
14181
14182         Fix mouse wheel scrolling
14183
14184 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14185
14186         * ps/Makefile.am:
14187         * ps/gstypes.h:
14188         * ps/gtkgs.c:
14189         * ps/gtkgs.h:
14190         * ps/ps-document.c: (catchPipe), (ps_document_init),
14191         (ps_document_class_init), (ps_document_cleanup),
14192         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14193         (set_up_page), (close_pipe), (is_interpreter_ready),
14194         (interpreter_failed), (output), (input), (start_interpreter),
14195         (stop_interpreter), (file_length), (file_readable),
14196         (check_filecompressed), (check_pdf), (compute_xdpi),
14197         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14198         (ps_document_get_type), (ps_document_emit_error_msg),
14199         (document_load), (ps_document_next_page),
14200         (ps_document_get_current_page), (ps_document_get_page_count),
14201         (ps_document_goto_page), (ps_document_set_page_size),
14202         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14203         (ps_document_load), (ps_document_get_n_pages),
14204         (ps_document_set_page), (ps_document_get_page),
14205         (ps_document_widget_event), (ps_document_set_target),
14206         (ps_document_set_scale), (ps_document_set_page_offset),
14207         (ps_document_get_page_size), (ps_document_render),
14208         (ps_document_document_iface_init):
14209         * ps/ps-document.h:
14210         * ps/ps.c:
14211         * shell/ev-window.c: (ev_window_open):
14212
14213         Rename GtkGS to PSDocument
14214
14215 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14216
14217         * ps/gtkgs.c: (gtk_gs_class_init):
14218         * ps/gtkgs.h:
14219
14220         Some more leftover...
14221
14222 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14223
14224         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14225         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14226         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14227         * ps/gtkgs.h:
14228
14229         Remove unused code and make a lot of stuff private
14230
14231 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14232
14233         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14234         (gtk_gs_defaults_changed):
14235         * ps/gsdefaults.h:
14236         * ps/gtkgs.c:
14237         * ps/gtkgs.h:
14238         * ps/ps.h:
14239
14240         Cleanup headers dependencies
14241
14242 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14243
14244         * ps/Makefile.am:
14245         * ps/ggvutils.c:
14246         * ps/ggvutils.h:
14247         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14248         * ps/gsdefaults.h:
14249         * ps/gtkgs.c: (file_length), (file_readable),
14250         (check_filecompressed), (check_pdf), (gtk_gs_load),
14251         (gtk_gs_get_postscript):
14252
14253         Get rid of ggvutils
14254
14255 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14256
14257         * ps/ggvutils.c:
14258         * ps/ggvutils.h:
14259         * ps/gsio.h:
14260         * ps/gtkgs.c: (gtk_gs_set_zoom):
14261
14262         Cleanups
14263
14264 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14265
14266         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14267
14268         Ensure the page is rerendered when changing zoom
14269
14270 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14271
14272         * backend/ev-document.c: (ev_document_base_init),
14273         (ev_document_changed):
14274         * backend/ev-document.h:
14275
14276         Add a changed event that is emitted when the page content
14277         changes. This is necessary to deal with the fact that
14278         in ps backend rendering happen asycrounously.
14279         This makes the ps backend mostly work.
14280
14281         * pdf/xpdf/pdf-document.cc:
14282
14283         Emit changed event
14284
14285         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14286         (ps_document_set_target):
14287
14288         Emit changed event
14289
14290         * shell/ev-view.c: (document_changed_callback),
14291         (ev_view_set_document), (ev_view_set_page):
14292
14293         Redraw on the changed signal
14294
14295 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14296
14297         * configure.ac: Added pt_BR to ALL_LINGUAS.
14298
14299 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14300
14301         * backend/ev-document-bookmarks.c:
14302         (ev_document_bookmarks_get_child): *
14303         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14304         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14305         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14306         (ev_sidebar_bookmarks_destroy),
14307         (ev_sidebar_bookmarks_class_init),
14308         (ev_sidebar_bookmarks_construct), (stack_data_free),
14309         (do_one_iteration), (populate_bookmarks_idle),
14310         (ev_sidebar_bookmarks_clear_document),
14311         (ev_sidebar_bookmarks_set_document): *
14312         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14313         (ev_sidebar_add_page),
14314         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14315         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14316         it displays both the topics and the page numbers.
14317
14318 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14319
14320         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14321         toggle.
14322         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14323         visible.
14324
14325 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14326
14327         * configure.ac: Added en_CA to ALL_LINGUAS.
14328
14329 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14330
14331         * ChangeLog: replace bottom of this ChangeLog (merged history of
14332         ggv and gpdf; where all paths were wrong and most of the files are
14333         not even in this tree) with ChangeLog (from arch) of the shell
14334         code.
14335
14336 2004-12-23  Havoc Pennington  <hp@redhat.com>
14337
14338         * shell/ev-window.c: hook up potentially-questionable "find
14339         results status text" feature - something involving the sidebar or
14340         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14341         might be better in the end.
14342
14343         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14344         with corresponding signal when it should be updated
14345
14346         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14347
14348 2004-12-22  Havoc Pennington  <hp@redhat.com>
14349
14350         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14351         find stuff on other pages, sort of (only returns one result on
14352         invisible pages, to show they have results; updates full results
14353         for a page when you view it). Currently repaints the current page
14354         every time a new result is found on any page, which isn't so nice.
14355
14356 2004-12-22  Havoc Pennington  <hp@redhat.com>
14357
14358         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14359         the document doesn't support find (better ideas?)
14360         (find_bar_search_changed_cb): handle missing document or document
14361         that doesn't support find
14362
14363         * pdf/xpdf/pdf-document.cc: port to implement the new
14364         EvDocumentFindIface
14365
14366         * backend/ev-document-find.c: create a new interface for searching
14367
14368         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14369
14370 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14371
14372         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14373         libevbackend.la.
14374
14375         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14376         EvPrintJob constructor arguments.
14377
14378         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14379         for documents that can export PostScript (page by page).
14380
14381         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14382         
14383         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14384         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14385         (pdf_document_ps_exporter_iface_init:
14386         Implement EvPSExporter.
14387
14388         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14389
14390 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14391
14392         * backend/Makefile.am:
14393         * backend/ev-document-thumbnails.c:
14394         (ev_document_thumbnails_get_type),
14395         (ev_document_thumbnails_get_thumbnail):
14396         * backend/ev-document-thumbnails.h:
14397         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14398         (pixbuf_document_thumbnails_get_thumbnail),
14399         (pixbuf_document_document_thumbnails_iface_init):
14400         * shell/Makefile.am:
14401         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14402         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14403         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14404         * shell/ev-sidebar-thumbnails.h:
14405         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14406         (ev_sidebar_set_document):
14407         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14408         (create_shadow), (ev_pixbuf_add_shadow):
14409         * shell/ev-utils.h:
14410         Add thumbnail support.
14411         
14412 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14413
14414         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14415         (using_postscript_printer): Set up a print dialog for "PostScript
14416         injection" method.
14417
14418         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14419         EvPrintJob.
14420
14421         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14422
14423 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14424
14425         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14426         (ps_document_set_target), (ps_document_get_page_size),
14427         (ps_document_render):
14428         * ps/gtkgs.h:
14429
14430         Fix a few bugs
14431
14432 2004-12-22  Christian Rose  <menthos@menthos.com>
14433
14434         * configure.ac: Added "sv" to ALL_LINGUAS.
14435
14436 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14437
14438         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14439         document supports bookmarks.
14440
14441 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14442
14443         * ps/ggvutils.c: (ggv_file_readable):
14444         * ps/ggvutils.h:
14445         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14446         (gtk_gs_get_postscript):
14447
14448         Remove unused utils
14449
14450 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14451
14452         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14453         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14454         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14455         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14456         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14457         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14458         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14459         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14460         (gtk_gs_set_antialiasing), (ps_document_load),
14461         (ps_document_render):
14462         * ps/gtkgs.h:
14463
14464         Another check point for the ps backend. Now I can get it to show
14465         pages!
14466
14467 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14468
14469         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14470         document setting code.
14471
14472 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14473
14474         * shell/eggfindbar.c: (entry_activate_callback):
14475         Animate the next button when activate is pressed.
14476         
14477 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14478
14479         * shell/ev-window.c: (ev_window_cmd_edit_find),
14480         (update_fullscreen_popup), (ev_window_fullscreen),
14481         (ev_window_unfullscreen), (ev_window_state_event_cb),
14482         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14483         Fix bugs in fullscreen code.
14484         
14485 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14486
14487         * Makefile.am:
14488         * configure.ac:
14489         * pixbuf/Makefile.am:
14490         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14491         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14492         (pixbuf_document_set_page), (pixbuf_document_get_page),
14493         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14494         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14495         (pixbuf_document_render), (pixbuf_document_begin_find),
14496         (pixbuf_document_end_find), (pixbuf_document_finalize),
14497         (pixbuf_document_class_init),
14498         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14499         * pixbuf/pixbuf-document.h:
14500         * shell/Makefile.am:
14501         * shell/ev-application.c: (ev_application_open):
14502         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14503         (ev_window_open):
14504         Add pixbuf backend.
14505         
14506 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14507
14508         * Makefile.am: 
14509         * dvi/dvilib/Makefile.am:
14510         * dvi/Makefile.am:
14511         * configure.ac: Auto*ify dvi and dvi/dvilib
14512
14513         * dvi/Makefile: Remove from CVS
14514         
14515         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14516         confusion.
14517
14518         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14519         
14520         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14521         
14522 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14523
14524         * ps/Makefile.am:
14525         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14526         (gtk_gs_value_adjustment_changed), (compute_size),
14527         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14528         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14529         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14530         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14531         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14532         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14533         (ps_document_load), (ps_document_get_n_pages),
14534         (ps_document_set_page), (ps_document_get_page),
14535         (ps_document_set_target), (ps_document_set_scale),
14536         (ps_document_set_page_offset), (ps_document_get_page_size),
14537         (ps_document_render), (ps_document_begin_find),
14538         (ps_document_end_find), (ps_document_document_iface_init):
14539         * ps/gtkgs.h:
14540         * shell/Makefile.am:
14541         * shell/ev-window.c: (ev_window_open):
14542
14543         Some work to integrate gtkgs with EvDocument
14544
14545 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14546
14547         * shell/ev-window.c: (update_fullscreen_popup),
14548         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14549         (exit_fullscreen_button_clicked_cb),
14550         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14551         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14552         (ev_window_state_event_cb), (ev_window_init):
14553         Add fullscreen support from Epiphany.
14554         
14555 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14556
14557         * data/ev-stock-zoom-fit-width.png: fit-width
14558         stock icon from gpdf.
14559         
14560         * shell/ev-stock-icons.[ch]: copied from gpdf.
14561         
14562         * shell/main.c: (main): init stock icons.
14563         
14564         * shell/ev-window.c: use the fit-width icon.
14565         
14566         * data/evince-ui.xml: add zooming toolbar items.
14567
14568 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14569
14570         * shell/ev-view.c: 
14571         (ev_view_best_fit), (ev_view_fit_width): because
14572         get_page_size() returns the scaled page size, we
14573         need to calculate the scale factor relative to
14574         the previous scale factor. Should really just
14575         add get_real_page_size().
14576
14577 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14578
14579         * shell/ev-view.[ch]:
14580         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14581         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14582         add zooming.
14583         
14584         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14585         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14586         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14587         hook it up.
14588         
14589         * pdf/xpdf/pdf-document.cc:
14590         (pdf_document_begin_find),
14591         (pdf_document_end_find): make static.
14592
14593 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14594
14595         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14596
14597         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14598         names to fontconfig patterns.
14599         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14600
14601         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14602         setupBaseFontsFc.
14603
14604 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14605
14606         * Makefile.am:
14607         * configure.ac:
14608         * ps/Makefile.am:
14609         * ps/ggvutils.c:
14610         * ps/ggvutils.h:
14611         * ps/gsdefaults.c:
14612         * ps/gsdefaults.h:
14613         * ps/gsio.c:
14614         * ps/gsio.h:
14615         * ps/gtkgs.c:
14616         * ps/gtkgs.h:
14617         * ps/ps.c:
14618         * ps/ps.h:
14619
14620         Import ggv backend. Not hooked up yet.
14621
14622 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14623
14624         * shell/main.c: (load_files), (main): load files
14625         from the command line.
14626
14627 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14628
14629         * configure.ac: don't require bonobo.
14630         
14631         * cut-n-paste/recent-files/*: kill bonobo recent
14632         view.
14633
14634         * shell/ev-window.c:
14635         (ev_window_is_empty): upd.
14636         (unable_to_load), (ev_window_open): load backend
14637         based on the mime type.
14638
14639 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14640
14641         * backend/.cvsignore: ignore generated marshalers source.
14642
14643         * shell/main.c (main): this is not epiphany.
14644
14645 2004-12-22  Havoc Pennington  <hp@redhat.com>
14646
14647         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14648         (expose_bin_window): draw find highlights
14649
14650         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14651         
14652         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14653         (pdf_document_end_find): implement this interface
14654
14655         * backend/ev-document.c (ev_document_found): add this to emit
14656         signal
14657
14658 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14659
14660         * data/evince-ui.xml: Add a few more toolbar items.
14661
14662         * shell/ev-window.c: Hook up page navigation toolbar 
14663         items.
14664
14665         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14666         a page-changed signal.
14667
14668         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14669         Add ev_document_get_page().
14670
14671         * shell/ev-window.c: Sensitize/desensitize navigation
14672         actions.
14673
14674 2004-12-21  Havoc Pennington  <hp@redhat.com>
14675
14676         * backend/ev-backend-marshal.c,
14677         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14678         marshaler-generator thingy. I'm sure there's a better way to do
14679         this in the modern world.
14680
14681         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14682         end_find methods and "found" signal.
14683
14684         * configure.ac: find glib-genmarshal
14685
14686 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14687
14688         * shell/ev-sidebar.c: Construct an actual sidebar.
14689         * shell/ev-sidebar-bookmarks.[ch]:
14690         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14691
14692 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14693
14694         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14695         Redo size handling.
14696         
14697         * shell/ev-view.c: Track the size from the document.
14698
14699 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14700
14701         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14702         constructor assumes ownership of the string passed in.
14703         
14704         * shell/ev-window.c (ev_window_open): Destroy the error
14705         dialog once we've displayed it.
14706
14707 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14708
14709         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14710         a bit, it works! (sort of)
14711
14712         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14713         Move to .cc since we need to use C++ in the implementation.
14714
14715         * shell/dummy.cc: Add a CC file to force evince
14716         to be linked as a C++ program.
14717
14718 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14719
14720         * shell/ev-view.[ch]: Start of content-area widget.
14721
14722         * shell/ev-window.c: Create a EvView, update it
14723         as we change documents.
14724
14725         * shell/Makefile.am shell/ev-marshal.list: Add
14726         generated marshalers.
14727
14728 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14729
14730         * Makefile.am (SUBDIRS): move shell.
14731
14732 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14733
14734         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14735         .a to libtool convenience libraries.
14736
14737         * shell/ev-window.c (ev_window_open): Hard code loading
14738         a PDF document.
14739         
14740         * backend/ev-document.h: Add a boolean return to load(),
14741         fix GError * to GError **.
14742
14743         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14744         object for a PDF backend EvDocument.
14745
14746 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14747
14748         * dvi/*: New directory with the beginning of a .dvi backend.
14749
14750 2004-12-21  Havoc Pennington  <hp@redhat.com>
14751
14752         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14753         previous/next instead of back/forward
14754
14755 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14756
14757         * backend/ev-document.[ch]: Fix a couple of problems so
14758         it compile.
14759
14760 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14761
14762         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14763         to backend/ directory, rename EvViewer to EvDocument.
14764
14765 2004-12-21  Havoc Pennington  <hp@redhat.com>
14766
14767         * shell/ev-window.c: hook up the find bar widget; now we just need
14768         a document to find things in
14769
14770         * shell/eggfindbar.c: a find bar widget
14771
14772 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14773
14774         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14775
14776 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14777
14778         * pdf/**: Import of xpdf code from gpdf. 
14779
14780         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14781
14782         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14783         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14784         Fix FreeType includes.
14785
14786         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14787         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14788         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14789         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14790         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14791         Include xpdfconfig.h
14792         
14793 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14794
14795         * shell/ev-window.c (ev_window_dispose): dispose can be called
14796         multiple times.
14797
14798 2004-12-21  Havoc Pennington  <hp@redhat.com>
14799
14800         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14801         rather than Evince
14802
14803         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14804         items; really they should be synced with the strings, etc. from
14805         current gpdf, but just getting the boring typing out of the way 
14806
14807 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14808
14809         * po/POTFILES.in:
14810         * shell/ev-application.c: (window_destroy_cb):
14811         * shell/ev-window.c:
14812         * shell/main.c: (main):
14813
14814         Actually show the window...
14815
14816 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14817
14818         * Makefile.am:
14819         * shell/Makefile.am:
14820         * shell/ev-application.c: (ev_application_class_init):
14821         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14822
14823         Make it build again
14824
14825 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14826
14827         Import to gnome cvs.
14828         
14829         * Remove copies of gpdf and ggv trees.
14830         * Rip out all the recursive configure code.
14831         * Remove bonobo machinery.
14832         * viewer/*: GInterfaces that backends should/can implement.
14833
14834 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14835
14836         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14837         typo
14838
14839 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14840
14841         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14842         (ev_application_finalize, ev_application_class_init)
14843         (ev_application_init): use GType instance private data for priv.
14844
14845         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14846         (ev_window_finalize, ev_window_class_init)
14847         (ev_window_init): ditto.
14848
14849 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14850
14851         * shell/ev-application.c (ev_application_new_window): make public
14852         (ev_application_show_initial_window): kill.
14853
14854         * shell/ev-application.h: update prototypes.
14855
14856         * shell/main.cc (main): inline ev_application_show_initial_window.
14857
14858 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14859
14860         * shell/ev-application.c (ev_application_new_window): impl.
14861         (ev_application_show_initial_window): use it.
14862         (is_window_empty, ev_application_get_empty_window): returns an
14863         existing empty window or a new one.
14864         (ev_application_open): from ev_window_cmd_file_open.
14865
14866         * shell/ev-application.h: update prototypes
14867
14868         * shell/ev-window.c (ev_window_is_empty): impl.
14869         (ev_window_open): make public.
14870         (ev_window_cmd_file_open): use ev_application_open
14871
14872         * shell/ev-window.h: update prototypes, remove unused.
14873
14874 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14875
14876         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14877         move destroy handler out of here...
14878
14879         * shell/ev-application.c, shell/ev-application.h: ...into this new
14880         class. Also handles initial window creation.
14881
14882         * shell/main.cc (main): use EvApplication to create initial
14883         window.
14884
14885 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14886
14887         * Makefile.am (SUBDIRS): add cut-n-paste
14888
14889         * cut-n-paste/Makefile.am: add
14890
14891         * configure.ac: generate Makefiles in cut-n-paste
14892
14893 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14894
14895         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14896         (ev_window_class_init): install ev_window_dispose.
14897
14898 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14899
14900         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14901         char (gchar looks stupid).
14902
14903 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14904
14905         * po/de.po: updated German translation.
14906
14907 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14908
14909         * configure.ac: add more pkg-config library checks for gnome-vfs,
14910         bonobo etc.
14911
14912         * gpdf/configure.in: temporarily disable libpaper
14913         checks. Otherwise I'd have to add the checks for the shell, too.
14914
14915 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14916
14917         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14918         and * file filters to the file choose.
14919
14920 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14921
14922         * po/de.po: Updated German translation.
14923
14924 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14925
14926         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14927
14928 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14929
14930         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14931
14932         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14933         (ev_window_init): implement those menuitems.
14934
14935 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14936
14937         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14938
14939         * shell/ev-window.c (ev_window_init): use the toolbar.
14940
14941 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14942
14943         * shell/ev-window.c (ev_window_init): use menu translations
14944
14945 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14946
14947         * configure.ac: add "de" to ALL_LINGUAS.
14948
14949         * po/de.po: add German translation.
14950
14951 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14952
14953         * Makefile.am (SUBDIRS): add po
14954
14955         * configure.ac: check intltool, glib-gettext etc, generate
14956         po/Makefile.in
14957
14958         * po, po/POTFILES.in, po/POTFILES.skip: new.
14959
14960 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14961
14962         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14963         already use (#ifdef ENABLE_NLS)
14964
14965         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14966         pointer indirection thinko.
14967
14968         * shell/main.c: include gi18n.h for bindtextdomain etc.
14969
14970 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14971
14972         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14973         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14974         tooltips for menu items in the statusbar.
14975
14976 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14977
14978         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14979         pkgdatadir drop UIDIR
14980
14981 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14982
14983         * data/evince-ui.xml: Add File->Open menu item
14984
14985         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14986         chooser), hook it up in the ui manager.
14987
14988 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14989
14990         * shell/ev-window.c: fix Help->About tooltip.
14991
14992 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14993
14994         * configure.ac: set CFLAGS for libevprivate.
14995
14996         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14997         definitions, factory etc.
14998
14999         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15000
15001         * shell/Makefile.am: link against libevprivate.a.
15002
15003         * shell/ev-window.c (entries): add stock icon to Help->About.
15004
15005         * shell/main.c (main): init stock icon code.
15006
15007 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15008
15009         * lib/recent-files: egg recent files code
15010
15011         * lib/Makefile.am: add.
15012
15013         * Makefile.am: add lib subdir.
15014
15015         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15016         set CFLAGS for recent-files.
15017
15018 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15019
15020         * configure.ac: disable -ansi and -pedantic gcc flags. They
15021         disable POSIX stuff in stdio.h, but egg-recent uses them.
15022
15023 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15024
15025         * configure.ac: add --disable-deprecated flag (defaults to on in
15026         "cvs" builds).
15027
15028         * shell/Makefile.am (INCLUDES): use it.
15029
15030 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15031
15032         * shell/main.c: add missing #include.
15033
15034         * shell/ev-window.c: fix for pedantic gcc.
15035         (ev_window_cmd_help_about): split license into paragraphs for
15036         translators and pedantic compilers.
15037
15038 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15039
15040         * configure.ac: add more warning flags if compiling with gcc from
15041         cvs (or explicitly requested with --enable-more-warnings).
15042
15043 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15044
15045         * data/evince-ui.xml: add File and File->Close menu.
15046
15047         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15048         (ev_window_destroy): quit after destroy.
15049         (ev_window_class_init): override GtkObject::destroy.
15050         (entries): install close_window callback.
15051
15052 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15053
15054         * Makefile.am (SUBDIRS): add data subdir.
15055
15056         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15057         gtk+ 2.5.0 for GtkAboutDialog.
15058
15059         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15060         main window.
15061
15062         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15063
15064         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15065         manager.
15066         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15067
15068 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15069
15070         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15071
15072 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15073
15074         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15075
15076 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15077
15078         * shell/*: Added shell directory boilerplate, build it.
15079
15080 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15081
15082         * configure.ac, Makefile.am: Added top-level configure.ac and
15083         Makefile.am