]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
ae7ec15dfe669839ba0cd0d82c21a872ec201143
[evince.git] / ChangeLog
1 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
4         * shell/ev-window.c: (ev_window_load_job_cb),
5         (ev_window_load_job_cb), (ev_window_open_uri),
6         (ev_window_reload_local), (ev_window_dispose):
7
8         Remove dest, mode and search_string from EvJobLoad since they are
9         not really needed by the job, but for the window.
10         
11 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
12
13         * shell/ev-view.c: (ev_view_drag_data_received),
14         (ev_view_class_init), (ev_view_init):
15         * shell/ev-window.c: (ev_window_drag_data_received),
16         (ev_window_class_init), (ev_window_init):
17
18         Make the whole EvWindow the destination of a drag and drop
19         operation.
20         
21 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * shell/ev-window.c: (window_open_file_copy_progress_cb):
24
25         Add missing brakets around the percentage in progress
26         messages. See bug #567910.
27         
28 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * shell/ev-application.c: (ev_application_open_window),
31         (ev_application_open_uri_at_dest):
32
33         Do no use gdk_x11_* when not available. Based on patch by Hib
34         Eris, see bug #339172.
35         
36 2009-01-16  Hib Eris  <hib@hiberis.nl>
37
38         * configure.ac:
39         * properties/ev-properties-view.c:
40         (ev_properties_view_format_date):
41
42         Check for localtime_r. See bug #339172.
43         
44 2009-01-16  Hib Eris  <hib@hiberis.nl>
45
46         * shell/main.c:
47
48         Include gdkx only for dbus support. See bug #339172.
49         
50 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
51
52         * shell/ev-view.c: (ev_view_set_zoom_for_size):
53
54         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
55         #567785.
56         
57 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
58
59         * shell/ev-window.c: (reload_remote_copy_progress_cb),
60         (window_save_file_copy_progress_cb):
61
62         Use brakets around the percentage in progress messages. See bug
63         #567910.
64         
65 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
66
67         * shell/ev-window.c: (reload_remote_copy_ready_cb):
68
69         Fix typo in error message. See bug #567910.
70         
71 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * shell/ev-window.c: (ev_window_cmd_file_close_window):
74
75         Fix mnemonic conflict. Fixes bug #567937.
76         
77 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
78
79         * NEWS:
80         * configure.ac:
81
82         Update for release 2.25.4
83         
84 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
85
86         * configure.ac:
87         
88         GLib version requirement bumped to 2.18 due to g_set_error_literal.
89         Thanks to Christian Spurk.
90
91 2008-12-31  Hib Eris  <hib@hiberis.nl>
92         
93         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
94
95         Fix mime type handling.
96         
97 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
98
99         * po/POTFILES.in:
100
101         Add ev-print-operation.c.
102         
103 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
104
105         * shell/ev-window.c: (ev_window_clear_progress_idle),
106         (reset_progress_idle), (ev_window_show_progress_message),
107         (ev_window_reset_progress_cancellable),
108         (ev_window_progress_response_cb), (show_loading_progress),
109         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
110         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
111         (show_reloading_progress), (reload_remote_copy_ready_cb),
112         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
113         (show_saving_progress), (window_save_file_copy_ready_cb),
114         (window_save_file_copy_progress_cb), (ev_window_save_remote),
115         (ev_window_dispose):
116
117         Show progress information when loading/saving remote files. Fixes
118         bug #370958.
119         
120 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
121
122         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
123
124         Show better warning message when temp file cannot be deleted.
125         
126 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
127
128         * shell/ev-window.c: (image_save_dialog_response_cb):
129
130         Fix saving images to remote locations.
131         
132 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
133
134         * shell/ev-application.[ch]: (ev_application_shutdown),
135         (ev_application_get_print_settings_file),
136         (ev_application_save_print_settings),
137         (ev_application_get_print_settings),
138         (ev_application_set_print_settings),
139         (ev_application_get_page_setup), (ev_application_set_page_setup):
140         * shell/ev-window.c: (ev_window_save_print_page_setup),
141         (ev_window_load_print_page_setup_from_metadata),
142         (ev_window_print_page_setup_done_cb),
143         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
144         (ev_window_cmd_preview_print):
145
146         Remember page setup options too. Paper size is globally remembered
147         while page margins are stored per document in metadata file. Fixes
148         bugs #525185 and #349102.
149         
150 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
151
152         * shell/ev-print-operation.c:
153         (ev_print_operation_export_print_dialog_response_cb):
154
155         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
156         
157 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
158
159         * shell/ev-print-operation.c: (export_cancel),
160         (export_job_cancelled), (ev_print_operation_export_begin),
161         (ev_print_operation_export_cancel):
162         * shell/ev-window.c: (ev_window_print_cancel),
163         (ev_window_print_update_pending_jobs_message),
164         (ev_window_print_operation_done),
165         (ev_window_print_operation_status_changed),
166         (print_jobs_confirmation_dialog_response),
167         (ev_window_cmd_file_close_window):
168
169         Show a confirmation dialog when there are pending print jobs while
170         closing the main window. Fixes bug #480964.
171         
172 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
173
174         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
175         (ev_print_operation_get_job_name),
176         (ev_print_operation_get_status),
177         (ev_print_operation_get_progress),
178         (ev_print_operation_update_status),
179         (ev_print_operation_export_get_job_name), (clamp_ranges),
180         (get_first_and_last_page), (ev_print_operation_export_run_next),
181         (print_job_finished), (export_print_done), (export_job_cancelled),
182         (update_progress), (export_print_page),
183         (ev_print_operation_export_begin),
184         (ev_print_operation_export_print_dialog_response_cb),
185         (ev_print_operation_export_run),
186         (ev_print_operation_export_cancel),
187         (ev_print_operation_export_class_init):
188         * shell/ev-window.c:
189         (ev_window_print_update_pending_jobs_message),
190         (ev_window_print_operation_done),
191         (ev_window_print_progress_response_cb),
192         (ev_window_print_operation_status_changed),
193         (ev_window_print_operation_begin_print), (ev_window_print_range),
194         (ev_window_dispose):
195
196         Show progress information when printing. Fixes bug #482770.
197         
198 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * shell/Makefile.am:
201         * shell/ev-progress-message-area.[ch]:
202         * shell/ev-message-area.[ch]: (ev_message_area_init),
203         (ev_message_area_set_image_from_stock):
204
205         Add EvProgressMessageArea derived from EvMessageArea to show
206         progress information in the message area. 
207         
208 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
209
210         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
211
212         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
213         close button. Add a function to get the contents of the message
214         area.
215         
216 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
217
218         * shell/Makefile.am:
219         * shell/ev-print-operation.[ch]:
220         * shell/ev-jobs.[ch]: (ev_job_export_init),
221         (ev_job_export_dispose), (ev_job_export_run),
222         (ev_job_export_class_init), (ev_job_export_new),
223         (ev_job_export_set_page):
224         * shell/ev-window.c: (ev_window_print_operation_done),
225         (ev_window_print_range), (ev_window_dispose):
226
227         First step of the printing system rework. EvJobPrint has been
228         replaced by EvJobExport so that every page is scheduled to be
229         exported in a thread instead of scheduling the whole printing
230         process. This way the gui is responsive during printing.
231         
232 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
233
234         * shell/ev-window.c: (setup_size_from_metadata),
235         (ev_window_load_print_settings_from_metadata):
236
237         Fix memory leaks.
238         
239 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
240
241         * libdocument/ev-document.c: (ev_document_get_type):
242
243         Add GObject type as prerequisite to EvDocument interface so that
244         document instances can be used as GObjects.
245         
246 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * shell/ev-view.c: (jump_to_find_result):
249
250         Only jump the the location of the find result for the first match
251         when searching. It drastically improves the performance when
252         searching. Bug catched and fixed by Michael Hunold. Fixes bug
253         #564774.
254         
255 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
256
257         * properties/ev-properties-main.c: (ev_properties_get_pages):
258         * properties/ev-properties-view.[ch]:
259         (ev_properties_view_dispose), (ev_properties_view_class_init),
260         (ev_properties_view_set_info), (ev_properties_view_new):
261         * shell/ev-properties-dialog.[ch]:
262         (ev_properties_dialog_set_document):
263         * shell/ev-window.c: (ev_window_setup_document),
264         (ev_window_cmd_file_properties):
265
266         Add document URI to properties page. Fixes bug #555376.
267         
268 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
269
270         * configure.ac:
271         * data/Makefile.am:
272         * data/evince-password.glade: Removed
273         * data/evince-properties.glade: Removed
274         * properties/ev-properties-view.c:
275         (ev_properties_view_class_init), (set_property),
276         (ev_properties_view_set_info), (ev_properties_view_init):
277         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
278         (font_cell_data_func), (ev_properties_fonts_init):
279
280         Remove Glade dependency.
281         
282 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
283
284         * backend/comics/comics-document.c: (comics_document_load):
285
286         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
287         
288 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
289
290         * NEWS:
291         * configure.ac:
292
293         Update for release 2.25.2
294         
295 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
296
297         * configure.ac:
298         * shell/Makefile.am:
299         * shell/ev-keyring.[ch]:
300         * shell/ev-password.[ch]: Removed
301         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
302         (ev_password_view_class_init), (ev_password_view_clicked_cb),
303         (ev_password_view_init), (ev_password_view_set_uri),
304         (ev_password_dialog_got_response),
305         (ev_password_dialog_remember_button_toggled),
306         (ev_password_dialog_entry_changed_cb),
307         (ev_password_dialog_entry_activated_cb),
308         (ev_password_view_ask_password), (ev_password_view_get_password),
309         (ev_password_view_get_password_save_flags),
310         (ev_password_view_new):
311         * shell/ev-window.c: (ev_window_password_view_unlock),
312         (ev_window_load_job_cb), (ev_window_close_dialogs),
313         (ev_window_init):
314
315         Rework the password view. When the password is in the keyring it's
316         used automatically without showing the password dialog and it's  
317         only stored in the keyring when we are sure it's correct. The
318         password dialog has been reworked too, in order to make it
319         more hig compliant and consistent with the GTK+ dialog used in
320         gtkmountoperation. Fixes bug #562496. 
321         
322 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
323
324         * backend/comics/comics-document.c: (comics_document_load):
325
326         Do not trust file extensions when getting the command needed to
327         uncompress comic documents. Fixes bug #562143.
328         
329 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
330
331         * libdocument/ev-document-factory.c: (get_document_from_uri),
332         (ev_document_factory_get_document):
333         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
334         (get_mime_type_from_data), (ev_file_get_mime_type):
335
336         Move mime-type functions from document-facrory to file-helpers so
337         that it can be reused.
338         
339 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
340
341         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
342         (window_open_file_copy_ready_cb), (ev_window_reload_local),
343         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
344         (ev_window_reload_remote), (ev_window_reload_document):
345
346         Add support for reloading remote documents. Fixes bug #555399.
347         
348 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
349
350         * shell/ev-view.c: (ev_view_find_previous):
351
352         Make sure find_result is never < 0 which causes a crash while
353         searching. Fixes bug #558377.
354         
355 2008-11-19  Marek Kašík <mkasik@redhat.com>
356
357         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
358         (ev_pixbuf_cache_get_selection_surface):
359         
360         Fixes crash on fast scrolling with simultaneous text selection.
361
362 2008-11-19  Marek Kašík <mkasik@redhat.com>
363
364         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
365         * shell/ev-window.c (launch_external_uri):
366         
367         Fixes assertion fail on selecting text. See bug #561393.
368
369 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * shell/Makefile.am:
372         * shell/ev-jobs.[ch]: (ev_job_layers_init),
373         (ev_job_layers_dispose), (ev_job_layers_run),
374         (ev_job_layers_class_init), (ev_job_layers_new):
375         * shell/ev-sidebar-layers.[ch]:
376         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
377         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
378         (ev_view_reload_page), (ev_view_reload):
379         * shell/ev-window.c: (setup_sidebar_from_metadata),
380         (ev_window_sidebar_current_page_changed_cb),
381         (sidebar_layers_visibility_changed), (ev_window_init):
382
383         Add layers support.
384         
385 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * data/icons/22x22/actions/Makefile.am:
388         * data/icons/22x22/actions/eye.png:
389         * shell/ev-stock-icons.[ch]:
390         
391         Add eye icon from gimp to hide/show layers.
392         
393 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
394
395         * configure.ac:
396         * cut-n-paste/Makefile.am:
397         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
398         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
399         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
400
401         Add GimpCellRendererToggle from gimp slightly modified to fit our
402         needs. 
403         
404 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
405
406         * configure.ac:
407         * backend/pdf/ev-poppler.cc:
408
409         Implement layers interface in PDF backend.
410         
411 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
412
413         * libdocument/Makefile.am:
414         * libdocument/ev-document-layers.[ch]:
415         * libdocument/ev-layer.[ch]:
416
417         Add optional content (layers) interface.
418         
419 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
420
421         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
422         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
423
424         Removes unused code.
425
426 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
427
428         * NEWS:
429         * configure.ac:
430
431         Update for 2.25.1 release
432
433 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
434
435         * shell/ev-window.c:
436
437         Fix build with GTK+ < 2.14
438
439 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
440
441         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
442         
443         Makes menu label translatable. Fixes bug #559129.
444
445 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
446
447         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
448         (t1_transform_font):
449         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
450         
451         More renames of warning to mdvi_warning in follow up to the
452         fix of the bug #553369. Fix for the bug #559257 by
453         Tuxce <tuxce.net@gmail.com>.
454         
455 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
456
457         * shell/ev-application.c: (ev_application_init_session):
458         * shell/main.c: (main):
459
460         Move the egg_set_desktop_file() call to main and remove
461         gtk_window_set_default_icon_name() since it's already called by
462         egg_set_desktop_file()
463         
464 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
465
466         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
467
468         Initialize GError to NULL.
469         
470 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
471
472         * shell/ev-window.c: (window_save_file_copy_ready_cb),
473         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
474         (ev_window_preview_print_finished), (launch_action):
475
476         Do not use popup dialogs to show error messages anymore, use the
477         message area instead.
478         
479 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
480
481         * shell/ev-window.c: (ev_window_error_message),
482         (ev_window_warning_message), (ev_window_set_document),
483         (ev_window_load_job_cb), (ev_window_load_remote_failed),
484         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
485         (ev_window_cmd_help_contents), (launch_external_uri),
486         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
487         (ev_attachment_popup_cmd_open_attachment),
488         (attachment_save_dialog_response_cb):
489
490         Use a message format (with printf()-style) in
491         ev_window_error_message and ev_window_warning_message.
492
493 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
494
495         * shell/ev-window.c: (ev_window_error_message),
496         (ev_window_warning_message), (ev_window_set_document),
497         (ev_window_load_job_cb), (ev_window_load_remote_failed),
498         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
499         (ev_window_cmd_help_contents), (launch_external_uri),
500         (image_save_dialog_response_cb),
501         (ev_attachment_popup_cmd_open_attachment),
502         (attachment_save_dialog_response_cb):
503
504         Change ev_window_error_message and ev_window_warning_message to
505         receive a EvWindow instead of a GtkWindow. It's more consistent
506         and avoids unneeded casts.
507         
508 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
509
510         * shell/ev-window.c: (ev_window_cmd_help_contents):
511
512         Use gtk_show_uri() when availale to display help contents.
513         
514 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
515
516         * configure.ac:
517         * backend/pdf/ev-poppler.cc:
518         * properties/ev-properties-view.c:
519         * shell/Makefile.am:
520         * shell/ev-tooltip.[ch]: Removed
521         * shell/ev-view-private.h
522         * shell/eggfindbar.c:
523         * shell/ev-application.c:
524         * shell/ev-open-recent-action.c:
525         * shell/ev-sidebar-thumbnails.c:
526         * shell/ev-view.c:
527         * shell/ev-window.c:
528
529         Bump GTK+ requirement to 2.12.
530         
531 2008-10-27 Christian Persch <chpe@gnome.org>
532
533         * backend/djvu/djvu-document.c
534         * backend/dvi/cairo-device.c
535         * cut-n-paste/evmountoperation/ev-mount-operation.h
536         * cut-n-paste/gedit-message-area/gedit-message-area.h
537         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
538         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
539         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
540         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
541         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
542         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
543         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
544         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
545         * cut-n-paste/zoom-control/ephy-zoom-action.c
546         * cut-n-paste/zoom-control/ephy-zoom-action.h
547         * cut-n-paste/zoom-control/ephy-zoom-control.c
548         * cut-n-paste/zoom-control/ephy-zoom-control.h
549         * libdocument/ev-async-renderer.h
550         * libdocument/ev-document-factory.c
551         * libdocument/ev-document-misc.h
552         * libdocument/ev-image.h
553         * libdocument/ev-selection.h
554         * shell/ev-properties-fonts.h
555         * shell/ev-stock-icons.h
556         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
557         directly. Bug #558064.
558
559 2008-10-27 Christian Persch <chpe@gnome.org>
560
561         * cut-and-paste/smclient/*: Update from libegg.
562
563 2008-10-27 Christian Persch <chpe@gnome.org>
564
565         * backend/djvu/djvu-document.c
566         * backend/ps/ev-spectre.c
567         * shell/ev-jobs.c: Use printf safely. Bug #558066.
568
569 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
570
571         * shell/ev-view.c (ev_view_change_page),
572         (ev_view_transition_animation_finish),
573         (ev_view_transition_animation_cancel), (page_changed_cb),
574         (ev_view_set_presentation), (ev_view_next_page),
575         (ev_view_previous_page):
576         
577         Cancel the animation without scheduling transition start
578         and proceed to the next page to fix bug #516749.
579
580 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * NEWS:
583         * configure.ac:
584
585         Update for release 2.24.1
586         
587 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * shell/ev-window.c: (ev_window_cmd_view_presentation):
590
591         Disable toggle function of F5 when in presentation mode. Patch by
592         Dave Neary. Fixes bug #556162.
593         
594 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
595
596         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
597         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
598         (ev_sidebar_thumbnails_fill_model),
599         (ev_sidebar_thumbnails_refresh),
600         (ev_sidebar_thumbnails_set_document):
601
602         Instead of using only one loading icon for thumbnails based on the
603         size of the first page, create an icon for every different page
604         size. Fixes bug #556264.
605         
606 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
607
608         * shell/ev-page-cache.c: (ev_page_cache_finalize):
609
610         Fix memory leak.
611         
612 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
613
614         * shell/ev-window-title.c (ev_window_title_sanitize_title):
615
616         Removes bad prefixes from window title. Patch by 
617         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
618         
619 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
620
621         * shell/ev-window.c: (launch_external_uri):
622
623         Do not consider mailto links as http uris. Fixes bug #555801.
624         
625 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
626
627         * shell/ev-view.c: (merge_selection_region), (clear_selection):
628
629         Fix memory leak. Fixes bug #555134.
630         
631 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
634
635         Emit the job finished signal when the job is handled before the
636         page_ready callback.
637         
638 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
639
640         * shell/ev-window.c: (launch_action):
641
642         Use GdkAppLaunchContext when available to launch external
643         applications.
644         
645 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * shell/ev-window.c: (launch_action):
648
649         Fix launching external applications for launch actions which seems
650         to be broken since the gio port. Fixes bug #554500.
651         
652 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * backend/dvi/Makefile.am:
655         * backend/dvi/cairo-device.c:
656         * backend/dvi/dvi-document.c:
657         * backend/dvi/mdvi-lib/Makefile.am:
658
659         Fix several compile warnings in the dvi backend.
660         
661 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * backend/dvi/mdvi-lib/common.h:
664         * backend/dvi/mdvi-lib/dviread.c:
665         * backend/dvi/mdvi-lib/font.c:
666         * backend/dvi/mdvi-lib/fontmap.c:
667         * backend/dvi/mdvi-lib/fontsrch.c:
668         * backend/dvi/mdvi-lib/gf.c:
669         * backend/dvi/mdvi-lib/pagesel.c:
670         * backend/dvi/mdvi-lib/pk.c:
671         * backend/dvi/mdvi-lib/sp-epsf.c:
672         * backend/dvi/mdvi-lib/special.c:
673         * backend/dvi/mdvi-lib/tfm.c:
674         * backend/dvi/mdvi-lib/tfmfile.c:
675         * backend/dvi/mdvi-lib/util.c:
676         * backend/dvi/mdvi-lib/vf.c:
677
678         Rename error as mdvi_error to avoid symbol conflicts with the libc
679         error. Rename also message, crash, fatal and warning for
680         consistency. Fixes bug #553369.
681         
682 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
683
684         * backend/dvi/dvi-document.c: (dvi_document_load):
685
686         Fix memory leak.
687         
688 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
689
690         * backend/dvi/dvi-document.c:
691
692         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
693         G_IMPLEMENT_INTERFACE.
694         
695 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
696
697         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
698
699         Make sure copy_job_page_and_selection_to_job_info is always called
700         before copy_job_to_job_info. Fixes bug #552382.
701         
702 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
703
704         * NEWS:
705         * configure.ac:
706
707         Update for release 2.24.0
708         
709 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * shell/ev-window.c: (launch_external_uri):
712
713         Use GdkAppLaunchContext when available to launch external uris.
714         
715 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * shell/ev-window.c: (launch_external_uri):
718
719         Use the message area to show errors when lauching external uris
720         instead of a popup window.
721         
722 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
723
724         * shell/ev-window.c: (launch_external_uri):
725
726         Assume invalid uris are http uris. Fixes bug #552071.
727         
728 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
729
730         * NEWS:
731         * configure.ac:
732
733         Update for release 2.23.92.
734         
735 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
736
737         * shell/eggfindbar.c: (egg_find_bar_class_init):
738
739         Allow page scrolling with PageUp/PageDown keys when find bar is
740         active. Fixes bug #529833.
741         
742 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
743
744         * shell/ev-view-private.h:
745         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
746         (ev_view_scroll), (ev_view_class_init):
747         * shell/ev-view-accessible.c:
748         (ev_view_accessible_action_do_action):
749         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
750         (ev_window_cmd_scroll_backward):
751
752         Use GtkScrollType instead of EvScrollType.
753         
754 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
755
756         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
757         
758         Patch for case unsensitive page label match by Michael Lee.
759         See bug #550136.
760         
761         * shell/ev-page-action.c (create_tool_item):    
762         * test/Makefile.am:
763         * test/test1.py:
764         * test/test4.py:
765         * test/test5.py:
766         
767         Added test for the above and updated other tests.
768
769 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * shell/ev-window.c: (image_save_dialog_response_cb):
772
773         Do not append the file extension twice when saving an image.
774         
775 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
778
779         Remove an invalid ifdef.
780         
781 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * shell/ev-view.c: (ev_view_motion_notify_event):
784
785         Make sure the cursor is correctly restored after showing the right
786         click menu.
787         
788 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
791         (ev_attachment_open):
792         * shell/ev-sidebar-attachments.c:
793         (ev_sidebar_attachments_button_press):
794         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
795
796         Use GdkAppLaunchContext when available to open attachments.
797         
798 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
799
800         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
801
802         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
803         by Eric Piel.
804         
805 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
806
807         * shell/ev-application.c: (ev_application_get_media_keys):
808         * shell/ev-media-player-keys.[ch]:
809         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
810         (ev_media_player_keys_grab_keys),
811         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
812         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
813         * shell/ev-window.[ch]: (ev_window_dispose),
814         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
815         (ev_window_init):
816
817         Clean up the media player keys stuff.
818         
819 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
820
821         * NEWS:
822         * configure.ac:
823
824         Update for release 2.23.91.
825         
826 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
827
828         * cut-n-paste/smclient/eggsmclient-xsmp.c:
829         (sm_client_xsmp_set_initial_properties):
830
831         Fix memory leak.
832         
833 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
834
835         * shell/ev-application.c: (ev_application_open_window),
836         (ev_application_open_uri_at_dest):
837
838         Make sure evince starts up in the right workspace when resuming a
839         previous session.
840         
841 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
842
843         * shell/ev-application.[ch]: (ev_application_open_window),
844         (ev_application_add_icon_path_for_screen),
845         (ev_application_open_uri_at_dest):
846
847         Fix window manager warnings shown in ~/.xsession-errors
848         
849 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * configure.ac:
852         * cut-n-paste/Makefile.am:
853         * cut-n-paste/smclient/Makefile.am:
854         * cut-n-paste/smclient/eggdesktopfile.[ch]:
855         * cut-n-paste/smclient/eggsmclient-private.h:
856         * cut-n-paste/smclient/eggsmclient-xsmp.c:
857         * cut-n-paste/smclient/eggsmclient.[ch]:
858
859         EggSMClient copied from libegg
860
861         * libdocument/ev-file-helpers.c: (ev_dot_dir):
862         * shell/Makefile.am:
863         * shell/ev-application.[ch]: (ev_application_load_session),
864         (smclient_save_state_cb), (smclient_quit_cb),
865         (ev_application_init_session), (ev_application_shutdown),
866         (ev_application_init):
867         * shell/main.c: (main):
868
869         Use EggSMClient instead of gnome-client and remove libgnome and
870         libgnomeui dependencies.
871         
872 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
873
874         * shell/main.c: (main):
875
876         Remove gnome_authentication_manager_init.
877         
878 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * shell/ev-view.c: (ev_view_goto_window_create):
881
882         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
883         since it's now deprecated.
884         
885 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * backend/djvu/Makefile.am:
888         * backend/djvu/djvu-document-private.h:
889         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
890         (djvu_document_find_iface_init):
891         * backend/djvu/djvu-text-page.[ch]:
892         * backend/djvu/djvu-text.[ch]: Removed
893         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
894         (pdf_document_find_iface_init):
895         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
896         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
897         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
898         (ev_job_find_get_n_results), (ev_job_find_get_progress),
899         (ev_job_find_has_results), (ev_job_find_get_results):
900         * shell/ev-view-private.h:
901         * shell/ev-view.[ch]: (ev_view_expose_event),
902         (highlight_find_results), (ev_view_finalize),
903         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
904         (ev_view_set_document), (ev_view_find_get_n_results),
905         (ev_view_find_get_result), (jump_to_find_result),
906         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
907         (ev_view_find_previous), (ev_view_find_search_changed),
908         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
909         * shell/ev-window.c: (ev_window_update_actions),
910         (page_changed_cb), (ev_window_setup_document),
911         (ev_window_update_find_status_message),
912         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
913         (ev_window_clear_find_job), (find_bar_close_cb),
914         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
915         (ev_window_dispose), (ev_window_init):
916
917         Rework find interface. The find logic has been moved from backends
918         to the shell avoiding a lot of duplicated code in the backends and
919         making easier to implement the find interface in the backends.
920         
921 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
922
923         * backend/pdf/ev-poppler.cc:
924         (pdf_document_thumbnails_get_dimensions):
925
926         Make sure thumbnail size returned by the PDF is actually
927         valid. Fixes bug #548462.
928         
929 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
930
931         * shell/ev-window.c: (ev_window_setup_document),
932         (ev_window_set_document), (ev_window_dispose):
933
934         Remove the idle function for setting the document up when the
935         window is destroyed. Fixes bug #549163.
936         
937 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
940         (ev_job_attachments_dispose), (ev_job_attachments_run),
941         (ev_job_attachments_class_init), (ev_job_attachments_new):
942         * shell/ev-sidebar-attachments.c:
943         (ev_sidebar_attachments_set_document):
944
945         Add a new job to get the attachments in a thread with the document
946         lock held. Fixes bug #548653.
947         
948 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
951         (tiff_document_document_iface_init):
952
953         Implement document_get_page_label in tiff backend.
954         
955 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
956
957         * backend/tiff/tiff-document.c: (tiff_document_render):
958
959         Handle document orientation in tiff backend. Fixes bug #548444.
960         
961 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
962
963         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
964
965         Do not crash when adjustment page size is 0. Fixes bug #547440.
966         
967 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * cut-n-paste/evmountoperation/ev-mount-operation.c:
970
971         Sync with current GTK+.
972         
973 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
974
975         * configure.ac:
976         
977         Update for release 2.23.6.
978
979 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
980
981         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
982         (ev_job_load_set_password):
983         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
984         * shell/ev-window.c: (password_dialog_response),
985         (ev_window_load_job_cb):
986
987         Fix loading encrypted documents since I broke it with the jobs
988         rework.
989         
990 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
991
992         * NEWS:
993
994         Update NEWS for 2.23.6 release.
995         
996 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
997
998         * backend/impress/impress-document.c:
999         * backend/impress/render.h:
1000         * libdocument/ev-document-factory.c:
1001         * libdocument/ev-document-factory.h:
1002         * libdocument/ev-document-links.h:
1003         * libdocument/ev-document-misc.c:
1004         * libdocument/ev-document-misc.h:
1005         * properties/ev-properties-main.c:
1006         * properties/ev-properties-view.c:
1007         * properties/ev-properties-view.h:
1008         * shell/eggfindbar.c:
1009         * shell/eggfindbar.h:
1010         * shell/ev-application.c:
1011         * shell/ev-application.h:
1012         * shell/ev-jobs.h:
1013         * shell/ev-message-area.h:
1014         * shell/ev-navigation-action.c:
1015         * shell/ev-navigation-action.h:
1016         * shell/ev-open-recent-action.c:
1017         * shell/ev-open-recent-action.h:
1018         * shell/ev-page-action-widget.c:
1019         * shell/ev-page-action.c:
1020         * shell/ev-page-action.h:
1021         * shell/ev-page-cache.h:
1022         * shell/ev-password-view.h:
1023         * shell/ev-password.h:
1024         * shell/ev-pixbuf-cache.h:
1025         * shell/ev-properties-fonts.c:
1026         * shell/ev-sidebar-attachments.c:
1027         * shell/ev-sidebar-links.c:
1028         * shell/ev-sidebar-links.h:
1029         * shell/ev-sidebar-thumbnails.c:
1030         * shell/ev-sidebar-thumbnails.h:
1031         * shell/ev-sidebar.c:
1032         * shell/ev-sidebar.h:
1033         * shell/ev-stock-icons.c:
1034         * shell/ev-tooltip.h:
1035         * shell/ev-view.c:
1036         * shell/ev-view.h:
1037         * shell/ev-window.c:
1038         * shell/ev-window.h:
1039         * shell/main.c:
1040
1041         More #include cleanups. Again: reordering, single gtk.h
1042         includes and other stuff.
1043
1044 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1045
1046         * shell/eggfindbar.c:
1047         * shell/ev-application.c:
1048         * shell/ev-message-area.c:
1049         * shell/ev-navigation-action.c:
1050         * shell/ev-open-recent-action.c:
1051         * shell/ev-page-action-widget.c:
1052         * shell/ev-page-action.c:
1053         * shell/ev-password-view.c:
1054         * shell/ev-properties-dialog.c:
1055         * shell/ev-properties-fonts.c:
1056         * shell/ev-sidebar-attachments.c:
1057         * shell/ev-sidebar-page.c:
1058         * shell/ev-sidebar-thumbnails.c:
1059         * shell/ev-stock-icons.c:
1060         * shell/ev-tooltip.c:
1061         * shell/ev-view.c:
1062         * shell/ev-window.c:
1063         * shell/main.c:
1064
1065         Cleanup many #include statements: reorder so that a
1066         generic-to-specific order is used, use single gtk.h
1067         includes, and some other cleanups.
1068
1069 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1070
1071         * shell/ev-jobs.h:
1072
1073         Add gio header.
1074         
1075 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1076
1077         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1078         (ev_document_fc_mutex_trylock):
1079         * shell/Makefile.am:
1080         * shell/ev-job-queue.[ch]:
1081         * shell/ev-job-scheduler.[ch]:
1082         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1083         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1084         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1085         (ev_job_failed_from_error), (ev_job_succeeded),
1086         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1087         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1088         (ev_job_links_class_init), (ev_job_render_init),
1089         (notify_page_ready), (ev_job_render_page_ready),
1090         (ev_job_render_run), (ev_job_render_class_init),
1091         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1092         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1093         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1094         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1095         (ev_job_save_dispose), (ev_job_save_run),
1096         (ev_job_save_class_init), (ev_job_print_init),
1097         (ev_job_print_dispose), (ev_job_print_run),
1098         (ev_job_print_class_init):
1099         * shell/ev-page-cache.c:
1100         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1101         (check_job_size_and_unref), (move_one_job),
1102         (copy_job_to_job_info), (add_job),
1103         (ev_pixbuf_cache_add_jobs_if_needed):
1104         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1105         (job_fonts_finished_cb), (job_fonts_updated_cb),
1106         (ev_properties_fonts_set_document):
1107         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1108         (ev_sidebar_links_set_document):
1109         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1110         (ev_sidebar_thumbnails_set_document),
1111         (ev_sidebar_thumbnails_clear_job):
1112         * shell/ev-view-private.h:
1113         * shell/ev-view.c:
1114         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1115         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1116         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1117         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1118         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1119         (ev_window_reload_document), (ev_window_clear_save_job),
1120         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1121         (ev_window_clear_print_job), (ev_window_print_job_cb),
1122         (ev_window_print_dialog_response_cb):
1123         * shell/main.c: (main):
1124
1125         Rework the jobs system in order to make it simpler and more
1126         extensible. It allows to run jobs in the main loop instead of
1127         using a thread when it's appropriate like the fonts job. Now it's
1128         also possible to cancel jobs that are currently running. 
1129         
1130 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * libdocument/ev-debug.c: (profile_init):
1133
1134         Create the hash table also when profiling service is enabled for
1135         all sections.
1136         
1137 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1138
1139         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1140         (ev_profiler_stop):
1141         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1142         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1143         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1144         (ev_job_print_run):
1145         * shell/main.c: (main):
1146
1147         Add a profile mode available when debug is enabled. Add profilers
1148         in ev-jobs.
1149         
1150 2008-07-23  Götz Waschk <waschk@mandriva.org>
1151
1152         * configure.ac: Correctly build desktop file. Fixes
1153         bug #544237.
1154
1155 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1156
1157         * configure.ac:
1158         
1159         Update for release 2.23.5.
1160
1161 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1162
1163         * NEWS:
1164
1165         Update NEWS for 2.23.5 release.
1166         
1167 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1168
1169         * shell/ev-window.c: (ev_window_state_event),
1170         (ev_window_class_init):
1171
1172         Intercept window manager's fullscreen request in order to run/stop
1173         fullscreen mode. Fixes bug #493541.
1174         
1175 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1178
1179         Restart the job search when the find bar is opened for the second
1180         time. Fixes bug #531956.
1181         
1182 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1185         (get_document_from_uri):
1186
1187         Make sure we always return a valid error struct when
1188         get_document_from_uri fails. Fixes nautilus crash, see bug
1189         #542548.
1190         
1191 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1192
1193         * libdocument/ev-transition-effect.c
1194         (ev_transition_effect_type_get_type),
1195         (ev_transition_effect_alignment_get_type),
1196         (ev_transition_effect_direction_get_type):
1197         
1198         Fixes bug #542924. Makes enums static to fix Solaris build.
1199
1200 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1201
1202         * shell/ev-view.c: (ev_view_key_press_event):
1203
1204         Add '.' keybinding for blanking the screen in presentation
1205         mode. Fixes bug #542001.
1206         
1207 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1208
1209         * libdocument/ev-document-misc.c:
1210         (ev_document_misc_pixbuf_from_surface):
1211
1212         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1213         #540950.
1214         
1215 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1216
1217         * backend/comics/comics-document.c (comics_document_load):
1218         * backend/comics/comicsdocument.evince-backend.in:
1219         * configure.ac:
1220         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1221         
1222         Added support for 7-zip based cb7 comic book. Patch by
1223         Kartik Rustagi. Fixes bug #532312.
1224
1225 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1226
1227         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1228         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1229         Fixes bug #539972.
1230
1231 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1232
1233         * shell/Makefile.am:
1234         * shell/ev-application.c (ev_application_init),
1235         (ev_application_get_media_keys):
1236         * shell/ev-application.h:
1237         * shell/ev-marshal.list:
1238         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1239         (proxy_destroy), (on_media_player_key_pressed),
1240         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1241         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1242         * shell/ev-media-player-keys.h:
1243         * shell/ev-window.c (ev_window_go_previous_page),
1244         (ev_window_go_next_page), (ev_window_go_first_page),
1245         (ev_window_go_last_page), (ev_window_start_presentation),
1246         (ev_window_dispose), (view_actions_focus_in_cb):
1247         * shell/ev-window.h: When building with D-Bus support, listen
1248         for multimedia key events from gnome-settings-daemon. This allows
1249         to go to the next/previous/first/last pages using, respectively,
1250         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1251         a presentation. Fixes bug #539971.
1252
1253 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1254
1255         * configure.ac:
1256         
1257         Update for release 2.23.4.
1258
1259 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * NEWS:
1262
1263         Update news for 2.23.4 release.
1264         
1265 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1266
1267         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1268         * shell/ev-sidebar-thumbnails.c:
1269         (ev_sidebar_thumbnails_set_loading_icon),
1270         (ev_sidebar_thumbnails_refresh):
1271         * shell/ev-window.c: (ev_window_error_message),
1272         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1273         (ev_window_set_document):
1274
1275         Do not crash opening documents with no pages and show a warning
1276         message in the message area. Fixes bugs #537574 and #171588.
1277         
1278 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1279
1280         * shell/Makefile.am:
1281         * shell/ev-file-monitor.[ch]:
1282         * shell/ev-window.c: (ev_window_document_changed),
1283         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1284         (ev_window_reload_job_cb), (ev_window_open_uri),
1285         (ev_window_reload_document), (ev_window_cmd_view_reload),
1286         (ev_window_dispose):
1287
1288         Automaticly reload the document when the file has changed on
1289         disk. Bug #304249.
1290         
1291 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1292
1293         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1294         * libdocument/ev-image.c: (ev_image_save_tmp):
1295         * libdocument/ev-module.c: (ev_module_load):
1296         * shell/ev-application.c: (ev_application_shutdown),
1297         (ev_application_get_print_settings):
1298         * shell/ev-sidebar-attachments.c:
1299         (ev_sidebar_attachments_button_press),
1300         (ev_sidebar_attachments_drag_data_get):
1301         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1302         (ev_window_print_finished), (ev_window_print_send),
1303         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1304         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1305         (ev_window_cmd_preview_print):
1306         * shell/main.c: (load_files_remote):
1307         Fix some build warnings under GCC 4.3.0. (#537535).
1308
1309 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1310
1311         * shell/ev-jobs.c: (ev_job_render_dispose):
1312
1313         Fix a crash in debug mode. Patch by Daniel M German.
1314         
1315 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1316
1317         * shell/ev-window.c:
1318
1319         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1320         
1321 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1322
1323         * shell/ev-window.c: (ev_window_print_send),
1324         (ev_window_do_preview_print):
1325
1326         Use the window title as print job name instead of just
1327         "evince-print". Fixes bug #534493.
1328         
1329 2008-05-19  Frederic Peters  <fpeters@0d.be>
1330
1331         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1332         Bug #533897.
1333
1334 2008-05-19  Frederic Peters  <fpeters@0d.be>
1335
1336         * help/reference/Makefile.am: added missing libevmountoperation to
1337         gtkdoc-scanobj libraries.  Bug #533896.
1338
1339 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1340
1341         * properties/ev-properties-view.c (get_default_user_units):
1342         Fixes check for default units string translation. Bug #533323.
1343
1344 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1345
1346         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1347         be an iks_free(). Fix an array overflow in the XML parser that
1348         would occur whenever the number of attributes in a tag was greater
1349         than 0 and divisible by 6. Fixes GNOME bug #530852.
1350
1351 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * backend/djvu/djvu-document-private.h:
1354         * backend/djvu/djvu-links.c:
1355         * backend/djvu/djvu-text.c:
1356         * backend/djvu/djvu-document.c: (djvu_handle_events),
1357         (djvu_wait_for_message), (djvu_document_load),
1358         (document_get_page_size), (djvu_document_render),
1359         (djvu_document_thumbnails_get_thumbnail),
1360         (djvu_document_file_exporter_end):
1361
1362         Make sure load job doesn't finish successfully when the document
1363         is not successfully decoded by libdjvu. Fixes bug #530202.
1364         
1365 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * configure.ac:
1368         * libdocument/Makefile.am:
1369         * libdocument/ev-debug.[ch]:
1370         * libdocument/ev-document.c:
1371         * shell/ev-jobs.c: (ev_job_links_dispose),
1372         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1373         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1374         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1375         (ev_job_render_page_ready), (ev_job_render_run),
1376         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1377         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1378         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1379         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1380         (ev_job_print_new), (ev_job_print_run):
1381         * shell/main.c: (main):
1382
1383         Add debug mode based on gedit code. Add debug messages in
1384         ev-jobs.
1385         
1386 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * libdocument/ev-document-factory.c: (get_document_from_uri):
1389
1390         Fix memory leak.
1391         
1392 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1393
1394         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1395         (get_mime_type_from_data), (get_document_from_uri),
1396         (ev_document_factory_get_document):
1397         
1398         Improved error message about file opening failture.
1399         Bug #529129.
1400
1401 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1402
1403         * data/evince-toolbar.xml:
1404         
1405         Allow to add SaveAs to toolbar.
1406
1407 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1408
1409         * shell/ev-view-private.h:
1410         * shell/ev-view.[ch]: (ev_view_button_release_event),
1411         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1412         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1413         (ev_view_update_primary_selection), (clear_link_selected),
1414         (ev_view_copy_link_address):
1415         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1416
1417         Update also the primary selection when copying a link
1418         address. Fixes bug #520855.
1419         
1420 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * libdocument/ev-document-factory.c: (get_document_from_uri):
1423
1424         Use the pixbuf backend only when the mime type is not supported by
1425         any of the other backend so that tiff documents, for instance, are
1426         handled by the tiff backend instead of the pixbuf backend. fixes
1427         bug #520290.
1428         
1429 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1430
1431         * cut-n-paste/Makefile.am:
1432
1433         Add evmountoperation to subdirs list.
1434         
1435 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1436
1437         * configure.ac:
1438
1439         Fix libspectre check in configure script. Fixes bug #528549.
1440         
1441 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * configure.ac:
1444         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1445         * shell/Makefile.am:
1446         * shell/ev-window.c: (ev_window_load_remote_failed),
1447         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1448
1449         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1450         open documents in remote locations that are not mounted.
1451         
1452 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1453
1454         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1455         (bitmap_convert_msb8):
1456         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1457         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1458
1459         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1460         
1461 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1462
1463         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1464         (ev_job_render_new), (ev_job_render_set_selection_info),
1465         (ev_job_render_run):
1466         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1467         (check_job_size_and_unref),
1468         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1469         (add_job), (ev_pixbuf_cache_get_selection_surface):
1470
1471         Create the render context needed for rendering a page in the render
1472         thread so that we don't block the main thread. Simplify
1473         EvJobRender API.
1474         
1475 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * libdocument/Makefile.am:
1478         * libdocument/ev-page.[ch]:
1479         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1480         (ev_render_context_new), (ev_render_context_set_page):
1481         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1482         (ev_form_field_finalize), (ev_form_field_class_init):
1483         * libdocument/ev-document-forms.[ch]:
1484         (ev_document_forms_get_form_fields):
1485         * libdocument/ev-document.[ch]: (ev_document_get_page),
1486         (ev_document_get_page_size), (ev_document_get_page_label):
1487         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1488         (ev_job_render_run), (ev_job_thumbnail_new),
1489         (ev_job_thumbnail_run), (ev_job_print_run):
1490         * shell/ev-page-cache.c: (ev_page_cache_new):
1491         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1492         (check_job_size_and_unref), (add_job):
1493         * shell/ev-sidebar-thumbnails.c: (add_range):
1494         * shell/ev-view.c: (ev_view_form_field_get_region),
1495         (ev_view_form_field_button_create_widget),
1496         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1497         (ev_view_handle_form_field), (ev_view_size_allocate),
1498         (get_selected_text):
1499         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1500         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1501         (pdf_document_get_page), (pdf_document_get_page_label),
1502         (pdf_document_render), (pdf_document_get_info),
1503         (pdf_document_document_iface_init),
1504         (pdf_document_thumbnails_get_thumbnail),
1505         (pdf_document_thumbnails_get_dimensions),
1506         (pdf_document_file_exporter_do_page),
1507         (pdf_selection_render_selection),
1508         (pdf_selection_get_selected_text),
1509         (pdf_selection_get_selection_region),
1510         (pdf_selection_get_selection_map),
1511         (pdf_document_forms_get_form_fields),
1512         (pdf_document_forms_form_field_text_get_text),
1513         (pdf_document_forms_form_field_text_set_text),
1514         (pdf_document_forms_form_field_button_set_state),
1515         (pdf_document_forms_form_field_button_get_state),
1516         (pdf_document_forms_form_field_choice_get_item),
1517         (pdf_document_forms_form_field_choice_get_n_items),
1518         (pdf_document_forms_form_field_choice_is_item_selected),
1519         (pdf_document_forms_form_field_choice_select_item),
1520         (pdf_document_forms_form_field_choice_toggle_item),
1521         (pdf_document_forms_form_field_choice_unselect_all),
1522         (pdf_document_forms_form_field_choice_set_text),
1523         (pdf_document_forms_form_field_choice_get_text):
1524         * backend/ps/ev-spectre.c: (ps_document_get_page),
1525         (ps_document_get_page_size), (ps_document_get_page_label),
1526         (ps_document_render), (ps_document_document_iface_init),
1527         (ps_document_file_exporter_do_page):
1528         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1529         (tiff_document_render), (tiff_document_render_pixbuf),
1530         (tiff_document_file_exporter_do_page):
1531         * backend/pixbuf/pixbuf-document.c:
1532         (pixbuf_document_get_page_size):
1533         * backend/comics/comics-document.c:
1534         (comics_document_get_page_size), (comics_document_render_pixbuf):
1535         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1536         (djvu_document_render), (djvu_selection_get_selected_text),
1537         (djvu_document_thumbnails_get_thumbnail),
1538         (djvu_document_file_exporter_do_page),
1539         (djvu_document_find_get_result):
1540         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1541         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1542         (dvi_document_thumbnails_get_thumbnail),
1543         (dvi_document_file_exporter_do_page):
1544         * backend/impress/impress-document.c:
1545         (impress_document_get_page_size),
1546         (impress_document_render_pixbuf):
1547         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1548
1549         Add EvPage so that we can hold a reference to the backend
1550         page. Form fields keep now a reference to the poppler page
1551         improving performance since we don't have to create/destroy the
1552         poppler field for every form operation. This will be needed for
1553         annotations too.
1554         
1555 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * data/evince-ui.xml:
1558         * shell/ev-window.c:
1559
1560         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1561         
1562 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * configure.ac:
1565         * backend/ps/Makefile.am:
1566
1567         Remove gs stuff from ps backend.
1568         
1569 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1570
1571         * configure.ac:
1572         * backend/pdf/ev-poppler.cc:
1573
1574         Bump poppler requirement to 0.8.0.
1575         
1576 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1577
1578         * NEWS:
1579         * configure.ac:
1580
1581         Update for release 2.22.1.1
1582
1583 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1584
1585         * configure.ac:
1586
1587         Fix build (again) when poppler version is 0.6
1588         
1589 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * backend/djvu/djvu-links.c: (build_tree):
1592
1593         Make sure link title is a valid utf8 string. Fixes bug #526517.
1594         
1595 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * configure.ac:
1598
1599         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1600         #526799.
1601         
1602 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1603
1604         * configure.ac:
1605         
1606         Update for release 2.22.1.
1607
1608 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1609
1610         * NEWS:
1611
1612         Update for upcoming release.
1613
1614 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * configure.ac:
1617         * backend/dvi/dvidocument.evince-backend.in:
1618
1619         Add compressed dvi to the list of supported mime types. Patch by
1620         Ed Catmur. Fixes bug #307087.
1621
1622 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1625
1626         Fix a crash when printing a range that doesn't specify the start or
1627         end page. Fixes bug #524288.
1628
1629 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * shell/ev-window.c: (ev_window_cmd_continuous),
1632         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1633         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1634         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1635         (ev_window_run_presentation), (ev_window_stop_presentation),
1636         (ev_window_cmd_view_presentation),
1637         (ev_window_cmd_leave_fullscreen),
1638         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1639
1640         Do not unfullscreen and fullscreen again the window when changing
1641         from fullscreen to presentation mode and vice versa. Fixes bug
1642         #524112.
1643         
1644 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1645
1646         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1647
1648         Do not crash when thumbnail failed to render in PS backend. Fixes
1649         bug #525015.
1650         
1651 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1652
1653         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1654         (ev_window_load_file_remote), (ev_window_open_uri):
1655
1656         Handle errors when opening remote files.
1657         
1658 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1661
1662         Only grab the focus for the current visible proxy widget. Fixes
1663         bug #521224.
1664         
1665 2008-03-30  Emil Soleyman  <emil@nishra.com>
1666
1667         * shell/ev-window.c: (launch_external_uri):
1668         
1669         Reuse g_app_info_launch_default_for_uri to
1670         save some code and fix bug #525009.
1671
1672 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1673
1674         * shell/ev-window.c (image_save_dialog_response_cb):
1675
1676         Use g_str_has_suffix. See bug #523069.
1677
1678 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1679
1680         * configure.ac:
1681
1682         Add a configure option to enable/diable DBus. Patch by Rémi
1683         Cardona. Fixes bug 521797.
1684
1685 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1686
1687         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1688
1689         Fix printing in documents with rotated pages. Patch by Eugen
1690         Dedu. Fixes bug #512648.
1691         
1692 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1693
1694         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1695         (ev_link_from_action):
1696
1697         Fix warning messages.
1698         
1699 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1700
1701         * shell/ev-window.c: (image_save_dialog_response_cb):
1702
1703         Do not append the extension to filename when saving an image
1704         if the filename alredy contains the extension. Fixes bug #523069.
1705         
1706 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1707
1708         * shell/ev-view.[ch]: (ev_view_find_cancel):
1709         * shell/ev-window.c: (find_bar_close_cb):
1710
1711         Cancel the find operation when the find bar is closed. Fixes bug
1712         #508845.
1713         
1714 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1715
1716         * backend/ps/psdocument.evince-backend.in:
1717
1718         Make ps backend module resident. Fixes bug #520607.
1719         
1720 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * shell/ev-jobs.c: (ev_job_print_run):
1723
1724         Invert collate action in order to work as expected, fix reverse
1725         printing so that it doesn't start with a blank page and fix number
1726         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1727         
1728 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1731
1732         Fix build with poppler <= 0.7.2
1733         
1734 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1735
1736         * libdocument/ev-document-misc.c:
1737         (ev_document_misc_surface_from_pixbuf):
1738
1739         Fix selections with poppler-splash.
1740         
1741 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * configure.ac:
1744         * backend/pdf/ev-poppler.cc:
1745
1746         Fix build with poppler >= 0.7.2
1747         
1748 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1749
1750         * configure.ac:
1751         
1752         Update for release 2.22.0
1753
1754 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1755
1756         * NEWS:
1757
1758         Update for upcoming release.
1759
1760 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1761
1762         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1763
1764         Bug 495107 – Handle print dialog responses correctly
1765
1766         Correctly handle print dialog response. Properly fixes
1767         the above mentioned bug.
1768
1769 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1770
1771         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1772
1773         Make sure print job is only run when the print button is
1774         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1775         
1776 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1777
1778         * backend/pdf/pdfdocument.evince-backend.in:
1779         * libdocument/ev-backends-manager.c:
1780         (ev_backends_manager_load_backend),
1781         (ev_backends_manager_get_document):
1782         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1783
1784         Allow making backend modules resident. This is needed only for
1785         some backends like pdf to avoid registering glib types more than
1786         once.
1787         
1788 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * backend/comics/comics-document.c:
1791         * backend/djvu/djvu-document.c:
1792         * backend/impress/impress-document.c:
1793         * backend/pdf/ev-poppler.cc:
1794         * backend/pixbuf/pixbuf-document.c:
1795         * backend/ps/ev-spectre.c:
1796         * backend/ps/ps-document.c:
1797         * backend/tiff/tiff-document.c:
1798         * libdocument/ev-document.h:
1799         * properties/ev-properties-main.c:
1800
1801         Use g_type_module_add_interface instead of
1802         g_type_add_interface_static. Fixes bug #519679.
1803         
1804 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1805
1806         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1807         Added. Returns whether the animation has everything necessary to run.
1808         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1809         is ready just because it's been created. Fixes #519106.
1810         (draw_one_page): Do not show the "Loading..." text in presentation
1811         mode, there was a slim probability that this could happen.
1812
1813 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1814
1815         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1816
1817         Duplicate mime_type string before freeing it so that it doesn't
1818         always fail when getting mime type from uri. Fixes bug #518874.
1819         
1820 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1823
1824         Fix a crash when a choice form field doesn't have any item
1825         selected. Fixes bug #518831
1826         
1827 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1828
1829         * shell/ev-window.c (ev_window_clear_temp_file):
1830         Use g_file_has_prefix instead of renamed
1831         g_file_contains_file.
1832
1833         * configure.ac:
1834         Require new glib for above change.
1835         
1836 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * libdocument/ev-image.c: (ev_image_finalize),
1839         (ev_image_save_tmp):
1840
1841         Return a real uri instead of a filename when saving an
1842         image. Fixes images drag an drop from evince to nautilus. 
1843         
1844 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1845
1846         * backend/pdf/ev-poppler.cc:
1847         (pdf_document_images_get_image_mapping):
1848
1849         Return the image list in the right order. Fixes bug #516237.
1850         
1851 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1852
1853         * backend/impress/impress-document.c:
1854         (impress_document_thumbnails_get_thumbnail):
1855
1856         Remove unused variable to avoid a compiler warning.
1857
1858 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1859
1860         * configure.ac:
1861         
1862         Update for release 2.21.91.
1863
1864 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1865
1866         * configure.ac:
1867         * shell/Makefile.am:
1868         * shell/ev-application.[ch]:
1869         * shell/ev-sidebar-links.c:
1870         * shell/ev-utils.[ch]:
1871         * shell/ev-window.[ch]:
1872
1873         Remove libgnomeprint support. Fixes bug #512370.
1874         
1875 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1876
1877         * thumbnailer/evince-thumbnailer.c: (main):
1878
1879         Initialize glib type system before using it. Fixes bug #513934.
1880         
1881 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * properties/ev-properties-main.c:
1884
1885         Add missing #include.
1886         
1887 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1888
1889         * configure.ac:
1890         * backend/djvu/djvu-document.c: (djvu_document_render):
1891         * backend/tiff/tiff-document.c: (tiff_document_render):
1892
1893         Use the new cairo function cairo_format_stride_for_width when
1894         available. Fixes bug #482720.
1895
1896 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1897
1898         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1899         (get_mime_type_from_data), (get_document_from_uri):
1900
1901         Use g_content_type_guess() only when slow is true in
1902         get_document_from_uri(). Fix several memory leaks.
1903         
1904 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1905
1906         * libdocument/ev-document-factory.c:
1907         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1908         (get_document_from_uri):
1909
1910         Use g_content_type_guess () to get mimetype for files.
1911         Bug #510401.
1912
1913 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1914
1915         * thumbnailer/Makefile.am:
1916
1917         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1918         
1919 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1920
1921         * configure.ac:
1922
1923         Fix build with --without-libgnome. Fixes bug #512771.
1924         
1925 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1926
1927         * backend/dvi/Makefile.am: Install only dvi
1928         module. Fixes bug #512718.
1929
1930 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1931
1932         * properties/ev-properties-main.c: (nautilus_module_initialize):
1933         
1934         Initialize backends in properties tab. Fixes bug
1935         #512720.
1936
1937 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1938
1939         * properties/Makefile.am: No need to link with 
1940         libraries. Fixes bug #512719.
1941
1942 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1943
1944         * NEWS:
1945         * configure.ac:
1946         
1947         Update for release 2.21.90.
1948
1949 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1950
1951         * shell/ev-window.c: (ev_window_cmd_escape):
1952
1953         Fix compile warning.
1954         
1955 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1956
1957         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1958
1959         Fix printing in dvi backend when filename contains white
1960         espaces. Fixes bug #502839.
1961         
1962 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1963
1964         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1965         (screensaver_disable_x11):
1966         * shell/Makefile.am:
1967         * shell/xdg-user-dir-lookup.c: Removed
1968         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1969         * shell/ev-view.c: (ev_view_presentation_transition_start):
1970         * shell/ev-window.c: (ev_window_cmd_file_open),
1971         (ev_window_cmd_save_as), (presentation_set_timeout):
1972
1973         Remove #ifdefs that are no longer needed.
1974         
1975 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1976
1977         * shell/ev-view.[ch]: (ev_view_button_release_event),
1978         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1979         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1980         (ev_window_cmd_escape):
1981
1982         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1983         
1984 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * configure.ac:
1987         * backend/comics/comics-document.c: (comics_document_load):
1988         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1989         (ev_attachment_set_property), (ev_attachment_init),
1990         (ev_attachment_save), (ev_attachment_launch_app),
1991         (ev_attachment_open):
1992         * libdocument/ev-document-factory.c: (get_document_from_uri):
1993         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1994         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1995         * shell/ev-jobs.c:
1996         * shell/ev-password.c: (ev_password_dialog_set_property),
1997         (ev_password_dialog_save_password):
1998         * shell/ev-sidebar-attachments.c:
1999         (ev_sidebar_attachments_drag_data_get):
2000         * shell/ev-window-title.c: (get_filename_from_uri):
2001         * shell/ev-window.c: (ev_window_clear_temp_file),
2002         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2003         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2004         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2005         (launch_external_uri), (image_save_dialog_response_cb),
2006         (attachment_save_dialog_response_cb):
2007         * shell/main.c: (load_files), (load_files_remote), (main):
2008         * thumbnailer/evince-thumbnailer.c: (main):
2009
2010         Port to gio and drop gnome-vfs dependency. Fixes bug
2011         #510401. Based on patch by Cosimo Cecchi.
2012         
2013 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2014
2015         * NEWS:
2016
2017         Fixed formatting inconsistencies (spaces vs. tabs)
2018
2019 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2020
2021         * shell/ev-window.c:
2022
2023         Use top/up/bottom/down arrows instead of
2024         first/left/last/right in the toolbar and menu actions.
2025         This fixes issues with RTL languages and is visually
2026         consistent with the page view. Fixes bug #170081.
2027
2028 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2029
2030         * NEWS:
2031
2032         Fixed some inaccuracies pointed out by Carlos Garcia
2033         Campos.
2034
2035 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2036
2037         * NEWS:
2038         * data/evince.schemas.in:
2039         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2040
2041         Override PDF restrictions by default. Fixes bug #382700.
2042
2043 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2044
2045         * NEWS: Updated for upcoming release
2046
2047 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2050
2051         Fix memory leak.
2052         
2053 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2054
2055         * shell/ev-window.c: (register_custom_actions):
2056         
2057         Added comment for translators
2058
2059 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2060
2061         * shell/ev-view.c: (ev_view_button_release_event):
2062
2063         Do not create the idle function for kinetic scrolling if we are
2064         not in a drag operation.
2065
2066 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2067
2068         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2069         (ev_view_button_press_event), (ev_view_motion_notify_event),
2070         (ev_view_button_release_event):
2071
2072         Restore cursor after autoscrolling. Fixes bug #509958.
2073
2074 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2075
2076         * configure.ac:
2077         * backend/pdf/ev-poppler.cc:
2078         (pdf_document_images_get_image_mapping),
2079         (pdf_document_images_get_image),
2080         (pdf_document_document_images_iface_init):
2081         * libdocument/ev-document-images.[ch]:
2082         (ev_document_images_get_image_mapping),
2083         (ev_document_images_get_image):
2084         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2085         (ev_image_get_id), (ev_image_save_tmp):
2086         * shell/ev-jobs.c: (ev_job_render_run):
2087         * shell/ev-view.c: (ev_view_drag_data_get):
2088         * shell/ev-window.c: (image_save_dialog_response_cb),
2089         (ev_view_popup_cmd_copy_image):
2090
2091         Do not render images when rendering the page but on demand. It
2092         reduces the memory comsumption.
2093         
2094 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2095
2096         * configure.a:
2097         * shell/ev-password.c:
2098
2099         Make gnome-keyring optional. Fixes bug #509676.
2100         
2101 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * shell/ev-pixbuf-cache.c: (add_job):
2104
2105         Initialize include_images variable as FALSE instead of TRUE.
2106         
2107 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2108
2109         * configure.ac:
2110         * cut-n-paste/Makefile.am:
2111         * cut-n-paste/fileformatchooser/Makefile.am:
2112         * cut-n-paste/fileformatchooser/egg-macros.h:
2113         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2114         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2115         * shell/Makefile.am:
2116         * shell/ev-utils.c:
2117         (file_chooser_dialog_add_writable_pixbuf_formats),
2118         (get_gdk_pixbuf_format_by_extension):
2119         * shell/ev-utils.h:
2120         * shell/ev-window.c: (ev_window_error_message),
2121         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2122         
2123         Simplify image format selection on save.
2124
2125 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2126
2127         * shell/ev-view.c: (ev_view_scroll_event):
2128         
2129         Repair gorizontal scrolling with shift. Fixes
2130         bug #483412.
2131
2132 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2133         
2134         * MAINTAINERS:
2135
2136         Fix formatting issues.
2137         
2138 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2139
2140         * backend/comics/comics-document.c: (comics_regex_quote):
2141         
2142         Don't overquote special chars except of '. See bug 
2143         502500. Thanks to Tom Parker.
2144
2145 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2146
2147         * MAINTAINERS:
2148         
2149         Added Nickolay and Carlos, since they're doing most of
2150         the releases nowadays.
2151
2152 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2153
2154         * properties/Makefile.am:
2155
2156         Get the nautilus extension dir properly instead of using
2157         a hack. Fixes bug #505359.
2158
2159 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2160
2161         * properties/Makefile.am:
2162         
2163         Install nautilus extension into new place. See bug
2164         #505359. Thanks to Matthias Clasen, Brian Pepple and
2165         Damien Carbery.
2166
2167 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2168
2169         * shell/ev-window.c: (ev_window_get_recent_file_label):
2170         
2171         RTL marker in recent file list. See bug #509076.
2172
2173 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2174
2175         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2176         * shell/ev-window.c: (image_save_dialog_response_cb):
2177
2178         Fix compile warnings due to unused variables.
2179         
2180 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2181
2182         * configure.ac:
2183         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2184         * backend/ps/ev-spectre.c: (ps_document_render):
2185
2186         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2187
2188 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2189
2190         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2191         (ev_transition_animation_paint): Implement "fade" effect.
2192
2193 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2194
2195         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2196         (ev_transition_animation_paint): Implement "uncover" effect.
2197
2198 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2199
2200         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2201         (ev_transition_animation_paint): Implement "cover" effect.
2202
2203 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2204
2205         * shell/ev-transition-animation.c (ev_transition_animation_push)
2206         (ev_transition_animation_paint): Implement "push" effect.
2207
2208 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2209
2210         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2211         (ev_transition_animation_paint): Implement "dissolve" effect.
2212
2213 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2214
2215         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2216         (ev_transition_animation_paint): Implement "wipe" effect.
2217
2218 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2219
2220         * shell/ev-transition-animation.c (ev_transition_animation_box)
2221         (ev_transition_animation_paint): Implement "box" effect.
2222
2223 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2224
2225         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2226         (ev_transition_animation_paint): Implement "blinds" effect.
2227
2228 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2229
2230         * shell/ev-transition-animation.c (ev_transition_animation_split)
2231         (ev_transition_animation_paint): Implement "split" effect.
2232
2233 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2234
2235         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2236         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2237         (ev_view_transition_animation_start) 
2238         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2239         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2240         (ev_view_next_page) (ev_view_previous_page):
2241         
2242         Use EvTransitionAnimation to drive page changes in the presentation
2243         mode, the animation will wait to start until both the origin and 
2244         destination page surfaces are available. Fixes #458460.
2245
2246         (draw_loading_text):
2247
2248         Remove workaround for bug #320352, it's now fixed properly.
2249
2250
2251 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2252
2253         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2254         will contain the implementations for page transition animations, at
2255         the moment it just has the "replace" effect.
2256         * shell/Makefile.am: Added these files to build.
2257
2258 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2259
2260         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2261         animations.
2262         * shell/Makefile.am: Added these files to build.
2263
2264 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2265
2266         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2267         implementation to get_effect() in EvDocumentTransitionIface.
2268
2269 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2270
2271         * libdocument/ev-transition-effect.[ch]: New files, define a page
2272         transition effect, at the moment it maps PopplerPageTransition to a
2273         GObject.
2274         * libdocument/Makefile.am: Added these files to build.
2275         * libdocument/ev-document-transition.[ch]
2276         (ev_document_transition_get_effect): New method, gets the
2277         EvTransitionEffect returned by the interface implementation, with
2278         fallback to the "replace" effect.
2279
2280 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2281
2282         * configure.ac:
2283         * cut-n-paste/Makefile.am:
2284         * cut-n-paste/fileformatchooser/Makefile.am:
2285         * cut-n-paste/fileformatchooser/egg-macros.h:
2286         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2287         * shell/Makefile.am:
2288         * shell/ev-window.c: (image_save_dialog_response_cb),
2289         (ev_view_popup_cmd_save_image_as):
2290
2291         Allow exporting images in any format supported by
2292         GdkPixbuf. Fixes bug #500209.
2293         
2294 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * backend/pixbuf/pixbuf-document.c:
2297
2298         More warnings fixed.
2299         
2300 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2301
2302         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2303         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2304         * backend/djvu/djvu-text.h:
2305         * backend/tiff/tiff-document.c: (tiff_document_render):
2306
2307         Fix compile warnings.
2308         
2309 2007-12-28  Christian Persch  <chpe@gnome.org>
2310
2311         * **/*.c: Include config.h. Bug #504721.
2312
2313 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * configure.ac:
2316         * Makefile.am:
2317         * po/POTFILES.in:
2318         * backend/comics/Makefile.am:
2319         * backend/comics/comics-document.[ch]:
2320         * backend/comics/comicsdocument.evince-backend.in:
2321         * backend/djvu/Makefile.am:
2322         * backend/djvu/djvu-document.[ch]:
2323         * backend/djvu/djvudocument.evince-backend.in:
2324         * backend/dvi/Makefile.am:
2325         * backend/dvi/dvi-document.[c]:
2326         * backend/dvi/dvidocument.evince-backend.in:
2327         * backend/impress/Makefile.am:
2328         * backend/impress/impress-document.[ch]:
2329         * backend/impress/impressdocument.evince-backend.in:
2330         * backend/pdf/Makefile.am:
2331         * backend/pdf/ev-poppler.cc:
2332         * backend/pdf/ev-poppler.h:
2333         * backend/pdf/pdfdocument.evince-backend.in:
2334         * backend/pixbuf/Makefile.am:
2335         * backend/pixbuf/pixbuf-document.[ch]:
2336         * backend/pixbuf/pixbufdocument.evince-backend.in:
2337         * backend/ps/Makefile.am:
2338         * backend/ps/ev-spectre.[ch]:
2339         * backend/ps/ps-document.[ch]:
2340         * backend/ps/psdocument.evince-backend.in:
2341         * backend/tiff/Makefile.am:
2342         * backend/tiff/tiff-document.[ch]:
2343         * backend/tiff/tiffdocument.evince-backend.in:
2344         * libdocument/Makefile.am:
2345         * libdocument/ev-backends-manager.[ch]:
2346         * libdocument/ev-module.[ch]:
2347         * libdocument/ev-document.h:
2348         * libdocument/ev-document-factory.[ch]:
2349         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2350         (get_compression_from_mime_type), (get_document_from_uri),
2351         (ev_document_factory_get_document), (file_filter_add_mime_types),
2352         (ev_document_factory_add_filters):
2353         * shell/Makefile.am:
2354         * shell/ev-window-title.c: (get_filename_from_uri):
2355         * shell/main.c: (main):
2356         * thumbnailer/Makefile.am:
2357         * thumbnailer/evince-thumbnailer.c: (main):
2358
2359         Plugin system for backends. Fixes bug #351348.
2360         
2361 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2362
2363         * shell/ev-view-private.h:
2364         * shell/ev-view.c: (ev_view_drag_update_momentum),
2365         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2366         (ev_view_button_release_event), (ev_view_destroy):
2367         
2368         Kinetic scrolling implemented as requested in
2369         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2370
2371 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2372
2373         * data/evince-toolbar.xml:
2374         * data/evince-ui.xml:
2375         * shell/ev-view-private.h:
2376         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2377         (ev_view_button_press_event), (ev_view_motion_notify_event),
2378         (ev_view_button_release_event), (ev_view_init),
2379         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2380         (ev_view_set_cursor):
2381         * shell/ev-view.h:
2382         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2383         (ev_window_cmd_view_autoscroll):
2384         
2385         Autoscroll feature with the context menu. Fixes bug 
2386         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2387
2388 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2391
2392         Disconnect also page-ready signal when removing a job because the
2393         page size has changed. Thanks to kripken
2394         <kripkensteiner@gmail.com>.
2395
2396 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2397
2398         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2399         
2400         Scroll pages in page entry with mouse wheel. Fixes bug
2401         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2402
2403 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2404
2405         * backend/dvi/Makefile.am:
2406         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2407         (mdvi_cairo_device_init):
2408         * backend/dvi/mdvi-lib/common.h:
2409         * backend/dvi/mdvi-lib/mdvi.h:
2410         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2411         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2412         (mdvi_build_path_from_cwd):
2413
2414         Add ps specials support in dvi backend when libspectre is
2415         present. Fixes bug #386005.
2416         
2417 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2418
2419         * configure.ac:
2420         * backend/ps/Makefile.am:
2421         * backend/ps/ev-spectre.[ch]:
2422         
2423         Use libspectre, if available, for the ps backend. Fixes bugs
2424         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2425
2426 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2427         
2428         * backend/comics/comics-document.c: (comics_document_load):
2429         
2430         Cygwin build issue fix.
2431
2432 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2433
2434         * shell/ev-view.c: (ev_view_set_zoom):
2435
2436         Do not limit the minimum zoom factor when sizing mode is best bit
2437         or fit width. Fixes bug #503805.
2438         
2439 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2442         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2443         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2444         (ev_link_dest_get_property), (ev_link_dest_set_property),
2445         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2446         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2447         (ev_link_dest_new_fitr):
2448         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2449         (goto_fith_dest), (goto_xyz_dest):
2450
2451         Do not change left, top and zoom values when they are null in PDF
2452         destinations. Fixes bug #460658.
2453         
2454 2007-12-10  Christian Persch  <chpe@gnome.org>
2455
2456         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2457         (ev_view_accessible_class_init),
2458         (ev_view_accessible_idle_do_action),
2459         (ev_view_accessible_action_do_action),
2460         (ev_view_accessible_action_get_description),
2461         (ev_view_accessible_action_set_description),
2462         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2463         (ev_view_accessible_factory_init),
2464         (ev_view_accessible_factory_get_accessible_type):
2465         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2466         private data, and G_DEFINE_TYPE. Bug #502843.
2467
2468 2007-12-08  Christian Persch  <chpe@gnome.org>
2469
2470         * shell/ev-metadata-manager.c: (item_free),
2471         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2472         (value_free), (parse_value), (parseItem),
2473         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2474         (save_values): Use GSlice to allocate small amounts of memory. Bug
2475         #475972.
2476
2477 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2480
2481         Restore cursor to normal after a drag operation. Fixes bug
2482         #501603.
2483         
2484 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2485
2486         * NEWS:
2487         * configure.ac:
2488         
2489         Update for release 2.21.1
2490
2491 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * configure.ac:
2494         * cut-n-paste/gedit-message-area/Makefile.am:
2495         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2496         * shell/Makefile.am:
2497         * shell/ev-message-area.[ch]:
2498         * shell/ev-window.c: (ev_window_set_message_area),
2499         (ev_window_error_message_response_cb), (ev_window_error_message),
2500         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2501         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2502         (ev_attachment_popup_cmd_open_attachment),
2503         (attachment_save_dialog_response_cb), (ev_window_set_document),
2504         (ev_window_init):
2505
2506         Use a message area instead of a popup dialog for error
2507         notifications. Fixes bug #337495.
2508         
2509 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2510
2511         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2512         (ev_window_run_fullscreen):
2513
2514         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2515         
2516 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2517
2518         * ev-sidebar-thumbnails.c: (update_visible_range),
2519         (ev_sidebar_thumbnails_refresh),
2520         (ev_sidebar_thumbnails_set_document),
2521         (ev_sidebar_thumbnails_support_document):
2522
2523         Show thumbnails for documents with one page. Fixes bug #358751.
2524         
2525 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * shell/ev-window.c:
2528         (ev_window_load_print_settings_from_metadata),
2529         (ev_window_save_print_settings), (ev_window_print_finished),
2530         (ev_window_print_range):
2531
2532         Print settings that are specific to the document are now saved per
2533         document in the metadata file. Fixes bug #488806.
2534         
2535 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2536
2537         * backend/tiff/tiff-document.c: (tiff_document_render):
2538
2539         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2540         
2541 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2542
2543         * shell/ev-application.[ch]: (get_find_string_from_args),
2544         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2545         (ev_application_open_uri_list):
2546         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2547         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2548         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2549         (ev_window_cmd_recent_file_activate),
2550         (ev_window_open_recent_action_item_activated),
2551         (ev_window_print_send), (open_remote_link):
2552         * shell/main.c: (arguments_parse):
2553
2554         Add a command line option for search. Fixes bug #497710.
2555         
2556 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2557
2558         * shell/ev-jobs.c: (ev_job_print_new):
2559
2560         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2561         
2562 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2563
2564         * data/evince-toolbar.xml:
2565         * shell/Makefile.am:
2566         * shell/ev-application.c: (ev_application_init):
2567         * shell/ev-open-recent-action.[ch]:
2568         * shell/ev-window.c:
2569         (ev_window_open_recent_action_item_activated),
2570         (register_custom_actions):
2571
2572         Add an expander to the open toolbar item which pops up a dropdown
2573         menu with the recently used documents. Fixes bug #487215.
2574         
2575 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * shell/ev-window.c: (ev_window_open_uri),
2578         (ev_window_cmd_view_reload):
2579
2580         Do not jump to the first page when reloading by running evince
2581         from the command line. Fixes bug #490847.
2582         
2583 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2584
2585         * shell/ev-window.c: (ev_window_cmd_help_contents):
2586
2587         Plugged memory leak when help file is not found. Fixes bug
2588         #490762.
2589         
2590 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2591
2592         * configure.ac:
2593
2594         Enable djvu, dvi and comics backends by default. Fixes bug
2595         #437121.
2596         
2597 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2598
2599         * configure.ac:
2600         * cut-n-paste/Makefile.am:
2601         * cut-n-paste/recent-files/*: Removed
2602         * help/reference/Makefile.am:
2603         * shell/Makefile.am:
2604         * shell/ev-application.[ch]: (ev_application_shutdown),
2605         (ev_application_init):
2606         * shell/ev-window.c: (ev_window_add_recent),
2607         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2608
2609         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2610         
2611 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2612
2613         * shell/ev-window.c: (launch_external_uri):
2614
2615         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2616         and report error if the URL is not supported (#489910).
2617
2618 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2621         (pdf_document_file_exporter_begin_page),
2622         (pdf_document_file_exporter_end_page):
2623
2624         Fix printing with poppler splash backend. Fixes bug #489774.
2625         
2626 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2627
2628         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2629         * shell/ev-print-job.c: (ev_print_job_class_init):
2630
2631         Fix a crash when printing with the gnome-print dialog. Fixes bug
2632         #488939.
2633         
2634 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2635
2636         * backend/pixbuf/pixbuf-document.c:
2637
2638         Fix an implicit function definition warning (#487655)
2639
2640 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2641
2642         * shell/ev-window.c:
2643
2644         Fix conflicting shortcut for view sade pane and presentation.
2645         
2646 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * backend/pdf/ev-poppler.cc:
2649         (pdf_document_file_exporter_begin_page),
2650         (pdf_document_file_exporter_do_page),
2651         (pdf_document_file_exporter_end_page),
2652         (pdf_document_file_exporter_iface_init):
2653         * libdocument/ev-file-exporter.[ch]:
2654         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2655         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2656         (ev_job_print_run):
2657
2658         When printing multiple pages per sheet in reverse option, do not
2659         invert the order of the pages in every sheet, but the order of the
2660         sheets. Do not print blank pages when page range is invalid. Fixes
2661         bugs #484857 and #485521.
2662         
2663 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2664
2665         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2666         (ev_job_print_run):
2667         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2668
2669         Respect ranges order when printing more than one range in random
2670         order.
2671         
2672 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2673
2674         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2675         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2676
2677         Rotate also the window icon when document is rotated. Fixes bug
2678         #474681.
2679         
2680 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2681
2682         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2683         (pdf_document_forms_get_form_fields):
2684
2685         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2686         Matthias Drochner.
2687         
2688 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2689
2690         * configure.ac:
2691         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2692
2693         Use poppler_page_render_for_printing() instead of
2694         poppler_page_render() if available when exporting to a ps or pdf
2695         file. Fixes bug #476627.
2696         
2697 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2698
2699         * shell/ev-window.c: (ev_window_run_fullscreen):
2700
2701         Do not show the toolbar in fullscreen mode if the main toolbar is
2702         not visible. Fixes bug #483048.
2703         
2704 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * shell/ev-view.c: (ev_view_button_press_event):
2707
2708         Give priority to form fields over images when deciding whether a
2709         button press event is over an image or form field. It allows edit
2710         form fields when they are over a background image. Fixes bug
2711         #477841.
2712         
2713 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2714
2715         * NEWS:
2716         * configure.ac:
2717         
2718         Update for release 2.20.0
2719
2720 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * backend/pdf/ev-poppler.cc:
2723
2724         Remove #ifdef HAVE_FORMS, so that forms support works again.
2725
2726 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2727
2728         * configure.ac:
2729         * data/evince.desktop.in.in:
2730         
2731         Fixes desktop file issues. See bug #473471.
2732
2733 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2734
2735         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2736         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2737         (ev_job_queue_remove_job):
2738         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2739         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2740         * shell/ev-window.c: (ev_window_clear_save_job),
2741         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2742         (ev_window_dispose):
2743
2744         Move save a copy task to its own job so that it's carried out in a
2745         thread avoiding another lock in the main thread. Use
2746         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2747         can be saved to a pathin another file system. Fixes bug #456891.
2748         
2749 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2750
2751         * NEWS:
2752         * configure.ac:
2753         
2754         Update for release 2.19.92
2755
2756 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2757
2758         * configure.ac:
2759         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2760         (pdf_selection_get_selection_region),
2761         (pdf_selection_get_selection_map),
2762         (ev_form_field_from_poppler_field):
2763
2764         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2765         and triple click selections are enabled again now.
2766
2767 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2768
2769         * shell/ev-window.c: (ev_window_add_history):
2770
2771         Make sure not to use the history with documents not supporting
2772         links. Fixes bug #468954.
2773
2774 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2775
2776         * shell/ev-window.c: (ev_window_load_job_cb):
2777
2778         Restart the search when reloading a document with the find bar
2779         visible. Fixes bug #461962.
2780
2781 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2782
2783         * shell/ev-window.c: (setup_document_from_metadata),
2784         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2785
2786         Do not jump to the first page when reloading a document from the
2787         last page.
2788
2789 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2790
2791         * shell/ev-window.c: (update_chrome_flag),
2792         (setup_sidebar_from_metadata),
2793         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2794         (ev_window_cmd_edit_find_next),
2795         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2796         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2797         (find_bar_close_cb), (view_actions_focus_in_cb):
2798
2799         Do not update visibility when changing a chrome flag so that it's
2800         possible to update several flags and update visibility only once
2801         for all of them.
2802
2803 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2804
2805         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2806
2807         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2808         supported by gtk+. Fixes bug #460907.
2809
2810 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2811
2812         * shell/ev-view.c: (view_update_range_and_current_page):
2813
2814         Make sure current-page <= end-page in continuous mode. Fixes bug
2815         #454950.
2816
2817 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2818
2819         * backend/pdf/ev-poppler.cc: (build_tree):
2820
2821         Ignore outline items without a title. Fixes bug #453913.
2822
2823 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2824
2825         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2826         (ev_view_button_release_event), (ev_view_leave_notify_event):
2827
2828         Use always drag mouse cursor during a drag operation. Fixes bug
2829         #470564.
2830
2831 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2832
2833         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2834         (pdf_selection_get_selection_region),
2835         (pdf_selection_get_selection_map):
2836
2837         Temporarily disable double and triple selections since it depends on
2838         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2839         released and the update of the external dependency minimal version
2840         approved.
2841
2842 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2843
2844         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2845         (pdf_document_file_exporter_do_page):
2846         * libdocument/ev-file-exporter.h:
2847         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2848         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2849
2850         Actually fix printing regressions. Remove orientation from
2851         EvPrintContext since it's redundant.
2852
2853 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2854
2855         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2856         * backend/impress/impress-document.c:
2857         (impress_document_document_iface_init):
2858         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2859         * backend/djvu/djvu-document.c:
2860         (djvu_document_document_iface_init),
2861         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2862         * backend/tiff/tiff-document.c:
2863         (tiff_document_document_iface_init):
2864         * backend/pixbuf/pixbuf-document.c:
2865         (pixbuf_document_document_iface_init):
2866         * backend/comics/comics-document.c:
2867         (comics_document_document_iface_init):
2868         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2869         (pdf_selection_render_selection),
2870         (pdf_selection_get_selected_text),
2871         (pdf_selection_get_selection_region),
2872         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2873         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2874         (ev_selection_get_selection_region),
2875         (ev_selection_get_selection_map):
2876         * libdocument/ev-document.[ch]:
2877         * shell/ev-pixbuf-cache.[ch]: (add_job),
2878         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2879         * shell/ev-view-private.h:
2880         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2881         (ev_job_render_run):
2882         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2883         * shell/ev-view.c: (start_selection_for_event),
2884         (ev_view_button_press_event), (ev_view_drag_data_get),
2885         (ev_view_drag_data_received), (ev_view_button_release_event),
2886         (compute_new_selection_text), (compute_selections),
2887         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2888         (ev_view_primary_get_cb):
2889
2890         Add support for double and triple click selections.
2891
2892 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2893
2894         * NEWS:
2895         * configure.ac:
2896
2897         Update for release 2.19.4
2898
2899 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2900
2901         * shell/ev-view-private.h:
2902         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2903         (ev_view_set_highlight_search):
2904         * shell/ev-view.h:
2905         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2906         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2907         (find_bar_visibility_changed_cb):
2908         
2909         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2910
2911 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2912
2913         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2914         (pdf_document_file_exporter_begin),
2915         (pdf_document_file_exporter_do_page):
2916         * shell/ev-jobs.c: (ev_job_print_run):
2917         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2918
2919         Create always a portrait cairo surface and rotate when needed for
2920         landscape. It fixes printing problems in real printers.
2921
2922 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2923
2924         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2925         * libdocument/ev-file-exporter.[ch]:
2926         (ev_file_exporter_get_capabilities):
2927         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2928         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2929
2930         Adjust number of pages per row according to page orientation when
2931         printing 2 or 6 pages per sheet.
2932
2933 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2934
2935         * shell/ev-window.c: (ev_window_print_send):
2936
2937         Reset also cups setting to 1 when printing multiple pages per
2938         sheet. Fixes bug #468853.
2939
2940 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2941
2942         * libdocument/ev-document-misc.c:
2943         (ev_document_misc_surface_rotate_and_scale):
2944
2945         Use directly cairo_surface_get_content() when creating a similar
2946         surface as suggested by Jeff Muizelaar. Thanks again.
2947
2948 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2949
2950         * backend/djvu/djvu-document.c: (djvu_document_render):
2951         * backend/tiff/tiff-document.c: (tiff_document_render):
2952         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2953         * libdocument/ev-document-misc.c:
2954         (ev_document_misc_surface_from_pixbuf),
2955         (ev_document_misc_surface_rotate_and_scale):
2956
2957         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2958         creating page surfaces. Fixes bug #453123. Thank you very much to
2959         Jeff Muizelaar <jeff@infidigm.net>.
2960
2961 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2962
2963         * shell/ev-page-cache.c: (ev_page_cache_new),
2964         (ev_page_cache_get_thumbnail_size):
2965         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2966         (ev_sidebar_thumbnails_set_loading_icon):
2967
2968         Also store in page-cache the dimensions of the thumbnails so that
2969         they can be used to create the correct loading icon in the side
2970         pane. Fixes bug #466857.
2971
2972 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2973
2974         * backend/pdf/ev-poppler.cc:
2975         (pdf_document_thumbnails_get_thumbnail):
2976
2977         Fix thumbnails rotation in pdf documents that include embedded 
2978         thumbnails.
2979
2980 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2981
2982         * backend/pdf/ev-poppler.cc:
2983
2984         Don't use #ifdef in macro expansion. Some compilers don't
2985         like that. Closes bug #467042.
2986
2987 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2988
2989         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2990         
2991         Fixes memory leak in djvu backend.
2992
2993 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2994
2995         * data/icons/32x32/Makefile.am:
2996         * data/icons/32x32/actions/Makefile.am:
2997         * data/icons/32x32/actions/view-page-cont.svg:
2998         * data/icons/32x32/actions/view-page-facing.svg:
2999         * data/icons/48x48/Makefile.am:
3000         * data/icons/48x48/actions/Makefile.am:
3001         * data/icons/48x48/actions/view-page-cont.svg:
3002         * data/icons/48x48/actions/view-page-facing.svg:
3003         
3004         Icons for a new sizes.
3005
3006 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3007
3008         * shell/ev-page-cache.c: (build_height_to_page),
3009         (ev_page_cache_get_height_to_page):
3010         
3011         Fixes invalid read, see bug #466401.
3012
3013 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3014
3015         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3016         (set_drag_cursor):
3017         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3018         (configure_item_cursor), (new_pixbuf_from_widget):
3019
3020         Fix multihead problems in toolbar editor. Fixes bug #382055.
3021
3022 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * shell/ev-window.c: (ev_window_cmd_file_open),
3025         (ev_window_cmd_save_as):
3026
3027         Use g_get_user_special_dir when available instead of
3028         xdg_user_dir_lookup.
3029
3030 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3031
3032         * MAINTAINERS:
3033         
3034         Updated according to request on desktop-devel.
3035
3036 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3037
3038         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3039
3040         Do not use cairo_rectangle and cairo_clip since we are
3041         not using cairo_fill but cairo_paint. Use the same cairo context
3042         for every page in the same expose event.
3043
3044 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3045
3046         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3047         leak.
3048
3049 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3050
3051         * configure.ac:
3052         * NEWS:
3053
3054         Release 0.9.3
3055
3056 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3057
3058         * libdocument/ev-document-info.h:
3059         * libdocument/ev-document.h:
3060         * shell/ev-page-action.h:
3061         * shell/ev-sidebar-links.h:
3062
3063         Fix a headers problem with ev-link
3064         
3065         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3066         * shell/ev-view-private.h:
3067         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3068         (get_link_area), (ev_view_query_tooltip),
3069         (ev_view_leave_notify_event), (ev_view_destroy),
3070         (ev_view_class_init):
3071
3072         Use new gtk tooltips when available instead of ev-tooltip.
3073         
3074 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3075
3076         * shell/ev-window.c: (update_chrome_visibility),
3077         (ev_window_sidebar_visibility_changed_cb):
3078
3079         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3080         
3081 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3082
3083         * shell/ev-navigation-action.c:
3084         (ev_navigation_action_history_changed),
3085         (ev_navigation_action_set_history):
3086         * shell/ev-navigation-action-widget.c:
3087         (ev_navigation_action_widget_init):
3088         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3089
3090         Fix compile warnings.
3091         
3092 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3093
3094         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3095         (egg_editable_toolbar_dispose):
3096
3097         Fix memory leak.
3098         
3099 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3100
3101         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3102         (screensaver_disable_x11):
3103         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3104         * shell/ev-window.c: (presentation_set_timeout):
3105         * shell/ev-view.c: (ev_view_presentation_transition_start):
3106
3107         Use g_timeout_add_seconds instead of g_timeout_add when
3108         available.
3109         
3110 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3111
3112         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3113
3114         Set horizontal scrollbar policy to AUTOMATIC instead of
3115         NEVER. Workaround for bug #449462.
3116         
3117 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3118
3119         * shell/ev-jobs.c: (ev_job_render_page_ready):
3120
3121         Add page_ready callback to main loop with high priority and hold
3122         a reference to job during idle.
3123         
3124 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3125
3126         * configure.ac:
3127         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3128         (pdf_document_file_exporter_begin),
3129         (pdf_document_file_exporter_do_page),
3130         (pdf_document_file_exporter_get_capabilities):
3131         * libdocument/ev-file-exporter.h:
3132         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3133         * shell/ev-window.c: (ev_window_print_send),
3134         (ev_window_print_dialog_response_cb):
3135
3136         Allow printing multiple pages per sheet. Fixes bug #395573.
3137         
3138 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3139
3140         * shell/ev-view.c: (tip_from_link):
3141         
3142         Check for NULL, fixes bug #460862.
3143
3144 2007-07-29  Christian Persch  <chpe@gnome.org>
3145
3146         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3147         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3148         (ev_window_cmd_preview_print):
3149         
3150         Fixes bug #437681 - blocks while enumerating printers.
3151
3152 2007-07-29  Christian Persch  <chpe@gnome.org>
3153
3154         * shell/ev-window.c: (ev_window_screen_changed):
3155         
3156         Don't use deprecated gtk+ function. See bug #460909.
3157
3158 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3159
3160         * shell/ev-utils.c: (get_num_monitors):
3161         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3162
3163         Do not use display before initializing it. Remove compile
3164         warnings.
3165
3166 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3167
3168         * shell/ev-view.c: (ev_view_class_init):
3169         
3170         Unix-like hjkl bindings added. See bug #458111.
3171
3172 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3173
3174         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3175         * shell/ev-utils.h:
3176         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3177         (ev_view_update_view_size):
3178         * shell/ev-view.h:
3179         * shell/ev-window.c: (ev_window_update_actions),
3180         (setup_view_from_metadata), (ev_window_screen_changed),
3181         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3182         (zoom_control_changed_cb):
3183         * shell/ev-window.h:
3184         
3185         Reorganizes utility functions.
3186
3187 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3188
3189         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3190         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3191         (add_job), (ev_pixbuf_cache_get_surface),
3192         (ev_pixbuf_cache_get_link_mapping),
3193         (ev_pixbuf_cache_get_image_mapping),
3194         (ev_pixbuf_cache_get_form_field_mapping),
3195         (ev_pixbuf_cache_get_text_mapping):
3196         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3197         (notify_page_ready), (ev_job_render_page_ready),
3198         (ev_job_render_run):
3199
3200         Add page_ready signal to notify that page is ready as soon as
3201         possible even if other page elements like links, forms, images or
3202         text mapping are not ready yet.
3203
3204 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3205
3206         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3207         (dvi_document_file_exporter_do_page),
3208         (dvi_document_file_exporter_get_capabilities),
3209         (dvi_document_file_exporter_iface_init):
3210         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3211         (ps_document_file_exporter_do_page),
3212         (ps_document_file_exporter_get_capabilities),
3213         (ps_document_file_exporter_iface_init):
3214         * backend/djvu/djvu-document.c:
3215         (djvu_document_file_exporter_begin),
3216         (djvu_document_file_exporter_end),
3217         (djvu_document_file_exporter_get_capabilities),
3218         (djvu_document_file_exporter_iface_init):
3219         * backend/tiff/tiff-document.c:
3220         (tiff_document_file_exporter_begin),
3221         (tiff_document_file_exporter_get_capabilities),
3222         (tiff_document_document_file_exporter_iface_init):
3223         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3224         (pdf_document_file_exporter_do_page),
3225         (pdf_document_file_exporter_get_capabilities),
3226         (pdf_document_file_exporter_iface_init):
3227         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3228         (ev_file_exporter_get_capabilities):
3229         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3230         (idle_print_handler), (ev_print_job_print):
3231         * shell/ev-jobs.c: (ev_job_print_run):
3232         * shell/ev-window.c: (ev_window_print_send),
3233         (ev_window_print_range):
3234
3235         Use capabilities to know which options should be offered by the
3236         print dialog depending on the document backend.
3237
3238 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3239
3240         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3241
3242         Give priority to forms over text to set the cursor.
3243
3244 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3245
3246         * shell/ev-view-private.h:
3247         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3248         (ev_view_leave_notify_event), (ev_view_finalize),
3249         (ev_view_get_property), (ev_view_class_init):
3250
3251         Use IBEAM cursor for text form fields and NORMAL cursor for read
3252         only fields. Remove unused status attribute.
3253
3254 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3255
3256         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3257
3258         Update region for current selected items also for checkbox
3259         buttons, since they can behave as radio buttons when they are in a
3260         set.
3261
3262 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3263
3264         * configure.ac:
3265         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3266
3267         Get max length of text form fields.
3268
3269 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3270
3271         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3272         * libdocument/ev-form-field.h:
3273         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3274
3275         Fix build with current poppler cvs head.
3276
3277 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3278
3279         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3280         * shell/eggfindbar.c: (egg_find_bar_init):
3281
3282         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3283         deprecation. Fixes bug #455667
3284
3285 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3286
3287         * NEWS:
3288         * configure.ac:
3289         
3290         Update for release 0.9.2
3291
3292 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3293
3294         * shell/ev-view.c: (ev_view_form_field_text_save),
3295         (ev_view_form_field_choice_save):
3296
3297         Fix a crash when closing whith a form widget visible.
3298
3299 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3300
3301         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3302
3303         Update also the region of the current selected button when
3304         clicking on another button if they are radio buttons.
3305
3306 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3307
3308         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3309         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3310         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3311         (ev_pixbuf_cache_get_link_mapping),
3312         (ev_pixbuf_cache_get_image_mapping),
3313         (ev_pixbuf_cache_get_form_field_mapping),
3314         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3315         * shell/ev-view.c: (ev_view_form_field_get_region),
3316         (ev_view_form_field_button_create_widget),
3317         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3318         (job_finished_cb):
3319
3320         Redraw only form field region instead of the whole page when
3321         reloading a page to show changes on the form field.
3322
3323 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3324
3325         * shell/ev-view.c: (ev_view_form_field_choice_save):
3326
3327         Fix selection of first item in list form fields.
3328
3329 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3330
3331         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3332         (ev_pixbuf_cache_reload_page),
3333         (ev_pixbuf_cache_get_form_field_mapping):
3334
3335         Some refactoring to avoid duplicated code.
3336
3337 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3338
3339         * configure.ac:
3340         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3341         (ev_form_field_from_poppler_field),
3342         (pdf_document_forms_get_form_fields),
3343         (pdf_document_forms_form_field_text_get_text),
3344         (pdf_document_forms_form_field_text_set_text),
3345         (pdf_document_forms_form_field_button_set_state),
3346         (pdf_document_forms_form_field_button_get_state),
3347         (pdf_document_forms_form_field_choice_get_item),
3348         (pdf_document_forms_form_field_choice_get_n_items),
3349         (pdf_document_forms_form_field_choice_is_item_selected),
3350         (pdf_document_forms_form_field_choice_select_item),
3351         (pdf_document_forms_form_field_choice_toggle_item),
3352         (pdf_document_forms_form_field_choice_unselect_all),
3353         (pdf_document_forms_form_field_choice_set_text),
3354         (pdf_document_forms_form_field_choice_get_text),
3355         (pdf_document_document_forms_iface_init):
3356         * libdocument/Makefile.am:
3357         * libdocument/ev-form-field.[ch]:
3358         * libdocument/ev-document-forms.[ch]:
3359         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3360         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3361         (add_job), (ev_pixbuf_cache_reload_page),
3362         (ev_pixbuf_cache_get_form_field_mapping):
3363         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3364         * shell/ev-view-private.h:
3365         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3366         (ev_view_handle_cursor_over_xy),
3367         (ev_view_get_form_field_at_location),
3368         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3369         (ev_view_form_field_button_create_widget),
3370         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3371         (ev_view_form_field_text_create_widget),
3372         (ev_view_form_field_choice_save),
3373         (ev_view_form_field_choice_changed),
3374         (ev_view_form_field_choice_create_widget),
3375         (ev_view_handle_form_field), (ev_view_size_allocate),
3376         (ev_view_realize), (draw_end_presentation_page),
3377         (ev_view_button_press_event), (ev_view_remove_all),
3378         (ev_view_motion_notify_event), (ev_view_key_press_event),
3379         (ev_view_enter_notify_event), (highlight_find_results),
3380         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3381         (ev_view_class_init), (page_changed_cb),
3382         (on_adjustment_value_changed), (ev_view_set_presentation),
3383         (merge_selection_region), (ev_view_set_cursor),
3384         (ev_view_reset_presentation_state):
3385         
3386         Merge evince-forms branch.
3387
3388 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3389
3390         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3391
3392         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3393         This script also updates itself from libegg
3394
3395         * cut-n-paste/toolbar-editor/egg*:
3396         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3397         libegg
3398
3399 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3400
3401         * shell/ev-window.c:
3402         
3403         Adds a nice icon to page action during toolbar editing.
3404         See bug #452872.
3405
3406 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3407
3408         * data/evince-toolbar.xml:
3409         * shell/ev-window.c:
3410         
3411         Let user add a presentation and fullscreen icons on toolbar.
3412         See bug #449734.
3413
3414 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3415
3416         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3417
3418         new script to keep in sync with toolbareditor in libegg
3419
3420         * cut-n-paste/toolbar-editor/*: 
3421
3422         Run update-toolbareditor-from-libegg so we are in sync again. 
3423         Fixes bug #452850.
3424         
3425
3426 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3427
3428         * shell/ev-sidebar-links.c: (job_finished_callback):
3429
3430         Do not connect selection changed signal more than once. Fixes bug
3431         #349433.
3432
3433 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3434
3435         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3436
3437         Do not change sidebar chrome flag when pressing F9 key in
3438         presentation mode.
3439
3440 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3441
3442         * backend/pdf/ev-poppler.cc:
3443         (pdf_document_thumbnails_get_dimensions):
3444
3445         Make sure thumbnails width and height is not <= 0. Fixes a crash
3446         with some pdf documents which have really small pages.
3447
3448 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3449
3450         * shell/main.c: (main):
3451
3452         Fixes program description translation issue.
3453         Bug #450148.
3454
3455 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3456
3457         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3458
3459         Do not change current page when returning from black/white mode
3460         in presentation. Fixes bug #415032.
3461
3462 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3463
3464         * NEWS:
3465         * configure.ac:
3466         
3467         Update for release 0.9.1
3468
3469 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3470
3471         * backend/dvi/dvi-document.c:
3472         (dvi_document_finalize),
3473         (dvi_document_file_exporter_format_supported),
3474         (dvi_document_file_exporter_begin),
3475         (dvi_document_file_exporter_do_page),
3476         (dvi_document_file_exporter_end),
3477         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3478         
3479         PDF exporter for dvi documents. Fixes bug #441319.
3480
3481 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3482
3483         * shell/ev-window.c: (ev_window_clear_print_job):
3484
3485         Clear gtk print job when job has finished. Fixes bug #447612.
3486
3487 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3488
3489         * shell/ev-window.c: (ev_window_print_send),
3490         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3491
3492         Add preview button to print dialog. Fixes bug #445419.
3493
3494 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3495
3496         * backend/dvi/Makefile.am:
3497         * backend/dvi/pixbuf-device.[ch]: Removed
3498         * backend/dvi/cairo-device.[ch]: Added
3499         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3500         * backend/dvi/dvi-document.c: (dvi_document_load),
3501         (dvi_document_render), (dvi_document_finalize),
3502         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3503         (dvi_document_do_color_special):
3504         * libdocument/ev-document-misc.[ch]:
3505         (ev_document_misc_pixbuf_from_surface):
3506
3507         Port dvi backend to cairo and fix a problem with colors. 
3508
3509 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3510
3511         * shell/ev-view.c: (draw_one_page):
3512
3513         Draw only visible region.
3514
3515 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3516
3517         * backend/djvu/djvu-document.c: (djvu_document_render):
3518
3519         Fix rotation in djvu backend.
3520
3521 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3524         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3525         (ev_pixbuf_cache_get_image_mapping),
3526         (ev_pixbuf_cache_get_text_mapping):
3527
3528         Redraw view every time we have a new surface. Fixes bug #443587.
3529
3530 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3531
3532         * libdocument/ev-document.c: (ev_document_info_free):
3533
3534         Fix memory leaks.
3535
3536 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * backend/dvi/dvi-document.c: (dvi_document_render),
3539         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3540         * backend/impress/impress-document.c:
3541         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3542         (impress_document_render), (impress_document_document_iface_init),
3543         (impress_document_thumbnails_get_thumbnail):
3544         * backend/djvu/djvu-document-private.h:
3545         * backend/djvu/djvu-document.c: (djvu_document_render),
3546         (djvu_document_finalize), (djvu_document_document_iface_init),
3547         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3548         * backend/tiff/tiff-document.c: (tiff_document_render),
3549         (tiff_document_render_pixbuf),
3550         (tiff_document_document_iface_init):
3551         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3552         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3553         (pdf_selection_render_selection):
3554         * backend/comics/comics-document.c:
3555         (comics_document_render_pixbuf), (comics_document_render),
3556         (comics_document_document_iface_init):
3557         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3558         (pixbuf_document_document_iface_init):
3559         * libdocument/ev-document-misc.[ch]:
3560         (ev_document_misc_surface_from_pixbuf),
3561         (ev_document_misc_surface_rotate_and_scale):
3562         * libdocument/ev-document.[ch]: (ev_document_render):
3563         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3564         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3565         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3566         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3567         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3568         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3569         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3570         (render_finished_cb), (ev_job_render_run):
3571         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3572         (merge_selection_region):
3573
3574         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3575         and selections.
3576
3577 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3578
3579         * shell/ev-window-title.c: (ev_window_title_update):
3580
3581         Fix memory leak.
3582
3583 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3584
3585         * shell/ev-view.c: (draw_loading_text):
3586
3587         Show loading text centered. Fixes bug #433061
3588
3589 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3590
3591         * shell/ev-sidebar-thumbnails.c:
3592         (ev_sidebar_thumbnails_set_loading_icon):
3593
3594         Remove a mutex in the main thread that blocks the UI in heavy
3595         documents.
3596
3597 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3598
3599         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3600
3601         Set points_set to TRUE so that selections don't disappear after a
3602         zoom change.
3603
3604 2007-06-07  Michael Monreal  <infernux@web.de>
3605
3606         * data/icons/16x16/actions/Makefile.am:
3607         * data/icons/16x16/actions/zoom.svg:
3608         * data/icons/22x22/actions/Makefile.am:
3609         * data/icons/22x22/actions/zoom.svg:
3610         * data/icons/24x24/actions/Makefile.am:
3611         * shell/ev-stock-icons.c:
3612         * shell/ev-stock-icons.h:
3613         * shell/ev-window.c:
3614         
3615         Zoom icon artwork. See bug #444795.
3616
3617 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3618
3619         * shell/ev-metadata-manager.c: Remove extraneous function
3620         (Closes: #444386)
3621
3622 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3623
3624         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3625         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3626         (ev_metadata_manager_set), (ev_metadata_manager_save):
3627         Simplify the timeout, no need for modified anymore
3628
3629 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3630
3631         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3632         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3633         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3634         (ev_metadata_manager_save): Adapted patch from Arjan van de
3635         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3636         time, saves on power (Closes: #443851)
3637
3638 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3639
3640         * configure.ac:
3641         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3642         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3643
3644         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3645
3646 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3647
3648         * shell/ev-window.c: (ev_window_add_history):
3649
3650         Check if history is NULL
3651
3652 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * libdocument/ev-image.c: (ev_image_finalize):
3655         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3656         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3657         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3658         (ev_tmp_uri_unlink):
3659
3660         Add functions to delete temporary files created by evince in a safe
3661         way.
3662
3663         * shell/ev-window.c: (ev_window_clear_local_uri),
3664         (open_xfer_update_progress_callback),
3665         (save_xfer_update_progress_callback), (ev_window_save_remote),
3666         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3667         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3668         (attachment_save_dialog_response_cb),
3669         (ev_attachment_popup_cmd_save_attachment_as):
3670
3671         Allow saving a copy of a document, image or attachment to a remote
3672         location. Fixes bug #440754. 
3673
3674 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3675
3676         * configure.ac:
3677         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3678
3679         Fix build with current poppler from cvs head. 
3680
3681 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3682
3683         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3684
3685         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3686         directory exists.
3687
3688 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3689
3690         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3691         * shell/ev-window.c:
3692
3693         Change sidebar ordering. Fixes bug #439939.
3694
3695 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3696
3697         * backend/comics/Makefile.am:
3698         
3699         Fixes build with --without-libgnome.
3700
3701 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3702         
3703         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3704
3705         Update cursor and tooltip on page change and view scroll. Fixes bug
3706         #439217.
3707
3708 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3709
3710         * NEWS:
3711         * configure.ac:
3712         
3713         Update for release 0.9.0
3714
3715 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3716
3717         * backend/djvu/djvu-document-private.h:
3718         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3719         (djvu_document_finalize),
3720         (djvu_document_file_exporter_format_supported),
3721         (djvu_document_file_exporter_begin),
3722         (djvu_document_file_exporter_do_page),
3723         (djvu_document_file_exporter_end),
3724         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3725         
3726         Implemented printing with djvu. Bug #437998.
3727
3728 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3729
3730         * backend/impress/zip.c:
3731         Add missing ulong definition.
3732
3733         * backend/ps/ps-interpreter.c:
3734         Add missing headers.
3735
3736         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3737
3738 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3739
3740         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3741
3742         Add missing call to parent class dispose method. 
3743
3744 2007-05-12  Ross Burton  <ross@openedhand.com>
3745
3746         * shell/main.c:
3747         Sync keybindings manually when building without libgnome
3748         (#437925).
3749
3750 2007-05-12  Ross Burton  <ross@openedhand.com>
3751
3752         * shell/ev-window.c:
3753         Respect the screen when opening help (#437866).
3754
3755 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3756
3757         * data/evince-ui.xml:
3758         * shell/ev-application.[ch]: (get_print_settings_from_args),
3759         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3760         (ev_application_open_uri_list):
3761         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3762         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3763         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3764         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3765         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3766         (ev_window_dispose):
3767         * shell/main.c: (arguments_parse):
3768
3769         Add print button in preview mode. Fixes bug #396475. 
3770
3771 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3772
3773         * cut-n-paste/zoom-control/ephy-zoom.h:
3774         
3775         Fixes zoom level factors. See bug #408119 for details.
3776
3777 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3778
3779         * backend/comics/comics-document.c: (comics_regex_quote),
3780         (extract_argv):
3781         
3782         Correctly quote symbols. Fixes crash in the bug
3783         #415370.
3784
3785 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3786
3787         * shell/ev-navigation-action-widget.c:
3788         (ev_navigation_action_widget_init),
3789         (ev_navigation_action_widget_class_init),
3790         (ev_navigation_action_widget_button_press_event):
3791         
3792         Connect to button-press event on correct widget. Fixes
3793         bug #431988
3794
3795 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3796
3797         * shell/ev-application.c: (ev_application_open_window),
3798         (ev_application_add_icon_path_for_screen),
3799         (ev_application_open_uri_at_dest):
3800         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3801         * shell/ev-navigation-action.c: (build_menu):
3802         
3803         Add app-specific icons to our icon theme. Fixes bug
3804         #425508.
3805
3806 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3807
3808         * shell/ev-history.c: (ev_history_class_init),
3809         (ev_history_add_link):
3810         * shell/ev-history.h:
3811         * shell/ev-navigation-action.c:
3812         (ev_navigation_action_history_changed),
3813         (ev_navigation_action_set_history), (build_menu),
3814         (ev_navigation_action_finalize):
3815         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3816         
3817         Make navigation action unsensitive instead of showing
3818         menu with unsensitive word. Fixes bug #417392.
3819
3820 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3821
3822         * shell/ev-application.[ch]: (ev_application_shutdown),
3823         (ev_application_get_print_settings),
3824         (ev_application_set_print_settings):
3825         * shell/ev-window.c:
3826
3827         Remember print settings. Fixes bug #349102. 
3828
3829 2007-05-08  Christian Persch  <chpe@gnome.org>
3830
3831         * configure.ac:
3832         * properties/ev-properties-view.c:
3833
3834         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3835         Bug #382438.
3836
3837 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3838
3839         * configure.ac:
3840         * properties/ev-properties-view.c: (ev_regular_paper_size):
3841
3842         Use gtk+ builtin paper list to identify the document's paper size.
3843         Fixes bug #382438. 
3844
3845 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3846
3847         * configure.ac:
3848
3849         Fix build when compiling with thumbnailer and libgnome support. 
3850
3851 2007-05-04  Ross Burton  <ross@openedhand.com>
3852
3853         * configure.ac:
3854         Add --without-libgnome, check for libgnome and libgnomeui
3855         separately, and add them to the symbols as required.
3856
3857         * libdocument/ev-file-helpers.c:
3858         When building without libgnome, use g_get_user_config_dir instead
3859         of gnome_user_dir_get.
3860
3861         * shell/ev-application.c:
3862         When building without libgnome, don't use session management.
3863
3864         * shell/main.c:
3865         When building without libgnome, don't use GnomeProgram or
3866         initialise the authentication manager.
3867
3868         This fixes #328842.
3869
3870 2007-05-04  Ross Burton  <ross@openedhand.com>
3871
3872         * shell/ev-window.c:
3873         Don't use libgnome to open help, instead call Yelp directly.
3874
3875 2007-05-04  Ross Burton  <ross@openedhand.com>
3876
3877         * shell/ev-sidebar-attachments.c:
3878         Don't use libgnome to lookup icons for MIME types, instead copy
3879         code from GTK+ to do it manually.
3880
3881 2007-05-04  Ross Burton  <ross@openedhand.com>
3882
3883         * configure.ac:
3884         Add libxml to the dependencies for SHELL_CORE (#435818).
3885
3886 2007-05-02  Ross Burton  <ross@openedhand.com>
3887
3888         * configure.ac:
3889         * Makefile.am:
3890         Add --disable-thumbnailer (#434825)
3891
3892 2007-05-02  Ross Burton  <ross@openedhand.com>
3893
3894         * shell/ev-window.c:
3895         Add missing includes, fix indentation.
3896
3897         * shell/main.c:
3898         Fix indentation.
3899
3900 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3901
3902         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3903         ev_application_open_uri_at_dest instead of ev_application_open_uri
3904         preventing new document always being opened in a new window even if there
3905         is an empty window.
3906
3907 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3908
3909         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3910         (egg_recent_view_uimanager_finalize):
3911         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3912         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3913         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3914         (ev_pixbuf_cache_dispose):
3915         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3916         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3917         
3918         Add missing chain to parent class methods. Fixes
3919         bug #433128.
3920
3921 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3922
3923         * data/Makefile.am (update-icon-cache): Updates
3924         gtk-update-icon-cache in uninstall-hook.
3925
3926 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3927
3928         * shell/ev-window.c: (ev_window_setup_document),
3929         (ev_window_set_document), (ev_window_load_job_cb):
3930         * shell/ev-view.c: (setup_caches):
3931         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3932
3933         Start rendering pages before any other jobs. 
3934
3935 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3936
3937         * shell/ev-window.c: (ev_window_stop_fullscreen),
3938         (ev_window_stop_presentation):
3939
3940         Update chrome visibility before window unfullscreen. 
3941
3942 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3943
3944         * data/Makefile.am:
3945         * data/evince-ui.xml:
3946         * shell/ev-stock-icons.[ch]:
3947         * shell/ev-application.[ch]: (ev_application_shutdown),
3948         (ev_application_init), (ev_application_get_toolbars_model):
3949         * shell/ev-window.c: (update_chrome_visibility),
3950         (fullscreen_toolbar_setup_item_properties),
3951         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3952         (ev_window_run_presentation), (ev_window_stop_presentation),
3953         (ev_window_run_preview), (ev_window_screen_changed),
3954         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3955         (ev_window_dispose), (ev_window_init):
3956
3957         Make fullscreen toolbar always visible. Do not use egg toolbars for
3958         fullscreen and preview modes since such toolbars are not editables.
3959         Fixes bugs #300278, #338910 and #316188.  
3960
3961 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3962
3963         * shell/ev-application.c:
3964         * shell/ev-job-queue.c:
3965         * shell/ev-metadata-manager.c:
3966         * shell/ev-stock-icons.c:
3967         * shell/ev-window.c:
3968         * shell/main.c:
3969         
3970         Developers documentation updated.
3971
3972 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3973
3974         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3975
3976         Check whether uri is valid before launching it. Fixes bug #427664.
3977
3978 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3979
3980         * shell/ev-window.c:
3981
3982         Change key accelerator for Open a Copy menu entry which is in conflict
3983         with Close. Fixes bug #427321.
3984
3985 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3986
3987         * NEWS:
3988         * configure.ac:
3989         
3990         Update for release 0.8.1
3991
3992 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3993
3994         * shell/ev-window.c: (setup_size_from_metadata):
3995         
3996         Do not make window bigger than screen. Fixes bug 
3997         #388985.
3998
3999 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4000
4001         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4002         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4003
4004         Use default resolution when it's not provided by document. Fixes bug
4005         #408762.
4006
4007 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4008
4009         * configure.ac:
4010         * thumbnailer/Makefile.am:
4011         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4012         * thumbnailer/evince-thumbnailer.schemas.in:
4013         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4014
4015         Add support for ps, eps and compressed documents thumbnails. Do not
4016         ignore size parameter. 
4017
4018 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4019
4020         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4021         (dvi_document_do_color_special):
4022         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4023
4024         Implement font color specials in the DVI backend. Fixes bug #303651.
4025
4026 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4027
4028         Fixup the previous commit:
4029
4030         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4031         * shell/xdg-user-dir-lookup.c: Make the function non-static
4032         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4033
4034 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4035
4036         * shell/ev-window.c (file_open_dialog_response_cb): Use
4037         the xdg-user-dirs DOCUMENTS folder as default folder when
4038         opening a file chooser.  (#424858)
4039
4040         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4041         xdg-user-dirs.
4042
4043 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4044
4045         * shell/ev-window.c: (ev_window_load_job_cb):
4046
4047         Do not setup view from metadata on preview mode. 
4048
4049 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4050
4051         * shell/main.c:
4052
4053         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4054
4055 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4056
4057         * shell/ev-view.c: (ev_view_primary_get_cb):
4058
4059         Check pointer != NULL before using it. Fixes bug #416841. 
4060
4061 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4062
4063         * NEWS:
4064         * configure.ac:
4065         
4066         Release 0.8.0
4067
4068 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4069
4070         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4071
4072         Do not render thumbnails when sidebar thumbnail page is not visible
4073         at startup. Fixes bug #416447. 
4074
4075 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4076
4077         * data/evince.desktop.in.in:
4078
4079         "Application" is not a valid category in the freedesktop specification.
4080
4081 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4082
4083         * libdocument/ev-file-helpers.[ch]: (compression_run),
4084         (ev_file_uncompress), (ev_file_compress):
4085         * shell/ev-window.c: (file_save_dialog_response_cb):
4086
4087         Save document compressed when saving a copy of a compressed document.
4088         Fixes bug #334542.
4089
4090 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4091
4092         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4093
4094         Allow deleting in goto window entry in presentation mode. 
4095
4096 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4097
4098         * Makefile.am: Dist MAINTAINERS.
4099
4100 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4101
4102         * shell/ev-window.c: (ev_window_update_actions):
4103
4104         Fix zoom shortcut keys when searching. Fixes bug #409828.
4105
4106 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4107
4108         * shell/ev-window.c: (ev_window_setup_document):
4109
4110         Fix crash when loading documents with only one page. 
4111
4112 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4113
4114         * backend/dvi/dvi-document.c:
4115         (dvi_document_thumbnails_get_dimensions),
4116         (dvi_document_thumbnails_get_thumbnail):
4117         * backend/impress/impress-document.c:
4118         (impress_document_thumbnails_get_thumbnail),
4119         (impress_document_thumbnails_get_dimensions):
4120         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4121         (ps_document_thumbnails_get_dimensions):
4122         * backend/djvu/djvu-document.c:
4123         (djvu_document_thumbnails_get_dimensions),
4124         (djvu_document_thumbnails_get_thumbnail):
4125         * backend/tiff/tiff-document.c:
4126         (tiff_document_thumbnails_get_thumbnail),
4127         (tiff_document_thumbnails_get_dimensions):
4128         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4129         (pdf_document_thumbnails_get_thumbnail),
4130         (pdf_document_thumbnails_get_dimensions):
4131         * backend/comics/comics-document.c:
4132         (comics_document_thumbnails_get_thumbnail),
4133         (comics_document_thumbnails_get_dimensions):
4134         * backend/pixbuf/pixbuf-document.c:
4135         (pixbuf_document_thumbnails_get_thumbnail),
4136         (pixbuf_document_thumbnails_get_dimensions):
4137         * libdocument/ev-document-thumbnails.[ch]:
4138         (ev_document_thumbnails_get_thumbnail),
4139         (ev_document_thumbnails_get_dimensions):
4140         * libdocument/ev-document-misc.[ch]:
4141         (ev_document_misc_get_thumbnail_frame):
4142         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4143         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4144         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4145         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4146         (ev_sidebar_thumbnails_refresh):
4147         * shell/ev-window.c: (ev_window_setup_document):
4148         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4149
4150         Use an EvRenderContext for rendering thumbnails instead of a suggested
4151         width, so that different sized pages get sized proportionally.
4152
4153 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4154
4155         * shell/ev-view.c: (ev_view_button_press_event),
4156         (ev_view_key_press_event):
4157
4158         Fix critical warnings when there is no document loaded. 
4159
4160 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4161
4162         * shell/ev-page-action-widget.c:
4163         * shell/ev-navigation-action.c:
4164         * shell/ev-window.c:
4165
4166         Fix compile warnings. 
4167
4168 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4169
4170         * backend/djvu/djvu-text.h:
4171         * backend/djvu/djvu-document.c:
4172         * backend/djvu/djvu-text-page.c:
4173         * backend/djvu/djvu-links.c:
4174         * backend/djvu/djvu-text-page.h:
4175         * backend/djvu/djvu-text.c:
4176         
4177         Fix build on Mac. Fixes bug #392186. Patch by
4178         <ephraim_owns@hotmail.com>
4179
4180 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4181
4182         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4183
4184         Restore cairo context before rendering every page when printing a PDF
4185         document into a PDF file. 
4186
4187 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4188
4189         * backend/ps/gstypes.h:
4190         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4191         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4192         (ps_document_thumbnails_get_thumbnail):
4193
4194         Handle PostScript page orientation. Fixes bug #318568.
4195
4196 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4197
4198         * backend/ps/Makefile.am:
4199         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4200         (document_load), (ps_document_load), (save_document),
4201         (save_page_list), (ps_document_get_n_pages),
4202         (ps_document_get_page_size), (ps_document_get_info),
4203         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4204         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4205         (ps_document_thumbnails_get_thumbnail),
4206         (ps_document_thumbnails_get_dimensions),
4207         (ps_document_document_thumbnails_iface_init):
4208         * backend/ps/ps.[ch]: (psgetpagebox):
4209         * backend/ps/ps-interpreter.[ch]:
4210
4211         Add support for thumbnails in ps backend. Fixes bug #164755. 
4212
4213 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4214
4215         * NEWS:
4216         * configure.ac:
4217         
4218         Release 0.7.2
4219
4220 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4221
4222         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4223         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4224         (ev_window_dispose):
4225
4226         Use document thumbnail as window icon. Fixes bug #384442.
4227
4228 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4229
4230         * configure.ac:
4231
4232         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4233         duplicated adding application/x-bzpostscript instead. 
4234
4235 2007-02-11  Tom Parker  <palfrey@tevp.net>
4236
4237         * backend/ps/ps-document.c: (document_load):
4238
4239         Check return value of psscan before trying
4240         to use it. Fixes bug #372414.
4241
4242 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4243
4244         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4245
4246         Fix invalid free in ev-page-cache. Fixes bug #404745.
4247
4248 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4249
4250         * test/Makefile.am:
4251         * test/test3.py:
4252         
4253         Added reload test case.
4254
4255 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4256
4257         * po/POTFILES.in:
4258         * backend/djvu/djvu-document.c: (djvu_document_load):
4259
4260         Check whether there are missing files in indirect multipage djvu
4261         documents. Fixes bug #361683. 
4262
4263 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4264
4265         * test/Makefile.am:
4266         * test/test-mime.bin:
4267         * test/test3.py:
4268         
4269         Added test for slow mime type
4270
4271 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4272
4273         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4274
4275         Add some checks and call parent_class->finalize. Fixes bug #404745.
4276
4277 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4278
4279         * shell/ev-navigation-action.c: (connect_proxy):
4280         
4281         Fixes dropdown history menu. Thanks a lot Carlos!
4282
4283 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4284
4285         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4286
4287         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4288         bug #373715.
4289
4290 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4291
4292         * backend/ps/ps.c: (psscan):
4293
4294         Fix memory leak. 
4295
4296 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4297
4298         * configure.ac:
4299         * libdocument/ev-file-helpers.c: 
4300
4301         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4302
4303 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4304
4305         * configure.ac:
4306         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4307         (ps_interpreter_start), (document_load), (save_document),
4308         (save_page_list):
4309         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4310         * libdocument/ev-document-factory.c:
4311         (ev_document_factory_get_from_mime), (get_document_from_uri),
4312         (free_uncompressed_uri), (ev_document_factory_get_document):
4313         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4314
4315         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4316
4317 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4318
4319         * libdocument/ev-document.h:
4320
4321         Fix typo in function name. 
4322
4323 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4324
4325         * backend/ps/ps-document.c: (ps_interpreter_finished),
4326         (ps_interpreter_start), (ps_interpreter_failed):
4327
4328         Handle ghostscript interpreter crashes. 
4329
4330 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4331
4332         * shell/ev-window.c: (ev_window_open_uri),
4333         (window_configure_event_cb):
4334
4335         Setup window size and position before showing it. Fixes bug #401711.
4336
4337 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4338
4339         * backend/ps/Makefile.am:
4340         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4341         (ps_document_dispose), (ps_document_class_init),
4342         (ps_interpreter_input), (ps_interpreter_output),
4343         (ps_interpreter_error), (setup_interpreter_env),
4344         (ps_interpreter_start), (ps_interpreter_stop),
4345         (ps_interpreter_failed), (ps_interpreter_is_ready),
4346         (check_filecompressed), (document_load), (ps_document_load),
4347         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4348         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4349         (render_page):
4350
4351         Rework ps-document. Code cleanups, remove deprecated code. 
4352
4353 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4354
4355         * shell/ev-view.c: (ev_view_button_press_event):
4356
4357         Do not start an image drag and drop operation when pointer is on 
4358         text, so that we can select text when the whole background is an
4359         image. 
4360
4361 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4362
4363         * shell/ev-window.c: (ev_window_update_actions): 
4364
4365         Disable all zoom related actions during presentation mode. 
4366
4367 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4368
4369         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4370
4371         Do not zoom in or out on presentation mode. Fixes bug #401305.
4372
4373 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4374
4375         * shell/ev-navigation-action.c: (connect_proxy),
4376         (create_menu_item), (ev_navigation_action_class_init):
4377         
4378         Correctly show menu and fix crash when navigaton 
4379         action is out of toolbar visible area.
4380
4381 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4382
4383         * data/Makefile.am:
4384         * data/evince.1:
4385         
4386         Added man file
4387
4388 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4389
4390         * help/reference/* :
4391         * configure.ac:
4392         
4393         Added gtk-doc based documentation for Evince.
4394         Still in initial state but I hope it will
4395         grow.
4396         
4397         * configure.ac:
4398         
4399         Lower dbus requirement to 0.70
4400
4401 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4402
4403         * shell/ev-window.c: (ev_window_add_history):
4404
4405         Fix memory leak. 
4406
4407 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4408
4409         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4410         * shell/ev-view.h:
4411         * shell/ev-window.c: (ev_window_add_history):
4412         
4413         Correctly handle named destination links
4414
4415 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4416
4417         * NOTES:
4418         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4419         * backend/pdf/ev-poppler.cc:
4420         * libdocument/ev-document-links.h:
4421         * libdocument/ev-link.c: (ev_link_get_page):
4422         * libdocument/ev-link.h:
4423         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4424         (ev_history_add_link):
4425         * shell/ev-history.h:
4426         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4427         (new_history_menu_item), (build_menu):
4428         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4429         * shell/ev-sidebar-links.c: (create_loading_model),
4430         (print_section_cb), (ev_sidebar_links_construct),
4431         (fill_page_labels), (update_page_callback_foreach),
4432         (update_page_callback), (job_finished_callback):
4433         * shell/ev-view.c: (ev_view_handle_link):
4434         * shell/ev-window.c: (ev_window_find_chapter),
4435         (ev_window_add_history), (view_handle_link_cb),
4436         (history_changed_cb):
4437         
4438         Implements another history variant
4439
4440 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4441
4442         * shell/ev-window.c: (view_external_link_cb):
4443         * shell/ev-view.c: (ev_view_button_release_event):
4444
4445         Open links in new window when clicking with middle button. 
4446
4447 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4448
4449         * shell/ev-navigation-action.c: (new_history_menu_item):
4450         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4451         * shell/ev-view.c: (ev_view_handle_link):
4452         * shell/ev-window.c:
4453         
4454         Store link before jump, not the destination. For me it 
4455         seems like more natural history behavior.
4456
4457 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4458
4459         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4460         (ev_navigation_action_class_init):
4461         * shell/ev-navigation-action.h:
4462         * shell/ev-page-action.c: (activate_cb):
4463         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4464         (ev_page_cache_set_current_page_history):
4465         * shell/ev-page-cache.h:
4466         * shell/ev-sidebar-thumbnails.c:
4467         (ev_sidebar_tree_selection_changed),
4468         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4469         * shell/ev-view-private.h:
4470         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4471         * shell/ev-view.h:
4472         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4473         (ev_window_setup_document), (ev_window_load_job_cb):
4474         * shell/ev-window.h:
4475         
4476         History finally works as expected.
4477
4478 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4479
4480         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4481
4482         Do not update links treeview if it doesn't have a model assigned yet. 
4483
4484 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4485
4486         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4487         (ev_sidebar_links_class_init), (update_page_callback):
4488
4489         Do not update links treeview when sidepane is not visible. 
4490
4491 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4492
4493         * shell/ev-marshal.list:
4494         * shell/ev-page-action.c: (activate_cb),
4495         (ev_page_action_class_init):
4496         * shell/ev-page-action.h:
4497         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4498         * shell/ev-window.c:
4499         
4500         Remove activate_link signal, not required.
4501
4502 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4503
4504         * shell/ev-navigation-action.c: (build_menu):
4505         
4506         Reorder menu items and build menu with fixed length.
4507
4508 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4509
4510         * shell/ev-view.c: (get_selected_text):
4511         
4512         Normalize text to fix ligatures problem. See bug
4513         #341947 for details.
4514
4515 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4516
4517         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4518
4519         Fix memory leak in ev-page-cache. 
4520
4521 2007-01-25  Tom Parker <palfrey@tevp.net>
4522
4523         * backend/impress/impress-document.c: (impress_document_load),
4524         (impress_document_finalize), (impress_document_init):
4525         * properties/ev-properties-main.c: (ev_properties_get_pages):
4526         
4527         Correctly handle impress document errors. Fixes nautilus
4528         crash in property page #370491.
4529
4530 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4531
4532         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4533         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4534         (ev_job_queue_remove_job):
4535         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4536         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4537         (ev_job_load_run):
4538         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4539         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4540         (ev_window_load_job_cb), (xfer_update_progress_callback),
4541         (ev_window_open_uri), (ev_window_dispose):
4542         * shell/main.c: (main):
4543
4544         Do file transfer asynchronously in the main thread instead of
4545         synchronously in the load thread. Fixes bugs #399694, #398307 and
4546         #343542.
4547
4548 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4549
4550         * shell/ev-jobs.c: (ev_job_xfer_run):
4551
4552         Load the document with the font-config lock held. 
4553
4554 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4555
4556         * backend/ps/ps-document.c: (start_interpreter):
4557
4558         Fix memory leaks in ps backend. 
4559
4560 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4561
4562         * backend/impress/impress-document.c:
4563         (impress_document_render_pixbuf):
4564
4565         Do not acquire fontconfig lock in impress backend, since it is using
4566         the main loop for rendering. 
4567
4568 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4569
4570         * po/POTFILES.in: 
4571
4572         Remove mdvi files that shouldn't be translated. 
4573
4574 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4575
4576         * shell/ev-view-private.h:
4577         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4578         (ev_view_set_zoom):
4579
4580         Render "loading..." text into a cairo surface instead of directly into
4581         the window so that fontconfig lock is only needed once and UI is not
4582         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4583
4584 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4585
4586         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4587         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4588
4589         Use icon theme associated with the window screen rather than default. 
4590
4591 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4592
4593         * configure.ac:
4594
4595         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4596
4597 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4598
4599         * data/icons/*/apps/evince.*:
4600
4601         Move Evince icons under new apps directory.
4602
4603         * data/icons/*/actions/*:
4604
4605         Add new custom themeable Evince icons: view-page-continuous, 
4606         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4607         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4608
4609         * configure.ac:
4610
4611         Add new directories to AC_CONFIG_FILES.
4612
4613         * shell/ev-stock-icons.c:
4614         * shell/ev-stock-icons.h:
4615
4616         Use new custom themeable icons.
4617
4618 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4619
4620         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4621
4622         Do not draw white background page in presentation mode. 
4623
4624 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4625
4626         * shell/ev-view.c: Remove unused gnome-vfs include.
4627
4628 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4629
4630         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4631         
4632         Format string is corrected, fixes bug #397129.
4633
4634 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4635
4636         * shell/ev-window.c: (ev_window_setup_recent):
4637
4638         Do not include in recent menu inexistent documents. Fixes
4639         bug #339171.
4640
4641 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4642
4643         * po/POTFILES.skip: 
4644
4645         Update POTFILES.skip file according to current source tree. 
4646
4647 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4648
4649         * shell/ev-window.c: (file_save_dialog_response_cb):
4650
4651         Do Save a copy in atomic way. Fixes bug #328266. 
4652
4653 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4654
4655         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4656
4657         Keep selected cell always visible in index treeview.
4658
4659 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4660         
4661         * shell/ev-view.c: (ev_view_size_allocate):
4662
4663         Restore horizontal scrollbar after switching to/from fullscreen
4664         or presentation mode. Fixes bug #331728.
4665
4666 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4667
4668         * shell/ev-view-private.h:
4669         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4670         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4671         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4672         (ev_view_can_zoom_out):
4673
4674         Use max and min scale values in the view iby taking dpi into account. 
4675
4676 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4677
4678         * configure.ac:
4679         * NEWS:
4680
4681         Release 0.7.1
4682
4683 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4684
4685         * shell/ev-window.c: (ev_window_print_send):
4686
4687         Send print job to printer with some settings set to default values,
4688         since we have already exported to a file according to such settings
4689         and they could be taken twice by some printers. 
4690
4691 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4692
4693         * shell/ev-jobs.c: (ev_job_xfer_run):
4694         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4695
4696         Show main window and load document with the font-config lock held. 
4697
4698 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4699
4700         * configure.ac:
4701         * shell/ev-application.c: (ev_application_register_service):
4702         * shell/main.c: (load_files_remote):
4703
4704         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4705
4706 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4707
4708         * doc/debugging.txt:
4709         
4710         Remove obsolete documentation.
4711
4712 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4713
4714         * Makefile.am:
4715         * backend/Makefile.am:
4716         * backend/comics/Makefile.am:
4717         * backend/djvu/Makefile.am:
4718         * backend/dvi/Makefile.am:
4719         * backend/ev-async-renderer.c:
4720         * backend/ev-async-renderer.h:
4721         * backend/ev-attachment.c:
4722         * backend/ev-attachment.h:
4723         * backend/ev-backend-marshal.c:
4724         * backend/ev-document-factory.c:
4725         * backend/ev-document-factory.h:
4726         * backend/ev-document-find.c:
4727         * backend/ev-document-find.h:
4728         * backend/ev-document-fonts.c:
4729         * backend/ev-document-fonts.h:
4730         * backend/ev-document-images.c:
4731         * backend/ev-document-images.h:
4732         * backend/ev-document-info.h:
4733         * backend/ev-document-links.c:
4734         * backend/ev-document-links.h:
4735         * backend/ev-document-misc.c:
4736         * backend/ev-document-misc.h:
4737         * backend/ev-document-security.c:
4738         * backend/ev-document-security.h:
4739         * backend/ev-document-thumbnails.c:
4740         * backend/ev-document-thumbnails.h:
4741         * backend/ev-document-transition.c:
4742         * backend/ev-document-transition.h:
4743         * backend/ev-document.c:
4744         * backend/ev-document.h:
4745         * backend/ev-file-exporter.c:
4746         * backend/ev-file-exporter.h:
4747         * backend/ev-image.c:
4748         * backend/ev-image.h:
4749         * backend/ev-link-action.c:
4750         * backend/ev-link-action.h:
4751         * backend/ev-link-dest.c:
4752         * backend/ev-link-dest.h:
4753         * backend/ev-link.c:
4754         * backend/ev-link.h:
4755         * backend/ev-render-context.c:
4756         * backend/ev-render-context.h:
4757         * backend/ev-selection.c:
4758         * backend/ev-selection.h:
4759         * backend/impress/Makefile.am:
4760         * backend/pdf/Makefile.am:
4761         * backend/pixbuf/Makefile.am:
4762         * backend/ps/Makefile.am:
4763         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4764         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4765         (start_interpreter), (stop_interpreter), (document_load),
4766         (ps_document_next_page), (render_page):
4767         * backend/tiff/Makefile.am:
4768         * comics/Makefile.am:
4769         * comics/comics-document.c:
4770         * comics/comics-document.h:
4771         * configure.ac:
4772         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4773         * djvu/Makefile.am:
4774         * djvu/djvu-document-private.h:
4775         * djvu/djvu-document.c:
4776         * djvu/djvu-document.h:
4777         * djvu/djvu-links.c:
4778         * djvu/djvu-links.h:
4779         * djvu/djvu-text-page.c:
4780         * djvu/djvu-text-page.h:
4781         * djvu/djvu-text.c:
4782         * djvu/djvu-text.h:
4783         * dvi/Makefile.am:
4784         * dvi/dvi-document.c:
4785         * dvi/dvi-document.h:
4786         * dvi/fonts.c:
4787         * dvi/fonts.h:
4788         * dvi/mdvi-lib/Makefile.am:
4789         * dvi/mdvi-lib/afmparse.c:
4790         * dvi/mdvi-lib/afmparse.h:
4791         * dvi/mdvi-lib/bitmap.c:
4792         * dvi/mdvi-lib/bitmap.h:
4793         * dvi/mdvi-lib/color.c:
4794         * dvi/mdvi-lib/color.h:
4795         * dvi/mdvi-lib/common.c:
4796         * dvi/mdvi-lib/common.h:
4797         * dvi/mdvi-lib/defaults.h:
4798         * dvi/mdvi-lib/dvimisc.c:
4799         * dvi/mdvi-lib/dviopcodes.h:
4800         * dvi/mdvi-lib/dviread.c:
4801         * dvi/mdvi-lib/files.c:
4802         * dvi/mdvi-lib/font.c:
4803         * dvi/mdvi-lib/fontmap.c:
4804         * dvi/mdvi-lib/fontmap.h:
4805         * dvi/mdvi-lib/fontsrch.c:
4806         * dvi/mdvi-lib/gf.c:
4807         * dvi/mdvi-lib/hash.c:
4808         * dvi/mdvi-lib/hash.h:
4809         * dvi/mdvi-lib/list.c:
4810         * dvi/mdvi-lib/mdvi.h:
4811         * dvi/mdvi-lib/pagesel.c:
4812         * dvi/mdvi-lib/paper.c:
4813         * dvi/mdvi-lib/paper.h:
4814         * dvi/mdvi-lib/pk.c:
4815         * dvi/mdvi-lib/private.h:
4816         * dvi/mdvi-lib/setup.c:
4817         * dvi/mdvi-lib/sp-epsf.c:
4818         * dvi/mdvi-lib/special.c:
4819         * dvi/mdvi-lib/sysdeps.h:
4820         * dvi/mdvi-lib/t1.c:
4821         * dvi/mdvi-lib/tfm.c:
4822         * dvi/mdvi-lib/tfmfile.c:
4823         * dvi/mdvi-lib/tt.c:
4824         * dvi/mdvi-lib/util.c:
4825         * dvi/mdvi-lib/vf.c:
4826         * dvi/pixbuf-device.c:
4827         * dvi/pixbuf-device.h:
4828         * impress/Makefile.am:
4829         * impress/common.h:
4830         * impress/document.c:
4831         * impress/f_oasis.c:
4832         * impress/f_oo13.c:
4833         * impress/iksemel.c:
4834         * impress/iksemel.h:
4835         * impress/imposter.h:
4836         * impress/impress-document.c:
4837         * impress/impress-document.h:
4838         * impress/internal.h:
4839         * impress/r_back.c:
4840         * impress/r_draw.c:
4841         * impress/r_geometry.c:
4842         * impress/r_gradient.c:
4843         * impress/r_style.c:
4844         * impress/r_text.c:
4845         * impress/render.c:
4846         * impress/render.h:
4847         * impress/zip.c:
4848         * impress/zip.h:
4849         * lib/Makefile.am:
4850         * lib/ev-debug.c:
4851         * lib/ev-debug.h:
4852         * lib/ev-file-helpers.c:
4853         * lib/ev-file-helpers.h:
4854         * lib/ev-gui.c:
4855         * lib/ev-gui.h:
4856         * lib/ev-tooltip.c:
4857         * lib/ev-tooltip.h:
4858         * libdocument/Makefile.am:
4859         * libdocument/ev-file-helpers.c:
4860         * pdf/Makefile.am:
4861         * pdf/ev-poppler.cc:
4862         * pdf/ev-poppler.h:
4863         * pixbuf/Makefile.am:
4864         * pixbuf/pixbuf-document.c:
4865         * pixbuf/pixbuf-document.h:
4866         * properties/Makefile.am:
4867         * ps/Makefile.am:
4868         * ps/gsdefaults.c:
4869         * ps/gsdefaults.h:
4870         * ps/gsio.c:
4871         * ps/gsio.h:
4872         * ps/gstypes.h:
4873         * ps/ps-document.c:
4874         * ps/ps-document.h:
4875         * ps/ps.c:
4876         * ps/ps.h:
4877         * shell/Makefile.am:
4878         * shell/ev-application.h:
4879         * shell/ev-sidebar-links.c:
4880         * shell/ev-sidebar-links.h:
4881         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4882         (ev_gui_menu_position_tree_selection):
4883         * shell/ev-utils.h:
4884         * shell/ev-view.c: (ev_view_finalize):
4885         * shell/ev-window.c:
4886         * shell/main.c: (main):
4887         * thumbnailer/Makefile.am:
4888         * tiff/Makefile.am:
4889         * tiff/tiff-document.c:
4890         * tiff/tiff-document.h:
4891         * tiff/tiff2ps.c:
4892         * tiff/tiff2ps.h:
4893         
4894         Reorganize source tree.
4895
4896 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4897
4898         * backend/ev-document-factory.c:
4899
4900         Do not include ev-poppler.h when pdf is disabled. 
4901
4902 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4903
4904         * configure.ac:
4905         * data/evince-ui.xml:
4906         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4907         (pdf_document_document_images_iface_init):
4908         * backend/Makefile.am:
4909         * backend/ev-document-images.[ch]:
4910         * backend/ev-image.[ch]:
4911         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4912         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4913         (ev_job_xfer_run):
4914         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4915         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4916         (ev_pixbuf_cache_get_image_mapping):
4917         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4918         (view_menu_popup_cb), (ev_window_dispose),
4919         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4920         (ev_view_popup_cmd_copy_image):
4921         * shell/ev-view-private.h:
4922         * shell/ev-view.c: (ev_view_get_image_at_location),
4923         (ev_view_do_popup_menu), (ev_view_popup_menu),
4924         (ev_view_button_press_event), (ev_view_drag_data_get),
4925         (ev_view_drag_motion), (ev_view_drag_data_received),
4926         (ev_view_motion_notify_event), (ev_view_button_release_event),
4927         (ev_view_finalize), (ev_view_class_init):
4928
4929         Add image handling support. Fixes bugs #310008 and #325047. Images
4930         selection is not supported yet. 
4931
4932 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4933
4934         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4935         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4936         (ev_view_init):
4937
4938         Move view drag and drop stuff to ev-view.
4939
4940 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4941
4942         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4943         * shell/ev-view.c: (clear_selection): 
4944
4945         Clear selection also in pixbuf cache.
4946
4947 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4948
4949         * data/evince.desktop.in.in:
4950         
4951         Change icon name in desktop file. See bug #390734
4952         for details.
4953
4954 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4955
4956         * thumbnailer/Makefile.am:
4957
4958         Use top_builddir instead top_srcdir for generated schema
4959         file installation. Fixes bug #390161.
4960
4961 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4962
4963         * configure.ac:
4964         * backend/Makefile.am:
4965         * backend/ev-document-transition.[ch]:
4966         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4967         (pdf_document_page_transition_iface_init):
4968         * shell/ev-view-private.h:
4969         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4970         (ev_view_set_presentation), (transition_next_page),
4971         (ev_view_presentation_transition_stop),
4972         (ev_view_presentation_transition_start), (ev_view_next_page):
4973
4974         Add page transition support in presentation mode. At the moment only
4975         page duration is supported, but not transition effects. Fixes bug
4976         #309815.
4977
4978 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4979
4980         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4981
4982         Run find_link_dest with document lock held, since it's called by links
4983         thread and main thread at the same time. 
4984
4985 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4986
4987         * shell/ev-view.c: (goto_dest):
4988
4989         Update page-cache when page is changed by the view, so that
4990         page-changed signal is emitted. 
4991
4992 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4993
4994         * test/test1.py:
4995         * test/test2.py:
4996
4997         Use C locale in tests. 
4998
4999 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5000
5001         * shell/ev-window.c: (ev_window_run_presentation):
5002         * shell/ev-view-private.h:
5003         * shell/ev-view.c: (ev_view_set_presentation):
5004
5005         Restore zoom settings when back from presentation mode. 
5006
5007 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5008
5009         * shell/ev-window.c: (ev_window_run_presentation):
5010
5011         Always use "best fit" zoom in presentation mode.
5012         Fixes bug #389195.
5013
5014 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5015
5016         * shell/ev-view.c: (ev_view_goto_window_create):
5017
5018         Show "Jump to page" label in the page jumping popup in
5019         presentation mode instead of just a GtkEntry.
5020
5021 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5022
5023         * shell/ev-window.c: (launch_external_uri):
5024
5025         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5026         #378085.
5027
5028 2006-12-22  Elijah Newren  <newren gmail com>
5029
5030         * configure.ac: explicitly check for libxml2.  Fixes #388795
5031
5032 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5033
5034         * shell/ev-view-private.h:
5035         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5036         (ev_view_goto_window_delete_event), (key_is_numeric),
5037         (ev_view_goto_window_key_press_event),
5038         (ev_view_goto_window_button_press_event),
5039         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5040         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5041         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5042
5043         Allow jumping to another page by typing a page number in presentation
5044         mode. It uses a popup window with an entry. Fixes bug #353625.
5045
5046 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5047
5048         * configure.ac:
5049         * properties/ev-properties-view.c: (ev_get_default_user_units),
5050         (ev_regular_paper_size):
5051         
5052         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5053         to Damien Carbery <damien.carbery@sun.com> and
5054         Yevgen Muntyan <muntyan@tamu.edu>.
5055
5056 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5057
5058         * shell/ev-window.c: (setup_document_from_metadata):
5059
5060         Make sure Evince doesn't restore the view on the last
5061         page when a document is reopened. Fixes bug #383381.
5062
5063 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5064
5065         * shell/ev-view.c: (draw_loading_text):
5066
5067         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5068
5069 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5070
5071         * configure.ac:
5072         * NEWS:
5073
5074         Release 0.7.0
5075
5076 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5077
5078         * configure.ac:
5079         * pdf/ev-poppler.cc: (pdf_print_context_free),
5080         (pdf_document_file_exporter_begin),
5081         (pdf_document_file_exporter_do_page):
5082
5083         Make cairo-pdf depedency optional. 
5084
5085 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5086
5087         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5088
5089         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5090
5091 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5092
5093         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5094         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5095         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5096         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5097         * shell/ev-view.c: (draw_loading_text):
5098         * shell/ev-window.c: (ev_window_cmd_file_properties):
5099
5100         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5101         related to using FontConfig from different threads.
5102         
5103 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5104
5105         * shell/ev-view.c: (draw_loading_text):
5106
5107         Acquire lock document when drawing "Loading..." text so that only one
5108         thread will use FontConfig at the same time. Fixes bug #374750.
5109
5110 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5111
5112         * shell/ev-page-action.[ch]: (activate_cb):
5113         * shell/ev-window.c: (activate_label_cb):
5114
5115         Check if text inserted in page entry is a valid page number when it
5116         doesn't match to any document page label. Fixes bug #383165.
5117
5118 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5119         * shell/ev-window.c:
5120
5121         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5122         available with GTK < 2.10. Added an ifdef to avoid compilation
5123         error.
5124
5125 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5126
5127         * configure.ac:
5128         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5129
5130         Fix ps backend in multihead systems.
5131
5132 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5133
5134         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5135         * shell/ev-window.c: (ev_window_get_screen_dpi),
5136         (ev_window_update_actions), (setup_view_from_metadata),
5137         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5138
5139         Take screen DPI into account when zooming. Fixes bug #318285.
5140
5141 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5142
5143         * data/Makefile.am:
5144
5145         Cleaned up/slightly refactored Makefile.am. Added GConf
5146         schemas uninstallation as well.
5147
5148 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5149
5150         * Makefile.am:
5151         * test/Makefile.am:
5152
5153         Fight with autotools to fix make check. Make distcheck
5154         works fine as well now!
5155
5156 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5157
5158         * shell/ev-view.c: (draw_end_presentation_page):
5159
5160         Corrected "end of presentation" string.
5161
5162 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5163
5164         * shell/ev-view.c: (ev_view_key_press_event):
5165
5166         Correctly propagate key press event so that up/down keys
5167         work as expected (correct behaviour was broken by
5168         black/white screen key bindings for presentations).
5169
5170 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5171
5172         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5173         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5174         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5175         (pdf_selection_get_selection_region),
5176         (pdf_selection_get_selection_map):
5177
5178         Add "static" to some private functions. 
5179
5180 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5181
5182         * lib/ev-tooltip.h:
5183         * properties/ev-properties-view.h:
5184         * shell/ev-jobs.h:
5185         * shell/ev-properties-dialog.h:
5186         * shell/ev-properties-fonts.h:
5187         * shell/ev-sidebar-links.h:
5188         * shell/ev-sidebar-thumbnails.h:
5189         * shell/ev-sidebar.h:
5190         * shell/ev-window.h:
5191         
5192         Fixes CHACK type in class casts. See bug #385343
5193         for details.
5194
5195 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5196
5197         * shell/ev-view-private.h:
5198         * shell/ev-view.c: (draw_end_presentation_page),
5199         (ev_view_expose_event), (ev_view_key_press_event),
5200         (ev_view_class_init), (ev_view_init):
5201
5202         Blank screen in presentation mode when pressing 'b' (filling with
5203         black) or 'w' (filling with white) keys. Fixes bug #358132.
5204
5205 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5206
5207         * data/evince-toolbar.xml:
5208         * shell/ev-window.c:
5209         
5210         Use stock icon for Select All action. Fixes
5211         bug #382652.
5212
5213 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5214
5215         * shell/ev-view.c: (get_doc_point_from_offset),
5216         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5217
5218         Add links support in rotated documents. Fixes bug #343733.
5219
5220 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5221
5222         * shell/ev-view-private.h:
5223         * shell/ev-view.c: (draw_end_presentation_page),
5224         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5225
5226         Show a blank page after the last page in presentation mode with a
5227         message indicating that presentation has finished and how to exit. 
5228
5229 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5230
5231         * shell/ev-window.c: (fullscreen_timeout_cb):
5232
5233         Hide cursor after a while in presentation mode. 
5234
5235 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5236
5237         * backend/ev-document-info.h:
5238         * data/evince-properties.glade:
5239         * pdf/ev-poppler.cc:
5240         * properties/ev-properties-view.c: (ev_regular_paper_size),
5241         (ev_properties_view_set_info):
5242         * ps/ps-document.c: (ps_document_get_info):
5243
5244         Adds a paper size field to the properties dialog. Fixes
5245         bug #307315. Patch by Kasper Svendsen (with some i18n
5246         changes done by me).
5247
5248 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5249
5250         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5251         (screensaver_init_dbus), (totem_scrsaver_new),
5252         (totem_scrsaver_init):
5253         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5254         * shell/ev-application.c: (ev_application_register_service),
5255         (ev_application_screensaver_enable),
5256         (ev_application_screensaver_disable):
5257         * shell/ev-application.h:
5258         * shell/ev-window.c: (ev_window_run_presentation),
5259         (ev_window_stop_presentation), (build_comments_string),
5260         (ev_window_init):
5261         
5262         Move screensaver handling to application. No more
5263         message on startup.
5264
5265 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5266
5267         * configure.ac:
5268         * backend/Makefile.am:
5269         * backend/ev-file-exporter.[ch]:
5270         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5271         * ps/ps-document.c: (ps_document_file_exporter_*):
5272         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5273         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5274         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5275         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5276
5277         Allow printing to PDF when suppoted by the backend.
5278         
5279 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5280
5281         * shell/ev-window.c: (build_comments_string):
5282
5283         Use always "Document Viewer" in about dialog. 
5284
5285 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5286
5287         * djvu/djvu-document.c: (djvu_document_get_page_size):
5288
5289         Display a warning message when get_pageinfo fails. 
5290
5291 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5292
5293         * Makefile.am:
5294         * backend/Makefile.am:
5295         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5296         * configure.ac:
5297         * shell/ev-window.c: (build_comments_string):
5298         
5299         Make pdf compilation optional. See bug #38007.
5300
5301 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5302
5303         * ps/ps.c: (get_next_text):
5304
5305         Fix CVE-2006-5864.
5306
5307 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5308
5309         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5310         * shell/ev-navigation-action.c: (connect_proxy),
5311         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5312         
5313         Do not call g_type_class_peek_parent twice.
5314
5315 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5316
5317         * configure.ac:
5318         * data/icons/24x24/.cvsignore:
5319         * data/icons/24x24/Makefile.am:
5320         * data/icons/24x24/evince.png:
5321         * data/icons/Makefile.am:
5322         
5323         Add 24x24 icon. Thanks to 
5324         Michael Monreal <infernux@web.de>.
5325
5326 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5327
5328         * configure.ac: Fix typo in configure.ac. Thanks
5329         to dmacks@netspace.org for notification.
5330
5331 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5332
5333         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5334         
5335         Drop dbus include, fixes compilation with older dbus.
5336
5337 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5338
5339         * configure.ac:
5340         * cut-n-paste/Makefile.am:
5341         * cut-n-paste/totem-screensaver/.cvsignore
5342         * cut-n-paste/totem-screensaver/Makefile.am:
5343         * cut-n-paste/totem-screensaver/README:
5344         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5345         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5346         * shell/Makefile.am:
5347         * shell/ev-window.c: (ev_window_run_presentation),
5348         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5349         (ev_window_init):
5350
5351         Implemented screensaver enabling/disabling for
5352         presentation mode (not fullscreen mode). Code stolen
5353         from Totem (with some minor tweaks). Fixes bug #338889.
5354
5355 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5356
5357         * configure.ac:
5358
5359         Bump gnome-icon-theme requirements. We use the rotation
5360         icons that appeared recently.
5361
5362 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5363
5364         * shell/ev-history.c: (ev_history_add_page):
5365         * shell/ev-history.h:
5366         * shell/ev-window.c: (page_changed_cb):
5367         
5368         Use page labels instead of numbers.
5369
5370 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5371
5372         * data/evince-toolbar.xml:
5373         * po/POTFILES.in:
5374         * shell/Makefile.am:
5375         * shell/ev-navigation-action-widget.c:
5376         (ev_navigation_action_widget_init),
5377         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5378         (menu_detacher), (ev_navigation_action_widget_set_menu),
5379         (menu_position_func), (popup_menu_under_arrow),
5380         (ev_navigation_action_widget_toggled),
5381         (ev_navigation_action_widget_button_press_event):
5382         * shell/ev-navigation-action-widget.h:
5383         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5384         (ev_navigation_action_set_window), (activate_menu_item_cb),
5385         (new_history_menu_item), (new_empty_history_menu_item),
5386         (build_menu), (menu_activated_cb), (connect_proxy),
5387         (create_tool_item), (ev_navigation_action_init),
5388         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5389         * shell/ev-navigation-action.h:
5390         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5391         (ev_page_action_widget_set_page_cache),
5392         (ev_page_action_widget_finalize),
5393         (ev_page_action_widget_class_init), (match_selected_cb),
5394         (display_completion_text), (match_completion), (build_new_tree_cb),
5395         (get_filter_model_from_model),
5396         (ev_page_action_widget_update_model):
5397         * shell/ev-page-action-widget.h:
5398         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5399         (connect_proxy):
5400         * shell/ev-page-action.h:
5401         * shell/ev-stock-icons.c:
5402         * shell/ev-stock-icons.h:
5403         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5404         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5405         (register_custom_actions):
5406         * shell/main.c:
5407         
5408         Preliminary history implementation
5409
5410 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5411
5412         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5413         (dvi_document_class_init), (dvi_document_init_params):
5414         * dvi/mdvi-lib/font.c: (font_reference):
5415         
5416         Add reference to subfont. Fixes bug #374277.
5417
5418 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5419
5420         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5421         (ev_window_cmd_file_open_copy_at_dest):
5422
5423         Fix a race condition when creating symlink. Increase the counter
5424         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5425         Mathias Hasselmann).
5426
5427 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5428
5429         * backend/Makefile.am:
5430         * backend/ev-attachment.c: (ev_attachment_open):
5431         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5432         (ev_tmp_dir), (ev_tmp_filename):
5433         * shell/ev-sidebar-attachments.c:
5434         (ev_sidebar_attachments_drag_data_get):
5435         * shell/ev-window.c: (ev_window_clear_temp_file):
5436
5437         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5438         in ensure_dir_exists. Abort without crashing when we can't create
5439         user's directory.
5440
5441 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5442
5443         * data/evince-ui.xml:
5444         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5445         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5446         (ev_window_cmd_file_open_copy_at_dest),
5447         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5448         (ev_view_popup_cmd_open_link_new_window):
5449
5450         Allow opening a copy of the current document in a new window. Fixes bug
5451         #357472
5452
5453 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5454
5455         * data/evince-toolbar.xml:
5456         
5457         Add rotate right and rotate left to available items for toolbar.
5458         
5459         * data/evince-ui.xml:
5460         * shell/ev-window.c: (ev_window_init):
5461         
5462         Customize toolbar with right click. Fixes bug #372451.
5463
5464 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5465
5466         * shell/ev-window.c: 
5467         
5468         Use "object-rotate-{left,right}" stock icons. Fixes 
5469         bug #373863.
5470
5471 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5472
5473         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5474         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5475         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5476         (ev_window_open_uri):
5477         * shell/main.c: (arguments_parse):
5478
5479         Remove temp file created when evince is used by GTK+ in
5480         preview mode. Fixes bug #365282. 
5481
5482 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5483
5484         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5485         
5486         Fixes bug #372474 - Side pane disabled when entering 
5487         and leaving fullscreen mode.
5488
5489 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5490
5491         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5492         * data/Makefile.am:
5493         * data/evince-preview-toolbar.xml:
5494         * data/evince-toolbar.xml:
5495         * shell/ev-application.c: (ev_application_shutdown),
5496         (ev_application_init), (ev_application_get_toolbars_model):
5497         * shell/ev-application.h:
5498         * shell/ev-window.c: (update_chrome_visibility),
5499         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5500         (ev_window_cmd_edit_toolbar), (ev_window_init):
5501         
5502         Fixes bug #364364 - toolbar editor shows zoom actions again.
5503
5504 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5505
5506         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5507
5508         Do not take margins into consideration for paper size when printing.
5509         Really fixes bug #350491.
5510
5511 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5512
5513         * data/evince-ui.xml:
5514         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5515         (ev_window_cmd_file_print_setup),
5516         (ev_window_print_dialog_response_cb),
5517         (ev_window_setup_action_sensitivity):
5518
5519         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5520
5521 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5522
5523         * shell/ev-window.c: (ev_window_print_range):
5524
5525         Revert my previuos commit, since printing to PDF is not supported by
5526         evince yet. 
5527
5528 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5529
5530         * shell/ev-window.c: (ev_window_print_range):
5531
5532         Enable print to a PDF. Fixes bug #332121.
5533
5534 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5535
5536         * shell/ev-application-service.xml:
5537         * shell/ev-application.[ch]: (ev_application_open_window),
5538         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5539         (ev_application_open_uri), (ev_application_open_uri_list):
5540         * shell/ev-window.c: (file_open_dialog_response_cb),
5541         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5542         (drag_data_received_cb), (open_remote_link):
5543         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5544
5545         Add support for multiscreen systems. Fixes bug #316206.
5546
5547 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5548
5549         * shell/ev-jobs.[ch]: (ev_job_print_new),
5550         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5551         (ev_job_print_do_page):
5552         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5553
5554         Allow printing only odd/even pages. Fixes bug #367289.
5555
5556 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5557
5558         * test/test1.py:
5559         * test/test2.py:
5560
5561         Re-add locale settings to test files.
5562
5563 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5564
5565         * data/evince-ui.xml:
5566         * shell/ev-window.c: (set_action_properties):
5567         
5568         Removed garbage from code and ui.
5569
5570 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5571
5572         * shell/ev-window.c: (ev_window_cmd_help_about):
5573
5574         Shamelessly add my name to the list of contributors.
5575
5576 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5577
5578         * test/test1.py:
5579         * test/test2.py:
5580
5581         Cleaned up the dogtail scripts.
5582
5583 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5584
5585         * shell/ev-view.c: (draw_loading_text): Don't render
5586         "loading..." text in presentation mode. Temporary
5587         workaround for bug #320352.
5588
5589 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5590
5591         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5592         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5593
5594         Use print settings scale, copies, collate and reverse which were
5595         ignored. Fixes bug #359032.
5596
5597 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5598
5599         * configure.ac:
5600         * data/evince-password.glade:
5601         * test/Makefile.am:
5602         * test/test-encrypt.pdf:
5603         * test/test-links.pdf:
5604         * test/test1.py:
5605         * test/test2.py:
5606
5607         Add automated UI tests for evince with dogtail. See
5608         bug #300948.    
5609
5610 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5611
5612         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5613
5614         Hide fullscreen toolbar when switching to another desktop workspace.
5615         Fixes bug #338871
5616
5617 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5618
5619         * shell/ev-window-title.c: 
5620         
5621         Test for .dvi in title of pdf documents.
5622
5623 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5624
5625         * shell/ev-view.c: (ev_view_scroll):
5626
5627         Page Up/Down should do page jumps in "Best fit" mode.
5628         If a user has explicitly chosen to view exactly one page
5629         at a time, scrolling just a part of the page when
5630         pressing Page Up/Down is not right. Fixes bug #323107.
5631
5632 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5633
5634         * NEWS:
5635         * configure.ac:
5636         
5637         Update for 0.6.1
5638
5639 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5640
5641         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5642         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5643         
5644         Correctly disconnect from job signals on destroy.
5645
5646 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647
5648         * shell/ev-view-private.h:
5649         * shell/ev-view.c: (view_set_adjustment_values),
5650         (view_update_range_and_current_page),
5651         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5652         
5653         Fixes bug #343199, current page now follows find page.
5654
5655 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5656
5657         * backend/ev-document-factory.c:
5658         * configure.ac:
5659         Assigned OpenDocument presenation MIME type to the
5660         Impress backend. Added some missing (but harmless)
5661         #ifdefs in the document factory as well to make things
5662         consistent again. Fixes bug #360658.
5663
5664 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5665
5666         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5667         * backend/ev-document-find.c: (ev_document_find_get_type):
5668         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5669         * backend/ev-document-links.c: (ev_document_links_get_type):
5670         * backend/ev-document-security.c: (ev_document_security_get_type):
5671         * backend/ev-document-thumbnails.c:
5672         (ev_document_thumbnails_get_type):
5673         * backend/ev-document.c: (ev_document_get_type):
5674         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5675         * backend/ev-selection.c: (ev_selection_get_type):
5676         * cut-n-paste/recent-files/egg-recent-model.c:
5677         (egg_recent_model_get_type):
5678         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5679         (egg_recent_view_uimanager_get_type):
5680         * cut-n-paste/recent-files/egg-recent-view.c:
5681         (egg_recent_view_get_type):
5682         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5683         (egg_editable_toolbar_get_type):
5684         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5685         (egg_toolbar_editor_get_type):
5686         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5687         (egg_toolbars_model_get_type):
5688         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5689         (egg_tree_multi_drag_source_get_type):
5690         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5691         (ephy_zoom_action_get_type):
5692         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5693         (ephy_zoom_control_get_type):
5694         * impress/r_back.c: (_imp_fill_back):
5695         * properties/ev-properties-main.c:
5696         (ev_properties_plugin_register_type):
5697         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5698         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5699         (ev_view_accessible_factory_get_type):
5700
5701         Reduce relocations. Bug #360616.
5702
5703 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5704
5705         * backend/ev-document-factory.c:
5706         (ev_document_factory_get_document):
5707         
5708         Load document even if extension is wrong.
5709
5710 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5711
5712         * shell/ev-metadata-manager.c: (save_values):
5713         * shell/ev-window.c: (setup_size_from_metadata),
5714         (setup_view_from_metadata), (ev_window_setup_document),
5715         (ev_window_xfer_job_cb), (window_configure_event_cb):
5716         
5717         Set size according to the document size/page size ratio.
5718         That should correct rather wierd behaviour of the previous
5719         commit.
5720
5721 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5722
5723         * shell/ev-window.c: (setup_view_from_metadata):
5724         
5725         Set size for new windows from previous window size.
5726         See bugs #354968 and #168450 for details. Thanks
5727         to Meik Hellmund.
5728
5729 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5730
5731         * djvu/djvu-links.c: (build_tree):
5732
5733         Fix memory leak.
5734
5735 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5736
5737         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5738         
5739         Don't make sidebar close button insensitive. Fixes
5740         bug #357871.
5741
5742 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5743
5744         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5745         (ev_window_set_view_accels_sensitivity):
5746         
5747         Don't enable Slash on documents which don't support
5748         find. Fixes bug #358648.
5749
5750 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5751
5752         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5753         open dialog fall back to the current document uri if the
5754         filechooser hasn't been used before. Fixes bug #356980.
5755
5756 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5757
5758         * shell/ev-window.c: (ev_window_setup_recent), 
5759         (ev_window_get_recent_file_label):
5760
5761         Escape underscores in filenames of recent file items.
5762
5763 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5764
5765         * configure.ac:
5766         
5767         Bumped poppler requirements, really 0.5.3 is very 
5768         buggy, now we require 0.5.4.
5769
5770 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5771
5772         * djvu/Makefile.am:
5773         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5774         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5775         (djvu_document_document_links_iface_init):
5776         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5777         (number_from_string_10), (get_djvu_link_dest),
5778         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5779         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5780         (djvu_links_get_links), (djvu_links_find_link_dest),
5781         (djvu_links_get_links_model):
5782         * djvu/djvu-links.h:
5783         
5784         Add support for links and bookmarks in djvu documents. Thanks
5785         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5786         patch.
5787
5788 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5789
5790         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5791         
5792         Reopen should reload document. Fixes 
5793         bug 327951.
5794
5795 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5796
5797         * configure.ac:
5798         * data/Makefile.am:
5799         * data/evince-16.png:
5800         * data/evince-22.png:
5801         * data/evince.png:
5802         * data/evince.svg:
5803         * data/icons/16x16/Makefile.am:
5804         * data/icons/16x16/evince.png:
5805         * data/icons/22x22/Makefile.am:
5806         * data/icons/22x22/evince.png:
5807         * data/icons/48x48/Makefile.am:
5808         * data/icons/48x48/evince.png:
5809         * data/icons/Makefile.am:
5810         * data/icons/scalable/Makefile.am:
5811         * data/icons/scalable/evince.svg:
5812         
5813         Install icons with correct names. Fixes
5814         bug #354429.
5815
5816 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5817
5818         * shell/ev-view.c: (ev_view_button_release_event):
5819
5820         Don't open links with middle mouse button. Fixes bug #353649
5821
5822 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5823
5824         * NEWS:
5825         * configure.ac:
5826         
5827         Update for release 0.6.0
5828
5829 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5830
5831         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5832         Implement Close named action. Patch by Carlos Garcia Campos.
5833
5834 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5835
5836         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5837         
5838         Don't clear link mapping on copy_job_to_job_info. Fixes
5839         bug 346168.
5840
5841 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5842
5843         * shell/main.c: (main):
5844
5845         Revert my previous commit, gnome_program_init owns the option context.
5846         Fix another memory leak in main. Both caught by Christian Persch. 
5847
5848 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5849
5850         * shell/main.c: (main):
5851
5852         Fix memory leak.
5853
5854 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5855
5856         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5857
5858         Fix crash when opening a pdf with password protection. 
5859
5860 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5861
5862         * pdf/ev-poppler.cc: (pdf_document_search_free):
5863
5864         Fix memory leak. 
5865
5866 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5867
5868         * backend/ev-document-factory.c:
5869         (ev_document_factory_get_document):
5870         * tiff/tiff-document.c: (tiff_document_finalize):
5871         
5872         More correct handling of document loading. Fixes
5873         bug #349043.
5874
5875 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5876
5877         * backend/ev-attachment.c: (ev_attachment_save):
5878
5879         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5880         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5881
5882 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5883         
5884         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5885         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5886
5887 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5888
5889         * shell/ev-sidebar-thumbnails.c:
5890
5891         Do not render thumbnails unless thumbnails page is active in the
5892         sidebar.
5893
5894 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5895
5896         * shell/ev-properties-dialog.c:
5897
5898         Fix dialogue spacing. Bug #351370.
5899
5900 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5901
5902         * configure.ac:
5903
5904         Use lowercase gettext catalog file names (evince.mo
5905         instead of Evince.mo)
5906
5907 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5908
5909         * shell/ev-sidebar-attachments.c:
5910
5911         GtkIconTheme is now screen safe too. Fixes bug #350878
5912
5913 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5914
5915         * shell/ev-window.c:
5916
5917         GtkRecent manager is now screen safe. Fixes bug #350145
5918
5919 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5920
5921         * shell/ev-sidebar.c: (ev_sidebar_init):
5922         
5923         Make sidebar close icon smaller. Fix for bug 350177.
5924         See also bugs 350176 and 165770.
5925
5926 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5927
5928         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5929
5930         Ignore zoom for xyz destinations when it's <= 1, keeping user
5931         preferences instead. Set correct sizing-mode for fith and fitv
5932         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5933
5934 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5935
5936         * NEWS:
5937         * configure.ac:
5938         
5939         Update for release 0.5.5
5940
5941 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5942         
5943         * shell/ev-window.c: (ev_window_cmd_escape)
5944
5945         Escape unfocus page entry. Fixes bug #345809.
5946
5947 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5948
5949         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5950         (build_tree), (pdf_document_links_get_links),
5951         (pdf_document_links_find_link_dest):
5952         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5953         (goto_xyz_dest):
5954
5955         Convert from PDF style coordinates to X style coordinates in the
5956         backend rather than in the view. Fixes bug #338440
5957
5958 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5959
5960         * shell/ev-window.c:
5961         
5962         Remove Ctrl+Shift+T shortcut for toolbars. See
5963         the bug #350098.
5964
5965 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5966
5967         * configure.ac:
5968
5969         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5970         of this. 
5971
5972 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5973
5974         * configure.ac:
5975         * cut-n-paste/Makefile.am:
5976         * data/evince-ui.xml:
5977         * shell/Makefile.am:
5978         * shell/ev-application.[ch]:
5979         * shell/ev-window.c:
5980
5981         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5982         #349273
5983
5984 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5985
5986         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5987         findbar code: s/help/search/
5988
5989 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5990
5991         * shell/ev-window.c: (setup_document_from_metadata),
5992         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5993         (setup_view_from_metadata):
5994         
5995         Fix memory leaks.
5996
5997 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5998
5999         * autogen.sh, configure.ac: 
6000         
6001         Update automake usage. See bug 349292.
6002
6003 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6004
6005         * shell/eggfindbar.c: (egg_find_bar_class_init),
6006         (entry_activate_callback), (egg_find_bar_init),
6007         (egg_find_bar_set_status_text):
6008         * shell/eggfindbar.h:
6009         
6010         Unify Evince findbar with Epiphany. Nice patch
6011         from Fabricio Silva <silva@crans.org> and
6012         Frederic Peters <fpeters@entrouvert.com>. See
6013         bug #339966 for details.
6014
6015 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6016
6017         * data/evince.desktop.in.in:
6018         
6019         Correct information for bugzilla. Thanks to
6020         Olaf Vitters, see bug #348855.
6021
6022 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6023
6024         * shell/ev-jobs.[ch]:
6025         * shell/ev-sidebar-links.c:
6026         * shell/ev-window.[ch]:
6027
6028         GtkPrintJob doesn't support print ranges or current page, so we export
6029         to a ps file now when printing ranges or current page.
6030
6031 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6032
6033         * pdf/ev-poppler.cc:
6034         * shell/ev-window.c: (do_action_named):
6035
6036         We should be more clear about bugzilla. See the
6037         poppler bug #7623.
6038
6039 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6040
6041         * configure.ac:
6042         * shell/Makefile.am:
6043         * shell/ev-job-queue.c:
6044         * shell/ev-jobs.[ch]:
6045         * shell/ev-sidebar-links.c:
6046         * shell/ev-window.[ch]:
6047         
6048         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6049         #348422
6050
6051 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6052
6053         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6054         * shell/ev-application-service.xml:
6055         * shell/ev-application.[ch]:
6056         * shell/ev-jobs.[ch]:
6057         * shell/ev-window.[ch]: (ev_window_run_preview):
6058         * shell/main.c: 
6059
6060         Add preview mode to use evince as a printing previewer. It also adds
6061         other command line options for fullscreen and presentation modes.
6062         Fixes bugs #347822, #317031
6063
6064 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6065
6066         * NEWS:
6067         * configure.ac:
6068         
6069         Update for release 0.5.4
6070
6071 2006-07-11  Bastien Nocera <hadess@hadess.net>
6072
6073         * Makefile.am:
6074         * backend/Makefile.am:
6075         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6076         * backend/ev-document-factory.h:
6077         * configure.ac:
6078         * impress/.cvsignore:
6079         * impress/Makefile.am:
6080         * impress/common.h:
6081         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6082         (imp_get_page), (imp_next_page), (imp_prev_page),
6083         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6084         * impress/f_oasis.c: (render_object), (render_page),
6085         (get_geometry), (_imp_oasis_load):
6086         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6087         (_imp_oo13_load):
6088         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6089         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6090         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6091         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6092         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6093         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6094         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6095         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6096         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6097         (iks_new_within), (iks_insert), (iks_insert_cdata),
6098         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6099         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6100         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6101         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6102         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6103         (iks_cdata), (iks_cdata_size), (iks_has_children),
6104         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6105         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6106         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6107         (iks_tree), (iks_load), (iks_save):
6108         * impress/iksemel.h:
6109         * impress/imposter.h:
6110         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6111         (imp_render_draw_bezier_real), (imp_render_get_size),
6112         (imp_render_set_fg_color), (imp_render_draw_line),
6113         (imp_render_draw_rect), (imp_render_draw_polygon),
6114         (imp_render_draw_arc), (imp_render_draw_bezier),
6115         (imp_render_open_image), (imp_render_get_image_size),
6116         (imp_render_scale_image), (imp_render_draw_image),
6117         (imp_render_close_image), (imp_render_markup),
6118         (imp_render_get_text_size), (imp_render_draw_text),
6119         (impress_document_load), (impress_document_save),
6120         (impress_document_get_n_pages), (impress_document_get_page_size),
6121         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6122         (impress_document_finalize), (impress_document_class_init),
6123         (impress_document_can_get_text), (impress_document_get_info),
6124         (impress_document_document_iface_init),
6125         (impress_document_thumbnails_get_thumbnail),
6126         (impress_document_thumbnails_get_dimensions),
6127         (impress_document_document_thumbnails_iface_init),
6128         (impress_document_init):
6129         * impress/impress-document.h:
6130         * impress/internal.h:
6131         * impress/r_back.c: (_imp_fill_back):
6132         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6133         (_imp_draw_image), (_imp_tile_image):
6134         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6135         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6136         (r_polyline):
6137         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6138         (r_draw_gradient_complex), (r_draw_gradient):
6139         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6140         (r_get_bullet):
6141         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6142         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6143         (r_text):
6144         * impress/render.c: (imp_create_context), (imp_context_set_page),
6145         (imp_context_set_step), (imp_render), (imp_delete_context):
6146         * impress/render.h:
6147         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6148         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6149         (zip_load_xml), (zip_get_size), (zip_load):
6150         * impress/zip.h:
6151         * shell/ev-utils.c:
6152         
6153         New backend to support impress slides. Fixes bug #30867.
6154
6155 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6156
6157         * shell/ev-utils.c: (using_postscript_printer):
6158         
6159         Fixes crash when print using PAPI backend,
6160         bug #345012.
6161
6162 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6163
6164         * shell/ev-jobs.c: (ev_job_xfer_run):
6165         * shell/ev-window.c: (password_dialog_response),
6166         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6167         (ev_window_dispose):
6168         Fixes bug #344160: if the xfer job doesn't complete
6169         because a password is required, reload the existing
6170         instance instead of creating a new one.
6171
6172 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6173
6174         * shell/main.c: (main): Call gdk_threads_init. Thus
6175         we'll avoid errors in auth dialog. Fix for the bug
6176         #343347.
6177
6178 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6179
6180         * configure.ac: Advertise pixbuf support, fix
6181         for the bug 343317.
6182
6183 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6184
6185         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6186         (ev_sidebar_thumbnails_set_document):
6187         
6188         Update sidebar thumbnails after reloading.
6189
6190 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6191
6192         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6193         * shell/ev-jobs.h:
6194         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6195         (ev_window_cmd_view_reload), (ev_window_init):
6196         
6197         Don't crash on reload. Fix for the bug #343167.
6198
6199 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6200
6201         * shell/ev-jobs.c: (ev_job_render_run):
6202         
6203         Check for document links.
6204
6205 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6206
6207         * backend/ev-attachment.c: (ev_attachment_save),
6208         (ev_attachment_launch_app), (ev_attachment_open):
6209         * backend/ev-document-factory.c: (get_document_from_uri):
6210         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6211         (egg_recent_view_uimanager_set_list):
6212         * ps/ps-document.c: (check_filecompressed), (document_load),
6213         (ps_document_load):
6214         * shell/ev-metadata-manager.c: (load_values):
6215         * shell/ev-password.c: (ev_password_dialog_set_property):
6216         * shell/ev-view.c: (tip_from_link):
6217         * shell/ev-window.c: (file_save_dialog_response_cb),
6218         (ev_window_print_dialog_response_cb):
6219         
6220         Use consistent quoting style. Fix for the bug #320285.
6221
6222 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6223
6224         * shell/ev-jobs.c: (ev_job_xfer_run):
6225         * shell/main.c: (load_files):
6226                 
6227         Open links with anchors. Fix for the bug #339836.
6228
6229 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6230
6231         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6232         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6233         (ev_link_dest_set_property), (ev_link_dest_finalize),
6234         (ev_link_dest_class_init), (ev_link_dest_new_named),
6235         (ev_link_dest_new_page_label):
6236         * backend/ev-link-dest.h:
6237         * shell/ev-application.c: (ev_application_open_uri):
6238         * shell/ev-view.c: (goto_dest):
6239         * shell/ev-window.c:
6240         * shell/ev-window.h:
6241         
6242         Fix page-label command line option. Bug #342070.
6243
6244 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6245
6246         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6247         
6248         Don't show highlight rects if page can't be showed. Fix for 
6249         the bug #342076
6250
6251 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6252
6253         * shell/ev-window.c: (setup_sidebar_from_metadata),
6254         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6255         
6256         Setup sidebar from metadata even if there is no document
6257         loaded. Fix for the bug #342807.
6258
6259 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6260
6261         * cut-n-paste/toolbar-editor/Makefile.am:
6262         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6263         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6264         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6265         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6266         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6267         (popup_context_menu_cb), (button_press_event_cb),
6268         (configure_item_sensitivity), (configure_item_cursor),
6269         (configure_item_tooltip), (connect_widget_signals),
6270         (action_sensitive_cb), (create_item_from_action),
6271         (create_item_from_position), (toolbar_drag_data_received_cb),
6272         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6273         (toolbar_drag_leave_cb), (configure_drag_dest),
6274         (toggled_visibility_cb), (toolbar_visibility_refresh),
6275         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6276         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6277         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6278         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6279         (egg_editable_toolbar_dispose),
6280         (egg_editable_toolbar_set_ui_manager),
6281         (egg_editable_toolbar_get_selected),
6282         (egg_editable_toolbar_set_selected), (set_edit_mode),
6283         (egg_editable_toolbar_set_property),
6284         (egg_editable_toolbar_get_property),
6285         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6286         (egg_editable_toolbar_new_with_model),
6287         (egg_editable_toolbar_get_edit_mode),
6288         (egg_editable_toolbar_set_edit_mode),
6289         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6290         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6291         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6292         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6293         (item_added_or_removed_cb), (toolbar_removed_cb),
6294         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6295         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6296         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6297         (editor_create_item_from_name), (append_table),
6298         (update_editor_sheet), (egg_toolbar_editor_init):
6299         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6300         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6301         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6302         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6303         (toolbar_node_free), (egg_toolbars_model_get_flags),
6304         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6305         (egg_toolbars_model_get_name), (impl_add_item),
6306         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6307         (parse_data_list), (parse_item_list), (parse_toolbars),
6308         (egg_toolbars_model_load_toolbars), (parse_available_list),
6309         (parse_names), (egg_toolbars_model_load_names),
6310         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6311         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6312         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6313         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6314         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6315         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6316         (egg_toolbars_model_set_types), (fill_avail_array),
6317         (egg_toolbars_model_get_name_avail),
6318         (egg_toolbars_model_get_name_flags),
6319         (egg_toolbars_model_set_name_flags):
6320         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6321         * cut-n-paste/toolbar-editor/eggintl.h:
6322         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6323         (egg_tree_multi_drag_source_get_type),
6324         (egg_tree_multi_drag_source_row_draggable),
6325         (egg_tree_multi_drag_source_drag_data_delete),
6326         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6327         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6328         (path_list_free), (set_context_data), (get_context_data),
6329         (get_info), (egg_tree_multi_drag_drag_data_get),
6330         (egg_tree_multi_drag_motion_event),
6331         (egg_tree_multi_drag_button_press_event),
6332         (egg_tree_multi_drag_add_drag_support):
6333         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6334         * shell/ev-application.c: (ev_application_init),
6335         (ev_application_save_toolbars_model):
6336         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6337         (ev_window_cmd_edit_toolbar), (ev_window_init):
6338         
6339         Sync toolbareditor with epiphany and libegg
6340
6341 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6342
6343         * configure.ac: 
6344
6345         Depend on poppler 0.5.2
6346
6347 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6348
6349         * shell/ev-jobs.c: (ev_job_render_run):
6350         
6351         Check if document supports links iterface.
6352
6353 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6354
6355         * NEWS:
6356         * configure.ac:
6357         
6358         Update for release 0.5.3
6359
6360 2006-05-13  Michael Plump  <plumpy@skylab.org>
6361
6362         * configure.ac:
6363         * shell/Makefile.am:
6364         * shell/main.c: (main):
6365         
6366         Port to GOption command line parsing. Fix for the 
6367         bug #327518
6368
6369 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6370
6371         * shell/ev-window.c: (ev_window_cmd_help_about):
6372         
6373         Do not wrap license. Fix for the bug #309460.
6374
6375 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6376
6377         * configure.ac:
6378         * properties/ev-properties-main.c: (ev_properties_get_pages):
6379         * shell/ev-application.c: (ev_application_open_window),
6380         (ev_application_open_uri_at_dest):
6381         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6382         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6383         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6384         * shell/ev-utils.c: (save_print_config_to_file):
6385         * shell/ev-window.c: (ev_window_cmd_save_as),
6386         (ev_attachment_popup_cmd_save_attachment_as):
6387         * shell/main.c: (load_files_remote):
6388         
6389         Bump requirements to gtk 2.8 and drop all ifdefs used.
6390
6391 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6392
6393         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6394         * shell/ev-window.c: (ev_window_init):
6395         
6396         Show attachments page.
6397
6398 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6399
6400         * po/POTFILES.in:
6401         * shell/ev-attachment-bar.c:
6402         * shell/ev-attachment-bar.h:
6403         * shell/ev-sidebar-attachments.c:
6404         (ev_sidebar_attachments_icon_cache_add),
6405         (icon_theme_get_pixbuf_from_mime_type),
6406         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6407         (ev_sidebar_attachments_icon_cache_refresh),
6408         (ev_sidebar_attachments_get_attachment_at_pos),
6409         (ev_sidebar_attachments_popup_menu_show),
6410         (ev_sidebar_attachments_popup_menu),
6411         (ev_sidebar_attachments_button_press),
6412         (ev_sidebar_attachments_update_icons),
6413         (ev_sidebar_attachments_drag_data_get),
6414         (ev_sidebar_attachments_get_property),
6415         (ev_sidebar_attachments_destroy),
6416         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6417         (ev_sidebar_attachments_new),
6418         (ev_sidebar_attachments_set_document),
6419         (ev_sidebar_attachments_support_document),
6420         (ev_sidebar_attachments_get_label),
6421         (ev_sidebar_attachments_page_iface_init):
6422         * shell/ev-sidebar-attachments.h:
6423         * shell/ev-window.c: (update_chrome_visibility),
6424         (setup_sidebar_from_metadata), (ev_window_setup_document),
6425         (ev_window_sidebar_current_page_changed_cb),
6426         (attachment_bar_menu_popup_cb), (ev_window_init):
6427         
6428         Move attachments bar to sidebar.
6429
6430 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6431
6432         * pdf/ev-poppler.cc:
6433         * shell/ev-application.[ch]:
6434         * shell/main.c:
6435
6436         Fix some memory leaks.
6437
6438 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6439
6440         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6441
6442         Change the properties dialog response to
6443         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6444         will make the dialog go away when the user presses
6445         enter. With gtk+ >= 2.9 this will happen anyway, but for
6446         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6447         escape by default. Fixes bug #340539. See also bug
6448         #101293 for the gtk+ part.
6449
6450 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6451
6452         * shell/ev-view.c (tip_from_action_named): Replace some strings
6453         that were wrong. Closes #340970.
6454
6455 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6456
6457         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6458
6459         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6460         #341049
6461
6462 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6463
6464         * djvu/Makefile.am:
6465         * dvi/Makefile.am:
6466         * dvi/mdvi-lib/Makefile.am:
6467         * properties/Makefile.am:
6468         * ps/Makefile.am:
6469         * shell/Makefile.am:
6470         * thumbnailer/Makefile.am:
6471         
6472         Due to broken libtool that is unable to track dependencies
6473         of noinst libraries we are forced to explicitely point
6474         libraries for binary. Fix for the bug #333334.
6475
6476 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6477
6478         * data/evince.desktop.in.in:
6479         * shell/ev-view.c: (view_update_range_and_current_page),
6480         (ev_view_next_page), (ev_view_previous_page):
6481         * shell/ev-window.c: (update_chrome_visibility),
6482         (setup_sidebar_from_metadata), (ev_window_setup_document),
6483         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6484         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6485         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6486         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6487         (ev_window_stop_presentation), (ev_window_focus_in_event),
6488         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6489         (ev_window_init):
6490         * thumbnailer/Makefile.am:
6491         
6492         Update fullscreen and presentation timeout handling. Hide
6493         cursor in presentation after timeout. Fix for the bugs
6494         #136359 and #336981.
6495
6496 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6497
6498         * backend/ev-link-action.[ch]:
6499         * pdf/ev-poppler.cc: (ev_link_from_action):
6500         * shell/ev-view-private.h:
6501         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6502         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6503
6504         Add support for Named Action links
6505
6506 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6507
6508         * backend/Makefile.am:
6509         * backend/ev-document-links.[ch]:
6510         * backend/ev-document.[ch]:
6511         * backend/ev-link-action.[ch]:
6512         * backend/ev-link-dest.[ch]:
6513         * backend/ev-link.[ch]:
6514         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6515         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6516         * shell/ev-page-action.c: (build_new_tree_cb):
6517         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6518         (links_page_num_func), (update_page_callback):
6519         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6520         (tip_from_link):
6521         * shell/ev-jobs.c:
6522         * shell/ev-window.[ch]: (ev_window_open_uri),
6523         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6524         * shell/ev-application.[ch]: (ev_application_open_window),
6525         (ev_application_open_uri):
6526
6527         Rework links system, it adds support for remote links now and it makes
6528         easier to add new kinds of actions and destinations. Fixes bug #317292
6529
6530 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6531
6532         * data/Makefile.am:
6533         * data/evince.png:
6534         * data/evince-16.png:
6535         * data/evince-22.png:
6536         * data/evince.svg:
6537         * shell/main.c: (main):
6538         
6539         Evince use it's own icon. Fix for the bug #313392.
6540
6541         * shell/ev-window.c: (fullscreen_timeout_cb),
6542         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6543         (ev_window_cmd_help_about), (ev_window_dispose):
6544         
6545         Simplify fullscreen timeout code.
6546
6547 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6548
6549         * backend/ev-attachment.c: 
6550         * shell/ev-attachment-bar.c:
6551         * shell/ev-window.c:
6552
6553         Allow multiple selection of attachments
6554
6555 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6556
6557         * shell/ev-view.c: (view_update_range_and_current_page),
6558         (ev_view_scroll):
6559         
6560         Fix for the bug #312573 – Optimal selection of current 
6561         page among visible pages.
6562
6563 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6564
6565         * configure.ac:
6566         * djvu/Makefile.am:
6567         * djvu/djvu-text.h:
6568         
6569         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6570         for the bug 339868.
6571
6572 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6573
6574         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6575
6576 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6577
6578         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6579         dictated by the GNOME HIG. Fixes bug #339235.
6580
6581 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6582
6583         * data/evince-ui.xml:
6584         * shell/ev-view.c: (ev_view_can_find_previous):
6585         * shell/ev-view.h:
6586         * shell/ev-window.c: (ev_window_update_actions),
6587         (ev_window_cmd_edit_find_previous):
6588
6589         Add support for "Find Previous" as dictated by the GNOME HIG. A
6590         menu item is added and some glue code to make it all work is added
6591         to various files.
6592
6593 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6594
6595         * configure.ac: Award myself the "useless use of cat" award.
6596
6597 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6598
6599         * po/LINGUAS: New file listing all supported languages.
6600
6601         * configure.in: Use po/LINGUAS instead of including all languages
6602         directly in this file. See the wiki for more information:
6603         http://live.gnome.org/GnomeGoals/PoLinguas
6604
6605 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6606
6607         * backend/ev-document-factory.c:
6608
6609         Do not load the document twice when there isn't errors
6610
6611 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6612
6613         * backend/ev-attachment.c: 
6614
6615         Fix a crash when there isn't a default application to open an
6616         attachment
6617
6618 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6619
6620         * backend/ev-attachment.[ch]:
6621         * shell/ev-attachment-bar.[ch]:
6622
6623         Added missing files. 
6624
6625 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6626
6627         * backend/Makefile.am:
6628         * data/evince-ui.xml:
6629         * backend/ev-attachment.[ch]:
6630         * backend/ev-document.[ch]: (ev_document_has_attachments),
6631         (ev_document_get_attachments):
6632         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6633         (attachment_save_to_buffer), (pdf_document_get_attachments),
6634         (pdf_document_document_iface_init):
6635         * shell/Makefile.am:
6636         * shell/ev-attachment-bar.[ch]:
6637         * shell/ev-window.c:
6638
6639         Add support for PDF attachments. Fixes bug #325143
6640
6641 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6642
6643         * backend/ev-document-factory.c: (get_document_from_uri),
6644         (ev_document_factory_get_document):
6645         * backend/ev-document-factory.h:
6646         * properties/ev-properties-main.c: (ev_properties_get_pages):
6647         * shell/Makefile.am:
6648         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6649         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6650         (ev_job_queue_remove_job):
6651         * shell/ev-job-queue.h:
6652         * shell/ev-job-xfer.c:
6653         * shell/ev-job-xfer.h:
6654         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6655         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6656         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6657         (ev_job_xfer_run):
6658         * shell/ev-jobs.h:
6659         * shell/ev-window.c: (ev_window_is_empty),
6660         (password_dialog_response), (ev_window_clear_xfer_job),
6661         (ev_window_xfer_job_cb), (ev_window_open_uri),
6662         (ev_window_cmd_focus_page_selector),
6663         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6664         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6665         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6666         (ev_window_dispose):
6667         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6668         
6669         * Cleanup mime type detection on document load. Fix for the
6670         bug #336448.
6671
6672 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6673
6674         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6675         
6676         Fix crash on exit, described in the bug #336825.
6677
6678 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6679
6680         * backend/ev-document-factory.c:
6681         (ev_document_factory_get_from_mime),
6682         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6683         (ev_document_factory_get_document),
6684         (file_filter_add_mime_list_and_free),
6685         (ev_document_factory_add_filters):
6686         * backend/ev-document-factory.h:
6687         * properties/ev-properties-main.c: (ev_properties_get_pages):
6688         * shell/Makefile.am:
6689         * shell/ev-application.c:
6690         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6691         * shell/ev-window.c: (ev_window_cmd_file_open),
6692         (ev_window_cmd_save_as):
6693         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6694         
6695         Rework factory functions so they are placed now in a single 
6696         file ev-document-factory.c
6697
6698 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6699
6700         * shell/ev-window.c: (update_chrome_visibility):
6701         
6702         Fix for the bug 166566 - don't show menubar in fullscreen
6703         mode.
6704
6705 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6706
6707         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6708
6709 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6710
6711         * shell/ev-view.c: (ev_view_expose_event):
6712         
6713         More correctly draw loading text when document
6714         is empty.
6715
6716 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6717
6718         * shell/ev-view.c: (ev_view_scroll):
6719         
6720         Fix for the bug #334854, page down and page up switch
6721         pages in presentation mode.
6722
6723 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6724
6725         * shell/ev-window.c: (ev_window_set_action_sensitive),
6726         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6727         (ev_window_set_view_accels_sensitivity),
6728         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6729         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6730         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6731         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6732         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6733         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6734         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6735         (view_actions_focus_in_cb), (ev_window_init):
6736         
6737         Fix for the bug #333902, now it's possible to search
6738         words with slash.
6739
6740 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6741
6742         * configure.ac: Added Breton translation.
6743         * po/br.po: Added Breton translation.
6744
6745 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6746
6747         * shell/ev-window-title (ev_window_title_update):
6748
6749         Fix memory leak in window title. Fixes bug #333944
6750
6751 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6752
6753         * shell/ev-metadata-manager.c (parseItem):
6754
6755         Fix memory leaks. Fixes bug #333945
6756
6757 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6758         
6759         * NEWS, configure.ac, TODO:
6760         
6761         Update for release 0.5.2.
6762
6763 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6764
6765         * shell/ev-view.c: (view_update_range_and_current_page),
6766         (page_changed_cb):
6767         
6768         Don't jump on scrolling, fix for the bug #333127.
6769
6770 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6771
6772         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6773         
6774         Scroll by one page in presentation mode. Fix for the bug
6775         #332993.
6776
6777 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6778
6779         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6780
6781 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6782
6783         * configure.ac  Added lv in ALL_LINGUAS line.
6784
6785 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6786         
6787         * NEWS, configure.ac:
6788         
6789         Update for release 0.5.1
6790
6791 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6792
6793         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6794         * backend/ev-document-misc.h:
6795         * shell/ev-view.c: (draw_one_page):
6796         
6797          Clairfy what page the toolbar page number applies to. Fix
6798          for the bug #328102.
6799
6800 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6801
6802         * shell/ev-view-private.h:
6803         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6804         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6805         (ev_view_search_changed):
6806         * shell/ev-view.h:
6807         * shell/ev-window.c: (find_bar_search_changed_cb):
6808         
6809         Dont't jump to find result if window was scrolled during search.
6810         Fix for the bug #313266.
6811
6812 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6813
6814         * shell/eggfindbar.c: (egg_find_bar_class_init):
6815         * shell/eggfindbar.h:
6816         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6817         * shell/ev-view-private.h:
6818         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6819         (ev_view_class_init), (ev_sizing_mode_get_type),
6820         (ev_scroll_type_get_type):
6821         * shell/ev-view.h:
6822         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6823         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6824         (ev_window_init):
6825         
6826         Fix for the bug 319133 - Find entry should allow text scroll.
6827
6828 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6829
6830         * shell/ev-view-private.h:
6831         * shell/ev-view.c: (view_update_range_and_current_page),
6832         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6833         (ev_view_set_document), (update_find_status_message),
6834         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6835         (ev_view_find_previous):
6836         
6837         Fix for the bug #319137. Search now takes account for scrolling.
6838
6839 2006-02-19  Michael Hofmann <mh21@piware.de>
6840
6841         * configure.ac:
6842         * djvu/Makefile.am:
6843         * djvu/djvu-document-private.h:
6844         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6845         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6846         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6847         (djvu_document_can_get_text), (djvu_document_get_text),
6848         (djvu_document_document_iface_init),
6849         (djvu_document_thumbnails_get_thumbnail),
6850         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6851         (djvu_document_find_get_result),
6852         (djvu_document_find_page_has_results),
6853         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6854         (djvu_document_find_iface_init):
6855         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6856         (djvu_text_page_selection), (djvu_text_page_limits_process),
6857         (djvu_text_page_limits), (djvu_text_page_copy),
6858         (djvu_text_page_position), (djvu_text_page_union),
6859         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6860         (djvu_text_page_box), (djvu_text_page_append_text),
6861         (djvu_text_page_search), (djvu_text_page_prepare_search),
6862         (djvu_text_page_new), (djvu_text_page_free):
6863         * djvu/djvu-text-page.h:
6864         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6865         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6866         (djvu_text_n_results), (djvu_text_has_results),
6867         (djvu_text_get_result), (djvu_text_get_progress):
6868         * djvu/djvu-text.h:
6869         
6870         Text search in djvu. Fix for the bug #303415.
6871
6872 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6873
6874         * configure.ac:
6875         * shell/ev-window.c: (ev_window_cmd_save_as):
6876         
6877         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6878         Thanks to Gary Coady <gary@lyranthe.org>
6879
6880 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6881
6882         * shell/ev-print-job.c: (idle_print_handler):
6883         
6884         Inverse order printing, bug #320919.
6885
6886 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6887
6888         * data/evince-toolbar.xml:
6889         * shell/ev-window.c:
6890         
6891         Allow to add sidebar checkbutton on toolbar. Fix
6892         for the bug #144577.
6893
6894 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6895
6896         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6897         
6898         Add checks that have sense for empty ps document.
6899
6900 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6901
6902         * configure.ac: Include PS in mime types list. 
6903
6904 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6905
6906         * configure.ac:
6907         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6908         * ps/gsdefaults.h:
6909         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6910         
6911         Runtime check for gs interpreter. Fix for the bug #320868.
6912         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6913
6914 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6915
6916         * shell/ev-application.c: 
6917
6918         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6919         dbus>=0.60, so that the request is not queued. 
6920
6921 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6922
6923         * configure.ac:
6924         * shell/Makefile.am:
6925         * shell/ev-sidebar-links.c: (print_section_cb):
6926         * shell/ev-utils.c:
6927         * shell/ev-utils.h:
6928         * shell/ev-window.c: (update_action_sensitivity),
6929         (ev_window_close_dialogs), (ev_window_print):
6930         * shell/ev-window.h:
6931         
6932         Make printing support optional. Patch from Eduardo de Barros Lima
6933         <eduardo.lima@indt.org.br> for the bug #330546.
6934
6935 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6936
6937         * shell/ev-view-private.h:
6938         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6939         (ev_view_set_document):
6940         * shell/ev-view.h:
6941         * shell/ev-window.c: (ev_window_load_job_cb),
6942         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6943         (ev_window_init):
6944
6945         Draw Loading message during xfer job. Fix for the bug #329495.
6946
6947 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6948
6949         * comics/comics-document.c: (comics_regex_quote),
6950         (comics_document_load), (extract_argv):
6951         
6952         Correcly quote regexp before passing it to unzip.
6953
6954 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6955
6956         * shell/ev-page-cache.c: (build_height_to_page),
6957         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6958         (ev_page_cache_get_dual_even_left):
6959         * shell/ev-page-cache.h:
6960         * shell/ev-view.c: (view_update_range_and_current_page),
6961         (get_page_y_offset), (get_page_extents):
6962         
6963         Place even pages to the left if document has less then
6964         two pages. Fix for the bug #328856.
6965
6966 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6967
6968         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6969         
6970         Correct comics scheme. This make evince create thumbnails
6971         for comic books. Fix for the bug 329088.
6972
6973 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6974
6975         * data/evince-password.glade: Don't explicitly set
6976         invisible_char to the current default value in case
6977         the default changes; let GTK+ do its magic.
6978
6979 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6980
6981         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6982         real filename to tmp filename since often document
6983         type is determined by extension.
6984
6985 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6986
6987         * shell/ev-view.c: (add_scroll_binding_keypad),
6988         (ev_view_binding_activated), (ev_view_class_init):
6989         
6990         Add keybindings for percision-scrolling of display area. 
6991         Fix for the bug #314072.
6992
6993 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6994
6995         * data/evince.desktop.in.in:
6996         
6997         Add GTK to the list of categories. Fix for the bug #328034.
6998
6999 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7000
7001         * shell/ev-application.c: (ev_application_shutdown),
7002         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7003         * shell/ev-application.h:
7004         * shell/ev-window.c: (file_open_dialog_response_cb),
7005         (ev_window_cmd_file_open):
7006         
7007         Save last uri in file chooser dialog. Fix for the bug #327950.
7008
7009 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7010
7011         * NEWS:
7012         * README:
7013         
7014         Final update for release 0.5.0
7015         
7016         * shell/Makefile.am:
7017         
7018         Remove disable deprecated until we'll require libgnome-2.13.7
7019         and port to GOption argument parsing. See bug 327518.
7020
7021 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7022
7023         * comics/comics-document.c: (comics_document_save):
7024         * djvu/djvu-document.c: (djvu_document_save):
7025         * dvi/dvi-document.c: (dvi_document_save):
7026         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7027         * lib/ev-file-helpers.h:
7028         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7029         * tiff/tiff-document.c: (tiff_document_save):
7030         
7031         Use common save function for backends.
7032
7033 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7034
7035         * backend/ev-document-types.c:
7036         
7037         Fix crash on saving pixbuf.
7038
7039 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7040
7041         * cut-n-paste/recent-files/egg-recent-item.c:
7042         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7043         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7044         (parse_info_free), (valid_element), (start_element_handler),
7045         (end_element_handler), (text_handler), (egg_recent_model_filter),
7046         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7047         (egg_recent_model_monitor), (egg_recent_model_read),
7048         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7049         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7050         (egg_recent_model_set_property), (egg_recent_model_class_init),
7051         (egg_recent_model_init), (egg_recent_model_add_full),
7052         (egg_recent_model_delete), (egg_recent_model_get_list),
7053         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7054         (egg_recent_model_set_filter_mime_types),
7055         (egg_recent_model_clear_group_filter),
7056         (egg_recent_model_set_filter_groups),
7057         (egg_recent_model_clear_scheme_filter),
7058         (egg_recent_model_set_filter_uri_schemes),
7059         (egg_recent_model_remove_expired):
7060         * cut-n-paste/recent-files/egg-recent-util.c:
7061         (egg_recent_util_get_icon):
7062         * cut-n-paste/recent-files/egg-recent-util.h:
7063         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7064         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7065         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7066         (egg_recent_view_uimanager_set_property),
7067         (egg_recent_view_uimanager_get_property),
7068         (egg_recent_view_uimanager_class_init),
7069         (egg_recent_view_uimanager_init),
7070         (egg_recent_view_uimanager_set_label_width),
7071         (egg_recent_view_uimanager_get_label_width):
7072         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7073         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7074         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7075         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7076         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7077         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7078         
7079         Update from libegg.
7080
7081 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7082
7083         * shell/ev-page-cache.c: (build_height_to_page),
7084         (ev_page_cache_get_height_to_page):
7085         * shell/ev-page-cache.h:
7086         * shell/ev-view.c: (view_update_range_and_current_page),
7087         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7088         (ev_view_previous_page):
7089         
7090         Dual mode places even pages to the left. Fix for the bug #309393.
7091
7092         * shell/ev-view.h:
7093         * shell/ev-window.c: (update_action_sensitivity),
7094         (setup_view_from_metadata), (view_menu_popup_cb):
7095         
7096         Don't restore presentation in empty windows, more intelligent
7097         next page behaviour in dual mode.
7098
7099         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7100         (ev_pixbuf_cache_clear_job_sizes):
7101         
7102         Cleanup job callback on removal. Fix for the bug #325886.
7103
7104 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7105
7106         * ps/ps.c: (psscan):
7107         
7108         Commit workaround Mozilla problem. Fix for the bug #325919
7109         
7110         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7111         (save_item):
7112         
7113         Fix for year 2038 problem.
7114
7115 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7116
7117         * shell/ev-window.c: (setup_document_from_metadata),
7118         (ev_window_cmd_view_reload):
7119
7120         Clamp page recieved from metadata in valid values. Fix
7121         for the bug #325986.
7122
7123 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7124
7125         * MAINTAINERS: 
7126         Add MAINTAINERS as requested on desktop-devel-list.
7127
7128 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7129
7130         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7131         (mime_type_supported_by_gdk_pixbuf),
7132         (ev_document_factory_get_mime_types),
7133         (ev_document_factory_get_all_mime_types):
7134         
7135         Don't add pixbuf mime types if pixbuf backend is disabled.
7136         
7137         * shell/ev-application.c: (ev_application_get_uri_window):
7138         
7139         Fix for the bug 325815 - unhandled MIME type message doesn't 
7140         appear a second time. 
7141         
7142         * shell/ev-document-types.c: (ev_document_types_add_filters):
7143         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7144         (password_dialog_response), (ev_window_popup_password_dialog),
7145         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7146         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7147         (ev_window_run_presentation), (ev_window_stop_presentation),
7148         (save_sizing_mode), (ev_window_zoom_changed_cb),
7149         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7150         (ev_window_dual_mode_changed_cb),
7151         (ev_window_sidebar_current_page_changed_cb),
7152         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7153         (window_state_event_cb), (window_configure_event_cb):
7154         
7155         Cleanup additional uris holded by EvWindow.
7156
7157 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7158
7159         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7160         (ev_view_can_previous_page), (ev_view_can_next_page):
7161         * shell/ev-view.h:
7162         * shell/ev-window.c: (update_action_sensitivity):
7163         
7164         Two page scrolling with Space and PageUp in dual mode. Second fix 
7165         for the bug #316608.
7166
7167 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7168
7169         * shell/ev-view.c: (scroll_to_current_page):
7170         
7171         Correctly clamp adjustment value. Fix for the bug
7172         #325808.
7173
7174 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7175
7176         * shell/ev-sidebar-links.c: (print_section_cb):
7177         * shell/ev-window.c: (ev_window_get_uri),
7178         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7179         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7180         (ev_window_dispose):
7181         
7182         Make print dialog non-modal. Fix for the bug #325622.
7183
7184 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7185
7186         * shell/ev-metadata-manager.c:
7187         * shell/ev-utils.c: (using_pdf_printer),
7188         (using_postscript_printer), (load_print_config_from_file),
7189         (save_print_config_to_file):
7190         * shell/ev-utils.h:
7191         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7192         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7193         (setup_view_from_metadata), (ev_window_setup_document),
7194         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7195         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7196         (ev_window_run_presentation), (ev_window_stop_presentation),
7197         (save_sizing_mode), (ev_window_zoom_changed_cb),
7198         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7199         (ev_window_dual_mode_changed_cb),
7200         (ev_window_sidebar_current_page_changed_cb),
7201         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7202         (window_state_event_cb), (window_configure_event_cb),
7203         (ev_window_init):
7204         
7205         Setting saving behaviour fixes.
7206
7207 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7208
7209         * configure.ac:
7210         
7211         Make antialiasing gs options better and allow
7212         to change them during configure. Fix for the 
7213         bug #319049.
7214
7215 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * shell/ev-window.c: (setup_view_from_metadata):
7218         
7219         Remember if last window was maximized. Fix for the
7220         bug #323797.
7221
7222 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7223
7224         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7225
7226 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7227
7228         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7229         * shell/ev-page-action.c: (build_new_tree_cb):
7230         * shell/ev-sidebar-links.c: (links_page_num_func),
7231         (update_page_callback_foreach), (update_page_callback):
7232         * shell/ev-view.c: (scroll_to_current_page):
7233         
7234         Fix for the bug #325067 with more intelligent selection
7235         of current link in sidebar. Make sidebar handle links
7236         of FITR-like type more correctly.
7237
7238         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7239         (dvi_pixbuf_put_pixel):
7240         
7241         Fix memory consumtion with disabled alpha channel.
7242
7243 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7244
7245         * data/evince-ui.xml:
7246         * shell/ev-window.c: (view_menu_popup_cb),
7247         (ev_popup_cmd_open_link), (ev_window_init):
7248         
7249         Update context menu for internal links. Fix for the bug
7250         #325066.
7251
7252 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7253
7254         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7255         
7256         Bind context menu to keyboard also. Fix for the bug
7257         #325065.
7258
7259 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7260
7261         * shell/ev-view.c: (selection_scroll_timeout_cb):
7262         
7263         Horizontal scroll on selection also.
7264
7265 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7266
7267         * shell/ev-metadata-manager.c: (parse_value):
7268         * shell/ev-view.c: (goto_xyz_link):
7269         
7270         Correct zoom setup and metadata save broken in 
7271         some locales.
7272
7273 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7274
7275         * shell/ev-view-private.h:
7276         * shell/ev-view.c: (scroll_to_current_page),
7277         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7278         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7279         (page_changed_cb), (ev_view_set_continuous),
7280         (ev_view_set_dual_page), (ev_view_set_presentation):
7281         
7282         Delay scroll until allocation to correctly position page. Fix
7283         for the bug #317334.
7284
7285 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7286
7287         * NEWS:
7288         * configure.ac:
7289         
7290         Update NEWS and require poppler 0.5.0.
7291
7292 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7293         
7294         * data/evince-ui.xml:
7295         * shell/ev-view-private.h:
7296         * shell/ev-view.c: (ev_view_get_link_at_location),
7297         (handle_link_over_xy), (ev_view_button_press_event),
7298         (ev_view_button_release_event), (ev_view_class_init):
7299         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7300         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7301         (ev_window_init):
7302         
7303         Implement right-click context menu.
7304
7305 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7306
7307         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7308         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7309         (mdvi_pixbuf_device_render):
7310         * pdf/ev-poppler.cc:
7311
7312         Don't generate thumbnails with alpha. See bug #324077.
7313         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7314
7315 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7316
7317         * shell/ev-window.c: (setup_chrome_from_metadata):
7318         
7319         Fix typo that was hiding toolbar.
7320
7321 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7322
7323         * shell/ev-view-private.h:
7324         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7325         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7326         (ev_view_button_release_event), (ev_view_destroy):
7327         
7328         Small cleanup and autoscrolling during selection. Thanks to 
7329         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7330
7331 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7332
7333         * configure.ac:
7334         
7335         Correctly check for comics option.
7336
7337 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7338         * Makefile.am:
7339         * configure.ac:
7340         * backend/Makefile.am:
7341         * backend/ev-document-factory.c:
7342         * shell/ev-document-types.c:
7343
7344         Included option in configure to make ps backend 
7345         compilation optional with --disable-ps.
7346
7347 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7348
7349         * backend/ev-document-factory.c:
7350         * comics/Makefile.am:
7351         * comics/comics-document.c: (comics_document_load):
7352         * comics/ev-cbr-mime.xml:
7353         * configure.ac:
7354         
7355         Comics mime types are added to shared-mime-info CVS. Now
7356         we don't need to install our own mime types.
7357
7358 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7359
7360         * shell/ev-window.c:
7361         
7362         Add shortcut for "save a copy" menu entry. Fix for
7363         the bug #324582.
7364
7365 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7366
7367         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7368         (job_finished_cb), (new_selection_pixbuf_needed),
7369         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7370         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7371         
7372         Rework selection job info logic and fix critical warning.
7373
7374 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7375
7376         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7377
7378 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7379
7380         * data/evince-ui.xml:
7381         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7382         
7383         Enter as shortcut key for next page. Fix for the bug
7384         #321394.
7385
7386 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7387
7388         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7389
7390 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7391
7392         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7393         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7394         (new_selection_pixbuf_needed),
7395         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7396         (clear_job_selection):
7397         
7398         Too early for 0.5. Pixbuf cache code cleaned a bit.
7399
7400 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7401
7402         * NEWS:
7403         * configure.ac:
7404         
7405         Release 0.5.0 preparation
7406
7407 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7408
7409         * comics/Makefile.am:
7410         * configure.ac:
7411         * shell/ev-document-types.c: (ev_document_types_add_filters):
7412         
7413         More advanced handling of custom mime type installation.
7414
7415 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7416
7417         * data/evince.schemas.in:
7418         * shell/ev-metadata-manager.c: (value_free),
7419         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7420         (ev_metadata_manager_get), (ev_metadata_manager_set):
7421         * shell/ev-metadata-manager.h:
7422         * shell/ev-window.c: (update_chrome_flag),
7423         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7424         (setup_document_from_metadata), (setup_chrome_from_metadata),
7425         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7426         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7427         (ev_window_view_toolbar_cb),
7428         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7429         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7430         
7431         Save last document settings and reuse them for new documents.
7432
7433 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7434
7435         * Makefile.am:
7436         * backend/Makefile.am:
7437         * backend/ev-document-factory.c:
7438         * backend/ev-document-factory.h:
7439         * comics/Makefile.am:
7440         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7441         (comics_document_load), (comics_document_save),
7442         (comics_document_get_n_pages), (comics_document_get_page_size),
7443         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7444         (comics_document_class_init), (comics_document_can_get_text),
7445         (comics_document_get_info), (comics_document_document_iface_init),
7446         (comics_document_init), (get_supported_image_extensions),
7447         (comics_document_thumbnails_get_geometry),
7448         (comics_document_thumbnails_get_thumbnail),
7449         (comics_document_thumbnails_get_dimensions),
7450         (comics_document_document_thumbnails_iface_init), (extract_argv):
7451         * comics/comics-document.h:
7452         * comics/ev-cbr-mime.xml:
7453         * configure.ac:
7454         * po/POTFILES.in:
7455         * shell/ev-application.c: (ev_application_register_service):
7456         * shell/ev-document-types.c: (ev_document_types_add_filters):
7457         * thumbnailer/Makefile.am:
7458         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7459         
7460         New CBR/CBZ backend for comic books.
7461
7462 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7463
7464         * shell/main.c: (load_files_remote):
7465
7466         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7467         warning on startup of second instance is fixed. It
7468         is bug #320353.
7469
7470 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7471
7472         * shell/ev-window.c: (ev_window_finalize):
7473         
7474         Fix double free that cause crash.
7475
7476 2005-10-29  Bastien Nocera <hadess@hadess.net>
7477
7478         * tiff/tiff-document.c: (tiff_document_load):
7479         
7480         Fix memory leak.
7481
7482 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7483
7484         * po/POTFILES.in:
7485         * shell/Makefile.am:
7486         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7487         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7488         (ev_view_accessible_get_text),
7489         (ev_view_accessible_get_character_at_offset),
7490         (ev_view_accessible_get_text_before_offset),
7491         (ev_view_accessible_get_text_at_offset),
7492         (ev_view_accessible_get_text_after_offset),
7493         (ev_view_accessible_get_character_count),
7494         (ev_view_accessible_get_caret_offset),
7495         (ev_view_accessible_set_caret_offset),
7496         (ev_view_accessible_get_run_attributes),
7497         (ev_view_accessible_get_default_attributes),
7498         (ev_view_accessible_get_character_extents),
7499         (ev_view_accessible_get_offset_at_point),
7500         (ev_view_accessible_get_n_selections),
7501         (ev_view_accessible_get_selection),
7502         (ev_view_accessible_add_selection),
7503         (ev_view_accessible_remove_selection),
7504         (ev_view_accessible_set_selection),
7505         (ev_view_accessible_text_iface_init),
7506         (ev_view_accessible_idle_do_action),
7507         (ev_view_accessible_action_do_action),
7508         (ev_view_accessible_action_get_n_actions),
7509         (ev_view_accessible_action_get_description),
7510         (ev_view_accessible_action_get_name),
7511         (ev_view_accessible_action_set_description),
7512         (ev_view_accessible_action_iface_init),
7513         (ev_view_accessible_get_type), (ev_view_accessible_new),
7514         (ev_view_accessible_factory_get_accessible_type),
7515         (ev_view_accessible_factory_create_accessible),
7516         (ev_view_accessible_factory_class_init),
7517         (ev_view_accessible_factory_get_type):
7518         * shell/ev-view-accessible.h:
7519         * shell/ev-view-private.h:
7520         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7521         * shell/ev-view.h:
7522         
7523         Initial accessibility support.
7524
7525 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7526
7527         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7528
7529 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7530
7531         * shell/ev-print-job.c: (idle_print_handler):
7532         
7533         Fix for bug Bug 318916: Printing multiple pages.
7534
7535 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7536
7537         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7538
7539 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7540
7541         * pdf/ev-poppler.cc:
7542         
7543         Thumnail dimensions unified with other backends.
7544         
7545         * shell/ev-window-title.c: (ev_window_title_update):
7546         
7547         Fix warning.
7548
7549 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7550
7551         * data/ev-stock-zoom-fit-width.png:
7552         
7553         Remove unused file.
7554
7555 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7556
7557         * configure.ac:
7558         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7559         (djvu_document_finalize):
7560         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7561         (dvi_document_finalize):
7562         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7563         (pixbuf_document_save), (pixbuf_document_finalize):
7564         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7565         (tiff_document_finalize):
7566         
7567         Save a copy implemented for various backends.
7568
7569 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7570
7571         * configure.ac:
7572         
7573         Don't link with ltiff if tiff is disabled.
7574
7575 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7576
7577         * pdf/GDKSplashOutputDev.cc:
7578         * pdf/GDKSplashOutputDev.h:
7579         * pdf/Thumb.cc:
7580         * pdf/Thumb.h:
7581         * pdf/pdf-document.cc:
7582         * pdf/pdf-document.h:
7583         * pdf/test-gdk-output-dev.cc:
7584         
7585         Remove old unused files.
7586
7587 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7588
7589         * shell/ev-window.c: (ev_window_setup_document):
7590         
7591         Fixed warnings on reload and probably crash reason.
7592
7593 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7594
7595         * properties/ev-properties-view.c:
7596         (ev_properties_view_format_date):
7597         
7598         Check if date is invalid. Fix for bug 318134.
7599
7600 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7601
7602         * shell/ev-window-title.c:
7603         
7604         Add .indd files (Adobe Indesign) to the list of "bad
7605         extensions".
7606
7607 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7608
7609         * data/evince-ui.xml:
7610         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7611         
7612         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7613
7614 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7615
7616         * shell/ev-window.c: (launch_link), (launch_external_uri),
7617         (view_external_link_cb):
7618
7619         URL-escape link before passing it to gnome_vfs_url_show.
7620
7621 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7622
7623         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7624         there isn't text selected.
7625
7626 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7627
7628         * shell/ev-view.c: (handle_link_over_xy):
7629
7630         Check tooltip is valid utf8 before showing it
7631
7632 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7633
7634         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7635
7636 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7637
7638         * shell/ev-window-title.c: (ev_window_title_update):
7639
7640         Guard against using g_strstrip on NULL. Fixes bug #317291.
7641
7642 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7643
7644         * pdf/ev-poppler.cc:
7645
7646         Show title even for unknown links
7647
7648 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7649
7650         * shell/ev-window-title.c: (ev_window_title_update):
7651
7652         Strip the title string
7653
7654 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7655
7656         * shell/ev-window-title.c:
7657
7658         Add .rtf to the bad extensions list
7659
7660 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7661
7662         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7663         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7664
7665         Ignore link coordinates if they are outside page bounds
7666
7667 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7668
7669         * backend/ev-link.c: (ev_link_type_get_type),
7670         (ev_link_get_filename), (ev_link_get_params),
7671         (ev_link_get_property), (ev_link_set_property),
7672         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7673         * backend/ev-link.h:
7674         * pdf/ev-poppler.cc:
7675         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7676         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7677         (ev_window_init):
7678
7679         Implement launch links. Delegate external link opening to
7680         the window.
7681
7682 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7683
7684         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7685         (ev_link_get_right), (ev_link_get_property),
7686         (ev_link_set_property), (ev_link_class_init),
7687         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7688         * backend/ev-link.h:
7689         * pdf/ev-poppler.cc:
7690         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7691
7692         Implement fitr links
7693
7694 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7695
7696         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7697         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7698         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7699         (ev_view_size_request_continuous),
7700         (ev_view_size_request_dual_page),
7701         (ev_view_size_request_single_page), (ev_view_size_allocate),
7702         (ev_view_zoom_for_size_continuous_and_dual_page),
7703         (ev_view_zoom_for_size_continuous),
7704         (ev_view_zoom_for_size_dual_page),
7705         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7706         (ev_sizing_mode_get_type):
7707         * shell/ev-view.h:
7708         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7709
7710         Do not use modes for link, we need to calculate size ad hoc.
7711         Still not perfect because of the usual scrollbar issues grrr.
7712
7713 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7714
7715         * backend/ev-link.c: (ev_link_type_get_type),
7716         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7717         * backend/ev-link.h:
7718         * pdf/ev-poppler.cc:
7719         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7720         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7721         (ev_view_size_request_continuous),
7722         (ev_view_size_request_dual_page),
7723         (ev_view_size_request_single_page), (ev_view_size_allocate),
7724         (zoom_for_size_fit_height),
7725         (ev_view_zoom_for_size_continuous_and_dual_page),
7726         (ev_view_zoom_for_size_continuous),
7727         (ev_view_zoom_for_size_dual_page),
7728         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7729         (ev_sizing_mode_get_type):
7730         * shell/ev-view.h:
7731         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7732
7733         Implement FIT_HEIGHT mode (only for links).
7734         Implement FITH links
7735
7736 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7737
7738         * shell/ev-window-title.c: (get_filename_from_uri),
7739         (ev_window_title_sanitize_extension), (ev_window_title_update),
7740         (ev_window_title_set_document), (ev_window_title_set_uri),
7741         (ev_window_title_free):
7742         * shell/ev-window-title.h:
7743         * shell/ev-window.c: (ev_window_setup_document),
7744         (ev_window_popup_password_dialog):
7745
7746         Refactor window title building while fixing it for
7747         password documents.
7748
7749 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7750
7751         * pdf/ev-poppler.cc:
7752
7753         Escape link title before setting it in the model
7754
7755 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7756
7757         * shell/ev-application.c: (removed_from_session), (save_session),
7758         (init_session), (ev_application_get_empty_window),
7759         (ev_application_init), (ev_application_get_windows):
7760         * shell/ev-application.h:
7761         * shell/ev-window.c: (ev_window_finalize):
7762
7763         Add a function to retrieve window list and share it where
7764         necessary.
7765         Implement session handling, works pretty well thanks to the
7766         metadata system.
7767
7768 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7769
7770         * shell/ev-password.c: (ev_password_item_created_callback),
7771         (ev_password_dialog_save_password):
7772         
7773         Fix for bug 316972. Use async gnome-keyring API.
7774
7775 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7776
7777         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7778         Remove unused unrealize handler. Add scroll handling to
7779         ev_view_scroll_event for presentation mode (bug #316708),
7780         and fix the event state checks there.
7781
7782 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7783
7784         * shell/ev-page-action.c: (page_changed_cb):
7785
7786         "marco, maybe we should be crazy and jump right to 6! :)"
7787
7788         Bryan Clark, Sep 2005
7789
7790 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7791
7792         * ps/ps-document.c: (save_document), (ps_document_save),
7793         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7794         (ps_document_ps_export_end):
7795
7796         Fix unstructured documents save and print
7797
7798 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7799
7800         * shell/ev-application.c: (ev_application_open_uri):
7801
7802         Fix window size persistance
7803
7804 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7805
7806         * shell/ev-view.c: (ev_view_button_release_event):
7807
7808         Based on a patch from carlosgc@gnome.org. Mouse buttons
7809         switch pages in presentation mode.
7810
7811 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7812
7813         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7814
7815         Dont cast to int before scaling
7816
7817 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7818
7819         * backend/ev-link.c: (ev_link_type_get_type),
7820         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7821         (ev_link_new_page_fith):
7822         * backend/ev-link.h:
7823         * pdf/ev-poppler.cc:
7824         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7825
7826         Implement FIT and FITH links
7827
7828 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7829
7830         * pdf/ev-poppler.cc:
7831
7832         Return 0 results when search is not in progress.
7833
7834         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7835         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7836
7837         Update menu sensitivity when cancelling search
7838
7839 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7840
7841         * shell/ev-view.c: (ev_view_can_find_next):
7842
7843         Take all pages in consideration, not just current one
7844
7845 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7846
7847         * shell/ev-page-cache.c:
7848         * shell/ev-page-cache.h:
7849         * shell/ev-view.c: (ev_view_binding_activated),
7850         (ev_view_next_page), (ev_view_previous_page),
7851         (ev_sizing_mode_get_type):
7852         * shell/ev-view.h:
7853         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7854         (ev_window_cmd_go_next_page):
7855
7856         Move page next/previous functions from page chace to
7857         view and change it to move by 2 page steps in dual mode.
7858
7859 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7860
7861         * shell/ev-window.c: (update_sidebar_visibility),
7862         (setup_sidebar_from_metadata), (ev_window_setup_document),
7863         (setup_view_from_metadata):
7864
7865         Show the index by default when there is one     
7866
7867 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7868
7869         * shell/ev-window-title.c: (ev_window_title_set_document):
7870
7871         Missing null check
7872
7873 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7874
7875         * shell/ev-view.c: (view_update_range_and_current_page):
7876         
7877         Allow display of last odd page in dual view. Fix for 316347.
7878
7879 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7880
7881         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7882         
7883         Make close button default. Fix for 316383.
7884
7885 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7886
7887         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7888         
7889         Mark close button as default. Fix for 316381.
7890
7891 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7892
7893         * backend/ev-link.c: (ev_link_class_init):
7894
7895         Allow negative doubles in left/top properties
7896
7897 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7898
7899         * shell/ev-window.c:
7900
7901         Remove a bunch of strings that was used only
7902         by the statusbar.
7903
7904 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7905
7906         * shell/ev-window-title.c: (get_filename_from_uri),
7907         (ev_window_title_set_document):
7908
7909         When title has a confusing extension, show also
7910         the document filename inside ()
7911
7912 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7913
7914         * shell/Makefile.am:
7915         * shell/ev-window-title.c: (ev_window_title_new),
7916         (ev_window_title_update), (ev_window_title_set_type),
7917         (ev_window_title_set_document), (ev_window_title_free):
7918         * shell/ev-window-title.h:
7919         * shell/ev-window.c: (ev_window_setup_document),
7920         (password_dialog_response), (ev_window_popup_password_dialog),
7921         (ev_window_dispose), (ev_window_init):
7922
7923         Factor out and cleanup window title code
7924
7925 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7926
7927         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7928         (unable_to_load):
7929
7930         Make dialog transient so it doesnt block other windows
7931
7932 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7933
7934         * pdf/ev-poppler.cc:
7935         
7936         Fix pdf thumbnails rendering.
7937
7938 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7939
7940         * shell/ev-window.c: (fullscreen_set_timeout):
7941         
7942         Increase timeout to hide full screen popup. Bug 
7943         316123. 
7944
7945 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7946
7947         * data/evince.schemas.in:
7948         * shell/ev-window.c: (update_action_sensitivity):
7949
7950         Allow the user to override document restrictions. Fix for bug
7951         305818.
7952
7953 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7954
7955         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7956         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7957         (ev_window_class_init): Fix multihead behaviour of fullscreen
7958         toolbar popup. Fixes bug #315451.
7959
7960 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7961
7962         * configure.ac:
7963         * data/evince-password.glade:
7964         * shell/ev-password.c: (ev_password_dialog_set_property),
7965         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7966         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7967         (ev_password_dialog_entry_changed_cb),
7968         (ev_password_dialog_entry_activated_cb),
7969         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7970         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7971         (ev_password_dialog_set_bad_pass):
7972         * shell/ev-password.h:
7973         * shell/ev-window.c: (password_dialog_response),
7974         (ev_window_popup_password_dialog):
7975         
7976         Support for gnome-keyring for encrypted PDF's.
7977
7978 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7979
7980         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7981         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7982         (ev_view_enter_notify_event), (ev_view_class_init):
7983         
7984         More precise handling of enter_notify/leave_notify events
7985         in EvView. Fix for bug 315470.
7986
7987 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7988
7989         * shell/ev-window.c: (fullscreen_timeout_cb),
7990         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7991         (ev_window_dispose):
7992
7993         leak fix: unref fullscreen_timeout_source before clearing it
7994
7995 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7996
7997         * configure.ac, dvi/mdvi/Makefile.am: 
7998         
7999         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8000
8001 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8002
8003         * backend/ev-link.c: (ev_link_new_page_xyz):
8004         * pdf/ev-poppler.cc:
8005         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8006
8007         Fix some bugs with xyz links, respect zoom
8008
8009 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8010
8011         * shell/ev-window.c: (page_changed_cb),
8012         (setup_document_from_metadata), (update_sidebar_visibility),
8013         (setup_view_from_metadata), (ev_window_run_fullscreen),
8014         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8015         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8016         (ev_window_dual_mode_changed_cb),
8017         (ev_window_sidebar_current_page_changed_cb):
8018
8019         null check uri before setting and getting metadata
8020
8021 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8022
8023         * dvi/Makefile.am:
8024         * properties/Makefile.am:
8025         * shell/Makefile.am:
8026         * thumbnailer/Makefile.am:
8027
8028         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8029
8030 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8031
8032         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8033         (selection_changed_callback):
8034         * shell/ev-sidebar-links.h:
8035
8036         Add a signal for link activation.
8037
8038         * shell/ev-view.c: (ev_view_goto_link),
8039         (ev_view_button_release_event):
8040         * shell/ev-view.h:
8041         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8042         (ev_window_init):
8043
8044         Implement the signal so that we can handle all link types.
8045
8046         * shell/ev-page-cache.c:
8047
8048         Remove unused set_link function
8049
8050 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8051
8052         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8053
8054         Add some space from the cursor, hardcoded but I couldnt
8055         find a better way.
8056
8057 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8058
8059         * lib/ev-tooltip.c:
8060
8061         Use mozilla style vs gtk style, way better for links.
8062
8063         * shell/ev-view.c: (ev_view_motion_notify_event),
8064         (ev_view_destroy), (ev_view_init):
8065
8066         Deactive tooltip when the link hovered is changed.
8067
8068 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8069
8070         * backend/ev-document.h:
8071         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8072         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8073         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8074         (ev_link_new_page), (ev_link_new_page_xyz):
8075         * backend/ev-link.h:
8076         * pdf/ev-poppler.cc:
8077         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8078         (go_to_link), (tip_from_link):
8079
8080         Implement xyz links, still not functional. Links are a total
8081         mess, will need to refactor and bugfix a lot :(
8082
8083 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8084
8085         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8086
8087 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8088
8089         * data/evince-ui.xml:
8090         * data/evince.schemas.in:
8091         * shell/Makefile.am:
8092         * shell/ev-window.c: (update_chrome_visibility),
8093         (password_dialog_response), (ev_window_load_job_cb),
8094         (ev_window_xfer_job_cb), (ev_window_open_uri),
8095         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8096         (ev_window_init):
8097
8098         Remove the statusbar. This regress loading feedback, need to
8099         check with Bryan what we want to do there...
8100
8101 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8102
8103         * lib/ev-tooltip.c: (ev_tooltip_init):
8104
8105         Fix tooltip border and size handling
8106
8107 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8108
8109         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8110         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8111         (ev_tooltip_timeout), (ev_tooltip_activate),
8112         (ev_tooltip_deactivate):
8113         * lib/ev-tooltip.h:
8114         * shell/ev-view.c: (ev_view_motion_notify_event):
8115
8116         Delay popup showing. Mirror gtk logic/times.
8117
8118 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8119
8120         * lib/Makefile.am:
8121         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8122         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8123         (ev_tooltip_set_text), (ev_tooltip_set_position):
8124         * lib/ev-tooltip.h:
8125
8126         Simple widget to show tooltips at a custom position
8127
8128         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8129         (ev_view_destroy):
8130
8131         Use it for links. First go, needs work
8132
8133 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8134
8135         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8136         HIG fixes.  Use title capitalization for window title. Use 12 
8137         pixels of space between the dialog's vbox and action area.
8138
8139 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8140
8141         * shell/ev-window.c: (file_open_dialog_response_cb),
8142         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8143         (ev_window_cmd_save_as):
8144
8145         Make file pickers not modal and refactor code some
8146
8147 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8148
8149         * shell/ev-sidebar.h:
8150         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8151         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8152         (ev_sidebar_class_init), (ev_sidebar_select_page),
8153         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8154         (ev_sidebar_set_page):
8155
8156         Add a current page property and allow to get/set it
8157
8158         * shell/ev-window.c: (setup_view_from_metadata),
8159         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8160
8161         Persist current sidebar page per document
8162
8163 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8164
8165         * data/evince.schemas.in:
8166         * shell/ev-window.c: (update_chrome_visibility),
8167         (setup_document_from_metadata), (update_sidebar_visibility),
8168         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8169         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8170         (ev_window_run_presentation), (ev_window_stop_presentation),
8171         (ev_window_view_sidebar_cb),
8172         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8173         (load_chrome), (ev_window_init):
8174
8175         Persist size/visibility of sidebar per document
8176
8177 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8178
8179         * shell/ev-view.c (draw_loading_text): Draw loading text.
8180
8181 2005-09-02  Dan Damian  <dand@gnome.ro>
8182
8183         * configure.in: Added "ro" to ALL_LINGUAS.
8184
8185 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8186
8187         * shell/ev-view.c: (clear_caches):
8188
8189         ev_page_cache_get doesnt return a reference,
8190         dont try to unref it.
8191
8192 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8193
8194         * shell/main.c: (load_files_remote):
8195
8196         Fix timestamp parameter with dbus <= 0.33
8197
8198 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8199
8200         * data/evince.schemas.in:
8201
8202         Add missing full stop
8203
8204 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8205
8206         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8207         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8208
8209         Plug some memory leaks
8210
8211 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8212
8213         * configure.ac:
8214         * lib/ev-debug.c: (trap_handler):
8215
8216         Check for execinfo.h and use it only if it exists.
8217         Ported from Epiphany (bug #314776).
8218
8219 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8220
8221         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8222
8223 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8224
8225         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8226         * po/id.po      : Added Indonesian translation
8227
8228 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8229
8230         * shell/main.c:
8231         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8232         * NEWS: Release 0.4.0
8233
8234 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8235
8236         * configure.ac: catch another gtk+-2.8ism
8237         * shell/main.c: Make work with gtk+-2.6
8238
8239 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8240
8241         * shell/ev-application-service.xml: Add 'timestamp' argument to
8242           ev_application_open_window and ev_application_open_uri methods.
8243
8244         * shell/ev-application.h: Add 'timestamp' argument to
8245           ev_application_open_window, ev_application_open_uri,
8246           and ev_application_open_uri_list functions.
8247
8248         * shell/ev-application.c (ev_application_open_window,
8249           ev_application_open_uri, ev_application_open_uri_list): Change
8250           functions that show/present windows to use a timestamp if one
8251           is passed in.
8252
8253         * shell/ev-window.c (ev_window_cmd_file_open,
8254           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8255         * shell/main.c (load_files): Modify calls to ev_application to
8256           include GDK_CURRENT_TIME as timestamp.
8257
8258         * shell/main.c (load_files_remote): Obtain timestamp for client
8259           instance from GDK and pass to server instance so new windows are
8260           focused properly.  Fix dbus_g_proxy_call() calls by including second
8261           G_TYPE_INVALID.
8262           
8263         Closes bug #314475.
8264
8265 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8266
8267         * shell/ev-window.c (ev_window_finalize): Check for
8268         avail. EvWindows when quiting to handle the finalize better,
8269         #314497
8270
8271 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8272         
8273         * properties/ev-properties-view.c: 
8274         
8275         Set textdomain to libglade. Fixes translation problem in property page.
8276
8277 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8278
8279         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8280         * dvi/Makefile.am:
8281         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8282         * dvi/mdvi-lib/Makefile.am:
8283         
8284         Fix rotation of thumbnails, ported to new API. Moved library
8285         dependencies earlier, probably it will fix linkage problem.
8286
8287 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8288
8289         * backend/ev-document-misc.c:
8290         (ev_document_misc_get_thumbnail_frame):
8291         * backend/ev-document-misc.h:
8292         * configure.ac:
8293         * pdf/ev-poppler.cc:
8294         * shell/Makefile.am:
8295         * shell/ev-sidebar-thumbnails.c: (add_range),
8296         (ev_sidebar_thumbnails_set_loading_icon),
8297         (ev_sidebar_thumbnails_refresh),
8298         (ev_sidebar_thumbnails_set_document):
8299         * shell/ev-sidebar-thumbnails.h:
8300         * shell/ev-view.c: (ev_view_motion_notify_event),
8301         (ev_view_set_property), (ev_view_get_property),
8302         (ev_view_class_init), (ev_view_set_rotation):
8303         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8304         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8305         (ev_window_init):
8306         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8307         Redo rotation (again).  prepare for 0.4.0
8308
8309 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8310
8311         * configure.ac: Bump poppler requirement to 0.4.1.
8312
8313         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8314         argument to poppler_page_render_selection() call.
8315
8316 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8317
8318         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8319         (djvu_document_thumbnails_get_thumbnail):
8320         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8321         (dvi_document_thumbnails_get_thumbnail):
8322         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8323         (pixbuf_document_thumbnails_get_thumbnail):
8324         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8325         
8326         Update rotation direction of backends to fit with pdf and ps.
8327
8328 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8329
8330         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8331         * backend/ev-async-renderer.h:
8332         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8333         (setup_page), (ps_document_get_page_size),
8334         (ps_async_renderer_render_pixbuf):
8335         * ps/ps-document.h:
8336         * shell/ev-jobs.c: (ev_job_render_run):
8337
8338         Fix orientation in the postscript document
8339
8340 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8341
8342         * pdf/ev-poppler.cc:
8343         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8344         * shell/ev-view.c: (highlight_find_results):
8345
8346         Adapt to the new poppler rotation API. Fix text maps on landscape
8347         documents.
8348
8349 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8350
8351         * shell/ev-view.c (compute_new_selection_text): get the correct
8352         region when selecting in modes other than continuous.
8353
8354 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8355
8356         * shell/main.c (main): remove redundant g_warnings.
8357
8358 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8359
8360         * shell/Makefile.am: Don't include autogenerated
8361         file ev-application-service.h into distribution, since
8362         it causes dbus crash. Fix for bugs 313724 and 313443. 
8363
8364 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8365
8366         * configure.ac: Fix sed expression for FreeBSD. Thanks
8367         to Joe Marcus Clark <marcus@freebsd.org>
8368         
8369         * shell/eggfindbar.c: (entry_activate_callback),
8370         (entry_changed_callback), (egg_find_bar_init),
8371         (egg_find_bar_set_search_string):
8372         
8373         Made findbar buttons unsensitive if there is no text in
8374         entry. Fix for the bug 313285.
8375
8376 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8377
8378         * ps/ps-document.c: Use g_filename_display_name for displaying
8379         filenames and revert string freeze breackage
8380
8381 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8382
8383         * NEWS:
8384         * configure.ac:
8385
8386         Update for 0.3.4
8387
8388         * shell/Makefile.am:
8389
8390         Add ev-application-service.xml to extra dist
8391
8392         * shell/ev-view.c: (find_page_at_location):
8393
8394         Remove unused function (fix warning)
8395
8396 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8397
8398         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8399         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8400         
8401         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8402         bug 313623.
8403
8404 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8405
8406         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8407         * shell/ev-window.c:
8408         Fix build warnings
8409
8410 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8411
8412         * configure.ac: Update script to get dbus version.
8413         Fix for the bug #313443.
8414
8415 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8416
8417         * shell/ev-window.c: (ev_window_cmd_escape):
8418         
8419         Return focus back to view on escape. Fix for bug 313295.
8420
8421 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8422
8423         * shell/ev-window.c: (update_window_title),
8424         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8425         (ev_window_cmd_save_as):
8426         
8427         Correct conversion from uri to displayable string. Fix for
8428         bug 313296.
8429
8430 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8431
8432         * ps/ps-document.c: convert filename to utf8 when there is an error
8433         loading document. Fixes #309915
8434
8435 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8436
8437         * configure.ac:
8438
8439         We depend on poppler 0.4.0
8440
8441 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8442
8443         * configure.ac:
8444         * NEWS: Release 0.3.3.
8445         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8446
8447 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8448
8449         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8450         add a couple missing mnemonics to menu items, use title 
8451         capitalization for menu items and window titles, and add 
8452         ellipsis to open menu item.     
8453
8454 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8455
8456         * pdf/ev-poppler.cc:
8457         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8458         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8459         (ev_view_get_rotation):
8460         * shell/ev-view.h:
8461         * shell/ev-window.c: (setup_view_from_metadata),
8462         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8463         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8464         disk.
8465
8466 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8467
8468         * configure.ac: Added tr to ALL_LINGUAS
8469
8470 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8471
8472         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8473         requires several clicks to find word. Thanks to 
8474         Colin Slater <kiltedtaco@gmail.com>.
8475
8476 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8477
8478         * data/evince.desktop.in.in: Hide menu entry and
8479         rename it to "Document Viewer". Fix for bug 
8480         #312399.
8481
8482 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8483
8484         * shell/ev-page-action.c (ev_page_action_class_init): 
8485
8486         Point to the correct function in constructor of the
8487         activate_label signal
8488
8489 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8490
8491         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8492         * shell/ev-jobs.h: Make thread safe.
8493
8494 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8495
8496         * shell/ev-view.c: (view_update_range_and_current_page):
8497         Don't update page range if we are scrolling to some document
8498         point.
8499
8500 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8501
8502         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8503         when getting max_page_width, fix drawing in dual mode.
8504
8505 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8506
8507         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8508         getting the area for select_all.
8509
8510 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8511
8512         * backend/ev-selection.c: (ev_selection_render_selection):
8513         * backend/ev-selection.h:
8514         * pdf/ev-poppler.cc:
8515         * shell/ev-jobs.c: (ev_job_render_new):
8516         * shell/ev-jobs.h:
8517         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8518         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8519         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8520         (ev_view_class_init):
8521
8522         Change selection color on focus in and focus out events.  Also,
8523         poppler now uses GdkColor for specifying the selection colors, so
8524         drop some awkward conversion code.
8525
8526 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8527
8528         * configure.ac: Added Hebrew translation
8529
8530 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8531
8532         * NOTES:
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_dispose), (ev_job_render_new),
8537         (ev_job_render_run):
8538         * shell/ev-jobs.h:
8539         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8540         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8541         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8542         (ev_pixbuf_cache_style_changed),
8543         (ev_pixbuf_cache_get_selection_pixbuf),
8544         (ev_pixbuf_cache_set_selection_list),
8545         (ev_pixbuf_cache_get_selection_list):
8546         * shell/ev-pixbuf-cache.h:
8547         * shell/ev-utils.c: (ev_print_region_contents):
8548         * shell/ev-utils.h:
8549         * shell/ev-view.c: (ev_view_queue_draw_page),
8550         (selection_update_idle_cb), (ev_view_motion_notify_event),
8551         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8552         (setup_caches), (ev_view_find_next), (merge_selection_region),
8553         (selection_free):
8554         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8555
8556         Clean up selection to be much smoother!
8557
8558 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8559
8560         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8561         to poppler_page_render_selection().
8562
8563 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8564
8565         * ps/ps-document.c: (save_page_list): Use
8566         unzipped document when printing. Thanks to 
8567         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8568         311016.
8569
8570 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8571
8572         * shell/ev-window.c: (update_action_sensitivity):
8573         
8574         Disable print and save respect to lockdown gconf keys. Fix
8575         for 312342.
8576
8577 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8578
8579         * configure.ac:
8580         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8581         (write_to_temp_file), (ev_file_set_contents):
8582         * shell/ev-utils.h:
8583         * shell/ev-window.c: (save_print_config_to_file):
8584         
8585         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8586         Fix for bug 312238
8587
8588 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8589
8590         * shell/ev-window.c: (load_print_config_from_file),
8591         (save_print_config_to_file), (ev_window_print_range):
8592
8593         Persist the print settings. Fixes bug #311578.
8594
8595 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8596
8597         * djvu/djvu-document.c: (djvu_document_get_page_size),
8598         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8599         (djvu_document_thumbnails_get_thumbnail):
8600         * dvi/dvi-document.c: (dvi_document_get_page_size),
8601         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8602         (dvi_document_thumbnails_get_dimensions),
8603         (dvi_document_thumbnails_get_thumbnail):
8604         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8605         (pixbuf_document_render_pixbuf),
8606         (pixbuf_document_document_iface_init),
8607         (pixbuf_document_thumbnails_get_thumbnail):
8608         
8609         Update backends to make them build with new rotation system.
8610
8611 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8612
8613         * help/C/figures/evince_start_window.png:
8614         
8615         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8616
8617 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8618
8619         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8620         * shell/ev-pixbuf-cache.h:
8621         * shell/ev-sidebar-thumbnails.c:
8622         (ev_sidebar_thumbnails_get_property), (add_range),
8623         (adjustment_changed_cb):
8624         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8625         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8626         we were thumbnailing the entire docment on startup, slowing us
8627         down hugely. 
8628
8629 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8630
8631         * shell/ev-page-cache.c: (ev_page_cache_new):
8632         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8633         == 0, fixes #310306.
8634
8635 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8636
8637         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8638         (ev_view_rotate_left):
8639
8640         Account rotation in doc_rect_to_view_rect.
8641         Ensure rotation doesnt go out of bounds.
8642
8643 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8644
8645         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8646
8647         Correct and cleanup w/h swapping
8648
8649 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8650
8651         * backend/ev-document-thumbnails.c:
8652         (ev_document_thumbnails_get_thumbnail):
8653         * backend/ev-document-thumbnails.h:
8654         * backend/ev-document.c:
8655         * backend/ev-document.h:
8656         * backend/ev-render-context.c: (ev_render_context_new),
8657         (ev_render_context_set_rotation):
8658         * backend/ev-render-context.h:
8659         * pdf/ev-poppler.cc:
8660         * ps/ps-document.c: (ps_document_document_iface_init):
8661         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8662         * shell/ev-jobs.h:
8663         * shell/ev-page-cache.c: (build_height_to_page),
8664         (ev_page_cache_new), (ev_page_cache_get_size),
8665         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8666         (ev_page_cache_get_height_to_page):
8667         * shell/ev-page-cache.h:
8668         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8669         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8670         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8671         (ev_pixbuf_cache_get_selection_pixbuf):
8672         * shell/ev-pixbuf-cache.h:
8673         * shell/ev-print-job.c: (idle_print_handler):
8674         * shell/ev-sidebar-thumbnails.c: (add_range):
8675         * shell/ev-view.c: (view_update_range_and_current_page),
8676         (get_page_y_offset), (get_page_extents),
8677         (ev_view_size_request_continuous_dual_page),
8678         (ev_view_size_request_continuous),
8679         (ev_view_size_request_dual_page),
8680         (ev_view_size_request_single_page), (draw_one_page),
8681         (ev_view_set_rotation), (ev_view_rotate_right),
8682         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8683         (ev_view_zoom_for_size_continuous_and_dual_page),
8684         (ev_view_zoom_for_size_continuous),
8685         (ev_view_zoom_for_size_dual_page),
8686         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8687         (ev_view_select_all):
8688         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8689         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8690         (tiff_document_document_iface_init),
8691         (tiff_document_thumbnails_get_thumbnail):
8692
8693         Use rotation rather than orientation. It's easier and enough
8694         for our needs.
8695
8696 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8697
8698         * shell/ev-page-cache.c: (build_height_to_page),
8699         (ev_page_cache_new), (ev_page_cache_get_size),
8700         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8701         (ev_page_cache_get_height_to_page):
8702         * shell/ev-page-cache.h:
8703         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8704         (ev_view_size_request_continuous_dual_page),
8705         (ev_view_size_request_continuous),
8706         (ev_view_zoom_for_size_continuous_and_dual_page),
8707         (ev_view_zoom_for_size_continuous):
8708
8709         Make the page cache aware of page orientation.
8710
8711 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8712
8713         * backend/ev-document-thumbnails.c:
8714         (ev_document_thumbnails_get_thumbnail):
8715         * backend/ev-document-thumbnails.h:
8716         * backend/ev-document.c:
8717         * backend/ev-document.h:
8718         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8719         * backend/ev-ps-exporter.h:
8720         * pdf/ev-poppler.cc:
8721         * ps/ps-document.c: (ps_document_document_iface_init),
8722         (ps_document_ps_export_do_page):
8723         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8724         * shell/ev-jobs.h:
8725         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8726         (ev_page_cache_get):
8727         * shell/ev-page-cache.h:
8728         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8729         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8730         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8731         * shell/ev-pixbuf-cache.h:
8732         * shell/ev-print-job.c: (idle_print_handler):
8733         * shell/ev-sidebar-thumbnails.c: (add_range):
8734         * shell/ev-view.c: (view_update_range_and_current_page),
8735         (get_page_extents), (ev_view_size_request_dual_page),
8736         (ev_view_size_request_single_page), (draw_one_page),
8737         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8738         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8739         (ev_view_zoom_for_size_dual_page),
8740         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8741         (ev_view_select_all):
8742         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8743         * tiff/tiff-document.c: (tiff_document_get_page_size),
8744         (tiff_document_get_orientation), (rotate_pixbuf),
8745         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8746         (tiff_document_thumbnails_get_thumbnail),
8747         (tiff_document_ps_export_do_page), (tiff_document_init):
8748
8749         Really make use of the orientation bit of the render context.
8750         Use the render context in a few more places in the backend API.
8751         This regress orientation, but now it's done right. Will try to
8752         fix it up asap...
8753
8754 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8755
8756         * shell/ev-view.c: (ensure_rectangle_is_visible):
8757
8758         Patch by Nickolay V. Shmyrev to fix find flickering
8759
8760 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8761
8762         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8763         duplex parameters to ::begin.
8764
8765         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8766         * shell/ev-print-job.c (idle_print_handler): 
8767         * ps/ps-document.c (ps_document_ps_export_begin): 
8768         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8769         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8770         implementations. Poppler backend needs poppler cvs. Rest has
8771         unchanged behavior.
8772
8773 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8774
8775         * shell/ev-window.c (using_pdf_printer): new function.
8776         (ev_window_print_range): print a less techy message if someone
8777         tries to print to PDF.
8778
8779 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8780
8781         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8782         from "unknown font" string. Bug #311431
8783
8784 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8785
8786         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8787
8788 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8789
8790         Bug #311280
8791         
8792         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8793         name for PopplerFontTypes
8794         (pdf_document_fonts_fill_model): add font type to the detail column
8795
8796         * backend/ev-document-fonts.h: added
8797         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8798
8799         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8800         font name and font details, add a little markup.
8801         (ev_properties_fonts_init): use the new cell data func, specify ypad
8802         property for the cell renderer.
8803         (ev_properties_fonts_set_document): add the details column.
8804
8805 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8806
8807         * configure.ac: Added "pl" to ALL_LINGUAS.
8808
8809 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8810
8811         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8812
8813 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8814
8815         * help/ChangeLog: Started this for translations of manual.
8816         * configure.ac, autogen.sh, .cvsignore: Migrated to
8817         gnome-doc-utils. Patch in bug #311222.
8818
8819 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8820
8821         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8822         #ifdef this away to fix an unused-function warning.
8823
8824 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8825
8826         * configure.ac: Added 'gl' to ALL_LINGUAS.
8827
8828 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8829
8830         * configure.ac: Added ne in ALL_LINGUAS
8831         
8832 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8833
8834         * shell/ev-view.c: (ev_view_leave_notify_event):
8835         
8836         Clear status message when pointer leaves view. Fix for bug
8837         #310818 
8838
8839 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8840
8841         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8842
8843 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8844
8845         * shell/ev-view.c: (ev_view_leave_notify_event),
8846         (ev_view_class_init):
8847         
8848         Set cursor to normal then leaving view.
8849
8850 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8851
8852         * configure.ac:
8853         
8854         Fix required djvulibre version.
8855
8856 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8857
8858         *configure.ac: Hindi (hi) language added
8859
8860 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8861
8862         *configure.ac: Punjabi (pa) Language added
8863
8864 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8865
8866         * data/evince-ui.xml, shell/ev-window.c:
8867         
8868         Add keypad accelerators for zooming. Fix for bug 308128.
8869
8870 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8871
8872         * Makefile.am:
8873         * backend/Makefile.am:
8874         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8875         * configure.ac:
8876         * shell/ev-document-types.c: (ev_document_types_add_filters):
8877
8878         Allow to enable/disable the pixbuf backend.
8879         Default to off for now. If we want it enabled we should
8880         really put mime types in the desktop, implement properties etc.
8881
8882         * properties/evince-properties.c:
8883
8884         Initialize error to NULL.
8885         Check error is not NULL before freeing.
8886
8887 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8888
8889         * shell/ev-window.c:
8890
8891         Use F5 as presentation accell
8892
8893 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8894
8895         * shell/ev-window.c: (update_chrome_visibility),
8896         (ev_window_create_fullscreen_popup), (ev_window_init):
8897
8898         Do not leak the fullscreen toolbar
8899
8900 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8901
8902         * shell/ev-window.c: (view_actions_focus_in_cb),
8903         (view_actions_focus_out_cb):
8904
8905         These has a return value! Fix totally random focus
8906         issues we was seeing.
8907
8908 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8909
8910         * shell/main.c: (load_files_remote):
8911
8912         Allow open more than one file
8913
8914 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8915
8916         * shell/main.c: (load_files_remote):
8917
8918         Fix for dbus 0.33. bug #309975
8919
8920 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8921
8922         * properties/ev-properties-main.c: (ev_properties_get_pages):
8923
8924         Actually return NULL for types we dont support
8925
8926 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8927
8928         * po/POTFILES.in:
8929
8930         Remove empty lines.
8931
8932 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8933
8934         * backend/ev-document-factory.c:
8935         (ev_document_factory_get_document):
8936
8937         Do not try to create the object if type
8938         is invalid.
8939
8940 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8941
8942         * ps/ps-document.c: (ps_document_dispose),
8943         (ps_async_renderer_render_pixbuf):
8944         * ps/ps-document.h:
8945
8946         Do not leak the target window
8947
8948 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8949
8950         * shell/ev-application.c: (ev_application_init):
8951
8952         Let tbe check file existence for us.
8953         Add a comment about eggrecent mime filter.
8954
8955 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8956
8957         * data/evince-ui.xml:
8958         * shell/ev-application.c: (ev_application_shutdown),
8959         (ev_application_init), (ev_application_get_toolbars_model),
8960         (ev_application_get_recent_model),
8961         (ev_application_save_toolbars_model):
8962         * shell/ev-application.h:
8963         * shell/ev-window.c: (ev_window_add_recent),
8964         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8965         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8966         (ev_window_init):
8967
8968         Use common toolbar and recent models for all windows.
8969         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8970
8971 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8972
8973         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8974         successfully check for gtk_icon_view_get_visible_range.
8975
8976 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8977
8978         * djvu/Makefile.am:
8979         * dvi/Makefile.am:
8980         
8981         Fix djvu and dvi backend build.
8982
8983 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8984
8985         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8986         (new_separator_pixbuf):
8987
8988         Don't leak windows.
8989
8990 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8991
8992         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8993
8994         HIGification of toolbar editor dialogue.
8995
8996 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8997
8998         * configure.ac:
8999         * shell/Makefile.am:
9000
9001         Ever build metadata manager since it's just
9002         disabled at runtime now.
9003
9004 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9005
9006         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9007         (ev_metadata_manager_get), (ev_metadata_manager_set):
9008         * shell/ev-metadata-manager.h:
9009
9010         Add an _init functions that enabled metadata management
9011         at runtime.
9012
9013         * shell/ev-window.c: (page_changed_cb),
9014         (setup_document_from_metadata), (ev_window_setup_document),
9015         (setup_view_from_metadata), (ev_window_open_uri),
9016         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9017         (ev_window_run_presentation), (ev_window_stop_presentation),
9018         (save_sizing_mode), (ev_window_zoom_changed_cb),
9019         (ev_window_continuous_changed_cb),
9020         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9021         (window_configure_event_cb):
9022
9023         Remove all ugly metadata define since we deal with it
9024         at runtime now.
9025
9026         * shell/main.c: (load_files_remote), (main):
9027
9028         Add support for dbus cvs head. Hopefully didnt break one
9029         of the other versions now!
9030
9031         If we dont get a response from the dbus server just
9032         give up with it and not enable metadata.
9033
9034 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9035
9036         * Makefile.am:
9037         * backend/Makefile.am:
9038         * configure.ac:
9039         * cut-n-paste/recent-files/Makefile.am:
9040         * cut-n-paste/toolbar-editor/Makefile.am:
9041         * cut-n-paste/zoom-control/Makefile.am:
9042         * lib/Makefile.am:
9043         * pdf/Makefile.am:
9044         * pixbuf/Makefile.am:
9045         * properties/Makefile.am:
9046         * ps/Makefile.am:
9047         * shell/Makefile.am:
9048         * thumbnailer/Makefile.am:
9049         * tiff/Makefile.am:
9050
9051         Make frontends depend on just libev.
9052         Rework and group CFLAGS/LIBS definitions.
9053         Cleanups.
9054
9055 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9056
9057         * shell/ev-window:
9058
9059         do not unnecessarily save zoom
9060
9061         * configure.ac:
9062         * lib/ev-file-helpers.c: (ev_dot_dir):
9063         * shell/Makefile.am:
9064         * shell/dummy.cc:
9065
9066         Some cleanups
9067
9068 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9069
9070         * configure.ac:
9071         
9072         Remove unnecessary dependencies
9073
9074 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9075
9076         * properties/Makefile.am:
9077         * thumbnailer/Makefile.am:
9078         * tiff/Makefile.am:
9079
9080         Some more cleanups. Was really necessary
9081         but I probably introduced bugs, feel free
9082         to flame :)
9083
9084 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9085
9086         * backend/Makefile.am:
9087         * configure.ac:
9088         * cut-n-paste/recent-files/Makefile.am:
9089         * cut-n-paste/toolbar-editor/Makefile.am:
9090         * cut-n-paste/zoom-control/Makefile.am:
9091         * lib/Makefile.am:
9092         * pdf/Makefile.am:
9093         * pixbuf/Makefile.am:
9094         * properties/Makefile.am:
9095         * ps/Makefile.am:
9096         * shell/Makefile.am:
9097         * thumbnailer/Makefile.am:
9098         * tiff/Makefile.am:
9099
9100         Use gnome-common macros when possible.
9101         Cleanup dependencies.
9102         Actually disable deprecated where possible.
9103
9104 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9105
9106         * Makefile.am:
9107         * backend/Makefile.am:
9108         * properties/Makefile.am:
9109         * shell/Makefile.am:
9110         * thumbnailer/Makefile.am:
9111
9112         This should solve the circular dep without
9113         requiring dir reorg!
9114
9115         * shell/ev-window.c: (setup_view_from_metadata):
9116
9117         Never restore window size/position when the
9118         window is already visible.
9119
9120 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9121
9122         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9123
9124         Return a boolean from timeout func. Fix ported from gedit.
9125
9126 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9127
9128         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9129
9130 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9131
9132         * shell/ev-document-types.c: set "All Documents" as default filter in
9133         open dialog
9134
9135 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9136
9137         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9138         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9139         (ev_metadata_manager_set_boolean): fix value/val thinko.
9140
9141 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9142
9143         * shell/ev-window.c: (setup_view_from_metadata),
9144         (window_state_event_cb), (window_configure_event_cb),
9145         (ev_window_init):
9146
9147         Remember window position and maximized state
9148
9149 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9150
9151         * configure.ac:
9152
9153         Fix DBUS configure checks.
9154
9155         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9156         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9157         (ev_metadata_manager_set_boolean):
9158
9159         Plug mem leaks.
9160
9161         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9162         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9163         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9164         (ev_window_continuous_changed_cb),
9165         (ev_window_dual_mode_changed_cb), (ev_window_new):
9166
9167         Fix the build without DBUS.
9168
9169 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9170
9171         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9172         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9173         (ev_metadata_manager_set_string),
9174         (ev_metadata_manager_set_boolean):
9175         * shell/ev-metadata-manager.h:
9176
9177         Add support for some more types
9178
9179         * shell/ev-view.c: (scroll_to_current_page),
9180         (ev_view_get_continuous), (ev_view_set_continuous),
9181         (ev_view_get_dual_page):
9182         * shell/ev-view.h:
9183         * shell/ev-window.c: (page_changed_cb),
9184         (setup_document_from_metadata), (ev_window_setup_document),
9185         (setup_view_from_metadata), (ev_window_open_uri),
9186         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9187         (ev_window_run_presentation), (ev_window_stop_presentation),
9188         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9189         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9190         (ev_window_update_dual_page_action),
9191         (ev_window_continuous_changed_cb),
9192         (ev_window_dual_mode_changed_cb), (ev_window_init):
9193
9194         Remember a bunch of view/document properties. Prolly some
9195         are still missing but it's getting interesting.
9196
9197 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9198
9199         * configure.ac: check if dbus-binding-tool is installed. Not the
9200         case on current Ubuntu breezy, it seems.
9201
9202 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9203
9204         * data/evince.desktop.in.in:
9205         
9206         Allow open uri lists and add TryExec field.
9207
9208 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9209
9210         * configure.ac:
9211
9212         Enable dbus when available, do not require a configure
9213         option.
9214
9215 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9216
9217         * configure.ac:
9218
9219         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9220         disabled.
9221
9222 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9223         Marco Pesenti Gritti  <mpg@redhat.com>
9224
9225         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9226         
9227         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9228         functions to the format required by dbus
9229
9230         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9231         errors. Use the RPC parameters in the expected way
9232
9233 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9234
9235         * Makefile.am:
9236         * properties/Makefile.am:
9237         * properties/ev-properties-main.c: (ev_properties_get_pages):
9238
9239         Support all mime types
9240
9241         * shell/Makefile.am:
9242         * thumbnailer/Makefile.am:
9243         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9244         (evince_thumbnail_pngenc_get):
9245
9246         Use the document factory
9247
9248 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9249
9250         * backend/Makefile.am:
9251         * backend/ev-document-factory.c:
9252         (mime_type_supported_by_gdk_pixbuf),
9253         (ev_document_type_get_from_mime),
9254         (ev_document_factory_get_document),
9255         (ev_document_factory_get_backend),
9256         (ev_document_factory_get_mime_types),
9257         (ev_document_factory_get_all_mime_types):
9258         * backend/ev-document-factory.h:
9259         * shell/Makefile.am:
9260         * shell/ev-document-types.c: (get_document_from_uri),
9261         (ev_document_types_get_document),
9262         (file_filter_add_mime_list_and_free),
9263         (ev_document_types_add_filters):
9264         * shell/ev-document-types.h:
9265         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9266         * shell/ev-properties-dialog.c:
9267         (ev_properties_dialog_set_document):
9268         * shell/ev-window.c: (ev_window_cmd_file_open),
9269         (ev_window_cmd_save_as):
9270         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9271
9272         Rework document types managing to avoid code duplication
9273         and actually abstract from backend implementations.
9274         Also provide a minimal factory api that can be used by
9275         thumbnailer/properties.
9276
9277 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9278
9279         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9280         Plug a mem leak.
9281         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9282         HIG spacings.
9283
9284 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9285
9286         * shell/ev-properties-dialog.c
9287         (ev_properties_dialog_set_document): only call
9288         ev_properties_fonts_set_document() if the document implements the
9289         fonts interface
9290
9291 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9292
9293         * configure.ac:
9294         * properties/Makefile.am:
9295         * properties/ev-properties-view.c:
9296         (ev_properties_view_register_type):
9297         * properties/ev-properties-view.h:
9298         * properties/ev-properties-main.h:
9299
9300         Implement nautilus plugin for properties.
9301         Works only for pdf atm, I need to rework the
9302         document types stuff to get this to work
9303         for all backends...
9304
9305 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9306
9307         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9308         (ev_properties_fonts_set_document): use
9309         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9310
9311 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9312
9313         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9314         them
9315         (PlaceImage, tiff2ps_process_page): use
9316         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9317
9318
9319 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9320
9321         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9322         (main): to call gnome_authentication_manager_init. Should fix
9323         Bug #308510
9324
9325         * configure.ac: that requires libgnomeui 2.6.0.
9326
9327 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9328
9329         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9330         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9331         use the new tiff2ps interfaces
9332
9333         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9334         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9335
9336         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9337         structure instead of global variables.  Remove use of static
9338         variables in functions.
9339
9340 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9341
9342         * shell/ev-page-action.c: unref the completion after setting it to the
9343         entry
9344
9345 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9346
9347         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9348         postscript files
9349
9350 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9351
9352         * shell/ev-window.c (update_action_sensitivity): disable
9353         File->Print if the document does not implement the ps exporter
9354         interface
9355
9356 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9357
9358         * Makefile.am:
9359         * configure.ac:
9360         * data/evince-properties.glade:
9361         * properties/.cvsignore:
9362         * properties/Makefile.am:
9363         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9364         (ev_properties_view_class_init), (ev_properties_view_format_date),
9365         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9366         (ev_properties_view_init), (ev_properties_view_new):
9367         * properties/ev-properties-view.h:
9368         * shell/Makefile.am:
9369         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9370         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9371         (ev_properties_dialog_new):
9372         * shell/ev-properties-dialog.h:
9373         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9374         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9375         (update_progress_label), (job_fonts_finished_cb),
9376         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9377         * shell/ev-properties-fonts.h:
9378         * shell/ev-properties.c:
9379         * shell/ev-properties.h:
9380         * shell/ev-window.c: (ev_window_setup_document),
9381         (ev_window_cmd_file_properties):
9382
9383         Split the properties pages in two different objects, depend
9384         only on the backend where possible, use widgets instead
9385         of gobject for the glade part, reimplement the dialog
9386         itself with gtk.
9387         I need this to implement nautilus properties page.
9388
9389 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9390
9391         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9392         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9393         (tiff_document_document_ps_exporter_iface_init): implement the ps
9394         exporter interface for tiff documents
9395
9396         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9397         libtiff to implement TIFF postscript export
9398
9399         * tiff/tiff2ps.h: added a header file for external tiff2ps
9400         functions.
9401
9402         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9403         tiff2ps.h
9404
9405 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9406
9407         * shell/ev-view.c: (scroll_to_current_page),
9408         (ev_view_set_fullscreen), (ev_view_set_presentation):
9409         
9410         Scroll to current page when exit from presentation
9411
9412 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9413
9414         * shell/ev-window.c: (update_document_mode),
9415         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9416         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9417         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9418         
9419         Exit from fullscreen mode when switch to presentation. Fix for
9420         bug 309365
9421
9422 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9423
9424         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9425         return NULL if the document does not implement the selection
9426         interface.
9427
9428 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9429
9430         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9431         reported height by using the resolution aspect ratio
9432         (tiff_document_render_pixbuf): scale the pixbuf using the
9433         resolution aspect ratio
9434
9435 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9436
9437         * configure.ac:
9438         
9439         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9440         <kiltedaco@gmail.com>
9441         
9442         * djvu/djvu-document.c: (djvu_document_get_orientation),
9443         (djvu_document_set_orientation), (djvu_document_get_page_size),
9444         (rotate_pixbuf), (djvu_document_render_pixbuf),
9445         (djvu_document_document_iface_init):
9446         * dvi/dvi-document.c: (dvi_document_get_orientation),
9447         (dvi_document_set_orientation), (dvi_document_get_page_size),
9448         (rotate_pixbuf), (dvi_document_render_pixbuf),
9449         (dvi_document_document_iface_init):
9450         
9451         Dvi and djvu backends are ported to new API
9452
9453 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9454
9455         * backend/ev-selection.c: (ev_selection_get_selection_region),
9456         (ev_selection_get_selection_map):
9457         * backend/ev-selection.h:
9458         * pdf/ev-poppler.cc:
9459         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9460         * shell/ev-jobs.h:
9461         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9462         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9463         (ev_pixbuf_cache_get_text_mapping):
9464         * shell/ev-pixbuf-cache.h:
9465         * shell/ev-view.c: (location_in_text),
9466         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9467         support to EvView.  Now we can see where we can select!  Sweet!
9468
9469 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9470
9471         * shell/ev-view.c (ev_view_button_press_event): Fix
9472         event->y + view->scroll_x typo.
9473
9474 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9475
9476         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9477         sub-GdkPixbuf instead of passing dest_x and dest_y.
9478         
9479         * shell/ev-view.c: (view_point_to_doc_point),
9480         (view_rect_to_doc_rect), (ev_view_button_press_event),
9481         (ev_view_motion_notify_event), (compute_new_selection_rect),
9482         (gdk_rectangle_point_in), (compute_new_selection_text),
9483         (compute_selections): Update selection code to keep the selection
9484         around as two points and not as a normalized rectangle, and fix
9485         page level selection in two-column mode.
9486
9487 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9488
9489         * shell/ev-window.c: (window_configure_event_cb): 
9490         
9491         Fix compilation
9492         
9493 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9494
9495         * pdf/ev-poppler.cc:
9496
9497         Fix compilation
9498
9499 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9500
9501         * shell/Makefile.am:
9502         * shell/ev-metadata-manager.c: (item_free),
9503         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9504         (parse_value), (parseItem), (load_values),
9505         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9506         (save_values), (save_item), (get_oldest), (resize_items),
9507         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9508         * shell/ev-metadata-manager.h:
9509
9510         Metadata manager from gedit but modified to use GValue, so that
9511         we dont need to keep converting from strings.
9512
9513         * configure.ac:
9514
9515         ENABLE_METADATA conditional, on when dbus is on
9516
9517         * shell/ev-application.c: (ev_application_open_uri):
9518
9519         Show the window after load so that we can initialize
9520         window size before it's showed.
9521
9522         * shell/ev-window.c: (ev_window_setup_from_metadata),
9523         (ev_window_open_uri), (window_configure_event_cb),
9524         (ev_window_init):
9525
9526         Save and load metadata information about window size.
9527         Not yet keeping states in account.
9528
9529         * shell/main.c: (main):
9530
9531         Shutdown metadata manager.
9532
9533 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9534
9535         * shell/ev-application-service.xml:
9536         * configure.ac:
9537         * shell/Makefile.am:
9538         * shell/ev-application.c:
9539         * shell/ev-application.h:
9540         * shell/ev-window.c:
9541         * shell/ev-window.h:
9542         * shell/main.c:
9543
9544         Add an optional dbus interface (--enable-dbus).
9545         Rework application code, mainly to be easier to
9546         use "remotely".
9547         Do not open multiple windows with the same document,
9548         spatial evince!
9549
9550 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9551
9552         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9553         pixbuf iff it exists.
9554
9555 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9556
9557         * shell/*:
9558         * backend/ev-render-context.[ch]:
9559         * backend/ev-selection.[ch]:
9560
9561         Massive changes.  We now support text selection of pdfs, and not
9562         just rectangular selection.  This is pretty broken still, but I
9563         want to get something into CVS.
9564
9565 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9566
9567         * pdf/ev-poppler.cc:
9568         
9569         Fix for Bug 309080: crash on window close.
9570         
9571         * shell/ev-page-action.c: (page_changed_cb):
9572         
9573         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9574         jensgr@gmx.net (Jens Granseuer).
9575
9576 2005-06-25  Marcel Telka  <marcel@telka.sk>
9577
9578         * configure.in (ALL_LINGUAS): Added sk.
9579
9580 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9581
9582         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9583         not a document open
9584
9585 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9586
9587         * NEWS:
9588         * configure.ac:
9589
9590         Release 0.3.2
9591
9592         * cut-n-paste/recent-files/Makefile.am:
9593
9594         Fix make distcheck
9595
9596 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9597
9598         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9599         (pixbuf_document_set_orientation), (rotate_pixbuf),
9600         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9601         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9602
9603         Implement rotation and cleanup the code a bit.
9604
9605         * tiff/tiff-document.c: (tiff_document_get_page_size),
9606         (tiff_document_get_orientation), (tiff_document_set_orientation),
9607         (rotate_pixbuf), (tiff_document_render_pixbuf),
9608         (tiff_document_document_iface_init), (tiff_document_init):
9609
9610         Implement rotation. Was the quicker solution for the release
9611         but we really need to share this code in the shell.
9612
9613 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9614
9615         * pdf/ev-poppler.cc:
9616
9617         Enable rotation, require poppler cvs. Fix a leak.
9618
9619 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9620
9621         * shell/ev-window.c: (update_action_sensitivity):
9622         
9623         Make properties unsensitive if document backend doesn't provide
9624         any info
9625
9626 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9627
9628         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9629         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9630         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9631         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9632         (bitmap_flip_rotate_counter_clockwise):
9633         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9634         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9635         (buff_gets):
9636         * dvi/mdvi-lib/common.h:
9637         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9638         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9639         (opendvi), (mdvi_reload), (mdvi_init_context),
9640         (mdvi_destroy_context), (mdvi_dopage), (special):
9641         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9642         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9643         (file_hash_free), (register_encoding), (parse_spec),
9644         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9645         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9646         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9647         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9648         (mdvi_register_font_type), (mdvi_unregister_font_type),
9649         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9650         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9651         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9652         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9653         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9654         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9655         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9656         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9657         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9658         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9659         (mdvi_unregister_special), (mdvi_flush_specials):
9660         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9661         (t1_font_remove):
9662         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9663         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9664         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9665         (free_font_metrics), (flush_font_metrics):
9666         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9667         (tt_font_remove):
9668         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9669         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9670         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9671         (dstring_insert), (dstring_new), (dstring_reset):
9672         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9673         
9674         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9675         avoid conflict with libtool on FC4
9676         
9677         * shell/ev-window.c: (ev_window_cmd_help_about):
9678         
9679         Update copyright year. Fix for bug 308828.
9680
9681 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9682
9683         * shell/ev-view.c: (add_scroll_binding_keypad),
9684         (ev_view_binding_activated), (ev_view_class_init),
9685         (on_adjustment_value_changed):
9686         
9687         Bug 170874: Arrow keys switch pages in presentation mode
9688
9689 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9690
9691         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9692         
9693         Fix for Bug 308265: Sidebar dissappears coming out of 
9694         Presentation mode
9695
9696 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9697
9698         * shell/ev-application.c: (ev_application_open):
9699         * shell/ev-document-types.c: (ev_document_types_add_filters),
9700         (ev_document_types_add_filters_for_type):
9701         * shell/ev-document-types.h:
9702         * shell/ev-window.c: (ev_window_cmd_save_as):
9703         
9704         Suggest basename as template when saving, provide filters
9705         for save dialog. It's bug 308402
9706
9707 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9708
9709         * pdf/ev-poppler.cc:
9710         * shell/ev-sidebar-links.c: (job_finished_callback):
9711         * shell/ev-view.c: (update_find_status_message):
9712         
9713         Some leaks fixed
9714
9715 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9716
9717         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9718         (egg_recent_view_uimanager_set_list):
9719
9720         Fix buglet in !show_numbers case.
9721
9722 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9723
9724         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9725         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9726
9727         Use pango ellipsisation.
9728
9729         * pdf/ev-poppler.cc:
9730
9731         Fix refcount leak, from nsh.
9732
9733 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9734
9735         * cut-n-paste/recent-files/Makefile.am:
9736         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9737         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9738         
9739         Removed EggRecentViewGtk
9740         
9741         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9742         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9743         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9744         (ev_window_setup_recent):
9745         
9746         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9747         with other projects
9748
9749 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9750
9751         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9752         (egg_recent_view_gtk_finalize):
9753
9754         Fix memory leak
9755
9756         * cut-n-paste/toolbar-editor/Makefile.am:
9757         
9758         Fix location of cursor icon.
9759         
9760         * pdf/ev-poppler.cc:
9761         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9762         (display_completion_text), (match_completion):
9763         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9764         (selection_changed_callback), (create_loading_model),
9765         (print_section_cb), (links_page_num_func),
9766         (update_page_callback_foreach):
9767         * shell/ev-window.c: (ev_window_dispose):
9768         
9769         Small memory fixes. Links model now store objects instead
9770         of pointers to improve memory management. 
9771
9772 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9773
9774         * shell/ev-window.c: (zoom_control_changed_cb):
9775         
9776         Fix update of zoom control (bug 308268).
9777
9778 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9779
9780         * shell/ev-properties.c (set_property): escape the text correctly.
9781         Handles non-UTF-8 properties and escaped properties.  Also, sets
9782         the text to "<i>None</i>" if the property isn't set.
9783
9784         * data/evince-properties.glade: Change the label to be ellipsized,
9785         and give it a minimum size.
9786
9787 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9788
9789         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9790         * shell/ev-sidebar-links.c: (create_loading_model):
9791         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9792         * shell/ev-view.c: (ev_view_set_document):
9793         * shell/ev-window.c: (ev_window_dispose):
9794         
9795         Various small fixes, mostly memory leaks. Thanks to valgrind.
9796
9797 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9798
9799         * ps/ps-document.c: remove the locale.h include again ;-). And
9800         kill the (bogus) setlocale/savelocale business.
9801
9802 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9803
9804         * ps/ps-document.c:
9805         
9806         Include locale.h to fix build
9807         
9808         * shell/ev-sidebar.c:
9809         
9810         Remove unnecessary includes
9811
9812 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9813
9814         * dvi/dvi-document.c: (dvi_document_load):
9815         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9816         * po/POTFILES.in:
9817         
9818         Check for incorrect dvi files. Fix parsing dvi on AMD64
9819         platform. Thanks to tester@tester.ca (Olivier Crete).
9820
9821 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9822
9823         * shell/ev-page-action.c: (match_selected_cb),
9824         (display_completion_text), (match_completion), (update_model):
9825         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9826         (expand_open_links):
9827         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9828         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9829         (ev_sidebar_set_document):
9830         * shell/ev-window.c: (ev_window_xfer_job_cb),
9831         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9832         
9833         Fixed lot's of memory leaks, for example, memory leak on reload, 
9834         described in bug 307793.
9835
9836 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9837
9838         * pdf/ev-poppler.cc:
9839         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9840         (update_visible_range), (adjustment_changed_cb),
9841         (ev_sidebar_thumbnails_fill_model),
9842         (ev_sidebar_thumbnails_refresh),
9843         (ev_sidebar_tree_selection_changed),
9844         (ev_sidebar_icon_selection_changed),
9845         (ev_sidebar_thumbnails_use_icon_view),
9846         (ev_sidebar_thumbnails_set_document):
9847         * shell/ev-sidebar-thumbnails.h:
9848         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9849         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9850
9851         Refresh thumbnails when changing orientation. Not fully
9852         working yet becuase of a sidebar bug.
9853
9854         Set page orientation to poppler page everywhere. This sucks
9855         really need to fix poppler.
9856
9857 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9858
9859         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9860         (egg_recent_view_gtk_new_menu_item),
9861         (egg_recent_view_gtk_set_property),
9862         (egg_recent_view_gtk_get_property),
9863         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9864         (egg_recent_view_gtk_set_tooltip_func),
9865         (egg_recent_view_gtk_set_label_width),
9866         (egg_recent_view_gtk_get_label_width):
9867         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9868
9869         Sync with libegg (ellipsize labels)
9870
9871 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9872
9873         * data/evince-ui.xml:
9874         * shell/ev-window.c: (ev_window_cmd_go_forward),
9875         (ev_window_cmd_go_backward):
9876         
9877         Shift + PageUp moves 10 Pages. Fix for 306125
9878
9879 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9880
9881         * pdf/ev-poppler.cc:
9882
9883         Add a flag to check if orientation has been overriden
9884
9885 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9886
9887         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9888         field if necessary.
9889
9890         * ps/ps.h: add creator field to document.
9891
9892         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9893         set creator field.
9894
9895 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9896
9897         * data/evince-properties.glade:
9898         * shell/ev-properties.c: (ev_properties_set_document):
9899
9900         s/PDF Version/Format
9901
9902 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9903
9904         * shell/ev-properties.c: (ev_properties_set_document):
9905
9906         Remove unnecessary translations
9907
9908 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9909
9910         * cut-n-paste/toolbar-editor/Makefile.am:
9911
9912         Correct library name    
9913
9914 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9915
9916         * configure.ac:
9917         * cut-n-paste/recent-files/egg-recent-model.c:
9918         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9919         (egg_recent_model_unlock_file):
9920         * cut-n-paste/recent-files/egg-recent-util.c:
9921         (egg_recent_util_get_unique_id):
9922         * cut-n-paste/recent-files/update-from-egg.sh:
9923         * cut-n-paste/toolbar-editor/Makefile.am:
9924         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9925         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9926         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9927         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9928         (egg_toolbars_model_get_type):
9929         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9930
9931         Better makefile for toolbar editor and update everything
9932         to latest libegg.
9933
9934 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9935
9936         * shell/ev-window.c: (update_document_mode):
9937
9938         Prefer presentation mode when the document
9939         require fullscreen.
9940
9941 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9942
9943         * data/evince-ui.xml:
9944         * shell/ev-window.c:
9945
9946         Add control-equal for zooming
9947
9948 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9949
9950         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9951
9952 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9953
9954         * backend/ev-document.c: (ev_document_get_orientation):
9955         * backend/ev-document.h:
9956         * pdf/ev-poppler.cc:
9957         * ps/ps-document.c: (ps_document_get_orientation),
9958         (ps_document_set_orientation), (ps_document_document_iface_init):
9959
9960         Add a get_orientation api. Improve set_orientation.
9961
9962         * data/evince-ui.xml:
9963         * shell/ev-view.c: (ev_view_set_orientation),
9964         (ev_view_rotate_right), (ev_view_rotate_left):
9965         * shell/ev-view.h:
9966         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9967         (ev_window_cmd_edit_rotate_right):
9968
9969         Better ui for changing document orientation
9970
9971 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9972
9973         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9974         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9975         * shell/ev-sidebar-links.h:
9976         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9977         (ev_sidebar_page_iface_init):
9978         * shell/ev-sidebar-page.h:
9979         * shell/ev-sidebar-thumbnails.c:
9980         (ev_sidebar_thumbnails_get_property),
9981         (ev_sidebar_thumbnails_class_init),
9982         (ev_sidebar_thumbnails_set_document):
9983         * shell/ev-sidebar-thumbnails.h:
9984         * shell/ev-view.c: (ev_view_motion_notify_event):
9985         * shell/ev-window.c: (update_chrome_visibility),
9986         (ev_window_cmd_focus_page_selector),
9987         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9988         (sidebar_page_main_widget_update_cb), (ev_window_init):
9989         
9990         Autoraise toolbar on GoToPage binding and fix bindings in
9991         EvSidebarThumbnails page.
9992
9993 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9994
9995         * shell/ev-properties.c: (update_progress_label):
9996
9997         Hide the progress label when finished; bug #307697.
9998
9999 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10000
10001         * pdf/ev-poppler.cc:
10002
10003         Enable is_open for links, you will need poppler cvs
10004
10005         * shell/ev-properties.c: (job_fonts_finished_cb):
10006
10007         Get a lock on the document when filling the tree view
10008
10009 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10010
10011         * backend/ev-document-links.h:
10012         * pdf/ev-poppler.cc:
10013         * shell/ev-sidebar-links.c: (create_loading_model),
10014         (expand_open_links), (job_finished_callback):
10015
10016         Expand links when specified by the document.
10017         Depend on a poppler api (defined out for now)
10018
10019 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10020
10021         * shell/ev-properties.c: (ev_properties_dispose),
10022         (ev_properties_class_init), (dialog_destroy_cb),
10023         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10024         (ev_properties_set_document), (ev_properties_new),
10025         (ev_properties_show):
10026         * shell/ev-properties.h:
10027
10028         Make it an object, cleanup the code, api to show it as transient
10029         and to set the document.
10030
10031         * shell/ev-window.c: (ev_window_setup_document),
10032         (ev_window_cmd_file_properties):
10033
10034         Adapt to EvProperties changes, do not show multiple
10035         times, update it when document changes.
10036
10037 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10038
10039         * ps/gstypes.h:
10040         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10041         (ps_document_set_orientation), (ps_document_document_iface_init):
10042         * ps/ps-document.h:
10043
10044         Implement orientation here too
10045
10046         * shell/ev-properties.c: (ev_properties_new):
10047         * data/evince-properties.glade:
10048
10049         Hide the fonts page for backends that doesnt
10050         support it.     
10051
10052 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10053
10054         * backend/ev-document.c: (ev_document_set_orientation):
10055         * backend/ev-document.h:
10056         * pdf/ev-poppler.cc:
10057
10058         Add orientation api. Currently poppler api is not optimal,
10059         we need to set orientation every time we _get a page.
10060         I will try to fix that at some point.
10061
10062         * data/evince-ui.xml:
10063         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10064         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10065
10066         Add orientation menu items
10067
10068         * shell/ev-page-cache.c: (ev_page_cache_clear):
10069         * shell/ev-page-cache.h:
10070
10071         Add api to clear the cache
10072
10073         * shell/ev-view.c: (setup_caches), (clear_caches),
10074         (ev_view_set_document), (ev_view_zoom_out),
10075         (ev_view_set_orientation):
10076         * shell/ev-view.h:
10077
10078         Implement orientation changing
10079
10080 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10081
10082         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10083         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10084         * backend/ev-document-fonts.h:
10085
10086         Separate scan and fill so that we can incrementally fill from
10087         the main thread. Add a progress api.
10088
10089         * data/evince-properties.glade:
10090         * pdf/ev-poppler.cc:
10091         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10092         * shell/ev-jobs.h:
10093         * shell/ev-properties.c: (update_progress_label),
10094         (job_fonts_finished_cb), (setup_fonts_view):
10095
10096         Incrementally feel the list and show the progress
10097         percentage in a label like acrobat does.
10098
10099         You are going to need poppler cvs
10100
10101 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10102
10103         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10104         * backend/ev-document-fonts.h:
10105         * pdf/ev-poppler.cc:
10106
10107         Make fonts model fill incrementally.
10108
10109         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10110         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10111         (ev_job_queue_remove_job):
10112         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10113         (ev_job_fonts_new), (ev_job_fonts_run):
10114         * shell/ev-jobs.h:
10115
10116         New job for fonts scanning
10117
10118         * shell/ev-properties.c: (job_fonts_finished_cb),
10119         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10120         * shell/ev-properties.h:
10121         * shell/ev-window.c: (ev_window_cmd_file_properties):
10122
10123         Incrementally feel the treeview using the new job. Show Loading...
10124         message until scanning is completed.
10125
10126         Hopefully I didnt break the build without the poppler patch.
10127
10128 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10129
10130         * shell/ev-application.c: (ev_application_open):
10131         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10132         (ev_document_type_get_type), (ev_document_type_lookup):
10133         * shell/ev-document-types.h:
10134         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10135         * shell/ev-job-xfer.h:
10136         * shell/ev-window.c: (ev_window_clear_local_uri),
10137         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10138         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10139         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10140         
10141         Transfer remote documents to tmp directory to display them later.
10142
10143 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10144
10145         * backend/ev-document-info.h:
10146         * shell/ev-properties.c: (ev_properties_new):
10147
10148         s/GTime*/GTime. Not sure why we was using a pointer
10149         at all there!
10150
10151 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10152
10153         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10154         situations.  That situation is that you're using GTK+-HEAD with
10155         the patch at #306726 is applied, and you have a document with <
10156         1500 pages in it.  It's not quite as uniformly nice as the
10157         TreeView, but should be better in the long run.
10158
10159         I'm pretty sure I guarded against breaking compilation with
10160         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10161         I missed some.
10162
10163         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10164         widget yet, so I commented that code out
10165         enable_view_actions_for_widget() for now.  Need to figure this
10166         out.
10167
10168         * shell/ev-page-action.c (match_selected_cb): emit the right
10169         signals.  Our cool C-l completion now works.
10170
10171 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10172
10173         * backend/Makefile.am:
10174         * backend/ev-document-fonts.c:
10175         * backend/ev-document-links.c:
10176         * backend/ev-document.c: (ev_document_load):
10177         * backend/ev-document.h:
10178         * backend/ev-job-queue.c:
10179         * backend/ev-job-queue.h:
10180         * backend/ev-jobs.c:
10181         * backend/ev-jobs.h:
10182         * backend/ev-page-cache.c:
10183         * backend/ev-page-cache.h:
10184
10185         EvPageCache and EvJobs are moved to shell.
10186
10187         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10188         (ev_tmp_filename):
10189         * lib/ev-file-helpers.h:
10190         
10191         New helper to work with temporary files
10192         
10193         * shell/Makefile.am:
10194         * shell/ev-application.c: (ev_application_open):
10195         * shell/ev-application.h:
10196         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10197         (remove_job_from_async_queue), (add_job_to_async_queue),
10198         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10199         (handle_job), (search_for_jobs_unlocked),
10200         (no_jobs_available_unlocked), (ev_render_thread),
10201         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10202         (ev_job_queue_add_job), (move_job_async), (move_job),
10203         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10204         * shell/ev-job-queue.h:
10205         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10206         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10207         * shell/ev-job-xfer.h:
10208         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10209         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10210         (ev_job_links_class_init), (ev_job_render_init),
10211         (ev_job_render_dispose), (ev_job_render_class_init),
10212         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10213         (ev_job_thumbnail_class_init), (ev_job_load_init),
10214         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10215         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10216         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10217         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10218         * shell/ev-jobs.h:
10219         * shell/ev-page-action.c: (ev_page_action_set_document):
10220         * shell/ev-page-cache.c: (ev_page_cache_init),
10221         (ev_page_cache_class_init), (ev_page_cache_finalize),
10222         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10223         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10224         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10225         (ev_page_cache_get_title), (ev_page_cache_get_size),
10226         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10227         (ev_page_cache_get_height_to_page),
10228         (ev_page_cache_get_max_label_chars),
10229         (ev_page_cache_get_page_label),
10230         (ev_page_cache_has_nonnumeric_page_labels),
10231         (ev_page_cache_get_info), (ev_page_cache_next_page),
10232         (ev_page_cache_prev_page), (ev_page_cache_get):
10233         * shell/ev-page-cache.h:
10234         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10235         (ev_pixbuf_cache_clear_job_sizes),
10236         (ev_pixbuf_cache_add_jobs_if_needed),
10237         (ev_pixbuf_cache_set_page_range):
10238         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10239         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10240         * shell/ev-sidebar-thumbnails.c:
10241         (ev_sidebar_tree_selection_changed),
10242         (ev_sidebar_thumbnails_set_document):
10243         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10244         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10245         (ev_statusbar_get_context_id), (ev_statusbar_push),
10246         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10247         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10248         (ev_statusbar_set_progress):
10249         * shell/ev-statusbar.h:
10250         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10251         (ev_view_find_previous):
10252         * shell/ev-window.c: (ev_window_is_empty),
10253         (ev_window_setup_document), (password_dialog_response),
10254         (ev_window_clear_jobs), (ev_window_load_job_cb),
10255         (ev_window_xfer_job_cb), (ev_window_open_uri),
10256         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10257         (ev_window_print), (ev_window_print_range),
10258         (ev_window_state_event), (ev_window_cmd_view_reload),
10259         (menu_item_select_cb), (menu_item_deselect_cb),
10260         (view_status_changed_cb), (ev_window_dispose),
10261         (drag_data_received_cb), (ev_window_init):
10262         * shell/ev-window.h:
10263         * shell/main.c: (load_files):
10264         
10265         New statusbar to show progress on idle. Two new jobs - 
10266         xfer job and load job to load document in background. And update
10267         of page_cache clients to new location of code.
10268
10269 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10270
10271         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10272         selection in open dialog. It also remembers the last visited directory 
10273         in the current session.
10274
10275 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10276
10277         * shell/ev-properties.c: (ev_properties_new):
10278         * shell/ev-properties.h:
10279         * shell/ev-window.c: (ev_window_cmd_file_properties):
10280         
10281         Get document info from page cache instead of document itself.
10282         This should fix crash related to race conditions described in
10283         bug 306545.
10284
10285 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10286
10287         * ps/ps-document.c: (ps_document_init),
10288         (send_ps), (get_page_box), (output), (catchPipe), (input),
10289         (stop_interpreter), (file_length), (file_readable),
10290         (check_filecompressedb), (ps_document_enable_interpreter),
10291         (document_load), (ps_async_renderer_render_pixbuf):
10292         * ps/ps-document.h:
10293
10294         Big cleanup of the ps code
10295
10296 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10297
10298         * backend/Makefile.am:
10299         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10300         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10301         * backend/ev-async-renderer.h:
10302
10303         Add an async renderer interface (method + callback) which
10304         is useful for backends like ps.
10305
10306         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10307         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10308         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10309         (ev_job_queue_add_job), (move_job_async), (move_job),
10310         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10311
10312         Add queues for async renderer, these are executed on the
10313         main thread.
10314
10315         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10316         (ev_job_render_run):
10317         * backend/ev-jobs.h:
10318
10319         If the backend support async renderer interface use it.
10320
10321         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10322         (setup_pixmap), (ps_document_get_type),
10323         (ps_async_renderer_render_pixbuf),
10324         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10325
10326         Implement async renderer interface.
10327
10328 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10329
10330         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10331
10332         Cleanup links job on exit.
10333
10334 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10335
10336         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10337         (drag_data_get_cb), (drag_data_received_cb):
10338         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10339         (drag_data_get_cb), (parse_item_list),
10340         (egg_toolbar_editor_load_actions):
10341         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10342         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10343         (parse_item_list), (parse_toolbars):
10344         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10345         (dvi_pixbuf_put_pixel):
10346         
10347         Fix gcc 4.0 warnings
10348
10349 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10350
10351         * ps/ps-document.c: (start_interpreter):
10352
10353         Fix warning when loading ps
10354
10355 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10356
10357         * ps/ps-document.c: (output):
10358
10359         Fix crash when priting gs error messages.
10360
10361 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10362
10363         * backend/ev-page-cache.c: (_ev_page_cache_new):
10364         * backend/ev-page-cache.h:
10365
10366         Use a const to return title so that we dont double
10367         free it. Small cleanup and fix a leak.
10368
10369         * shell/ev-window.c: (update_window_title):
10370
10371         strdup value from get_title.
10372
10373 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10374
10375         * shell/ev-sidebar-links.c: (job_finished_callback),
10376         (ev_sidebar_links_set_document):
10377
10378         Cleanup the old job when changing document
10379
10380 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10381
10382         * shell/ev-stock-icons.c:
10383         * shell/ev-stock-icons.h:
10384         * shell/ev-window.c:
10385         
10386         Add stock icons for actions that can appear in toolbar. Fix for
10387         bug 306566.
10388
10389 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10390
10391         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10392         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10393         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10394         * backend/ev-page-cache.h:
10395         * shell/ev-view.c: (scroll_to_current_page),
10396         (view_update_range_and_current_page), (get_page_y_offset),
10397         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10398         (ev_view_size_request_continuous),
10399         (ev_view_zoom_for_size_continuous_and_dual_page),
10400         (ev_view_zoom_for_size_continuous):
10401         
10402         More compact EvView layout in document with pages of different size.
10403
10404 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10405
10406         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10407         compilation.
10408
10409 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10410
10411         * shell/ev-view.c: (view_set_adjustment_values):
10412         * shell/ev-window.c: (ev_window_cmd_file_properties):
10413         
10414         A bit different fix for rounding problem but it has no
10415         problems on startup. Make properties window transient to parent.
10416
10417 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10418
10419         * pdf/ev-poppler.cc:
10420         
10421         More commenting of font stuff.
10422
10423 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10424
10425         * pdf/ev-poppler.cc:
10426
10427         Comment out some more fonts stuff. Should really
10428         work without the poppler patch now.
10429
10430 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10431
10432         * pdf/ev-poppler.cc:
10433
10434         Adapt to api change
10435
10436 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10437
10438         * data/evince-properties.glade:
10439         * pdf/ev-poppler.cc:
10440         * shell/ev-properties.c: (setup_fonts_view):
10441
10442         Set the column title. Show the dialog only
10443         once everything is setup.
10444         Getting font info can be very slow... will
10445         prolly need to make this threaded too.
10446
10447 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10448
10449         * backend/Makefile.am:
10450         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10451         (ev_document_fonts_get_fonts_model):
10452         * backend/ev-document-fonts.h:
10453         * data/evince-properties.glade:
10454         * pdf/ev-poppler.cc:
10455         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10456         * shell/ev-properties.h:
10457         * shell/ev-window.c: (ev_window_cmd_file_properties):
10458
10459         Implement fonts list. Defined out for now, since it depends
10460         on a not yet committed poppler patch.
10461
10462 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10463
10464         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10465         page + 1.
10466
10467         * shell/ev-window.c: Make sure we add the timeout when we get a
10468         focus-in event.
10469
10470         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10471         adjustment->value before calculating the zoom factor to average
10472         out all of our rounding errors.  The page no longer 'drifts' when
10473         resizing.
10474
10475 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10476
10477         * data/evince-properties.glade:
10478         * shell/ev-properties.c: (ev_properties_format_date),
10479         (set_property):
10480         
10481         Labels don't expand when the dialogue is resized.
10482         strftime result needs to be converted to UTF-8. Thanks
10483         to Christian Persch <chpe@gnome.org>.
10484
10485 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10486
10487         * data/evince-properties.glade:
10488
10489         Hide the fonts tab
10490
10491 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10492
10493         * backend/ev-document-info.h:
10494         * backend/ev-document.c: (ev_document_info_free):
10495         * data/evince-properties.glade:
10496         * pdf/ev-poppler.cc:
10497         * ps/ps-document.c: (ps_document_get_info):
10498         * shell/ev-properties.c: (ev_properties_format_date),
10499         (set_property), (ev_properties_new):
10500         * shell/ev-properties.h:
10501         * shell/ev-window.c: (ev_window_cmd_file_properties):
10502
10503         Rework properties code to take only EvPropertyInfo
10504         in the constructor so that it can be useful for
10505         nautilus plugin too.
10506
10507         Deal with backends that doesnt support some properties.
10508         Make set property code generic.
10509
10510 2005-06-04  Christian Persch <chpe@gnome.org>
10511
10512         * data/evince-properties.glade:
10513
10514         fix spacings, make resizeable, and make data labels
10515         selectable + ellipsised
10516
10517 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10518
10519         * backend/ev-document-info.h:
10520         * data/Makefile.am:
10521         * data/evince-ui.xml:
10522         * pdf/ev-poppler.cc:
10523         * shell/Makefile.am:
10524         * shell/ev-window.c: (update_action_sensitivity),
10525         (ev_window_cmd_file_properties):
10526
10527         Initial go at file properties. Patch by
10528         Emil Soleyman-Zomalan <emil@soleyman.com>.
10529         Needs love see #169583
10530
10531 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10532
10533         * ps/ps-document.c: (output):
10534         * ps/ps.c: (psscan):
10535
10536         Try to render even if psscan fails.
10537
10538 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10539
10540         * ps/ps.c: (psscan), (pscopydoc):
10541
10542         Port buffered reading code from gv
10543
10544 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10545
10546         * ps/ps-document.c: (interpreter_message), (output):
10547
10548         Do not fail on interpreter messages
10549
10550 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10551
10552         * backend/ev-document-misc.c:
10553         (ev_document_misc_get_thumbnail_frame):
10554
10555         Pages can be 0 x 0, dont assert on this case
10556
10557 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10558
10559         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10560         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10561
10562         Correctly manage our reference on document. Finally the reload
10563         huge leak is gone...
10564
10565 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10566
10567         * ps/ps-document.c: (ps_document_dispose):
10568
10569         Forgot to chain it to the parent. Thanks chpe.
10570
10571 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10572
10573         * ps/ps-document.c: (ps_document_dispose),
10574         (ps_document_class_init), (stop_interpreter), (document_load):
10575
10576         Cleanup dispose a bit. Dont leak the whole pixmap.
10577
10578 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10579
10580         * pdf/ev-poppler.cc:
10581
10582         Release the poppler document on dispose
10583
10584 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10585
10586         * shell/ev-view.c: (ev_view_set_document):
10587
10588         Release ref on the pixbuf cache when changing
10589         document.
10590
10591 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10592
10593         * ps/ps-document.c: (ps_document_get_info):
10594
10595         Fix a double free
10596
10597 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10598
10599         * backend/ev-page-cache.c: (ev_page_cache_init),
10600         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10601         * backend/ev-page-cache.h:
10602         * shell/ev-page-action.c: (page_changed_cb):
10603         
10604         Set page action entry width depending on labels width. Fix
10605         for bug 305202.
10606
10607 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10608
10609         * backend/ev-link.c: (ev_link_class_init):
10610
10611         Allow -1 as page value (error)
10612
10613 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10614
10615         * shell/ev-sidebar-thumbnails.c:
10616         (ev_sidebar_thumbnails_set_document):
10617         * shell/ev-view.c: (scroll_to_current_page),
10618         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10619         (page_changed_cb), (on_adjustment_value_changed),
10620         (ev_view_set_document):
10621
10622         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10623         Fix bug 305377
10624
10625 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10626
10627         * configure.ac:
10628         * djvu/djvu-document.c: (djvu_document_get_page_size):
10629
10630         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10631         bug 301993.
10632
10633 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10634
10635         * shell/ev-view.c (draw_one_page): modify the expose handling to
10636         get the shadows.
10637
10638         * shell/ev-window.c (update_action_sensitivity): Respect
10639         permissions field.  Kowtow to the man.
10640
10641         * pdf/ev-poppler.cc: Get the permissions field.
10642
10643         * tiff/*c: Make a tiny bit more robust.
10644
10645 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10646
10647         * djvu/djvu-document.c:
10648         
10649         Pop messages from djvu context message queue.
10650
10651 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10652
10653         * configure.ac, Makefile.am, shell/Makefile.am:
10654         * tiff/Makefile.am, shell/ev-document-types.c:
10655         
10656         Cleanup tiff configure checks. Fix for bug 305218.
10657
10658 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10659
10660         * configure.ac: Added "uk" to ALL_LINGUAS.
10661
10662 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10663
10664         * cut-n-paste/zoom-control/ephy-zoom.c:
10665         (ephy_zoom_get_changed_zoom_level):
10666         * cut-n-paste/zoom-control/ephy-zoom.h:
10667         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10668         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10669         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10670         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10671         (zoom_control_changed_cb), (ev_window_init):
10672         
10673         Fix minor points related to moving best fit up. Introduce
10674         "zoom" property and make zoom control change it's value on
10675         notify::zoom signals. Fix for 305080.
10676
10677 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10678
10679         * data/evince-ui.xml:
10680         * shell/ev-window.c: (set_view_actions_sensitivity):
10681         
10682         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10683
10684 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10685
10686         * configure.ac:
10687
10688         Depends on poppler 0.3.2
10689
10690 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10691
10692         * cut-n-paste/recent-files/egg-recent-item.c:
10693         (egg_recent_item_get_short_name):
10694         * cut-n-paste/toolbar-editor/Makefile.am:
10695         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10696         (new_pixbuf_from_widget):
10697         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10698         * cut-n-paste/toolbar-editor/egg-marshal.c:
10699         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10700         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10701
10702         Sync
10703
10704 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10705
10706         * tiff/tiff-document.c: Rough TIFF backend.
10707
10708 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10709
10710         * NEWS:
10711         * configure.ac:
10712         * cut-n-paste/toolbar-editor/Makefile.am:
10713
10714         Release 0.3.1
10715
10716 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10717
10718         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10719         (ev_view_find_next), (ev_view_find_previous):
10720
10721         Remove the locks around get_n_results   
10722
10723 2005-05-21  Juerg Billeter  <j@bitron.ch>
10724
10725         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10726
10727         Pass correct number of pages to poppler.
10728
10729 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10730
10731         * configure.ac:
10732         * data/Makefile.am:
10733         * data/evince.desktop.in: 
10734         * data/evince.desktop.in.in:
10735         * po/POTFILES.in:
10736         
10737         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10738
10739 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10740
10741         * shell/ev-view.c: (view_update_adjustments),
10742         (view_set_adjustment_values): cast adjustmen->value to (int)
10743         before using it.  Otherwise, we get off by a pixel in some
10744         situations.
10745
10746         (draw_one_page): Draw the border on expose.
10747
10748 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10749
10750         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10751         adjustment when the mode changes, #304923
10752
10753 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10754
10755         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10756         flickering on resize but still use gdk_window_scroll on
10757         scrolling
10758
10759 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10760
10761         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10762         option, #170458
10763
10764 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10765
10766         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10767         second page on page_changed if possible, #304669
10768
10769 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10770
10771         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10772         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10773
10774 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10775
10776         * .cvsignore:
10777         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10778         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10779         (ev_view_zoom_for_size_presentation),
10780         (ev_view_zoom_for_size_continuous_and_dual_page),
10781         (ev_view_zoom_for_size_continuous),
10782         (ev_view_zoom_for_size_dual_page),
10783         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10784         * shell/ev-view.h:
10785         * shell/ev-window.c: (update_view_size),
10786         (ev_window_sizing_mode_changed_cb):
10787
10788         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10789         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10790         an infinite loop, #304769
10791
10792
10793 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10794
10795         * data/evince-ui.xml:
10796         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10797         * shell/ev-window.c: (set_view_actions_sensitivity):
10798
10799         Make PgUp/Down behave like Space
10800
10801 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10802
10803         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10804         * backend/ev-ps-exporter.h:
10805         * pdf/ev-poppler.cc:
10806         * ps/ps-document.c: (ps_document_ps_export_begin):
10807         * shell/ev-print-job.c: (idle_print_handler):
10808
10809         Adapt to new poppler api
10810
10811 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10812
10813         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10814         (ephy_zoom_control_init):
10815
10816         Translate zoom levels
10817
10818 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10819
10820         * cut-n-paste/zoom-control/ephy-zoom.c:
10821         (ephy_zoom_get_zoom_level_index):
10822
10823         Fix current zoom -> zoom control match
10824
10825 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10826
10827         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10828         rather than the scrolled_window that it's in. Fixes bug #304655.
10829
10830 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10831
10832         * shell/ev-view.c: (view_update_adjustments),
10833         (view_set_adjustment_values), (view_update_range_and_current_page),
10834         (view_scroll_to_page), (set_scroll_adjustment),
10835         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10836         (ev_view_scroll), (ev_view_scroll_view),
10837         (ensure_rectangle_is_visible), (find_page_at_location),
10838         (get_link_at_location), (go_to_link), (status_message_from_link),
10839         (ev_view_size_request_continuous_dual_page),
10840         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10841         (ev_view_unrealize), (ev_view_expose_event),
10842         (ev_view_button_press_event), (ev_view_motion_notify_event),
10843         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10844         (draw_rubberband), (highlight_find_results), (draw_one_page),
10845         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10846         (ev_view_init), (find_changed_cb), (page_changed_cb),
10847         (on_adjustment_value_changed), (ev_view_new),
10848         (ev_view_set_document), (ev_view_set_zoom),
10849         (ev_view_set_continuous), (ev_view_set_dual_page),
10850         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10851         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10852         (ev_view_zoom_for_size_presentation),
10853         (ev_view_zoom_for_size_continuous_dual_page),
10854         (ev_view_zoom_for_size_continuous),
10855         (ev_view_zoom_for_size_dual_page),
10856         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10857         (ev_view_get_status), (ev_view_set_status),
10858         (update_find_status_message), (ev_view_get_find_status),
10859         (ev_view_set_find_status), (jump_to_find_result),
10860         (jump_to_find_page), (compute_selections), (clear_selection),
10861         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10862         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10863         (ev_view_update_primary_selection),
10864         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10865         * shell/ev-view.h:
10866         * shell/ev-window.c: (ev_window_open_page_label),
10867         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10868         (ev_window_init):
10869         * shell/ev-window.h:
10870         * shell/main.c: (load_files):
10871
10872         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10873         when resizing.  Remove the bin_window().  Also, patch from James
10874         Bowes to fix command line page, #300641
10875         
10876 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10877
10878         * data/evince-ui.xml:
10879         * shell/ev-view.c:
10880         * shell/ev-view.h:
10881         * shell/ev-window.c: (update_action_sensitivity):
10882
10883         Get rid of View->Normal Size, it's just confusing
10884
10885 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10886
10887         * backend/ev-document-info.h:
10888         * backend/ev-document.c: (ev_document_info_free): Free the
10889         EvDocumentInfo.
10890
10891         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10892         (clear_range), (add_range), (update_visible_range),
10893         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10894         (ev_sidebar_thumbnails_set_document):
10895         * shell/ev-window.c: (ev_window_setup_document): Only render the
10896         visible thumbnails.  It takes an instant to render, but it uses
10897         much less memory.
10898
10899 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10900
10901         * shell/ev-sidebar-links.c: (popup_menu_cb):
10902
10903         Select first item
10904
10905 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10906
10907         * lib/Makefile.am:
10908         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10909         (button_press_cb), (ev_sidebar_links_construct):
10910
10911         Show the popup menu also on keybindings
10912
10913 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10914
10915         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10916         * shell/ev-window.h:
10917
10918         Expose api to print a range (with dialog). Make private _print use
10919         it.
10920
10921         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10922         (ev_sidebar_links_construct):
10923
10924         Show a print context menu on linkx, it prints the selected
10925         section.
10926
10927 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10928
10929         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10930         button.
10931
10932 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10933
10934         * AUTHORS:
10935
10936         Update
10937
10938         * shell/ev-window.c: (build_comments_string),
10939         (ev_window_cmd_help_about):
10940
10941         Show poppler version/backend and authors
10942
10943 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10944
10945         * cut-n-paste/zoom-control/ephy-zoom.c:
10946         (ephy_zoom_get_zoom_level_index):
10947         * cut-n-paste/zoom-control/ephy-zoom.h:
10948
10949         Move the best fit items at the top of the list
10950
10951 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10952
10953         * shell/ev-marshal.list:
10954         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10955         (activate_cb), (match_selected_cb), (activate_link_cb),
10956         (connect_proxy), (ev_page_action_class_init):
10957         * shell/ev-page-action.h:
10958
10959         Use signals to notify action activation. Hopefully
10960         I did not break completion since I cant test...
10961
10962         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10963         (register_custom_actions):
10964
10965         Connect to page selector actions and also grab focus on
10966         the view when activated.
10967
10968 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10969
10970         * pdf/ev-poppler.cc:
10971         * backend/ev-page-cache.c: make page size calculation consistent
10972         and set it to (int)( width * scale + 0.5).  This makes the weird
10973         line going through the middle of the page go away.
10974
10975         * shell/ev-view.c: move painting the background page after
10976         checking the expose area covers us.
10977
10978 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10979
10980         * data/evince-password.glade:
10981         
10982         Mark labels as not translatable. Fix for bug 302842.
10983
10984 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10985
10986         * configure.ac: Added "es" to ALL_LINGUAS.
10987
10988 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10989
10990         * data/evince-toolbar.xml:
10991         * shell/ev-window.c: (update_action_sensitivity),
10992         (ev_window_setup_document), (ev_window_set_page_mode),
10993         (ev_window_init):
10994
10995         Remove some leftover code from jrb first continous
10996         attempt. Use the new actions, we still need good icons
10997         though...
10998
10999 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11000
11001         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11002
11003         Update label when connecting proxy. Fix a warning with NULL
11004         page_cache.
11005
11006 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11007
11008         * data/evince-ui.xml:
11009         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11010         * shell/ev-page-action.h:
11011         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11012
11013         Add mnemonic for edit toolbar.
11014         ctrl+l focus the page entry.
11015
11016 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11017
11018         * lib/Makefile.am:
11019         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11020         (ev_window_init):
11021         * shell/main.c: (main):
11022
11023         Put the toolbar xml in evince own dot dir
11024
11025 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11026
11027         * shell/ev-window.c: (ev_window_init):
11028
11029         Make the toolbar not removable
11030
11031 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11032
11033         * data/evince-ui.xml:
11034         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11035         * shell/ev-sidebar-links.h:
11036         * shell/ev-sidebar-thumbnails.c:
11037         (ev_sidebar_thumbnails_get_treeview):
11038         * shell/ev-sidebar-thumbnails.h:
11039         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11040         (ev_view_class_init):
11041         * shell/ev-view.h:
11042         * shell/ev-window.c: (update_action_sensitivity),
11043         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11044         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11045         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11046         (ev_window_init):
11047
11048         This is evil... Make space/backspace global accelerators but
11049         enable them only for some widgets (sidebars and view).
11050         I dont like it, but I dont know a better way... :/
11051
11052 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11053
11054         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11055         (ev_page_action_widget_finalize),
11056         (ev_page_action_widget_class_init), (update_page_cache):
11057
11058         Keep a weak reference on proxy->page_cache so that we
11059         dont try to disconnect the signal if the object is already
11060         gone. Maybe there is a better way to cleanup reference handling
11061         in page action though...
11062
11063 2005-05-10  Juerg Billeter  <j@bitron.ch>
11064
11065         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11066         * backend/ev-ps-exporter.h:
11067         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11068         * ps/ps-document.c: (ps_document_ps_export_begin):
11069         
11070         Change api to pass print range to ps_exporter_begin. The pdf backend
11071         requires this information.
11072         
11073         * shell/ev-print-job.c: (idle_print_handler):
11074         
11075         Adapt to api change
11076
11077 2005-05-10  Juerg Billeter  <j@bitron.ch>
11078
11079         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11080         (idle_print_handler)
11081         * shell/ev-window.c: (ev_window_print):
11082
11083         Support printing page range, based on patch by Amaury Jacquot
11084
11085 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11086
11087         * data/evince-toolbar.xml:
11088
11089         Add zoom control to available items
11090
11091 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11092
11093         * shell/ev-window.c: (update_action_sensitivity):
11094
11095         Set slash action insensitive when appropriate
11096
11097 2005-05-10  Christian Persch <chpe@gnome.org>
11098
11099         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11100
11101         Fix warning on the overflow menu
11102
11103 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11104
11105         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11106
11107         Check for uri correctness/existence
11108
11109 2005-05-09  Juerg Billeter  <j@bitron.ch>
11110
11111         * shell/ev-window.c: (using_postscript_printer):
11112
11113         LPD printers use postscript, too
11114
11115 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11116
11117         * shell/ev-window.c: (register_custom_actions):
11118
11119         The zoom one is actually sort of useful,
11120         put it back
11121
11122 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11123
11124         * shell/ev-window.c: (register_custom_actions):
11125
11126         Hide page/zoom controls from overflow, they
11127         are useless.
11128
11129 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11130
11131         * cut-n-paste/update-from-egg.sh:
11132         
11133         Share it between all cut-n-paste subdirs
11134
11135         * cut-n-paste/recent-files/Makefile.am:
11136
11137         Fix to use "global" update-from-egg.sh
11138
11139         * cut-n-paste/recent-files/egg-recent-model.c:
11140         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11141         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11142         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11143         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11144
11145         Update from libegg
11146
11147         * cut-n-paste/toolbar-editor/Makefile.am:
11148
11149         Fix to use "global" update-from-egg.sh
11150
11151         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11152
11153         Update from libegg
11154
11155 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11156
11157         * configure.ac:
11158         * cut-n-paste/Makefile.am:
11159         * cut-n-paste/recent-files/Makefile.am:
11160         * cut-n-paste/toolbar-editor/.cvsignore:
11161         * cut-n-paste/toolbar-editor/Makefile.am:
11162         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11163         (egg_editable_toolbar_get_type), (get_toolbar_position),
11164         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11165         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11166         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11167         (set_item_drag_source), (create_item_from_action), (create_item),
11168         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11169         (popup_toolbar_context_menu_cb), (free_dragged_item),
11170         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11171         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11172         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11173         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11174         (item_added_cb), (item_removed_cb),
11175         (egg_editable_toolbar_construct),
11176         (egg_editable_toolbar_disconnect_model),
11177         (egg_editable_toolbar_deconstruct),
11178         (egg_editable_toolbar_set_model),
11179         (egg_editable_toolbar_set_ui_manager),
11180         (egg_editable_toolbar_set_property),
11181         (egg_editable_toolbar_get_property),
11182         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11183         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11184         (egg_editable_toolbar_new_with_model),
11185         (egg_editable_toolbar_get_edit_mode),
11186         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11187         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11188         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11189         (new_pixbuf_from_widget), (new_separator_pixbuf),
11190         (update_separator_image), (style_set_cb),
11191         (_egg_editable_toolbar_new_separator_image),
11192         (egg_editable_toolbar_get_model):
11193         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11194         * cut-n-paste/toolbar-editor/egg-marshal.c:
11195         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11196         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11197         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11198         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11199         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11200         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11201         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11202         (editor_drag_data_delete_cb), (drag_data_get_cb),
11203         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11204         (editor_create_item), (update_editor_sheet), (setup_editor),
11205         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11206         (parse_item_list), (model_has_action), (update_actions_list),
11207         (egg_toolbar_editor_load_actions):
11208         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11209         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11210         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11211         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11212         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11213         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11214         (egg_toolbars_model_add_separator), (impl_add_item),
11215         (parse_item_list), (egg_toolbars_model_add_toolbar),
11216         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11217         (impl_get_item_data), (impl_get_item_type),
11218         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11219         (egg_toolbars_model_init), (free_toolbar),
11220         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11221         (egg_toolbars_model_remove_toolbar),
11222         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11223         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11224         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11225         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11226         (egg_toolbars_model_get_item_data),
11227         (egg_toolbars_model_get_item_type):
11228         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11229         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11230         * data/Makefile.am:
11231         * data/evince-toolbar.xml:
11232         * data/evince-ui.xml:
11233         * data/hand-open.png:
11234         * po/POTFILES.in:
11235         * shell/Makefile.am:
11236         * shell/ev-window.c: (update_chrome_visibility),
11237         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11238         (ev_window_dispose), (ev_window_init):
11239
11240         Implement epiphany like toolbar editor. Based on patch by
11241         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11242
11243 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11244
11245         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11246
11247         Use set_cursor instead of set_selection, so that
11248         the keyboard focus moves too.
11249
11250 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11251
11252         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11253
11254         Fix infinite loop when loading Type1 fonts
11255
11256 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11257
11258         * data/evince-ui.xml:
11259         * shell/ev-window.c:
11260
11261         Slash -> Find
11262
11263 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11264
11265         * configure.ac:
11266
11267         Make --disable really disable
11268
11269 2005-05-07  Juerg Billeter  <j@bitron.ch>
11270
11271         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11272
11273         Compare page labels even without has_labels set, fixes setting page
11274         with entry
11275
11276 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11277
11278         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11279         (ev_view_set_cursor), (ev_view_button_press_event),
11280         (ev_view_motion_notify_event), (ev_view_button_release_event),
11281         (ev_view_init):
11282
11283         Implement middle button scrolling. Based on a patch
11284         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11285
11286 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11287
11288         * shell/ev-document-types.c: (get_slow_mime_type),
11289         (get_document_type_from_mime), (ev_document_type_lookup):
11290         * shell/ev-document-types.h:
11291
11292         Change api to lookup from uri. Do fast lookup first, if the
11293         type is unknown try with data sniffing.
11294
11295         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11296         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11297
11298         Adapt to api change
11299
11300 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11301
11302         * thumbnailer/Makefile.am:
11303
11304         Fix distcheck
11305
11306 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11307
11308         * NEWS:
11309         * configure.ac:
11310
11311         Release 0.3.0
11312
11313         * data/evince-ui.xml:
11314
11315         Hide presentation mode for now
11316
11317         * shell/ev-view.c: (highlight_find_results):
11318
11319         Show current find selection only on current page
11320
11321 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11322
11323         * shell/ev-view.c: (ev_view_select_all):
11324
11325         Compute size of the actual page, not of
11326         the current one.
11327
11328 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11329
11330         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11331         (view_rect_to_doc_rect), (compute_selections),
11332         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11333         (ev_view_copy), (ev_view_primary_get_cb),
11334         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11335         (ev_view_button_press_event), (ev_view_motion_notify_event),
11336         (ev_view_button_release_event), (page_changed_cb):
11337
11338         Fix text selection
11339
11340 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11341
11342         * shell/ev-view.c: (compute_border), (get_page_extents),
11343         (doc_rect_to_view_rect), (highlight_find_results),
11344         (ev_view_bin_expose), (ev_view_select_all),
11345         (ev_view_motion_notify_event), (update_find_status_message),
11346         (jump_to_find_result), (jump_to_find_page):
11347
11348         First go at fixing search, still buggy
11349
11350 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11351
11352         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11353         dropdown box and button at the top of the sidebar.
11354
11355 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11356
11357         * configure.ac: Output zoom-control Makefile.
11358         * cut-n-paste/Makefile.am: build zoom-control subdir.
11359         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11360         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11361         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11362         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11363         * cut-n-paste/zoom-control/ephy-zoom.c:
11364         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11365         from epiphany, and modified to add a separator into the menu.
11366         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11367         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11368         zoom-control action.
11369         * shell/Makefile.am: Include zoom-control flags.
11370         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11371         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11372         (ev_view_zoom_for_size_presentation),
11373         (ev_view_zoom_for_size_continuous_and_dual_page),
11374         (ev_view_zoom_for_size_continuous),
11375         (ev_view_zoom_for_size_dual_page),
11376         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11377         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11378         ev_view_get_zoom and ev_view_get_sizing_mode.
11379         * shell/ev-view.h:
11380         * shell/ev-window.c: (update_action_sensitivity),
11381         (update_sizing_buttons), (zoom_control_changed_cb),
11382         (register_custom_actions): Initialize and use the zoom-control 
11383         widget.
11384
11385 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11386
11387         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11388         preview cache back to 1.  Don't know when it got set to 0.
11389         
11390         * shell/ev-view.c: (compute_border), (ev_view_realize),
11391         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11392         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11393         (ev_view_get_fullscreen), (ev_view_set_presentation),
11394         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11395         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11396         * shell/ev-view.h:
11397         * shell/ev-window.c:
11398         (update_chrome_visibility),
11399         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11400         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11401         (update_document_mode), (ev_window_update_fullscreen_action),
11402         (ev_window_fullscreen), (ev_window_unfullscreen),
11403         (ev_window_cmd_view_fullscreen),
11404         (ev_window_update_presentation_action),
11405         (ev_window_run_presentation), (ev_window_stop_presentation),
11406         (ev_window_cmd_view_presentation), (ev_window_state_event),
11407         (ev_window_focus_in_event), (ev_window_focus_out_event),
11408         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11409         * data/evince-ui.xml: Initial presentation mode.  We should
11410         probably hide this until it's done, as it's quite rough.  Also,
11411         change full-screen to fullscreen and add two getters to EvView.
11412
11413 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11414
11415         * shell/ev-page-action.c: (update_page_cache),
11416         (ev_page_action_dispose):
11417         * shell/ev-window.c: (destroy_fullscreen_popup),
11418         (ev_window_create_fullscreen_popup):
11419
11420         Use connect_object rather than explicitly
11421         disconnect on dispose.
11422
11423 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11424
11425         * shell/ev-page-action.c: (update_page_cache),
11426         (ev_page_action_dispose):
11427
11428 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11429
11430         * backend/ev-page-cache.c: (_ev_page_cache_new),
11431         (ev_page_cache_set_page_label),
11432         (ev_page_cache_has_nonnumeric_page_labels):
11433         * backend/ev-page-cache.h:
11434         * shell/ev-page-action.c: (update_pages_label):
11435         
11436         If all page labels are numeric, fallback to default
11437         way to display number of pages. See bug 173185.
11438
11439 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11440
11441         * shell/ev-page-action.c: (ev_page_action_dispose):
11442         * shell/ev-view.c: (view_update_range_and_current_page):
11443         * shell/ev-window.c: (ev_window_dispose):
11444         
11445         Set page on scroll in continuous mode. Fixes bug 301986.
11446         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11447
11448 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11449
11450         * configure.ac:
11451
11452         Require poppler 0.3.0
11453
11454 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11455         
11456         * shell/Makefile.am, configure.ac: Fix build problems
11457         with t1lib. Bug 301996.
11458
11459 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11460
11461         * shell/ev-view.c: (ev_view_scroll_event):
11462         
11463         Scroll up increase zoom
11464
11465 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11466
11467         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11468         (ev_view_set_sizing_mode),
11469         (ev_view_zoom_for_size_continuous_and_dual_page),
11470         (ev_view_zoom_for_size_continuous):
11471         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11472         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11473         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11474         (ev_window_init):
11475
11476         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11477         Fix for 165473 and 165472.
11478
11479 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11480
11481         * po/POTFILES.in:
11482         * thumbnailer/Makefile.am:
11483         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11484         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11485         * thumbnailer/evince-thumbnailer.schemas.in:
11486         
11487         Make thumbnailer schemas translatable. Fix for bug 301773
11488         
11489         * thumbnailer/evince-thumbnailer-djvu.schemas:
11490         * thumbnailer/evince-thumbnailer-dvi.schemas:
11491         * thumbnailer/evince-thumbnailer.schemas:
11492
11493         Removed files
11494
11495 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11496
11497         * shell/ev-view.c (ev_view_init): forgot to set this.
11498
11499 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11500
11501         * shell/ev-view.c: (find_page_at_location),
11502         (get_link_at_location),
11503         (ev_view_set_show_border), (ev_view_set_spacing),
11504         (ev_view_zoom_for_size_continuous_and_dual_page),
11505         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11506         Also, add a quick fix measuring of widths.  Also, removed
11507         ev_view_set_spacing and ev_view_set_show_border.
11508         
11509         * shell/ev-window.c: (ev_window_unfullscreen),
11510         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11511
11512 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11513
11514         * shell/ev-view.c: (view_update_range_and_current_page),
11515         (page_changed_cb):
11516         
11517         Fix crash on exit and scrolling to page in continuous view.
11518
11519 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11520
11521         * TODO:
11522         * backend/ev-page-cache.c: (_ev_page_cache_new),
11523         (ev_page_cache_get_max_width_size),
11524         (ev_page_cache_get_max_height_size):
11525         * backend/ev-page-cache.h:
11526         * data/evince-ui.xml:
11527         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11528         * shell/ev-view.c: (view_update_adjustments),
11529         (view_update_range_and_current_page), (get_bounding_box_size),
11530         (ev_view_size_request_continuous_and_dual_page),
11531         (ev_view_size_request_continuous),
11532         (ev_view_size_request_dual_page),
11533         (ev_view_size_request_single_page), (ev_view_size_request),
11534         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11535         (ev_view_bin_expose), (ev_view_expose_event),
11536         (ev_view_set_property), (ev_view_get_property),
11537         (ev_view_class_init), (ev_view_init), (ev_view_new),
11538         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11539         (ev_view_set_dual_page), (ev_view_set_full_screen),
11540         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11541         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11542         (ev_view_zoom_out), (zoom_for_size_fit_width),
11543         (zoom_for_size_best_fit),
11544         (ev_view_zoom_for_size_continuous_and_dual_page),
11545         (ev_view_zoom_for_size_continuous),
11546         (ev_view_zoom_for_size_dual_page),
11547         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11548         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11549         * shell/ev-view.h:
11550         * shell/ev-window.c: (update_action_sensitivity),
11551         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11552         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11553         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11554         (ev_window_cmd_view_zoom_out), (update_view_size),
11555         (ev_window_set_sizing_mode), (ev_window_init):
11556
11557         Add Continuous and Dual page modes.
11558
11559 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11560
11561         * dvi/dvi-document.c: (dvi_document_load),
11562         (dvi_document_thumbnails_get_thumbnail),
11563         (dvi_document_init_params): Fix up some mixups between
11564         width and height to correct thumbnail rendering.
11565
11566 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11567
11568         * dvi/mdvi-lib/private.h:
11569         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11570         
11571         Suppess output for kpathsea during font generation. Thanks to
11572         James Bowes
11573
11574 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11575
11576         * NEWS:
11577         * configure.ac:
11578
11579         Release 0.2.1
11580
11581         * Makefile.am: fix distcheck.
11582
11583 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11584
11585         * shell/ev-sidebar-links.c: (selection_changed_callback),
11586         (update_page_callback), (row_activated_callback),
11587         (job_finished_callback), (ev_sidebar_links_set_document):
11588         
11589         Fix for bug #169901. Double click on links expands tree.
11590
11591 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11592
11593         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11594         hard-coded style. Fix for bug 170111
11595
11596 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11597
11598         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11599         locking.
11600
11601 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11602
11603         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11604
11605 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11606
11607         * pdf/ev-poppler.cc:
11608         * shell/ev-view.c: (highlight_find_results):
11609
11610         Fix find on single page documents
11611
11612 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11613
11614         * data/evince.schemas.in: fix for bug 301390
11615
11616 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11617
11618         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11619         (ev_view_zoom_out), (ev_view_zoom_normal):
11620         * shell/ev-view.h:
11621         * shell/ev-window.c: (update_action_sensitivity),
11622         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11623         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11624         (ev_window_cmd_view_normal_size):
11625
11626         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11627         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11628         better than oom. 
11629
11630 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11631
11632         * configure.ac:
11633
11634         Depend on 2.57, 2.59 doesnt seem to be necessary
11635
11636 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11637
11638         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11639         (create_tool_item):
11640
11641         Put back total number of pages as (1 of 1234)
11642
11643 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11644
11645         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11646         remove the job.
11647
11648         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11649         function.  This helps debugging.
11650
11651 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11652
11653         * djvu/djvu-document.c: (djvu_document_class_init),
11654         (djvu_document_get_info), (djvu_document_document_iface_init):
11655         * dvi/dvi-document.c: (dvi_document_class_init),
11656         (dvi_document_get_info), (dvi_document_document_iface_init):
11657
11658         Dummy implementation of get_info method for dvi and
11659         djvu. Fix crashes with those backends
11660
11661 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11662
11663         * data/evince.desktop.in:
11664
11665         Add application/x-gzpostscript
11666
11667 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11668
11669         * data/evince.schemas.in: Added real long descriptions, 
11670         closes bug 172496 
11671
11672         * README: Added actual text, closes bug 171869
11673
11674 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11675
11676         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11677
11678         Thumbnail page 0
11679
11680 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11681
11682         * backend/ev-document-info.h:
11683
11684         s/GDate */GDate so we can just use g_free
11685
11686 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11687
11688         * shell/ev-window.c: (update_document_mode),
11689         (ev_window_setup_document):
11690
11691         Show the window in fullscreen when specified by
11692         the document
11693
11694 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11695
11696         * backend/ev-document.c: (ev_document_class_init),
11697         (ev_document_get_info), (ev_document_render_pixbuf):
11698         * backend/ev-document.h:
11699         * backend/ev-page-cache.c: (_ev_page_cache_new):
11700         * pdf/ev-poppler.cc:
11701         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11702         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11703         * ps/ps-document.c: (ps_document_class_init), (document_load),
11704         (ps_document_get_info), (ps_document_document_iface_init):
11705
11706         Remove get_title from the interface, we can just use document info
11707
11708 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11709
11710         * backend/Makefile.am:
11711         * backend/ev-document.c: (ev_document_render_get_info):
11712         * backend/ev-document.h:
11713         * pdf/ev-poppler.cc:
11714
11715         Initial support for document info. Based on jrb patch.
11716
11717 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11718
11719         * shell/ev-window.c: (ev_window_state_event),
11720         (ev_window_class_init), (ev_window_init):
11721         
11722         Doesn't show resize grip when maximized. See bug #301053
11723
11724 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11725
11726         * po/POTFILES.in:
11727         
11728         ev-sidebar-thumbnails now has translatable labels
11729         
11730         * shell/Makefile.am:
11731         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11732         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11733         (ev_sidebar_links_page_iface_init):
11734         * shell/ev-sidebar-links.h:
11735         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11736         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11737         (ev_sidebar_page_get_label):
11738         * shell/ev-sidebar-page.h:
11739         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11740         (ev_sidebar_thumbnails_set_document),
11741         (ev_sidebar_thumbnails_support_document),
11742         (ev_sidebar_thumbnails_get_label),
11743         (ev_sidebar_thumbnails_page_iface_init):
11744         * shell/ev-sidebar-thumbnails.h:
11745         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11746         (ev_sidebar_set_document):
11747         * shell/ev-sidebar.h:
11748         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11749         
11750         Small rework of sidebar code. Now sidebar pages should implement
11751         EvSidebarPage interface. That makes page management in EvSidebar
11752         easier. See bug #164811 for details
11753
11754 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11755
11756         * shell/ev-application.c: (ev_application_open):
11757         * shell/ev-document-types.c:
11758         
11759         Fix build error and small problem with application exit
11760
11761 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11762
11763         * thumbnailer/Makefile.am:
11764         * thumbnailer/evince-thumbnailer-djvu.schemas:
11765         * thumbnailer/evince-thumbnailer-dvi.schemas:
11766         
11767         Conditionally install schemas for djvu/dvi thumbnailer
11768
11769 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11770
11771         * shell/ev-document-types.h: 
11772         * shell/ev-document-types.c: 
11773         New files, handling the mapping from mimetypes to backends
11774         
11775         * shell/ev-window.c: 
11776         * thumbnailer/evince-thumbnailer.c:     
11777         Use the ev-document-types code
11778         
11779         * shell/Makefile.am: 
11780         Added new convenience library libevbackendfactory_la, containing
11781         the new mimetype->backend logic; moved the backends into it.
11782
11783         * thumbnailer/Makefile.am:
11784         Make the thumbnailer link with the libevbackend.la convenience
11785         library, rather than having a duplicate of the backend logic here.
11786
11787 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11788
11789         * shell/ev-stock-icons.c: constify some vars.
11790         * shell/ev-window.c: ditto.
11791
11792 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11793
11794         * ps/ps-document.c (get_page_orientation):
11795
11796         Respect document orientation 
11797
11798 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11799
11800         * djvu/Makefile.am:
11801         * dvi/Makefile.am:
11802         * shell/Makefile.am:
11803         
11804         Move library dependencies to components.
11805         
11806         * shell/ev-window.c: (update_window_title),
11807         (start_loading_document):
11808         
11809         Fix display of uris with spaces. Bug 168358.
11810
11811 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11812
11813         * shell/ev-sidebar-links.c: (selection_changed_cb):
11814         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11815         (ev_view_button_release_event), (ev_view_set_document):
11816         * shell/ev-view.h:
11817         * shell/ev-window.c: (find_bar_search_changed_cb):
11818         * shell/ev-window.h: Minor cleanups removing some dead code.
11819
11820 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11821
11822         * backend/ev-page-cache.c: (_ev_page_cache_new):
11823         
11824         Set current page to 0 if document has pages.
11825
11826 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11827
11828         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11829
11830         Initialize GError to NULL, fix a crash when loading fails.
11831
11832 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11833
11834         * shell/ev-window.c: (update_view_size):
11835
11836         Calculate shadow size only when there is actually
11837         a shadow.
11838
11839 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11840
11841         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11842         * shell/ev-view.h:
11843
11844         Allow setting view spacing, default to 0
11845
11846         * shell/ev-window.c: (ev_window_unfullscreen),
11847         (ev_window_cmd_view_fullscreen), (ev_window_init):
11848
11849         Remove spacing in fullscreen mode
11850
11851 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11852
11853         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11854         (ev_view_size_request), (expose_bin_window),
11855         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11856         * shell/ev-view.h:
11857         * shell/ev-window.c: (ev_window_unfullscreen),
11858         (ev_window_cmd_view_fullscreen):
11859
11860         Do not draw the border in fulscreen
11861
11862 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11863
11864         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11865         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11866         (find_page_at_location), (page_changed_cb):
11867
11868         Rework border calculation, so that I can more easily disable it.
11869         Code somewhat cleaner too.
11870
11871 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11872
11873         * backend/ev-page-cache.c: (ev_page_cache_init),
11874         (_ev_page_cache_new):
11875
11876         Remove some assertions, documents can have 0 pages.
11877         Make initial current page -1.
11878
11879         * shell/ev-page-action.c: (page_changed_cb):
11880
11881         Show "" if current page is -1
11882
11883         * shell/ev-window.c: (update_action_sensitivity),
11884         (ev_window_setup_document):
11885
11886         When document has 0 pages do not set the view
11887         and make nearly everything insensitive.
11888
11889 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11890
11891         * shell/ev-page-view.c:
11892         * shell/ev-page-view.h:
11893
11894         Remove unused files.
11895         
11896         * shell/ev-sidebar-thumbnails.c:
11897         (ev_sidebar_thumbnails_set_document):
11898         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11899         (ev_sidebar_supports_document):
11900         * shell/ev-sidebar.h:
11901         * shell/ev-window.c: (ev_window_setup_document):
11902         
11903         Doesn't show thumbnails if document has 1 page. Make
11904         sidebar menu entries sensitive only if if they have 
11905         sense. Fix bug 164811. 
11906
11907 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11908
11909         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11910         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11911         (ev_view_zoom_out), (ev_view_set_size):
11912
11913         Rework sizing to deal with documents with not uniform page
11914         size.
11915
11916 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11917
11918         * backend/ev-page-cache.c: (_ev_page_cache_new):
11919
11920         Fix several page size caching bugs
11921
11922 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11923
11924         * shell/ev-window.c: (set_action_properties):
11925
11926         Make all toolbar items translatable
11927
11928 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11929
11930         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11931         (save_page_list), (ps_document_save),
11932         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11933         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11934         (ps_document_ps_exporter_iface_init):
11935         * ps/ps-document.h:
11936
11937         Based on a patch by J�rg Billeter <j@bitron.ch>
11938         
11939         Implement print and save a copy for the ps backend.
11940
11941 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11942
11943         * backend/ev-document.h:
11944         * djvu/djvu-document.c: (djvu_document_can_get_text),
11945         (djvu_document_document_iface_init):
11946         * dvi/dvi-document.c: (dvi_document_can_get_text),
11947         (dvi_document_document_iface_init):
11948         * pdf/ev-poppler.cc:
11949         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11950         (pixbuf_document_document_iface_init):
11951         * ps/ps-document.c: (ps_document_can_get_text),
11952         (ps_document_document_iface_init):
11953         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11954         * shell/ev-window.c: (update_action_sensitivity):
11955
11956         Fix the crash when trying to copy in backends that doesnt
11957         support it. We can implement a better solution once we
11958         do real text selection.
11959
11960 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11961
11962         * data/evince-ui.xml:
11963         * shell/ev-window.c: (ev_window_cmd_escape):
11964         
11965         Work around the Escape conflict (find bar and unfullscreen)
11966
11967 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11968
11969         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11970         
11971         Fix for #300233. Next page correctly handles document end.
11972         
11973         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11974         (ev_sidebar_thumbnails_class_init),
11975         (ev_sidebar_thumbnails_set_document),
11976         (ev_sidebar_thumbnails_clear_job),
11977         (ev_sidebar_thumbnails_clear_model):
11978         
11979         Cleanup thumbnail jobs on document changes.
11980         
11981         * shell/ev-view.c: (add_scroll_binding_keypad),
11982         (add_scroll_binding_shifted), (ev_view_class_init):
11983         
11984         Shift + Space scrolls up. Fix for #173184
11985         
11986         * shell/ev-window.c: (ev_window_open_page),
11987         (ev_window_cmd_view_reload):
11988         
11989         Fix reload (Bug #300094)
11990
11991 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11992
11993         
11994         * dvi/mdvi-lib/assoc.c:
11995         * dvi/mdvi-lib/assoc.h: Removed garbage files
11996         
11997         * dvi/mdvi-lib/bitmap.c:
11998         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11999         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12000         * dvi/mdvi-lib/color.h: Antialias of rules
12001         
12002         * dvi/mdvi-lib/common.h:
12003         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12004         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12005         * dvi/mdvi-lib/files.c:
12006         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12007         * dvi/mdvi-lib/mdvi.h:
12008         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12009         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12010         * dvi/mdvi-lib/util.c: Fix compile warnings
12011         
12012         * dvi/dvi-document.c:
12013         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12014         (dvi_document_thumbnails_get_thumbnail),
12015         (dvi_document_document_thumbnails_iface_init):
12016         * dvi/mdvi-lib/Makefile.am:
12017         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12018         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12019         
12020         Dvi backend now renders thumbnails
12021
12022 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12023
12024         * shell/main.c: (main): 
12025         
12026         Save accelerators on exit. Fixes bug #172095.
12027
12028 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12029
12030         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12031         update priority" comment.
12032
12033         * backend/ev-job-queue.c: Give a way to change priority.
12034
12035 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12036
12037         * shell/ev-page-action.c: Fix logic.
12038
12039 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12040
12041         * shell/ev-view.c: (ev_view_can_find_next):
12042         * shell/ev-window.c: (ev_window_setup_document):
12043
12044         Check that the document supports find
12045
12046 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12047
12048         * data/evince-ui.xml:
12049         * shell/ev-view.c: (ev_view_can_find_next):
12050         * shell/ev-view.h:
12051         * shell/ev-window.c: (update_action_sensitivity),
12052         (find_changed_cb), (ev_window_setup_document),
12053         (ev_window_cmd_edit_find_next):
12054
12055         Add Edit->Find Next
12056
12057 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12058
12059         * pdf/ev-poppler.cc:
12060         * shell/ev-print-job.c: (idle_print_handler):
12061
12062         Make printing work again
12063
12064 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12065
12066         * shell/ev-page-action.h:
12067         * shell/ev-page-action.c: (ev_page_action_widget_init),
12068         (ev_page_action_widget_class_init), (page_changed_cb),
12069         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12070         (get_filter_model_from_model), (match_selected_cb),
12071         (display_completion_text), (match_completion), (update_model),
12072         (connect_proxy), (ev_page_action_set_property),
12073         (ev_page_action_get_property), (ev_page_action_set_document),
12074         (ev_page_action_set_model), (ev_page_action_class_init): Big
12075         reworking to make completions work iff we have >= GTK-2.7.0
12076                 
12077         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12078         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12079         (job_finished_cb): We now have a 'model' property that is set when
12080         the links are loaded.  This can be caught with "notify::model"
12081
12082         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12083         listen for the model to be set, and propagate it to the action.
12084
12085 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12086
12087         * cut-n-paste/recent-files/egg-recent-item.c:
12088         (egg_recent_item_set_uri), (make_valid_utf8),
12089         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12090         * cut-n-paste/recent-files/egg-recent-item.h:
12091         
12092         Update egg-recent from libegg. This should fix long
12093         startup problem. For details see
12094         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12095
12096 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12097
12098         * cut-n-paste/recent-files/Makefile.am:
12099         * data/evince-ui.xml, shell/Makefile.am:
12100         * shell/ev-application.c, shell/ev-application.h:
12101         * shell/ev-window.c: Recent files support.
12102         
12103         * configure.ac: Added "ru" to ALL_LINGUAS.
12104         
12105         * dvju: new backend to support DJVU files.
12106         * dvi: new backend to support DVI.
12107
12108         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12109         * ev-application.c: Support for new backends.
12110         
12111         * help, ev-window.c, main.c shell/Makefile.am: 
12112         Evince user documentation.
12113
12114 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12115
12116         * po/POTFILES.in:
12117         * shell/ev-window.c:
12118         * thumbnailer/evince-thumbnailer.c:
12119
12120         s/pdf-document/ev-poppler
12121
12122 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12123
12124         * NEWS:
12125         * configure.ac:
12126
12127         Release 0.2.0
12128
12129         * ps/ps-document.c: (setup_pixmap):
12130
12131         Remove debug code
12132
12133 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12134
12135         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12136         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12137         (ev_window_cmd_go_first_page): Fix of by one errors.
12138
12139 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12140
12141         * ps/ps-document.c: (get_page_box):
12142
12143         Fix page size calculation
12144
12145 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12146
12147         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12148         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12149         (get_page_orientation), (setup_page), (document_load),
12150         (ps_document_get_page_size), (render_pixbuf_idle):
12151         * ps/ps-document.h:
12152
12153         More refactoring to adapt to EvDocument changes
12154
12155 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12156
12157         * ps/ps-document.c: (start_interpreter):
12158
12159         Actually add alpha args
12160
12161 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12162
12163         * pdf/ev-poppler.cc:
12164
12165         Make clipboard work again
12166
12167 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12168
12169         Make searching work again.
12170         
12171         * backend/ev-document.c:
12172         * backend/ev-document.h:
12173         * backend/ev-document-find.c:
12174         * backend/ev-document-find.h: Change EvDocumentIface so we no
12175         longer store the current page or zoom level in the document.  The
12176         consequence is that all calls that operate on the current page now
12177         instead take the page number as an extra argument, and all
12178         coordinates are now doubles in document coordinate system.
12179
12180         * pdf/ev-poppler.cc:
12181         * pixbuf/pixbuf-document.c:
12182         * ps/ps-document.c: Update backends accordingly.
12183
12184 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12185
12186         * autogen.sh:
12187
12188         Add required gettext version
12189
12190 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12191
12192         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12193         make F1 bring up non-existent help.
12194
12195         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12196         epiphany's find bar, #167477
12197
12198         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12199         <emil@nishra.com> to add space-bar scrolling, 
12200
12201         * shell/ev-window.c (static GtkActionEntry entries): add default
12202         keybinding for Help (F1)
12203         Fixes #171068
12204
12205         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12206         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12207         170110
12208
12209 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12210
12211         * Makefile.am: 
12212         * pixbuf/pixbuf-document.c: 
12213
12214         Got pixbuf backend working again
12215
12216 2005-04-01  Steve Murphy  <murf@e-tools.com>
12217
12218         * configure.in: Added "rw" to ALL_LINGUAS.
12219
12220 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12221
12222         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12223         model types, noticed by Martin Kretzschmar.
12224
12225 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12226
12227         * pdf/ev-poppler.cc: Implement search based on
12228         poppler_page_find_text().  Currently a bit crude since we remember
12229         all matches from all pages.  Also, we grab the big document lock
12230         when we search since searching changes the underlying stream and
12231         thus conflicts with the rendering thread.
12232         
12233         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12234         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12235         (ev_view_find_previous): Fix some page indexes to be 0 based,
12236         offset rubber band by view offset,
12237
12238 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12239
12240         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12241
12242 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12243
12244         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12245         completely because I didn't understand GtkActions.  I should
12246         read Marco's code more carefully in the future.
12247
12248         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12249         function
12250
12251 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12252
12253         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12254         PopplerRectangle change from poppler CVS.
12255
12256 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12257
12258         * backend/ev-document.c: (ev_document_get_page_label):
12259         * backend/ev-document.h:
12260         * backend/ev-page-cache.c: (_ev_page_cache_new),
12261         (ev_page_cache_get_page_label):
12262         * backend/ev-page-cache.h:
12263         * pdf/ev-poppler.cc:
12264         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12265         (links_page_num_func):
12266         * shell/ev-sidebar-thumbnails.c:
12267         (ev_sidebar_thumbnails_set_document):
12268         * shell/ev-view.c: (status_message_from_link),
12269         (ev_view_motion_notify_event):
12270         * shell/ev-window.c: (document_supports_sidebar): Add in page
12271         label support.  It's not perfect yet, but it's the first 'feature'
12272         in a while.
12273         Also, fix a bogus comment noticed by crispin. 
12274
12275 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12276
12277         * Makefile.am: Remove pixbuf backend for now
12278
12279         * configure.ac: Require poppler-glib instead of just poppler.
12280
12281         * backend/ev-document-thumbnails.h: Add a comment
12282
12283         * backend/ev-document.h:
12284         * backend/ev-document.c: (ev_document_class_init),
12285         (ev_document_load), (ev_document_get_link),
12286         (ev_document_get_links): Remove 3 methods and add get_links.
12287         Also, made 0 based.
12288
12289         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12290         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12291
12292         * backend/ev-link.c: (ev_link_set_title),
12293         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12294         (ev_link_mapping_find):
12295         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12296         
12297         * backend/ev-page-cache.c: (ev_page_cache_init),
12298         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12299         (ev_page_cache_get_size), (ev_page_cache_next_page),
12300         (ev_page_cache_prev_page): Fix to be 0 based.
12301
12302         * pdf/Makefile.am: 
12303         * pdf/ev-poppler.h:
12304         * pdf/ev-poppler.cc: New backend.
12305         
12306         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12307         (ps_document_get_page), (ps_document_document_iface_init):
12308
12309         * shell/ev-pixbuf-cache.h:
12310         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12311         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12312         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12313         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12314         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12315         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12316         based.
12317         
12318         * shell/ev-sidebar-thumbnails.c:
12319         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12320         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12321
12322         * shell/ev-view.c: (status_message_from_link),
12323         (find_page_at_location), (get_link_at_location),
12324         (ev_view_motion_notify_event), (ev_view_button_release_event),
12325         (ev_view_init): Use the new link code.  Fix to be 0 based.
12326
12327         * shell/ev-window.c: (update_action_sensitivity),
12328         (document_supports_sidebar): 0 based.
12329
12330 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12331
12332         * pdf/pdf-document.cc: Patch from Fernando Herrera
12333         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12334         *blush*
12335
12336 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12337
12338         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12339         1 to the page, as this seems to be 1 based.  I thought we has this
12340         fixed.  grump.
12341
12342 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12343
12344         * TODO:
12345         * backend/Makefile.am:
12346         * backend/ev-document-links.c:
12347         (ev_document_links_has_document_links),
12348         (ev_document_links_get_links_model):
12349         * backend/ev-document-links.h:
12350         * backend/ev-document.c: (ev_document_get_page_cache),
12351         (ev_document_get_doc_mutex), (ev_document_load),
12352         (ev_document_save), (ev_document_get_title),
12353         (ev_document_get_n_pages), (ev_document_set_page),
12354         (ev_document_get_page), (ev_document_set_target),
12355         (ev_document_set_scale), (ev_document_set_page_offset),
12356         (ev_document_get_page_size), (ev_document_get_text),
12357         (ev_document_get_link), (ev_document_render),
12358         (ev_document_render_pixbuf), (ev_document_scale_changed):
12359         * backend/ev-document.h:
12360         * backend/ev-job-queue.c: (remove_object_from_queue),
12361         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12362         (no_jobs_available_unlocked), (ev_render_thread),
12363         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12364         (ev_job_queue_remove_job):
12365         * backend/ev-job-queue.h:
12366         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12367         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12368         (ev_job_links_class_init), (ev_job_render_init),
12369         (ev_job_render_dispose), (ev_job_render_class_init),
12370         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12371         (ev_job_thumbnail_class_init), (ev_job_finished),
12372         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12373         (ev_job_render_run), (ev_job_thumbnail_new),
12374         (ev_job_thumbnail_run):
12375         * backend/ev-jobs.h:
12376         * backend/ev-link.c:
12377         * backend/ev-link.h:
12378         * backend/ev-page-cache.c: (ev_page_cache_init),
12379         (ev_page_cache_class_init), (ev_page_cache_finalize),
12380         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12381         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12382         (ev_page_cache_set_link), (ev_page_cache_get_title),
12383         (ev_page_cache_get_size), (ev_page_cache_next_page),
12384         (ev_page_cache_prev_page):
12385         * backend/ev-page-cache.h:
12386         * pdf/pdf-document.cc:
12387         * ps/gsdefaults.c:
12388         * ps/gsdefaults.h:
12389         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12390         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12391         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12392         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12393         (is_interpreter_ready), (output), (catchPipe), (input),
12394         (start_interpreter), (check_filecompressed), (compute_dimensions),
12395         (ps_document_enable_interpreter), (document_load),
12396         (ps_document_next_page), (render_page), (ps_document_set_page),
12397         (ps_document_set_scale), (render_pixbuf_idle),
12398         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12399         * ps/ps-document.h:
12400         * shell/Makefile.am:
12401         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12402         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12403         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12404         (ev_pixbuf_cache_new), (job_finished_cb),
12405         (check_job_size_and_unref), (move_one_job),
12406         (ev_pixbuf_cache_update_range), (find_job_cache),
12407         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12408         (ev_pixbuf_cache_add_jobs_if_needed),
12409         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12410         * shell/ev-pixbuf-cache.h:
12411         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12412         (idle_print_handler):
12413         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12414         (selection_changed_cb), (create_loading_model),
12415         (ev_sidebar_links_construct), (links_page_num_func),
12416         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12417         (update_page_callback), (job_finished_cb),
12418         (ev_sidebar_links_set_document):
12419         * shell/ev-sidebar-thumbnails.c:
12420         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12421         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12422         (page_changed_cb), (thumbnail_job_completed_callback),
12423         (ev_sidebar_thumbnails_set_document):
12424         * shell/ev-sidebar-thumbnails.h:
12425         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12426         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12427         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12428         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12429         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12430         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12431         (ev_view_button_release_event), (ev_view_scroll_view),
12432         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12433         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12434         (ev_view_new), (job_finished_cb), (page_changed_cb),
12435         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12436         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12437         (ev_view_find_previous):
12438         * shell/ev-view.h:
12439         * shell/ev-window.c: (update_action_sensitivity),
12440         (ev_window_open_page), (update_window_title), (update_total_pages),
12441         (page_changed_cb), (ev_window_setup_document),
12442         (password_dialog_response), (ev_window_cmd_save_as),
12443         (ev_window_print), (ev_window_cmd_go_previous_page),
12444         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12445         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12446         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12447         * shell/main.c: (main):
12448
12449         Merge evince-threads branch
12450
12451 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12452
12453         * configure.ac: Added "lt" to ALL_LINGUAS.
12454
12455 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12456
12457         * NEWS:
12458         * configure.ac:
12459
12460         Release 0.1.9
12461
12462 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12463
12464         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12465
12466         Fix here also the thumbnails 1-basedness :)
12467
12468 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12469
12470         * NEWS:
12471         * configure.ac:
12472
12473         Release 0.1.8
12474
12475 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12476
12477         * pdf/pdf-document.cc:
12478         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12479         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12480
12481         Fix the mess we did with thumbnails and 1-basedness
12482
12483 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12484
12485         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12486
12487 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12488
12489         * NEWS:
12490         * configure.ac:
12491
12492         Release 0.1.7
12493
12494 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12495
12496         * ps/Makefile.am:
12497         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12498         (gtk_gs_defaults_get_alpha_parameters),
12499         (gtk_gs_defaults_get_ungzip_cmd),
12500         (gtk_gs_defaults_get_unbzip2_cmd):
12501         * ps/gsdefaults.h:
12502         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12503         (ps_document_get_orientation), (document_load),
12504         (ps_document_goto_page), (ps_document_set_page_size):
12505         * ps/ps-document.h:
12506
12507         Some more sanitization of the ps backend. Remove a lot
12508         of unused code and do not base our defaults on ggv
12509         preferences (ugh!)
12510
12511 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12512
12513         * thumbnailer/evince-thumbnailer.schemas:
12514         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12515         (main): add -s option for thumbnail size.
12516
12517 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12518
12519         * configure.ac:
12520
12521         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12522         remove it.
12523
12524 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12525
12526         * pdf/pdf-document.cc:
12527
12528         Remove 4 pixels of useless border from the
12529         thumbnail.
12530
12531 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12532
12533         * backend/ev-document-thumbnails.c:
12534         (ev_document_thumbnails_get_thumbnail):
12535         * backend/ev-document-thumbnails.h:
12536
12537         Rework API a bit. Add a border flag and
12538         change sizing logic (now the size we specify
12539         applies to the bigger dimension).
12540
12541         * pdf/pdf-document.cc:
12542         * pixbuf/pixbuf-document.c:
12543         (pixbuf_document_thumbnails_get_thumbnail):
12544         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12545         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12546
12547         Adapt to the new API and do not draw a border for nautilus
12548         thumbnailer.
12549
12550 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12551
12552         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12553         take thumbnails from page "0" instead of "1". Added a copyright header.
12554
12555 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12556
12557         * ps/ps-document.c: (set_up_page), (start_interpreter):
12558
12559         Make it C89 compliant
12560
12561 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12562
12563         * Makefile.am:
12564         * configure.ac:
12565         * pdf/.cvsignore:
12566         * pdf/pdf-document.cc:
12567         * thumbnailer/Makefile.am:
12568         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12569         (main):
12570         * thumbnailer/evince-thumbnailer.schemas:
12571         * thumbnailer/pdf-icon.png:
12572
12573         Add a nautilus thumbnailer.
12574         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12575
12576 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12577
12578         * NEWS:
12579         * configure.ac:
12580         * po/POTFILES.in:
12581
12582         Release 0.1.6
12583
12584 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12585
12586         Use poppler instead of including xpdf source code.  Poppler is a
12587         fork of xpdf to build it as a shared library. See
12588         http://freedesktop.org/wiki/Software/poppler.
12589
12590         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12591         xpdf fork.
12592         
12593         * pdf/Makefile.am: Build libpdfdocument.a here.
12594         
12595         * pdf/GDKSplashOutputDev.cc:
12596         * pdf/GDKSplashOutputDev.h:
12597         * pdf/GnomeVFSStream.cc:
12598         * pdf/GnomeVFSStream.h:
12599         * pdf-document.cc:
12600         * pdf-document.h:
12601         * test-gdk-output-dev.cc
12602         * Thumb.cc:
12603         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12604         against poppler.
12605
12606 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12607
12608         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12609
12610         Clear idle stack before unsetting the document
12611
12612 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12613
12614         * ps/ps-document.c: (ps_document_widget_event),
12615         (ps_document_set_target), (ps_document_finalize),
12616         (ps_document_get_page):
12617
12618         Disconnect the widget event signal on finalize.
12619         Some code cleanups.
12620
12621 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12622
12623         * ps/ps-document.c: (set_up_page):
12624
12625         If there is no bpixmap create one, even if size
12626         is not changed.
12627
12628 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12629
12630         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12631         (set_up_page), (document_load), (ps_document_set_zoom):
12632
12633         Default page is 0. Calculate size even when we have no
12634         target yet.
12635
12636 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12637
12638         * shell/ev-sidebar.c: expand the selection widget to be always as
12639         wide as the sidebar
12640
12641 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12642
12643         * shell/ev-sidebar-thumbnails.c:
12644         (ev_sidebar_thumbnails_set_document):
12645
12646         Clear the list store when setting document
12647
12648 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12649
12650         * shell/ev-page-action.c: (update_entry), (sync_entry),
12651         (activate_cb), (entry_size_request_cb), (create_tool_item),
12652         (connect_proxy):
12653
12654         Use an entry for the page control instead of spinbuttons
12655
12656 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12657
12658         * data/evince.schemas.in:
12659
12660         Correct confusing string
12661
12662 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12663
12664         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12665         for real.  Gosh, how long has this been broken.
12666
12667         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12668         check for a NULL link.  We crash otherwise.
12669
12670 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12671
12672         * NEWS:
12673         * configure.ac:
12674
12675         Release 0.1.5
12676
12677 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12678
12679         * configure.ac: add the french translation.
12680
12681 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12682
12683         * shell/ev-window.c:
12684
12685         Remove unused header -> fix distcheck
12686
12687 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12688
12689         * shell/ev-window.c: (update_window_title),
12690         (ev_window_popup_password_dialog):
12691
12692         Unescape filename for display
12693
12694 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12695
12696         * pdf/xpdf/pdf-document.cc:
12697
12698         In get_page_size deal with rotation. Also
12699         cleanup the function a bit.
12700
12701 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12702
12703         * pdf/xpdf/pdf-document.cc:
12704
12705         Fix crash when opening in new window
12706
12707 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12708
12709         * configure.ac:
12710
12711         Check ghostscript >= 7
12712
12713 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12714
12715         * shell/ev-window.c:
12716
12717         Make page width the default sizing mode
12718
12719 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12720         Marco Pesenti Gritti <marco@gnome.org>
12721
12722         * shell/ev-window.c: Remember the sidebar size
12723
12724         * data/evince.schemas.in: Add a new gconf key to store the size of
12725         the sidebar
12726
12727 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12728
12729         * data/evince-ui.xml:
12730         * shell/ev-window.c: (update_action_sensitivity),
12731         (ev_window_cmd_view_reload):
12732         
12733         Add a "Reload" action and menu entry
12734
12735 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12736
12737         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12738         iff the type doesn't support thumbnailing and indexing.
12739
12740 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12741
12742         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12743
12744 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12745
12746         * pdf/splash/Splash.cc:
12747
12748         Port fix for a crasher from kde bug
12749         http://bugs.kde.org/show_bug.cgi?id=97131
12750
12751 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12752
12753         * pdf/xpdf/pdf-document.cc:
12754
12755         Return a link even if it's of an unrecognized
12756         type. Otherwise we go in an infinte cycle.
12757
12758 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12759
12760         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12761         (size_allocate_cb), (ev_window_set_sizing_mode):
12762
12763         Update size when switching mode
12764
12765 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12766
12767         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12768         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12769         (ev_window_cmd_view_normal_size):
12770
12771         Fix size toggle buttons behavior
12772
12773 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12774
12775         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12776         (doc_rect_to_view_rect), (ev_view_size_allocate),
12777         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12778         (scale_changed_callback):
12779
12780         Do not cache offsets in size_allocate.
12781
12782 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12783
12784         * shell/ev-view.c: (ev_view_size_allocate):
12785
12786         Calculate offsets before calling the parent
12787         class (which does a redraw)
12788
12789 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12790
12791         * pdf/xpdf/pdf-document.cc:
12792
12793         Fix a crasher on exit. Unused code, put a TODO
12794
12795 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12796
12797         * backend/ev-document.c: (ev_document_class_init),
12798         (ev_document_page_changed), (ev_document_scale_changed):
12799         * backend/ev-document.h:
12800
12801         Separate page/scale notifications
12802
12803         * pdf/xpdf/pdf-document.cc:
12804
12805         Emit the new signals.
12806         Do not display the pdf page in _render, do it
12807         when scale/page are requested.
12808
12809         * ps/ps-document.c: (ps_document_set_zoom),
12810         (ps_document_widget_event):
12811         * ps/ps-document.h:
12812
12813         Emit the new signals.
12814
12815         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12816         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12817         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12818         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12819         * shell/ev-view.h:
12820         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12821         (ev_window_cmd_view_page_width), (size_allocate_cb),
12822         (ev_window_set_sizing_mode):
12823
12824         Rework sizing to be pixel based.
12825         There are bugs but should be already way better.
12826
12827 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12828
12829         * shell/ev-window.c: (ev_window_init):
12830
12831         Do not allow to shrink sidebar smaller then
12832         child requisition
12833
12834 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12835
12836         * shell/ev-sidebar.[ch]
12837         * shell/ev-window.c:
12838
12839         Improved sidebar widget. Fixes #166683
12840
12841 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12842
12843         * shell/ev-view.c (update_find_status_message): Give translators
12844         more flexibility with ngettext plural handling.
12845
12846 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12847
12848         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12849         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12850         page when we get the page size.
12851
12852 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12853
12854         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12855
12856         ps pages are 0 based, convert 
12857
12858 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12859
12860         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12861
12862         Initialize correct parent class. Set GError on document load
12863
12864 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12865
12866         * pdf/xpdf/pdf-document.cc:
12867
12868         Fixup selection offset calculation
12869
12870         * shell/ev-view.c: (view_rect_to_doc_rect),
12871         (doc_rect_to_view_rect), (ev_view_size_allocate),
12872         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12873         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12874
12875         Store selection as document relative, so that zooming
12876         and offset changing doesnt break it.
12877
12878 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12879
12880         * shell/ev-view.c: (ev_view_best_fit):
12881
12882         Do not try to best fit if the view is not realized
12883
12884 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12885           
12886         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12887
12888 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12889
12890         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12891
12892 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12893
12894         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12895         the popup window.  That prevents it resizing when in full screen
12896         mode.
12897
12898         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12899         multiple rerenders.  This pretty much sucks.
12900
12901         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12902         rest of the toolbar.
12903
12904 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12905
12906         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12907
12908 2005-02-17  Alexander Shopov  <ash@contact.bg>
12909
12910         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12911
12912 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12913
12914         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12915
12916 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12917
12918         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12919         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12920         (set_document_page), (document_changed_callback),
12921         (ev_view_set_document), (ev_view_find_previous),
12922         (ev_view_hide_cursor), (ev_view_show_cursor):
12923         * shell/ev-view.h:
12924         * shell/ev-window.c: (update_chrome_visibility),
12925         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12926         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12927         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12928         (ev_window_unfullscreen):
12929         * shell/main.c: (main):
12930
12931         Automatically hide the fullscreen button.
12932         Patch by Kristian Høgsberg <krh@redhat.com>
12933
12934 2005-02-16  Vincent Noel  <vnoel@cox.net>
12935
12936         * shell/main.c (main): Specify an icon for the window. Patch by
12937         Jaap A. Haitsma. Fixes #166177.
12938
12939 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12940
12941         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12942
12943 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12944
12945         * backend/ev-document-misc.h:
12946         * backend/ev-document-misc.c:
12947         (ev_document_misc_get_page_border_size),
12948         (ev_document_misc_paint_one_page): New function to canonicalize
12949         sizing/painting a border.
12950
12951         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12952         used.
12953
12954         * pdf/xpdf/pdf-document.cc: use new function
12955
12956         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12957         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12958         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12959         shell/ev-window.c: (update_sizing_buttons),
12960         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12961         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12962         (ev_window_cmd_view_page_width), (size_allocate_cb),
12963         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12964         and "fit width" values act as toggle buttons so they stay
12965         toggled.  It's not 100% perfect, and it's a little slow, but it's
12966         good enough to commit I think.
12967
12968 2005-02-15  David Lodge  <dave@cirt.net>
12969
12970         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12971
12972 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12973
12974         * shell/ev-window.c (update_window_title): replace newlines in
12975         the title by spaces. Bug #166107.
12976
12977 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12978
12979         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12980         parameters providing allocation width and height without
12981         scrollbars and width of a possible vertical scrollbar. With this
12982         additional information the functions can work as
12983         intended. Unfortunately they're not idempotent. We should
12984         transform these commands to toggles. Fixes Bug #164976
12985         Initial patch by Stephane Loeuillet, then heavily modified.
12986
12987         * shell/ev-view.h: update prototypes.
12988
12989         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12990         (ev_window_cmd_view_page_width): provide EvView fit functions with
12991         all the information they need. Formulas to calculate this
12992         information taken from GtkScrolledWindow.
12993
12994 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12995
12996         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12997         created a thumbnail, the list store is updated to know
12998         that the thumbnail is set. Fixes bug #166792
12999
13000 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13001
13002         * shell/ev-window.c: fixed typo, closes bug 166897
13003
13004         * TODO: updated TODO with bug numbers that are relevant
13005
13006 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13007
13008         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13009
13010 2005-02-09  Vincent Noel  <vnoel@cox.net>
13011
13012         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13013         and "Next" toolbar buttons as important to make them stand out.
13014
13015 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13016
13017         * lib/ev-debug.c:
13018         * lib/ev-debug.h:
13019         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13020         (start_interpreter), (stop_interpreter), (document_load),
13021         (ps_document_next_page), (ps_document_goto_page),
13022         (ps_document_set_page_size), (ps_document_widget_event),
13023         (ps_document_render):
13024         * shell/ev-page-view.c: (ev_page_view_dispose):
13025         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13026
13027         Fix compilation on non-gcc platforms
13028
13029 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13030
13031         * NEWS:
13032         * configure.ac:
13033
13034         Release 0.1.4
13035
13036         * pdf/xpdf/Catalog.cc:
13037         * pdf/xpdf/XRef.cc:
13038
13039         Fix the fix for CAN-2004-0888
13040
13041 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13042
13043         * data/Makefile.am:
13044         * data/evince-ui.xml:
13045         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13046         * shell/ev-stock-icons.h:
13047         * shell/ev-window.c: (update_action_sensitivity),
13048         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13049         (set_action_properties):
13050
13051         Improve toolbar layout/icons
13052
13053 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13054
13055         * pdf/xpdf/pdf-document.cc:
13056
13057         Add warnings about unimplemented/unknown link
13058         types.
13059
13060 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13061
13062         * ps/ps-document.c: (set_up_page):
13063
13064         Log gs property
13065
13066 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13067
13068         * ps/ps-document.c: (start_interpreter):
13069
13070         Log gs env var
13071
13072 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13073
13074         * shell/ev-page-view.c: (ev_page_view_dispose):
13075         * shell/ev-view.c: (ev_view_finalize):
13076         * shell/ev-window.c: (ev_window_setup_document),
13077         (ev_window_dispose), (ev_window_init):
13078
13079         Solve more refs issues.
13080
13081         I commented out the page_view initialization for now:
13082         it was never destroyed (because it's never added
13083         to a container). Because of that we was leaking
13084         gs processes. Couldnt think to a clean fix.
13085         We need to figure this out, password view has the
13086         same issue probably.
13087
13088 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13089
13090         * ps/ps-document.c: (ps_document_finalize),
13091         (ps_document_get_n_pages), (ps_document_get_page):
13092
13093         Some cleanups, stop the interpreter on finalize
13094
13095         * shell/ev-page-view.c: (ev_page_view_dispose),
13096         (ev_page_view_class_init):
13097
13098         Release our reference on the document
13099
13100 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13101
13102         * Makefile.am:
13103         * configure.ac:
13104         * doc/debugging.txt:
13105         * lib/.cvsignore:
13106         * lib/Makefile.am:
13107         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13108         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13109         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13110         * lib/ev-debug.h:
13111
13112         Add debugging helpers
13113
13114         * ps/Makefile.am:
13115         * ps/ps-document.c: (set_up_page), (start_interpreter),
13116         (stop_interpreter), (document_load), (ps_document_next_page),
13117         (ps_document_goto_page), (ps_document_set_page_size),
13118         (ps_document_widget_event), (ps_document_render):
13119         * shell/Makefile.am:
13120         * shell/ev-view.c: (expose_bin_window):
13121         * shell/main.c: (main):
13122
13123         Add some logs
13124         
13125 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13126
13127         * ps/ps-document.c: (ps_document_widget_event):
13128
13129         Initialize message_window, this should make ps
13130         rendering really work! (Never noticed because I was
13131         testing with a ps that is causing gs to exit every time!)
13132
13133 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13134
13135         * data/evince.schemas.in: updated simple error in applyto closing tag
13136
13137 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13138
13139         * Makefile.am:
13140         * configure.ac:
13141         * data/.cvsignore:
13142         * data/Makefile.am:
13143         * data/evince-ui.xml:
13144         A data/evince.schemas.in:
13145         * po/POTFILES.in:
13146         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13147         * shell/ev-stock-icons.h:
13148         * shell/ev-window.c: (update_chrome_visibility),
13149         (update_chrome_flag), (ev_window_cmd_edit_find),
13150         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13151         (ev_window_unfullscreen), (ev_window_focus_in_event),
13152         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13153         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13154         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13155         (ev_window_dispose), (ev_window_class_init),
13156         (set_action_properties), (set_chrome_actions), (load_chrome),
13157         (ev_window_init):
13158
13159         Implement fullscreen mode changes from bug #164776.
13160         Also implement persistent chrome toggles.
13161
13162 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13163
13164         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13165
13166 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13167
13168         * NEWS:
13169         * configure.ac:
13170         * shell/ev-view.c:
13171
13172         Add another check for find interface
13173
13174         Release 0.1.3
13175
13176 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13177
13178         * shell/ev-application.c: (ev_application_open):
13179         * shell/ev-window.c: (ev_window_open):
13180
13181         Open gzipped ps documents
13182
13183 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13184
13185         * TODO:
13186         * shell/ev-view.c: (set_document_page):
13187
13188         Clamp page number, dont try to move to
13189         not existant pages.
13190
13191 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13192
13193         * backend/ev-document-find.c: (ev_document_find_changed):
13194         * backend/ev-document-find.h:
13195         * pdf/xpdf/pdf-document.cc:
13196         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13197         * shell/ev-window.c: (find_bar_search_changed_cb):
13198
13199         Fix several bugs with find
13200
13201 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13202
13203         * shell/ev-sidebar-thumbnails.c
13204         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13205         document. Prevents warning from scroll_to_cell.
13206
13207 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13208
13209         * configure.ac: Add «nb» to ALL_LINGUAS too.
13210
13211 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13212
13213         * NOTES: New file with some random thoughts.
13214
13215         * TODO: Update.
13216
13217         * backend/ev-document-misc.c:
13218         (ev_document_misc_get_page_border_size): New function to
13219         canonicalize shadow drawing sizes.  Possibly goofy.
13220
13221         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13222         (ev_view_best_fit), (ev_view_fit_width):
13223         * pdf/xpdf/pdf-document.cc:
13224         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13225         * ps/ps-document.c: (ps_document_get_page_size):
13226         * backend/ev-document-misc.h:
13227         * backend/ev-document.c: (ev_document_get_page_size):
13228         * backend/ev-document.h: get_page_size now takes a page number
13229         parameter.  Made all the backends/frontends honor it.
13230
13231         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13232         see.  Doesn't work yet.
13233
13234         * shell/Makefile.am:
13235         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13236         Doesn't do anything yet.
13237
13238         * shell/ev-sidebar-thumbnails.c:
13239         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13240         [0..n_pages-1]
13241
13242         * shell/ev-window.c: (update_action_sensitivity),
13243         (ev_window_setup_document), (ev_window_set_page_mode),
13244         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13245         view-swapping code a bit so we can have multiple views on a
13246         document.  Add the multi-page view, though it can't be turned on
13247         yet.
13248
13249 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13250
13251         * shell/ev-application.c: (ev_application_open):
13252         * shell/ev-view.c: (expose_bin_window):
13253         * shell/ev-window.c: (ev_window_open):
13254
13255         Support eps and check document supports find
13256         before drawing highlightings in expose.
13257
13258 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13259
13260         * pixbuf/pixbuf-document.c:
13261         (pixbuf_document_thumbnails_get_dimensions),
13262         (pixbuf_document_document_thumbnails_iface_init):
13263
13264         implement get_dimensions
13265
13266 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13267
13268         * NEWS:
13269         * configure.ac:
13270
13271         Release 0.1.2
13272
13273 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13274
13275         * shell/ev-view.c: (set_document_page):
13276
13277         Scroll at the top of the page when changing page
13278
13279 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13280
13281         * shell/ev-view.c: (ev_view_motion_notify_event):
13282
13283         Do not redraw unnecessarily
13284
13285 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13286
13287         * pdf/xpdf/pdf-document.cc:
13288         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13289         (expose_bin_window), (find_changed_cb):
13290
13291         Yay! find works now... Now to find bugs...
13292
13293 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13294
13295         * backend/ev-document-find.c: (ev_document_find_base_init),
13296         (ev_document_find_changed):
13297         * backend/ev-document-find.h:
13298         * pdf/xpdf/pdf-document.cc:
13299         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13300         (expose_bin_window), (ev_view_init), (set_document_page),
13301         (ensure_rectangle_is_visible), (jump_to_find_result),
13302         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13303         (ev_view_find_next), (ev_view_find_previous):
13304         * shell/ev-view.h:
13305         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13306
13307         More work on find implementation, mostly there now
13308
13309 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13310
13311         * backend/ev-backend-marshalers.list:
13312         * backend/ev-document-find.c: (ev_document_find_base_init),
13313         (ev_document_find_cancel), (ev_document_find_page_has_results),
13314         (ev_document_find_get_n_results), (ev_document_find_get_result),
13315         (ev_document_find_get_progress), (ev_document_find_changed):
13316         * backend/ev-document-find.h:
13317
13318         Enanche the find interface to be really able to do
13319         multi page find.
13320
13321         * pdf/xpdf/pdf-document.cc:
13322
13323         Implement
13324
13325         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13326         (expose_bin_window), (ev_view_init),
13327         (ev_view_get_find_status_message), (find_changed_cb),
13328         (ev_view_set_document), (set_document_page):
13329
13330         Adapt to the new interface. A few things are regressed sorry,
13331         I will finish it soon.
13332
13333 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13334
13335         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13336         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13337         ev_sidebar_thumbnails_parent_class variable, don't define another
13338         parent_class variable.
13339
13340         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13341         (ev_page_action_class_init): ditto.
13342
13343         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13344         (pixbuf_document_class_init): ditto.
13345
13346         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13347         ditto.
13348
13349         * .cvsignore: ignore various valgrind output files.
13350
13351 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13352
13353         * data/evince-ui.xml:
13354         * shell/Makefile.am:
13355         * shell/ev-history.c:
13356         * shell/ev-history.h:
13357         * shell/ev-navigation-action.c:
13358         * shell/ev-navigation-action.h:
13359         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13360         (ev_view_set_page), (ev_view_fit_width):
13361         * shell/ev-view.h:
13362         * shell/ev-window.c: (update_action_sensitivity),
13363         (ev_window_setup_document), (register_custom_actions):
13364
13365         Kill session history
13366
13367 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13368
13369         * shell/ev-window.c: (update_action_sensitivity):
13370
13371         Fix inverted up/down buttons
13372
13373 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13374
13375         * shell/ev-sidebar-thumbnails.c
13376         (ev_sidebar_thumbnails_select_page): make sure the selected
13377         thumbnail stays visible.
13378
13379 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13380
13381         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13382         scrolled window for Federico.
13383
13384 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13385
13386         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13387
13388 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13389
13390         * configure.ac:
13391         * pdf/splash/SplashFTFontEngine.cc:
13392
13393         Fix CID fonts with freetype 2.1.9
13394
13395 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13396
13397         * TODO: added item for desktop icon thumbnailer
13398
13399 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13400
13401         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13402         unloaded docs when the title is accessed.
13403
13404         * shell/ev-password-view.[hc]: New widget for displaying password
13405         state.
13406
13407         * shell/ev-window.[ch]: Refactor password handling code to handle
13408         the new view.
13409
13410 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13411
13412         * NEWS:
13413         * configure.ac:
13414         * data/Makefile.am:
13415
13416         Release 0.1.1
13417
13418 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13419
13420         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13421         ignore page offset here, to make search results independent of it,
13422
13423         * shell/ev-view.c (expose_bin_window): but take offsets into
13424         account here. Bug #164932
13425
13426         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13427         scale at the right time. Bug #164996
13428
13429 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13430
13431         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13432         fix the problem. Now I just removed the Adobe font names and hope
13433         that the URW fonts are always in outline format. Bug #164934
13434
13435         * shell/ev-window.c (update_window_title): empty titles are
13436         useless, use filename in that case too.
13437
13438         * NEWS: Add some content.
13439
13440 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13441
13442         * TODO: added one more TODO item and a TODONE section :)
13443
13444 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13445
13446         * ps/ps-document.h: add page_[xy]_offset fields.
13447
13448         * ps/ps-document.c (ps_document_set_page_offset)
13449         (ps_document_render): Keep offset in consideration in a few
13450         places. Bug #164752 "postscript documents are not centered in
13451         window"
13452
13453         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13454         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13455
13456         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13457         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13458         stub out missing methods for complete EvDocument implementation.
13459         Fixes segfaults with Save A Copy and Copy actions.
13460
13461         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13462         (ps_document_document_iface_init): ditto.
13463         
13464 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13465
13466         * data/.cvsignore:
13467         * data/Makefile.am:
13468         * data/evince.desktop.in:
13469
13470         Add desktop file
13471
13472 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13473
13474         * shell/ev-view.c: (ev_view_button_press_event),
13475         (ev_view_motion_notify_event):
13476
13477         Make selection work in any direction
13478
13479 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13480
13481         * TODO:
13482         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13483
13484         Use shorter labels for some of the toolbars items
13485
13486 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13487
13488         * pdf/xpdf/pdf-document.cc:
13489
13490         Check the links info is initialized before
13491         using it. Should fix a crash on startup.
13492
13493 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13494
13495         * pixbuf/pixbuf-document.c
13496         (pixbuf_document_thumbnails_get_dimensions): force floating point
13497         division to calculate page_ratio. Fixes crash with landscape
13498         format pixbufs.
13499
13500 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13501
13502         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13503
13504 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13505
13506         * shell/ev-view.c (set_document_page): unset has_selection when
13507         the page changes.
13508         (set_document_page): handle paper size changes when the page
13509         changes (test with Free Culture, page 2).
13510
13511 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13512
13513         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13514         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13515
13516         Use normal style color for the widget background and
13517         draw a black box around the page.
13518
13519 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13520
13521         * pdf/xpdf/pdf-document.cc:
13522
13523         Keep offset in consideration in a few places
13524
13525         * shell/ev-view.c: (expose_bin_window):
13526
13527         Set the offsets so that the document is ever centered
13528
13529 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13530
13531         * TODO: Added TODO items and finished off the first todo item
13532
13533         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13534         reflect current authors
13535
13536 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13537
13538         * pdf/xpdf/pdf-document.cc:
13539         * shell/ev-view.c: (ev_view_set_cursor),
13540         (ev_view_motion_notify_event), (document_changed_callback),
13541         (set_document_page):
13542
13543         Show a wait cursor while the page is rendering
13544
13545 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13546
13547         * shell/ev-sidebar-thumbnails.c:
13548         (ev_sidebar_tree_selection_changed),
13549         (ev_sidebar_thumbnails_select_page):
13550         * shell/ev-sidebar-thumbnails.h:
13551         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13552         (ev_view_can_go_forward):
13553         * shell/ev-window.c: (ev_window_open_page),
13554         (ev_window_setup_document), (update_current_page),
13555         (view_page_changed_cb), (ev_window_init):
13556         * shell/ev-window.h:
13557
13558         Ensure thumbnails selection, toolbar page control and
13559         current page are in sync.
13560
13561 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13562
13563         * pdf/xpdf/XRef.cc:
13564
13565         Fix CAN-2005-0064
13566
13567 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13568
13569         * backend/Makefile.am:
13570         * backend/ev-document-links.h:
13571         * backend/ev-document-security.c: (ev_document_security_get_type),
13572         (ev_document_security_has_document_security),
13573         (ev_document_security_set_password):
13574         * backend/ev-document-security.h:
13575         * backend/ev-document.c: (ev_document_error_quark):
13576         * backend/ev-document.h:
13577         * data/Makefile.am:
13578         * data/evince-password.glade:
13579         * pdf/xpdf/pdf-document.cc:
13580         * shell/Makefile.am:
13581         * shell/ev-password.c: (ev_password_set_bad_password_label),
13582         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13583         (ev_password_dialog_get_password),
13584         (ev_password_dialog_set_bad_pass):
13585         * shell/ev-password.h:
13586         * shell/ev-window.c: (ev_window_get_attribute),
13587         (ev_window_set_property), (update_action_sensitivity),
13588         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13589         (ev_window_setup_document), (ev_window_get_password),
13590         (ev_window_open), (ev_window_cmd_save_as),
13591         (using_postscript_printer), (ev_window_print),
13592         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13593         (update_fullscreen_popup), (ev_window_fullscreen),
13594         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13595         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13596         (menu_item_select_cb), (find_bar_search_changed_cb),
13597         (ev_window_dispose), (ev_window_init):
13598
13599         Add initial support for password-supported dialogs.  This could be
13600         a lot cooler, but it'll do for now.
13601
13602 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13603
13604         * pdf/xpdf/pdf-document.cc:
13605         * shell/ev-view.c: (status_message_from_link),
13606         (ev_view_set_status), (ev_view_set_cursor),
13607         (ev_view_motion_notify_event), (ev_view_init):
13608         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13609
13610         Fix bugs in the links implementation and change cursor
13611         when hovering a link.
13612
13613 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13614
13615         * viewer/.cvsignore: added cvsignore file for viewer directory
13616
13617         * TODO: created TODO document
13618
13619 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13620
13621         * shell/ev-view.h:
13622         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13623         new functions to help with implementation of sensitivity code
13624         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13625         of all actions that might require it.  Fixes a crash when you
13626         click on the Zoom actions in a window lacking a document.
13627
13628 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13629
13630         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13631         of the Find action
13632
13633 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13634
13635         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13636         (pixbuf_document_document_iface_init):
13637         * ps/ps-document.c: (ps_document_get_link),
13638         (ps_document_document_iface_init):
13639         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13640         (status_message_from_link), (ev_view_set_status),
13641         (ev_view_set_find_status), (ev_view_motion_notify_event),
13642         (ev_view_button_release_event), (ev_view_set_property),
13643         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13644         (ev_view_get_find_status_message), (update_find_results),
13645         (ev_view_get_status), (ev_view_get_find_status):
13646         * shell/ev-view.h:
13647         * shell/ev-window.c: (view_status_changed_cb),
13648         (view_find_status_changed_cb), (ev_window_init):
13649
13650         View status message support, use it to show the links.
13651         Needs work...
13652
13653 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13654
13655         * backend/ev-document.c: (ev_document_get_link):
13656         * backend/ev-document.h:
13657         * pdf/xpdf/pdf-document.cc:
13658         * shell/ev-application.c: (ev_application_open):
13659         * shell/ev-application.h:
13660         * shell/ev-sidebar-links.c: (selection_changed_cb):
13661         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13662         (ev_view_go_to_link):
13663
13664         Add support for document links
13665
13666 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13667
13668         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13669         (create_tool_item):
13670         Set the spin button limits correctly.
13671         
13672         * shell/ev-sidebar-thumbnails.c:
13673         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13674         Support changing pages by clicking on the thumbnails.
13675         
13676 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13677
13678         * pixbuf/pixbuf-document.c:
13679         (pixbuf_document_thumbnails_get_dimensions),
13680         (pixbuf_document_document_thumbnails_iface_init):
13681
13682         implement get_dimensions
13683
13684 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13685
13686         * ps/ps-document.c: (ps_document_goto_page):
13687
13688         Fix page switching on multipage documents
13689
13690 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13691
13692         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13693         
13694         check for NULL before assigning to width and height parameters
13695
13696 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13697
13698         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13699         (pixbuf_document_set_property), (pixbuf_document_get_property):
13700
13701         implement get/set properties
13702
13703 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13704
13705         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13706         
13707         return NULL instead of "Unknown", letting the title get set to
13708         the filename when the pdf has no title.
13709
13710 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13711
13712         * ps/ps-document.c: (ps_document_get_page_count),
13713         (ps_document_goto_page):
13714
13715 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13716
13717         * shell/ev-history.c: (ev_history_get_property),
13718         (ev_history_set_property), (ev_history_class_init),
13719         (ev_history_add_page), (ev_history_set_current_index):
13720         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13721         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13722         (ev_navigation_action_finalize):
13723         * shell/ev-navigation-action.h:
13724         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13725         (ev_view_go_forward), (ev_view_get_find_status_message),
13726         (history_index_changed_cb), (ev_view_set_history):
13727         * shell/ev-view.h:
13728         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13729         (update_current_page), (register_custom_actions):
13730
13731         Implement history dropdowns
13732
13733 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13734
13735         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13736         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13737         (ev_view_go_forward):
13738         * shell/ev-window.c: (register_custom_actions):
13739
13740         Fix several history bugs
13741
13742 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13743
13744         * configure.ac: Add «nb» to ALL_LINGUAS.
13745
13746 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13747
13748         * backend/Makefile.am:
13749         * backend/ev-bookmark.c:
13750         * backend/ev-bookmark.h:
13751         * backend/ev-document-bookmarks.c:
13752         * backend/ev-document-bookmarks.h:
13753         * backend/ev-document-links.c: (ev_document_links_get_type),
13754         (ev_document_links_has_document_links),
13755         (ev_document_links_begin_read), (ev_document_links_get_link),
13756         (ev_document_links_get_child), (ev_document_links_next),
13757         (ev_document_links_free_iter):
13758         * backend/ev-document-links.h:
13759         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13760         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13761         (ev_link_get_link_type), (ev_link_set_link_type),
13762         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13763         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13764         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13765         (ev_link_new_external):
13766         * backend/ev-link.h:
13767         * pdf/xpdf/pdf-document.cc:
13768         * shell/Makefile.am:
13769         * shell/ev-application.c: (ev_application_open_link):
13770         * shell/ev-application.h:
13771         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13772         (ev_history_get_link_nth):
13773         * shell/ev-history.h:
13774         * shell/ev-sidebar-bookmarks.c:
13775         * shell/ev-sidebar-bookmarks.h:
13776         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13777         (ev_sidebar_links_class_init), (selection_changed_cb),
13778         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13779         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13780         (do_one_iteration), (populate_links_idle),
13781         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13782         * shell/ev-sidebar-links.h:
13783         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13784         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13785         (go_to_index):
13786         * shell/ev-view.h:
13787         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13788         * shell/ev-window.h:
13789
13790         Rename bookmark to link, and use "Index" for the sidebar panel.
13791
13792 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13793
13794         * shell/Makefile.am:
13795         * shell/ev-application.c: (ev_application_open_bookmark):
13796         * shell/ev-application.h:
13797         * shell/ev-history.c: (ev_history_init), (free_links_list),
13798         (ev_history_finalize), (ev_history_class_init),
13799         (ev_history_add_link), (ev_history_add_page),
13800         (ev_history_get_link_nth), (ev_history_get_n_links),
13801         (ev_history_get_current_index), (ev_history_set_current_index),
13802         (ev_history_new):
13803         * shell/ev-history.h:
13804         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13805         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13806         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13807         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13808         (ev_view_set_page):
13809         * shell/ev-view.h:
13810         * shell/ev-window.c: (ev_window_open_bookmark),
13811         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13812         (goto_page_cb), (register_custom_actions):
13813         * shell/ev-window.h:
13814
13815         Initial history implementation. Needs work.
13816
13817 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13818
13819         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13820
13821 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13822
13823         * cut-n-paste/recent-files/egg-recent-item.c:
13824         * cut-n-paste/recent-files/egg-recent-item.h:
13825         * cut-n-paste/recent-files/egg-recent-model.c:
13826         * cut-n-paste/recent-files/egg-recent-util.c:
13827         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13828         * cut-n-paste/recent-files/egg-recent-view.c:
13829
13830         Update
13831
13832 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13833
13834         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13835         (fillGlyph, fillImageMask, drawImage):
13836         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13837         pdf/splash/SplashTypes.h:
13838         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13839         packed mode for Splash.
13840
13841         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13842         RGB8 packed mode, eliminates the pixbuf data creation loop.
13843
13844         * shell/ev-print-job.c (ev_print_job_finalize)
13845         (ev_print_job_set_property, ev_print_job_get_property)
13846         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13847         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13848         (print_closure_finalize, ev_print_job_print): implement
13849         printing (for backends with EvPsExporter)
13850
13851         * shell/ev_print_job.h: update prototypes.
13852
13853         * shell/ev-window.c (ev_window_print): unref print job after
13854         printing.
13855
13856         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13857         unless the document implements the EvDocumentFind interface.
13858
13859 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13860
13861         * configure.ac: Added ja to ALL_LINGUAS.
13862
13863 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13864
13865         * pdf/xpdf/pdf-document.cc:
13866
13867         add a FIXME. We should probably not allocate
13868         a bookmark object every time
13869
13870 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13871
13872         * shell/ev-application.c: (ev_application_open),
13873         (ev_application_open_bookmark):
13874         * shell/ev-application.h:
13875         
13876         Add a way to open bookmarks
13877
13878         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13879         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13880         (ev_bookmark_set_property), (ev_bookmark_class_init),
13881         (ev_bookmark_new_title), (ev_bookmark_new_link),
13882         (ev_bookmark_new_external):
13883
13884         Support for external uris, better constructors.
13885
13886         * backend/ev-bookmark.h:
13887         * pdf/xpdf/pdf-document.cc:
13888         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13889
13890         Handle external uris
13891
13892 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13893
13894         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13895         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13896
13897         Hook up bookmarks navigation
13898
13899 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13900
13901         * backend/Makefile.am:
13902         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13903         (ev_bookmark_get_title), (ev_bookmark_set_title),
13904         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13905         (ev_bookmark_get_page), (ev_bookmark_set_page),
13906         (ev_bookmark_get_property), (ev_bookmark_set_property),
13907         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13908         (ev_bookmark_new):
13909         * backend/ev-bookmark.h:
13910         * backend/ev-document-bookmarks.c:
13911         (ev_document_bookmarks_get_bookmark):
13912         * backend/ev-document-bookmarks.h:
13913         * pdf/xpdf/pdf-document.cc:
13914         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13915
13916         Add a bookmark object to the backend and use it instead of get_values
13917
13918 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13919
13920         * data/evince-ui.xml:
13921
13922         Cleanup and add select all.
13923
13924         * shell/ev-view.c: (ev_view_select_all),
13925         (ev_view_button_press_event):
13926         * shell/ev-view.h:
13927         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13928
13929         Add select all.
13930         Clear selection on click.
13931
13932 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13933
13934         * shell/ev-sidebar-thumbnails.c
13935         (ev_sidebar_thumbnails_set_document): forgot to unref the
13936         loading_icon.
13937
13938 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13939
13940         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13941         at the visible page, not just linearly.  This makes it look fast.
13942
13943 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13944
13945         * backend/ev-document-misc.c
13946         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13947         white.
13948         * backend/ev-document-thumbnails.h: New interface to get the size
13949         of a page.
13950
13951 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13952
13953         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13954         make dist works
13955
13956 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13957
13958         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13959         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13960         things up a bit.
13961
13962         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13963
13964 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13965
13966         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13967         fonts. Should fix font problems on systems that have the base
13968         fonts in bitmap format. Reported by James Henstridge
13969         <james@jamesh.id.au>.
13970
13971 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13972
13973         * pdf/xpdf/Gfx.cc:
13974         * pdf/xpdf/GfxState.cc:
13975
13976         Fix for CAN-2004-1125
13977
13978 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13979
13980         * shell/ev-view.c: (ev_view_copy):
13981         * shell/ev-view.h:
13982         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13983
13984         Implement Edit->Copy
13985
13986 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13987
13988         * backend/ev-document.c: (ev_document_get_text):
13989         * backend/ev-document.h:
13990         * pdf/xpdf/pdf-document.cc:
13991         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13992         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13993         (ev_view_update_primary_selection), (ev_view_button_press_event),
13994         (ev_view_motion_notify_event), (ev_view_button_release_event):
13995
13996         Beginnings of clipboard support. Incomplete but primary sort
13997         of work.
13998
13999 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14000
14001         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14002         (expose_bin_window):
14003
14004         Nicer rubberband drawing, from GtkIconView.
14005
14006 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14007
14008         * backend/ev-document.c: (ev_document_save):
14009         * backend/ev-document.h:
14010         * data/evince-ui.xml:
14011         * pdf/xpdf/pdf-document.cc:
14012         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14013
14014         Implement "Save a copy..." menu item
14015
14016 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14017
14018         * shell/ev-view.c: (ev_view_zoom):
14019
14020         Queue a resize when zoom changes
14021
14022 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14023
14024         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14025         shadows.
14026
14027         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14028         thumbnails..
14029
14030 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14031
14032         * pdf/xpdf/pdf-document.cc
14033         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14034
14035 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14036
14037         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14038         It's slow, but I'll speed it up next!
14039
14040 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14041
14042         * shell/main.c (load_files):
14043
14044         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14045         from the command line and because it seems more appropriate.
14046
14047 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14048
14049         * data/evince-ui.xml:
14050         * shell/ev-window.c: (update_action_sensitivity),
14051         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14052
14053         s/next page/page down
14054         s/previous page/page up
14055
14056 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14057
14058         * data/evince-ui.xml:
14059
14060         Change the layout to match clarkbw design.
14061
14062         * shell/Makefile.am:
14063         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14064         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14065         (ev_navigation_action_finalize),
14066         (ev_navigation_action_set_property),
14067         (ev_navigation_action_get_property),
14068         (ev_navigation_action_class_init):
14069         * shell/ev-navigation-action.h:
14070
14071         Implement clarkbw toolbar navigation controls (incomplete)
14072
14073         * shell/ev-page-action.c: (update_label), (update_spin),
14074         (value_changed_cb), (create_tool_item), (connect_proxy),
14075         (ev_page_action_init), (ev_page_action_finalize),
14076         (ev_page_action_set_property), (ev_page_action_get_property),
14077         (ev_page_action_set_current_page),
14078         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14079         * shell/ev-page-action.h:
14080
14081         Implement a page switcher in the toolbar
14082
14083         * shell/ev-view.c: (ev_view_scroll_view):
14084         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14085         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14086         (register_custom_actions), (ev_window_init):
14087
14088         Change page on PageUp/Down.
14089
14090 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14091
14092         * pdf/xpdf/pdf-document.cc
14093         (pdf_document_thumbnails_get_thumbnail): initial stab at
14094         implementing thumbnail support for pdfs.  It only does documents
14095         with precached pdfs now.
14096
14097 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14098
14099         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14100         thumbnail code into a time-based idle as well.  Also, turn off the
14101         shadow temporarily as it's really slow.
14102
14103 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14104
14105         * backend/ev-document.c: (ev_document_class_init):
14106         * pdf/xpdf/pdf-document.cc:
14107         * shell/ev-window.c: (ev_window_open):
14108
14109         Fix document title bugs and fallback to
14110         filename when not available.
14111
14112 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14113
14114         * backend/ev-document.c: (ev_document_get_type),
14115         (ev_document_class_init), (ev_document_load),
14116         (ev_document_get_title):
14117         * backend/ev-document.h:
14118         * pdf/xpdf/pdf-document.cc:
14119         * ps/ps-document.c: (ps_document_set_property),
14120         (ps_document_get_property), (ps_document_class_init),
14121         (document_load):
14122         * ps/ps-document.h:
14123         * ps/ps.h:
14124         * shell/ev-window.c: (update_window_title), (ev_window_open),
14125         (ev_window_init):
14126
14127         Initial support for document title. Not working yet.
14128
14129 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14130
14131         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14132
14133         Grab focus on the view when clicking it
14134
14135 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14136
14137         * shell/ev-marshal.list:
14138         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14139         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14140
14141         Add key bindings to the view. Now if the focus would work
14142         right...
14143
14144 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14145
14146         * Makefile.am:
14147         * backend/Makefile.am:
14148         * data/Makefile.am:
14149         * dvi/Makefile.am:
14150         * dvi/dvilib/Makefile.am:
14151         * pdf/xpdf/Makefile.am:
14152         * po/POTFILES.in:
14153         * ps/Makefile.am:
14154
14155         Fix distcheck
14156
14157 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14158
14159         * shell/ev-view.c: (ev_view_realize):
14160
14161         Fix mouse wheel scrolling
14162
14163 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14164
14165         * ps/Makefile.am:
14166         * ps/gstypes.h:
14167         * ps/gtkgs.c:
14168         * ps/gtkgs.h:
14169         * ps/ps-document.c: (catchPipe), (ps_document_init),
14170         (ps_document_class_init), (ps_document_cleanup),
14171         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14172         (set_up_page), (close_pipe), (is_interpreter_ready),
14173         (interpreter_failed), (output), (input), (start_interpreter),
14174         (stop_interpreter), (file_length), (file_readable),
14175         (check_filecompressed), (check_pdf), (compute_xdpi),
14176         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14177         (ps_document_get_type), (ps_document_emit_error_msg),
14178         (document_load), (ps_document_next_page),
14179         (ps_document_get_current_page), (ps_document_get_page_count),
14180         (ps_document_goto_page), (ps_document_set_page_size),
14181         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14182         (ps_document_load), (ps_document_get_n_pages),
14183         (ps_document_set_page), (ps_document_get_page),
14184         (ps_document_widget_event), (ps_document_set_target),
14185         (ps_document_set_scale), (ps_document_set_page_offset),
14186         (ps_document_get_page_size), (ps_document_render),
14187         (ps_document_document_iface_init):
14188         * ps/ps-document.h:
14189         * ps/ps.c:
14190         * shell/ev-window.c: (ev_window_open):
14191
14192         Rename GtkGS to PSDocument
14193
14194 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14195
14196         * ps/gtkgs.c: (gtk_gs_class_init):
14197         * ps/gtkgs.h:
14198
14199         Some more leftover...
14200
14201 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14202
14203         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14204         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14205         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14206         * ps/gtkgs.h:
14207
14208         Remove unused code and make a lot of stuff private
14209
14210 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14211
14212         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14213         (gtk_gs_defaults_changed):
14214         * ps/gsdefaults.h:
14215         * ps/gtkgs.c:
14216         * ps/gtkgs.h:
14217         * ps/ps.h:
14218
14219         Cleanup headers dependencies
14220
14221 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14222
14223         * ps/Makefile.am:
14224         * ps/ggvutils.c:
14225         * ps/ggvutils.h:
14226         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14227         * ps/gsdefaults.h:
14228         * ps/gtkgs.c: (file_length), (file_readable),
14229         (check_filecompressed), (check_pdf), (gtk_gs_load),
14230         (gtk_gs_get_postscript):
14231
14232         Get rid of ggvutils
14233
14234 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14235
14236         * ps/ggvutils.c:
14237         * ps/ggvutils.h:
14238         * ps/gsio.h:
14239         * ps/gtkgs.c: (gtk_gs_set_zoom):
14240
14241         Cleanups
14242
14243 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14244
14245         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14246
14247         Ensure the page is rerendered when changing zoom
14248
14249 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14250
14251         * backend/ev-document.c: (ev_document_base_init),
14252         (ev_document_changed):
14253         * backend/ev-document.h:
14254
14255         Add a changed event that is emitted when the page content
14256         changes. This is necessary to deal with the fact that
14257         in ps backend rendering happen asycrounously.
14258         This makes the ps backend mostly work.
14259
14260         * pdf/xpdf/pdf-document.cc:
14261
14262         Emit changed event
14263
14264         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14265         (ps_document_set_target):
14266
14267         Emit changed event
14268
14269         * shell/ev-view.c: (document_changed_callback),
14270         (ev_view_set_document), (ev_view_set_page):
14271
14272         Redraw on the changed signal
14273
14274 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14275
14276         * configure.ac: Added pt_BR to ALL_LINGUAS.
14277
14278 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14279
14280         * backend/ev-document-bookmarks.c:
14281         (ev_document_bookmarks_get_child): *
14282         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14283         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14284         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14285         (ev_sidebar_bookmarks_destroy),
14286         (ev_sidebar_bookmarks_class_init),
14287         (ev_sidebar_bookmarks_construct), (stack_data_free),
14288         (do_one_iteration), (populate_bookmarks_idle),
14289         (ev_sidebar_bookmarks_clear_document),
14290         (ev_sidebar_bookmarks_set_document): *
14291         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14292         (ev_sidebar_add_page),
14293         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14294         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14295         it displays both the topics and the page numbers.
14296
14297 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14298
14299         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14300         toggle.
14301         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14302         visible.
14303
14304 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14305
14306         * configure.ac: Added en_CA to ALL_LINGUAS.
14307
14308 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14309
14310         * ChangeLog: replace bottom of this ChangeLog (merged history of
14311         ggv and gpdf; where all paths were wrong and most of the files are
14312         not even in this tree) with ChangeLog (from arch) of the shell
14313         code.
14314
14315 2004-12-23  Havoc Pennington  <hp@redhat.com>
14316
14317         * shell/ev-window.c: hook up potentially-questionable "find
14318         results status text" feature - something involving the sidebar or
14319         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14320         might be better in the end.
14321
14322         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14323         with corresponding signal when it should be updated
14324
14325         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14326
14327 2004-12-22  Havoc Pennington  <hp@redhat.com>
14328
14329         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14330         find stuff on other pages, sort of (only returns one result on
14331         invisible pages, to show they have results; updates full results
14332         for a page when you view it). Currently repaints the current page
14333         every time a new result is found on any page, which isn't so nice.
14334
14335 2004-12-22  Havoc Pennington  <hp@redhat.com>
14336
14337         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14338         the document doesn't support find (better ideas?)
14339         (find_bar_search_changed_cb): handle missing document or document
14340         that doesn't support find
14341
14342         * pdf/xpdf/pdf-document.cc: port to implement the new
14343         EvDocumentFindIface
14344
14345         * backend/ev-document-find.c: create a new interface for searching
14346
14347         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14348
14349 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14350
14351         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14352         libevbackend.la.
14353
14354         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14355         EvPrintJob constructor arguments.
14356
14357         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14358         for documents that can export PostScript (page by page).
14359
14360         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14361         
14362         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14363         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14364         (pdf_document_ps_exporter_iface_init:
14365         Implement EvPSExporter.
14366
14367         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14368
14369 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14370
14371         * backend/Makefile.am:
14372         * backend/ev-document-thumbnails.c:
14373         (ev_document_thumbnails_get_type),
14374         (ev_document_thumbnails_get_thumbnail):
14375         * backend/ev-document-thumbnails.h:
14376         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14377         (pixbuf_document_thumbnails_get_thumbnail),
14378         (pixbuf_document_document_thumbnails_iface_init):
14379         * shell/Makefile.am:
14380         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14381         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14382         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14383         * shell/ev-sidebar-thumbnails.h:
14384         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14385         (ev_sidebar_set_document):
14386         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14387         (create_shadow), (ev_pixbuf_add_shadow):
14388         * shell/ev-utils.h:
14389         Add thumbnail support.
14390         
14391 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14392
14393         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14394         (using_postscript_printer): Set up a print dialog for "PostScript
14395         injection" method.
14396
14397         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14398         EvPrintJob.
14399
14400         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14401
14402 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14403
14404         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14405         (ps_document_set_target), (ps_document_get_page_size),
14406         (ps_document_render):
14407         * ps/gtkgs.h:
14408
14409         Fix a few bugs
14410
14411 2004-12-22  Christian Rose  <menthos@menthos.com>
14412
14413         * configure.ac: Added "sv" to ALL_LINGUAS.
14414
14415 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14416
14417         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14418         document supports bookmarks.
14419
14420 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14421
14422         * ps/ggvutils.c: (ggv_file_readable):
14423         * ps/ggvutils.h:
14424         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14425         (gtk_gs_get_postscript):
14426
14427         Remove unused utils
14428
14429 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14430
14431         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14432         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14433         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14434         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14435         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14436         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14437         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14438         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14439         (gtk_gs_set_antialiasing), (ps_document_load),
14440         (ps_document_render):
14441         * ps/gtkgs.h:
14442
14443         Another check point for the ps backend. Now I can get it to show
14444         pages!
14445
14446 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14447
14448         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14449         document setting code.
14450
14451 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14452
14453         * shell/eggfindbar.c: (entry_activate_callback):
14454         Animate the next button when activate is pressed.
14455         
14456 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14457
14458         * shell/ev-window.c: (ev_window_cmd_edit_find),
14459         (update_fullscreen_popup), (ev_window_fullscreen),
14460         (ev_window_unfullscreen), (ev_window_state_event_cb),
14461         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14462         Fix bugs in fullscreen code.
14463         
14464 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14465
14466         * Makefile.am:
14467         * configure.ac:
14468         * pixbuf/Makefile.am:
14469         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14470         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14471         (pixbuf_document_set_page), (pixbuf_document_get_page),
14472         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14473         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14474         (pixbuf_document_render), (pixbuf_document_begin_find),
14475         (pixbuf_document_end_find), (pixbuf_document_finalize),
14476         (pixbuf_document_class_init),
14477         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14478         * pixbuf/pixbuf-document.h:
14479         * shell/Makefile.am:
14480         * shell/ev-application.c: (ev_application_open):
14481         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14482         (ev_window_open):
14483         Add pixbuf backend.
14484         
14485 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14486
14487         * Makefile.am: 
14488         * dvi/dvilib/Makefile.am:
14489         * dvi/Makefile.am:
14490         * configure.ac: Auto*ify dvi and dvi/dvilib
14491
14492         * dvi/Makefile: Remove from CVS
14493         
14494         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14495         confusion.
14496
14497         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14498         
14499         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14500         
14501 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14502
14503         * ps/Makefile.am:
14504         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14505         (gtk_gs_value_adjustment_changed), (compute_size),
14506         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14507         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14508         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14509         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14510         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14511         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14512         (ps_document_load), (ps_document_get_n_pages),
14513         (ps_document_set_page), (ps_document_get_page),
14514         (ps_document_set_target), (ps_document_set_scale),
14515         (ps_document_set_page_offset), (ps_document_get_page_size),
14516         (ps_document_render), (ps_document_begin_find),
14517         (ps_document_end_find), (ps_document_document_iface_init):
14518         * ps/gtkgs.h:
14519         * shell/Makefile.am:
14520         * shell/ev-window.c: (ev_window_open):
14521
14522         Some work to integrate gtkgs with EvDocument
14523
14524 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14525
14526         * shell/ev-window.c: (update_fullscreen_popup),
14527         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14528         (exit_fullscreen_button_clicked_cb),
14529         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14530         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14531         (ev_window_state_event_cb), (ev_window_init):
14532         Add fullscreen support from Epiphany.
14533         
14534 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14535
14536         * data/ev-stock-zoom-fit-width.png: fit-width
14537         stock icon from gpdf.
14538         
14539         * shell/ev-stock-icons.[ch]: copied from gpdf.
14540         
14541         * shell/main.c: (main): init stock icons.
14542         
14543         * shell/ev-window.c: use the fit-width icon.
14544         
14545         * data/evince-ui.xml: add zooming toolbar items.
14546
14547 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14548
14549         * shell/ev-view.c: 
14550         (ev_view_best_fit), (ev_view_fit_width): because
14551         get_page_size() returns the scaled page size, we
14552         need to calculate the scale factor relative to
14553         the previous scale factor. Should really just
14554         add get_real_page_size().
14555
14556 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14557
14558         * shell/ev-view.[ch]:
14559         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14560         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14561         add zooming.
14562         
14563         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14564         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14565         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14566         hook it up.
14567         
14568         * pdf/xpdf/pdf-document.cc:
14569         (pdf_document_begin_find),
14570         (pdf_document_end_find): make static.
14571
14572 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14573
14574         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14575
14576         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14577         names to fontconfig patterns.
14578         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14579
14580         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14581         setupBaseFontsFc.
14582
14583 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14584
14585         * Makefile.am:
14586         * configure.ac:
14587         * ps/Makefile.am:
14588         * ps/ggvutils.c:
14589         * ps/ggvutils.h:
14590         * ps/gsdefaults.c:
14591         * ps/gsdefaults.h:
14592         * ps/gsio.c:
14593         * ps/gsio.h:
14594         * ps/gtkgs.c:
14595         * ps/gtkgs.h:
14596         * ps/ps.c:
14597         * ps/ps.h:
14598
14599         Import ggv backend. Not hooked up yet.
14600
14601 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14602
14603         * shell/main.c: (load_files), (main): load files
14604         from the command line.
14605
14606 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14607
14608         * configure.ac: don't require bonobo.
14609         
14610         * cut-n-paste/recent-files/*: kill bonobo recent
14611         view.
14612
14613         * shell/ev-window.c:
14614         (ev_window_is_empty): upd.
14615         (unable_to_load), (ev_window_open): load backend
14616         based on the mime type.
14617
14618 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14619
14620         * backend/.cvsignore: ignore generated marshalers source.
14621
14622         * shell/main.c (main): this is not epiphany.
14623
14624 2004-12-22  Havoc Pennington  <hp@redhat.com>
14625
14626         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14627         (expose_bin_window): draw find highlights
14628
14629         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14630         
14631         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14632         (pdf_document_end_find): implement this interface
14633
14634         * backend/ev-document.c (ev_document_found): add this to emit
14635         signal
14636
14637 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14638
14639         * data/evince-ui.xml: Add a few more toolbar items.
14640
14641         * shell/ev-window.c: Hook up page navigation toolbar 
14642         items.
14643
14644         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14645         a page-changed signal.
14646
14647         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14648         Add ev_document_get_page().
14649
14650         * shell/ev-window.c: Sensitize/desensitize navigation
14651         actions.
14652
14653 2004-12-21  Havoc Pennington  <hp@redhat.com>
14654
14655         * backend/ev-backend-marshal.c,
14656         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14657         marshaler-generator thingy. I'm sure there's a better way to do
14658         this in the modern world.
14659
14660         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14661         end_find methods and "found" signal.
14662
14663         * configure.ac: find glib-genmarshal
14664
14665 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14666
14667         * shell/ev-sidebar.c: Construct an actual sidebar.
14668         * shell/ev-sidebar-bookmarks.[ch]:
14669         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14670
14671 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14672
14673         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14674         Redo size handling.
14675         
14676         * shell/ev-view.c: Track the size from the document.
14677
14678 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14679
14680         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14681         constructor assumes ownership of the string passed in.
14682         
14683         * shell/ev-window.c (ev_window_open): Destroy the error
14684         dialog once we've displayed it.
14685
14686 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14687
14688         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14689         a bit, it works! (sort of)
14690
14691         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14692         Move to .cc since we need to use C++ in the implementation.
14693
14694         * shell/dummy.cc: Add a CC file to force evince
14695         to be linked as a C++ program.
14696
14697 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14698
14699         * shell/ev-view.[ch]: Start of content-area widget.
14700
14701         * shell/ev-window.c: Create a EvView, update it
14702         as we change documents.
14703
14704         * shell/Makefile.am shell/ev-marshal.list: Add
14705         generated marshalers.
14706
14707 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14708
14709         * Makefile.am (SUBDIRS): move shell.
14710
14711 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14712
14713         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14714         .a to libtool convenience libraries.
14715
14716         * shell/ev-window.c (ev_window_open): Hard code loading
14717         a PDF document.
14718         
14719         * backend/ev-document.h: Add a boolean return to load(),
14720         fix GError * to GError **.
14721
14722         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14723         object for a PDF backend EvDocument.
14724
14725 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14726
14727         * dvi/*: New directory with the beginning of a .dvi backend.
14728
14729 2004-12-21  Havoc Pennington  <hp@redhat.com>
14730
14731         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14732         previous/next instead of back/forward
14733
14734 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14735
14736         * backend/ev-document.[ch]: Fix a couple of problems so
14737         it compile.
14738
14739 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14740
14741         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14742         to backend/ directory, rename EvViewer to EvDocument.
14743
14744 2004-12-21  Havoc Pennington  <hp@redhat.com>
14745
14746         * shell/ev-window.c: hook up the find bar widget; now we just need
14747         a document to find things in
14748
14749         * shell/eggfindbar.c: a find bar widget
14750
14751 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14752
14753         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14754
14755 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14756
14757         * pdf/**: Import of xpdf code from gpdf. 
14758
14759         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14760
14761         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14762         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14763         Fix FreeType includes.
14764
14765         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14766         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14767         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14768         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14769         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14770         Include xpdfconfig.h
14771         
14772 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14773
14774         * shell/ev-window.c (ev_window_dispose): dispose can be called
14775         multiple times.
14776
14777 2004-12-21  Havoc Pennington  <hp@redhat.com>
14778
14779         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14780         rather than Evince
14781
14782         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14783         items; really they should be synced with the strings, etc. from
14784         current gpdf, but just getting the boring typing out of the way 
14785
14786 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14787
14788         * po/POTFILES.in:
14789         * shell/ev-application.c: (window_destroy_cb):
14790         * shell/ev-window.c:
14791         * shell/main.c: (main):
14792
14793         Actually show the window...
14794
14795 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14796
14797         * Makefile.am:
14798         * shell/Makefile.am:
14799         * shell/ev-application.c: (ev_application_class_init):
14800         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14801
14802         Make it build again
14803
14804 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14805
14806         Import to gnome cvs.
14807         
14808         * Remove copies of gpdf and ggv trees.
14809         * Rip out all the recursive configure code.
14810         * Remove bonobo machinery.
14811         * viewer/*: GInterfaces that backends should/can implement.
14812
14813 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14814
14815         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14816         typo
14817
14818 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14819
14820         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14821         (ev_application_finalize, ev_application_class_init)
14822         (ev_application_init): use GType instance private data for priv.
14823
14824         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14825         (ev_window_finalize, ev_window_class_init)
14826         (ev_window_init): ditto.
14827
14828 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14829
14830         * shell/ev-application.c (ev_application_new_window): make public
14831         (ev_application_show_initial_window): kill.
14832
14833         * shell/ev-application.h: update prototypes.
14834
14835         * shell/main.cc (main): inline ev_application_show_initial_window.
14836
14837 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14838
14839         * shell/ev-application.c (ev_application_new_window): impl.
14840         (ev_application_show_initial_window): use it.
14841         (is_window_empty, ev_application_get_empty_window): returns an
14842         existing empty window or a new one.
14843         (ev_application_open): from ev_window_cmd_file_open.
14844
14845         * shell/ev-application.h: update prototypes
14846
14847         * shell/ev-window.c (ev_window_is_empty): impl.
14848         (ev_window_open): make public.
14849         (ev_window_cmd_file_open): use ev_application_open
14850
14851         * shell/ev-window.h: update prototypes, remove unused.
14852
14853 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14854
14855         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14856         move destroy handler out of here...
14857
14858         * shell/ev-application.c, shell/ev-application.h: ...into this new
14859         class. Also handles initial window creation.
14860
14861         * shell/main.cc (main): use EvApplication to create initial
14862         window.
14863
14864 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14865
14866         * Makefile.am (SUBDIRS): add cut-n-paste
14867
14868         * cut-n-paste/Makefile.am: add
14869
14870         * configure.ac: generate Makefiles in cut-n-paste
14871
14872 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14873
14874         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14875         (ev_window_class_init): install ev_window_dispose.
14876
14877 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14878
14879         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14880         char (gchar looks stupid).
14881
14882 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14883
14884         * po/de.po: updated German translation.
14885
14886 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14887
14888         * configure.ac: add more pkg-config library checks for gnome-vfs,
14889         bonobo etc.
14890
14891         * gpdf/configure.in: temporarily disable libpaper
14892         checks. Otherwise I'd have to add the checks for the shell, too.
14893
14894 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14895
14896         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14897         and * file filters to the file choose.
14898
14899 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14900
14901         * po/de.po: Updated German translation.
14902
14903 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14904
14905         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14906
14907 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14908
14909         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14910
14911         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14912         (ev_window_init): implement those menuitems.
14913
14914 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14915
14916         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14917
14918         * shell/ev-window.c (ev_window_init): use the toolbar.
14919
14920 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14921
14922         * shell/ev-window.c (ev_window_init): use menu translations
14923
14924 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14925
14926         * configure.ac: add "de" to ALL_LINGUAS.
14927
14928         * po/de.po: add German translation.
14929
14930 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14931
14932         * Makefile.am (SUBDIRS): add po
14933
14934         * configure.ac: check intltool, glib-gettext etc, generate
14935         po/Makefile.in
14936
14937         * po, po/POTFILES.in, po/POTFILES.skip: new.
14938
14939 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14940
14941         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14942         already use (#ifdef ENABLE_NLS)
14943
14944         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14945         pointer indirection thinko.
14946
14947         * shell/main.c: include gi18n.h for bindtextdomain etc.
14948
14949 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14950
14951         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14952         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14953         tooltips for menu items in the statusbar.
14954
14955 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14956
14957         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14958         pkgdatadir drop UIDIR
14959
14960 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14961
14962         * data/evince-ui.xml: Add File->Open menu item
14963
14964         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14965         chooser), hook it up in the ui manager.
14966
14967 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14968
14969         * shell/ev-window.c: fix Help->About tooltip.
14970
14971 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14972
14973         * configure.ac: set CFLAGS for libevprivate.
14974
14975         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14976         definitions, factory etc.
14977
14978         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14979
14980         * shell/Makefile.am: link against libevprivate.a.
14981
14982         * shell/ev-window.c (entries): add stock icon to Help->About.
14983
14984         * shell/main.c (main): init stock icon code.
14985
14986 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14987
14988         * lib/recent-files: egg recent files code
14989
14990         * lib/Makefile.am: add.
14991
14992         * Makefile.am: add lib subdir.
14993
14994         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14995         set CFLAGS for recent-files.
14996
14997 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14998
14999         * configure.ac: disable -ansi and -pedantic gcc flags. They
15000         disable POSIX stuff in stdio.h, but egg-recent uses them.
15001
15002 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15003
15004         * configure.ac: add --disable-deprecated flag (defaults to on in
15005         "cvs" builds).
15006
15007         * shell/Makefile.am (INCLUDES): use it.
15008
15009 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15010
15011         * shell/main.c: add missing #include.
15012
15013         * shell/ev-window.c: fix for pedantic gcc.
15014         (ev_window_cmd_help_about): split license into paragraphs for
15015         translators and pedantic compilers.
15016
15017 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15018
15019         * configure.ac: add more warning flags if compiling with gcc from
15020         cvs (or explicitly requested with --enable-more-warnings).
15021
15022 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15023
15024         * data/evince-ui.xml: add File and File->Close menu.
15025
15026         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15027         (ev_window_destroy): quit after destroy.
15028         (ev_window_class_init): override GtkObject::destroy.
15029         (entries): install close_window callback.
15030
15031 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15032
15033         * Makefile.am (SUBDIRS): add data subdir.
15034
15035         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15036         gtk+ 2.5.0 for GtkAboutDialog.
15037
15038         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15039         main window.
15040
15041         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15042
15043         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15044         manager.
15045         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15046
15047 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15048
15049         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15050
15051 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15052
15053         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15054
15055 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15056
15057         * shell/*: Added shell directory boilerplate, build it.
15058
15059 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15060
15061         * configure.ac, Makefile.am: Added top-level configure.ac and
15062         Makefile.am