]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Updated Norwegian bokmål translation.
[evince.git] / ChangeLog
1 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * NEWS:
4         * configure.ac:
5
6         Update for release 2.25.5
7         
8 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * libview/ev-view.c: (ev_view_drag_data_get):
11
12         Fix second parameter passed to gtk_selection_data_set_uris(), 
13         it expects a gchar **.
14         
15 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
16
17         * libdocument/Makefile.am:
18         * libdocument/ev-document-info.h:
19         * libdocument/ev-document-type-builtins.c.template:
20         * libdocument/ev-document-type-builtins.h.template:
21         * libdocument/ev-document.c: (ev_document_info_get_type),
22         (ev_document_info_copy):
23
24         Make EvDocumentInfo and enums definded in ev-document-info.h
25         GTypes. Fixes bug #567789.
26         
27 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
28
29         * shell/main.c (arguments_parse): Fix for a minor code typo.
30
31 2009-01-18  Christian Persch  <chpe@gnome.org>
32
33         * help/reference/Makefile.am:
34         * help/reference/evince.types: Fix the API docs build. Bug #568171.
35
36 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
37
38         * libview/Makefile.am:
39         * libview/ev-view-type-builtins.c.template:
40         * libview/ev-view-type-builtins.h.template:
41
42         Make EvJobPriority a proper GType. Fixes bug #567788.
43         
44 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
45
46         * configure.ac:
47         * cut-n-paste/*/Makefile.am:
48         * libdocument/Makefile.am:
49
50         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
51         code.
52         
53 2009-01-18  Christian Persch  <chpe@gnome.org>
54
55         * libview/ev-view.c: (ev_view_drag_data_get),
56         (ev_view_drag_motion), (ev_view_update_primary_selection),
57         (clear_link_selected):
58         * shell/ev-sidebar-attachments.c:
59         (ev_sidebar_attachments_drag_data_get),
60         (ev_sidebar_attachments_get_property),
61         (ev_sidebar_attachments_init):
62         * shell/ev-window.c: Update drag handling code to use the
63         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
64         hardcoding the targets lists. Bug #558084.
65         
66 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
67
68         * libdocument/Makefile.am:
69         * libdocument/ev-backend-marshal.c:
70         * libdocument/ev-backend-marshalers.list:
71         * libdocument/ev-document.c:
72
73         Remove unused marshalers stuff from libdocument.
74         
75 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
76
77         * po/POTFILES.in:
78
79         Update for the current source tree.
80         
81 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * configure.ac:
84         * Makefile.am:
85         * libdocument/Makefile.am:
86         * libview/Makefile.am:
87         * libview/ev-job-scheduler.[ch]:
88         * libview/ev-jobs.[ch]:
89         * libview/ev-page-cache.[ch]:
90         * libview/ev-pixbuf-cache.[ch]:
91         * libview/ev-timeline.[ch]:
92         * libview/ev-transition-animation.[ch]:
93         * libview/ev-view-accessible.[ch]:
94         * libview/ev-view-marshal.list:
95         * libview/ev-view.[ch]:
96         * shell/Makefile.am:
97
98         Move EvView specific code to a libeviview library so that it can
99         be embbeded in other applications. Based on patches by Tomeu
100         Vizoso. Fixes bug #567751.
101         
102 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
103
104         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
105         * shell/ev-window.c: (ev_window_load_job_cb),
106         (ev_window_load_job_cb), (ev_window_open_uri),
107         (ev_window_reload_local), (ev_window_dispose):
108
109         Remove dest, mode and search_string from EvJobLoad since they are
110         not really needed by the job, but for the window.
111         
112 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
113
114         * shell/ev-view.c: (ev_view_drag_data_received),
115         (ev_view_class_init), (ev_view_init):
116         * shell/ev-window.c: (ev_window_drag_data_received),
117         (ev_window_class_init), (ev_window_init):
118
119         Make the whole EvWindow the destination of a drag and drop
120         operation.
121         
122 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
123
124         * shell/ev-window.c: (window_open_file_copy_progress_cb):
125
126         Add missing brakets around the percentage in progress
127         messages. See bug #567910.
128         
129 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
130
131         * shell/ev-application.c: (ev_application_open_window),
132         (ev_application_open_uri_at_dest):
133
134         Do no use gdk_x11_* when not available. Based on patch by Hib
135         Eris, see bug #339172.
136         
137 2009-01-16  Hib Eris  <hib@hiberis.nl>
138
139         * configure.ac:
140         * properties/ev-properties-view.c:
141         (ev_properties_view_format_date):
142
143         Check for localtime_r. See bug #339172.
144         
145 2009-01-16  Hib Eris  <hib@hiberis.nl>
146
147         * shell/main.c:
148
149         Include gdkx only for dbus support. See bug #339172.
150         
151 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
152
153         * shell/ev-view.c: (ev_view_set_zoom_for_size):
154
155         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
156         #567785.
157         
158 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * shell/ev-window.c: (reload_remote_copy_progress_cb),
161         (window_save_file_copy_progress_cb):
162
163         Use brakets around the percentage in progress messages. See bug
164         #567910.
165         
166 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
167
168         * shell/ev-window.c: (reload_remote_copy_ready_cb):
169
170         Fix typo in error message. See bug #567910.
171         
172 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
173
174         * shell/ev-window.c: (ev_window_cmd_file_close_window):
175
176         Fix mnemonic conflict. Fixes bug #567937.
177         
178 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
179
180         * NEWS:
181         * configure.ac:
182
183         Update for release 2.25.4
184         
185 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
186
187         * configure.ac:
188         
189         GLib version requirement bumped to 2.18 due to g_set_error_literal.
190         Thanks to Christian Spurk.
191
192 2008-12-31  Hib Eris  <hib@hiberis.nl>
193         
194         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
195
196         Fix mime type handling.
197         
198 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * po/POTFILES.in:
201
202         Add ev-print-operation.c.
203         
204 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
205
206         * shell/ev-window.c: (ev_window_clear_progress_idle),
207         (reset_progress_idle), (ev_window_show_progress_message),
208         (ev_window_reset_progress_cancellable),
209         (ev_window_progress_response_cb), (show_loading_progress),
210         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
211         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
212         (show_reloading_progress), (reload_remote_copy_ready_cb),
213         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
214         (show_saving_progress), (window_save_file_copy_ready_cb),
215         (window_save_file_copy_progress_cb), (ev_window_save_remote),
216         (ev_window_dispose):
217
218         Show progress information when loading/saving remote files. Fixes
219         bug #370958.
220         
221 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
222
223         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
224
225         Show better warning message when temp file cannot be deleted.
226         
227 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * shell/ev-window.c: (image_save_dialog_response_cb):
230
231         Fix saving images to remote locations.
232         
233 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * shell/ev-application.[ch]: (ev_application_shutdown),
236         (ev_application_get_print_settings_file),
237         (ev_application_save_print_settings),
238         (ev_application_get_print_settings),
239         (ev_application_set_print_settings),
240         (ev_application_get_page_setup), (ev_application_set_page_setup):
241         * shell/ev-window.c: (ev_window_save_print_page_setup),
242         (ev_window_load_print_page_setup_from_metadata),
243         (ev_window_print_page_setup_done_cb),
244         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
245         (ev_window_cmd_preview_print):
246
247         Remember page setup options too. Paper size is globally remembered
248         while page margins are stored per document in metadata file. Fixes
249         bugs #525185 and #349102.
250         
251 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
252
253         * shell/ev-print-operation.c:
254         (ev_print_operation_export_print_dialog_response_cb):
255
256         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
257         
258 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
259
260         * shell/ev-print-operation.c: (export_cancel),
261         (export_job_cancelled), (ev_print_operation_export_begin),
262         (ev_print_operation_export_cancel):
263         * shell/ev-window.c: (ev_window_print_cancel),
264         (ev_window_print_update_pending_jobs_message),
265         (ev_window_print_operation_done),
266         (ev_window_print_operation_status_changed),
267         (print_jobs_confirmation_dialog_response),
268         (ev_window_cmd_file_close_window):
269
270         Show a confirmation dialog when there are pending print jobs while
271         closing the main window. Fixes bug #480964.
272         
273 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
274
275         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
276         (ev_print_operation_get_job_name),
277         (ev_print_operation_get_status),
278         (ev_print_operation_get_progress),
279         (ev_print_operation_update_status),
280         (ev_print_operation_export_get_job_name), (clamp_ranges),
281         (get_first_and_last_page), (ev_print_operation_export_run_next),
282         (print_job_finished), (export_print_done), (export_job_cancelled),
283         (update_progress), (export_print_page),
284         (ev_print_operation_export_begin),
285         (ev_print_operation_export_print_dialog_response_cb),
286         (ev_print_operation_export_run),
287         (ev_print_operation_export_cancel),
288         (ev_print_operation_export_class_init):
289         * shell/ev-window.c:
290         (ev_window_print_update_pending_jobs_message),
291         (ev_window_print_operation_done),
292         (ev_window_print_progress_response_cb),
293         (ev_window_print_operation_status_changed),
294         (ev_window_print_operation_begin_print), (ev_window_print_range),
295         (ev_window_dispose):
296
297         Show progress information when printing. Fixes bug #482770.
298         
299 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
300
301         * shell/Makefile.am:
302         * shell/ev-progress-message-area.[ch]:
303         * shell/ev-message-area.[ch]: (ev_message_area_init),
304         (ev_message_area_set_image_from_stock):
305
306         Add EvProgressMessageArea derived from EvMessageArea to show
307         progress information in the message area. 
308         
309 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
312
313         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
314         close button. Add a function to get the contents of the message
315         area.
316         
317 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
318
319         * shell/Makefile.am:
320         * shell/ev-print-operation.[ch]:
321         * shell/ev-jobs.[ch]: (ev_job_export_init),
322         (ev_job_export_dispose), (ev_job_export_run),
323         (ev_job_export_class_init), (ev_job_export_new),
324         (ev_job_export_set_page):
325         * shell/ev-window.c: (ev_window_print_operation_done),
326         (ev_window_print_range), (ev_window_dispose):
327
328         First step of the printing system rework. EvJobPrint has been
329         replaced by EvJobExport so that every page is scheduled to be
330         exported in a thread instead of scheduling the whole printing
331         process. This way the gui is responsive during printing.
332         
333 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * shell/ev-window.c: (setup_size_from_metadata),
336         (ev_window_load_print_settings_from_metadata):
337
338         Fix memory leaks.
339         
340 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * libdocument/ev-document.c: (ev_document_get_type):
343
344         Add GObject type as prerequisite to EvDocument interface so that
345         document instances can be used as GObjects.
346         
347 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
348
349         * shell/ev-view.c: (jump_to_find_result):
350
351         Only jump the the location of the find result for the first match
352         when searching. It drastically improves the performance when
353         searching. Bug catched and fixed by Michael Hunold. Fixes bug
354         #564774.
355         
356 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
357
358         * properties/ev-properties-main.c: (ev_properties_get_pages):
359         * properties/ev-properties-view.[ch]:
360         (ev_properties_view_dispose), (ev_properties_view_class_init),
361         (ev_properties_view_set_info), (ev_properties_view_new):
362         * shell/ev-properties-dialog.[ch]:
363         (ev_properties_dialog_set_document):
364         * shell/ev-window.c: (ev_window_setup_document),
365         (ev_window_cmd_file_properties):
366
367         Add document URI to properties page. Fixes bug #555376.
368         
369 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * configure.ac:
372         * data/Makefile.am:
373         * data/evince-password.glade: Removed
374         * data/evince-properties.glade: Removed
375         * properties/ev-properties-view.c:
376         (ev_properties_view_class_init), (set_property),
377         (ev_properties_view_set_info), (ev_properties_view_init):
378         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
379         (font_cell_data_func), (ev_properties_fonts_init):
380
381         Remove Glade dependency.
382         
383 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
384
385         * backend/comics/comics-document.c: (comics_document_load):
386
387         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
388         
389 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
390
391         * NEWS:
392         * configure.ac:
393
394         Update for release 2.25.2
395         
396 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * configure.ac:
399         * shell/Makefile.am:
400         * shell/ev-keyring.[ch]:
401         * shell/ev-password.[ch]: Removed
402         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
403         (ev_password_view_class_init), (ev_password_view_clicked_cb),
404         (ev_password_view_init), (ev_password_view_set_uri),
405         (ev_password_dialog_got_response),
406         (ev_password_dialog_remember_button_toggled),
407         (ev_password_dialog_entry_changed_cb),
408         (ev_password_dialog_entry_activated_cb),
409         (ev_password_view_ask_password), (ev_password_view_get_password),
410         (ev_password_view_get_password_save_flags),
411         (ev_password_view_new):
412         * shell/ev-window.c: (ev_window_password_view_unlock),
413         (ev_window_load_job_cb), (ev_window_close_dialogs),
414         (ev_window_init):
415
416         Rework the password view. When the password is in the keyring it's
417         used automatically without showing the password dialog and it's  
418         only stored in the keyring when we are sure it's correct. The
419         password dialog has been reworked too, in order to make it
420         more hig compliant and consistent with the GTK+ dialog used in
421         gtkmountoperation. Fixes bug #562496. 
422         
423 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
424
425         * backend/comics/comics-document.c: (comics_document_load):
426
427         Do not trust file extensions when getting the command needed to
428         uncompress comic documents. Fixes bug #562143.
429         
430 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
431
432         * libdocument/ev-document-factory.c: (get_document_from_uri),
433         (ev_document_factory_get_document):
434         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
435         (get_mime_type_from_data), (ev_file_get_mime_type):
436
437         Move mime-type functions from document-facrory to file-helpers so
438         that it can be reused.
439         
440 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
441
442         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
443         (window_open_file_copy_ready_cb), (ev_window_reload_local),
444         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
445         (ev_window_reload_remote), (ev_window_reload_document):
446
447         Add support for reloading remote documents. Fixes bug #555399.
448         
449 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
450
451         * shell/ev-view.c: (ev_view_find_previous):
452
453         Make sure find_result is never < 0 which causes a crash while
454         searching. Fixes bug #558377.
455         
456 2008-11-19  Marek Kašík <mkasik@redhat.com>
457
458         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
459         (ev_pixbuf_cache_get_selection_surface):
460         
461         Fixes crash on fast scrolling with simultaneous text selection.
462
463 2008-11-19  Marek Kašík <mkasik@redhat.com>
464
465         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
466         * shell/ev-window.c (launch_external_uri):
467         
468         Fixes assertion fail on selecting text. See bug #561393.
469
470 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
471
472         * shell/Makefile.am:
473         * shell/ev-jobs.[ch]: (ev_job_layers_init),
474         (ev_job_layers_dispose), (ev_job_layers_run),
475         (ev_job_layers_class_init), (ev_job_layers_new):
476         * shell/ev-sidebar-layers.[ch]:
477         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
478         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
479         (ev_view_reload_page), (ev_view_reload):
480         * shell/ev-window.c: (setup_sidebar_from_metadata),
481         (ev_window_sidebar_current_page_changed_cb),
482         (sidebar_layers_visibility_changed), (ev_window_init):
483
484         Add layers support.
485         
486 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
487
488         * data/icons/22x22/actions/Makefile.am:
489         * data/icons/22x22/actions/eye.png:
490         * shell/ev-stock-icons.[ch]:
491         
492         Add eye icon from gimp to hide/show layers.
493         
494 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
495
496         * configure.ac:
497         * cut-n-paste/Makefile.am:
498         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
499         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
500         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
501
502         Add GimpCellRendererToggle from gimp slightly modified to fit our
503         needs. 
504         
505 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
506
507         * configure.ac:
508         * backend/pdf/ev-poppler.cc:
509
510         Implement layers interface in PDF backend.
511         
512 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
513
514         * libdocument/Makefile.am:
515         * libdocument/ev-document-layers.[ch]:
516         * libdocument/ev-layer.[ch]:
517
518         Add optional content (layers) interface.
519         
520 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
521
522         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
523         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
524
525         Removes unused code.
526
527 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
528
529         * NEWS:
530         * configure.ac:
531
532         Update for 2.25.1 release
533
534 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
535
536         * shell/ev-window.c:
537
538         Fix build with GTK+ < 2.14
539
540 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
541
542         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
543         
544         Makes menu label translatable. Fixes bug #559129.
545
546 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
547
548         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
549         (t1_transform_font):
550         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
551         
552         More renames of warning to mdvi_warning in follow up to the
553         fix of the bug #553369. Fix for the bug #559257 by
554         Tuxce <tuxce.net@gmail.com>.
555         
556 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
557
558         * shell/ev-application.c: (ev_application_init_session):
559         * shell/main.c: (main):
560
561         Move the egg_set_desktop_file() call to main and remove
562         gtk_window_set_default_icon_name() since it's already called by
563         egg_set_desktop_file()
564         
565 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
566
567         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
568
569         Initialize GError to NULL.
570         
571 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
572
573         * shell/ev-window.c: (window_save_file_copy_ready_cb),
574         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
575         (ev_window_preview_print_finished), (launch_action):
576
577         Do not use popup dialogs to show error messages anymore, use the
578         message area instead.
579         
580 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * shell/ev-window.c: (ev_window_error_message),
583         (ev_window_warning_message), (ev_window_set_document),
584         (ev_window_load_job_cb), (ev_window_load_remote_failed),
585         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
586         (ev_window_cmd_help_contents), (launch_external_uri),
587         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
588         (ev_attachment_popup_cmd_open_attachment),
589         (attachment_save_dialog_response_cb):
590
591         Use a message format (with printf()-style) in
592         ev_window_error_message and ev_window_warning_message.
593
594 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
595
596         * shell/ev-window.c: (ev_window_error_message),
597         (ev_window_warning_message), (ev_window_set_document),
598         (ev_window_load_job_cb), (ev_window_load_remote_failed),
599         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
600         (ev_window_cmd_help_contents), (launch_external_uri),
601         (image_save_dialog_response_cb),
602         (ev_attachment_popup_cmd_open_attachment),
603         (attachment_save_dialog_response_cb):
604
605         Change ev_window_error_message and ev_window_warning_message to
606         receive a EvWindow instead of a GtkWindow. It's more consistent
607         and avoids unneeded casts.
608         
609 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * shell/ev-window.c: (ev_window_cmd_help_contents):
612
613         Use gtk_show_uri() when availale to display help contents.
614         
615 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
616
617         * configure.ac:
618         * backend/pdf/ev-poppler.cc:
619         * properties/ev-properties-view.c:
620         * shell/Makefile.am:
621         * shell/ev-tooltip.[ch]: Removed
622         * shell/ev-view-private.h
623         * shell/eggfindbar.c:
624         * shell/ev-application.c:
625         * shell/ev-open-recent-action.c:
626         * shell/ev-sidebar-thumbnails.c:
627         * shell/ev-view.c:
628         * shell/ev-window.c:
629
630         Bump GTK+ requirement to 2.12.
631         
632 2008-10-27 Christian Persch <chpe@gnome.org>
633
634         * backend/djvu/djvu-document.c
635         * backend/dvi/cairo-device.c
636         * cut-n-paste/evmountoperation/ev-mount-operation.h
637         * cut-n-paste/gedit-message-area/gedit-message-area.h
638         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
639         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
640         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
641         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
642         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
643         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
644         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
645         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
646         * cut-n-paste/zoom-control/ephy-zoom-action.c
647         * cut-n-paste/zoom-control/ephy-zoom-action.h
648         * cut-n-paste/zoom-control/ephy-zoom-control.c
649         * cut-n-paste/zoom-control/ephy-zoom-control.h
650         * libdocument/ev-async-renderer.h
651         * libdocument/ev-document-factory.c
652         * libdocument/ev-document-misc.h
653         * libdocument/ev-image.h
654         * libdocument/ev-selection.h
655         * shell/ev-properties-fonts.h
656         * shell/ev-stock-icons.h
657         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
658         directly. Bug #558064.
659
660 2008-10-27 Christian Persch <chpe@gnome.org>
661
662         * cut-and-paste/smclient/*: Update from libegg.
663
664 2008-10-27 Christian Persch <chpe@gnome.org>
665
666         * backend/djvu/djvu-document.c
667         * backend/ps/ev-spectre.c
668         * shell/ev-jobs.c: Use printf safely. Bug #558066.
669
670 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
671
672         * shell/ev-view.c (ev_view_change_page),
673         (ev_view_transition_animation_finish),
674         (ev_view_transition_animation_cancel), (page_changed_cb),
675         (ev_view_set_presentation), (ev_view_next_page),
676         (ev_view_previous_page):
677         
678         Cancel the animation without scheduling transition start
679         and proceed to the next page to fix bug #516749.
680
681 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
682
683         * NEWS:
684         * configure.ac:
685
686         Update for release 2.24.1
687         
688 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
689
690         * shell/ev-window.c: (ev_window_cmd_view_presentation):
691
692         Disable toggle function of F5 when in presentation mode. Patch by
693         Dave Neary. Fixes bug #556162.
694         
695 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
696
697         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
698         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
699         (ev_sidebar_thumbnails_fill_model),
700         (ev_sidebar_thumbnails_refresh),
701         (ev_sidebar_thumbnails_set_document):
702
703         Instead of using only one loading icon for thumbnails based on the
704         size of the first page, create an icon for every different page
705         size. Fixes bug #556264.
706         
707 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * shell/ev-page-cache.c: (ev_page_cache_finalize):
710
711         Fix memory leak.
712         
713 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
714
715         * shell/ev-window-title.c (ev_window_title_sanitize_title):
716
717         Removes bad prefixes from window title. Patch by 
718         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
719         
720 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
721
722         * shell/ev-window.c: (launch_external_uri):
723
724         Do not consider mailto links as http uris. Fixes bug #555801.
725         
726 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * shell/ev-view.c: (merge_selection_region), (clear_selection):
729
730         Fix memory leak. Fixes bug #555134.
731         
732 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
735
736         Emit the job finished signal when the job is handled before the
737         page_ready callback.
738         
739 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * shell/ev-window.c: (launch_action):
742
743         Use GdkAppLaunchContext when available to launch external
744         applications.
745         
746 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * shell/ev-window.c: (launch_action):
749
750         Fix launching external applications for launch actions which seems
751         to be broken since the gio port. Fixes bug #554500.
752         
753 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
754
755         * backend/dvi/Makefile.am:
756         * backend/dvi/cairo-device.c:
757         * backend/dvi/dvi-document.c:
758         * backend/dvi/mdvi-lib/Makefile.am:
759
760         Fix several compile warnings in the dvi backend.
761         
762 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
763
764         * backend/dvi/mdvi-lib/common.h:
765         * backend/dvi/mdvi-lib/dviread.c:
766         * backend/dvi/mdvi-lib/font.c:
767         * backend/dvi/mdvi-lib/fontmap.c:
768         * backend/dvi/mdvi-lib/fontsrch.c:
769         * backend/dvi/mdvi-lib/gf.c:
770         * backend/dvi/mdvi-lib/pagesel.c:
771         * backend/dvi/mdvi-lib/pk.c:
772         * backend/dvi/mdvi-lib/sp-epsf.c:
773         * backend/dvi/mdvi-lib/special.c:
774         * backend/dvi/mdvi-lib/tfm.c:
775         * backend/dvi/mdvi-lib/tfmfile.c:
776         * backend/dvi/mdvi-lib/util.c:
777         * backend/dvi/mdvi-lib/vf.c:
778
779         Rename error as mdvi_error to avoid symbol conflicts with the libc
780         error. Rename also message, crash, fatal and warning for
781         consistency. Fixes bug #553369.
782         
783 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * backend/dvi/dvi-document.c: (dvi_document_load):
786
787         Fix memory leak.
788         
789 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * backend/dvi/dvi-document.c:
792
793         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
794         G_IMPLEMENT_INTERFACE.
795         
796 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
799
800         Make sure copy_job_page_and_selection_to_job_info is always called
801         before copy_job_to_job_info. Fixes bug #552382.
802         
803 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
804
805         * NEWS:
806         * configure.ac:
807
808         Update for release 2.24.0
809         
810 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
811
812         * shell/ev-window.c: (launch_external_uri):
813
814         Use GdkAppLaunchContext when available to launch external uris.
815         
816 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * shell/ev-window.c: (launch_external_uri):
819
820         Use the message area to show errors when lauching external uris
821         instead of a popup window.
822         
823 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
824
825         * shell/ev-window.c: (launch_external_uri):
826
827         Assume invalid uris are http uris. Fixes bug #552071.
828         
829 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * NEWS:
832         * configure.ac:
833
834         Update for release 2.23.92.
835         
836 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
837
838         * shell/eggfindbar.c: (egg_find_bar_class_init):
839
840         Allow page scrolling with PageUp/PageDown keys when find bar is
841         active. Fixes bug #529833.
842         
843 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
844
845         * shell/ev-view-private.h:
846         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
847         (ev_view_scroll), (ev_view_class_init):
848         * shell/ev-view-accessible.c:
849         (ev_view_accessible_action_do_action):
850         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
851         (ev_window_cmd_scroll_backward):
852
853         Use GtkScrollType instead of EvScrollType.
854         
855 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
856
857         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
858         
859         Patch for case unsensitive page label match by Michael Lee.
860         See bug #550136.
861         
862         * shell/ev-page-action.c (create_tool_item):    
863         * test/Makefile.am:
864         * test/test1.py:
865         * test/test4.py:
866         * test/test5.py:
867         
868         Added test for the above and updated other tests.
869
870 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * shell/ev-window.c: (image_save_dialog_response_cb):
873
874         Do not append the file extension twice when saving an image.
875         
876 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
877
878         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
879
880         Remove an invalid ifdef.
881         
882 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * shell/ev-view.c: (ev_view_motion_notify_event):
885
886         Make sure the cursor is correctly restored after showing the right
887         click menu.
888         
889 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
892         (ev_attachment_open):
893         * shell/ev-sidebar-attachments.c:
894         (ev_sidebar_attachments_button_press):
895         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
896
897         Use GdkAppLaunchContext when available to open attachments.
898         
899 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
900
901         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
902
903         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
904         by Eric Piel.
905         
906 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
907
908         * shell/ev-application.c: (ev_application_get_media_keys):
909         * shell/ev-media-player-keys.[ch]:
910         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
911         (ev_media_player_keys_grab_keys),
912         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
913         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
914         * shell/ev-window.[ch]: (ev_window_dispose),
915         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
916         (ev_window_init):
917
918         Clean up the media player keys stuff.
919         
920 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * NEWS:
923         * configure.ac:
924
925         Update for release 2.23.91.
926         
927 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * cut-n-paste/smclient/eggsmclient-xsmp.c:
930         (sm_client_xsmp_set_initial_properties):
931
932         Fix memory leak.
933         
934 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
935
936         * shell/ev-application.c: (ev_application_open_window),
937         (ev_application_open_uri_at_dest):
938
939         Make sure evince starts up in the right workspace when resuming a
940         previous session.
941         
942 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
943
944         * shell/ev-application.[ch]: (ev_application_open_window),
945         (ev_application_add_icon_path_for_screen),
946         (ev_application_open_uri_at_dest):
947
948         Fix window manager warnings shown in ~/.xsession-errors
949         
950 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * configure.ac:
953         * cut-n-paste/Makefile.am:
954         * cut-n-paste/smclient/Makefile.am:
955         * cut-n-paste/smclient/eggdesktopfile.[ch]:
956         * cut-n-paste/smclient/eggsmclient-private.h:
957         * cut-n-paste/smclient/eggsmclient-xsmp.c:
958         * cut-n-paste/smclient/eggsmclient.[ch]:
959
960         EggSMClient copied from libegg
961
962         * libdocument/ev-file-helpers.c: (ev_dot_dir):
963         * shell/Makefile.am:
964         * shell/ev-application.[ch]: (ev_application_load_session),
965         (smclient_save_state_cb), (smclient_quit_cb),
966         (ev_application_init_session), (ev_application_shutdown),
967         (ev_application_init):
968         * shell/main.c: (main):
969
970         Use EggSMClient instead of gnome-client and remove libgnome and
971         libgnomeui dependencies.
972         
973 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * shell/main.c: (main):
976
977         Remove gnome_authentication_manager_init.
978         
979 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
980
981         * shell/ev-view.c: (ev_view_goto_window_create):
982
983         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
984         since it's now deprecated.
985         
986 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
987
988         * backend/djvu/Makefile.am:
989         * backend/djvu/djvu-document-private.h:
990         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
991         (djvu_document_find_iface_init):
992         * backend/djvu/djvu-text-page.[ch]:
993         * backend/djvu/djvu-text.[ch]: Removed
994         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
995         (pdf_document_find_iface_init):
996         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
997         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
998         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
999         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1000         (ev_job_find_has_results), (ev_job_find_get_results):
1001         * shell/ev-view-private.h:
1002         * shell/ev-view.[ch]: (ev_view_expose_event),
1003         (highlight_find_results), (ev_view_finalize),
1004         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1005         (ev_view_set_document), (ev_view_find_get_n_results),
1006         (ev_view_find_get_result), (jump_to_find_result),
1007         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1008         (ev_view_find_previous), (ev_view_find_search_changed),
1009         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1010         * shell/ev-window.c: (ev_window_update_actions),
1011         (page_changed_cb), (ev_window_setup_document),
1012         (ev_window_update_find_status_message),
1013         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1014         (ev_window_clear_find_job), (find_bar_close_cb),
1015         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1016         (ev_window_dispose), (ev_window_init):
1017
1018         Rework find interface. The find logic has been moved from backends
1019         to the shell avoiding a lot of duplicated code in the backends and
1020         making easier to implement the find interface in the backends.
1021         
1022 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1023
1024         * backend/pdf/ev-poppler.cc:
1025         (pdf_document_thumbnails_get_dimensions):
1026
1027         Make sure thumbnail size returned by the PDF is actually
1028         valid. Fixes bug #548462.
1029         
1030 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * shell/ev-window.c: (ev_window_setup_document),
1033         (ev_window_set_document), (ev_window_dispose):
1034
1035         Remove the idle function for setting the document up when the
1036         window is destroyed. Fixes bug #549163.
1037         
1038 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1039
1040         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1041         (ev_job_attachments_dispose), (ev_job_attachments_run),
1042         (ev_job_attachments_class_init), (ev_job_attachments_new):
1043         * shell/ev-sidebar-attachments.c:
1044         (ev_sidebar_attachments_set_document):
1045
1046         Add a new job to get the attachments in a thread with the document
1047         lock held. Fixes bug #548653.
1048         
1049 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1052         (tiff_document_document_iface_init):
1053
1054         Implement document_get_page_label in tiff backend.
1055         
1056 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * backend/tiff/tiff-document.c: (tiff_document_render):
1059
1060         Handle document orientation in tiff backend. Fixes bug #548444.
1061         
1062 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1065
1066         Do not crash when adjustment page size is 0. Fixes bug #547440.
1067         
1068 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1069
1070         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1071
1072         Sync with current GTK+.
1073         
1074 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1075
1076         * configure.ac:
1077         
1078         Update for release 2.23.6.
1079
1080 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1081
1082         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1083         (ev_job_load_set_password):
1084         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1085         * shell/ev-window.c: (password_dialog_response),
1086         (ev_window_load_job_cb):
1087
1088         Fix loading encrypted documents since I broke it with the jobs
1089         rework.
1090         
1091 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1092
1093         * NEWS:
1094
1095         Update NEWS for 2.23.6 release.
1096         
1097 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1098
1099         * backend/impress/impress-document.c:
1100         * backend/impress/render.h:
1101         * libdocument/ev-document-factory.c:
1102         * libdocument/ev-document-factory.h:
1103         * libdocument/ev-document-links.h:
1104         * libdocument/ev-document-misc.c:
1105         * libdocument/ev-document-misc.h:
1106         * properties/ev-properties-main.c:
1107         * properties/ev-properties-view.c:
1108         * properties/ev-properties-view.h:
1109         * shell/eggfindbar.c:
1110         * shell/eggfindbar.h:
1111         * shell/ev-application.c:
1112         * shell/ev-application.h:
1113         * shell/ev-jobs.h:
1114         * shell/ev-message-area.h:
1115         * shell/ev-navigation-action.c:
1116         * shell/ev-navigation-action.h:
1117         * shell/ev-open-recent-action.c:
1118         * shell/ev-open-recent-action.h:
1119         * shell/ev-page-action-widget.c:
1120         * shell/ev-page-action.c:
1121         * shell/ev-page-action.h:
1122         * shell/ev-page-cache.h:
1123         * shell/ev-password-view.h:
1124         * shell/ev-password.h:
1125         * shell/ev-pixbuf-cache.h:
1126         * shell/ev-properties-fonts.c:
1127         * shell/ev-sidebar-attachments.c:
1128         * shell/ev-sidebar-links.c:
1129         * shell/ev-sidebar-links.h:
1130         * shell/ev-sidebar-thumbnails.c:
1131         * shell/ev-sidebar-thumbnails.h:
1132         * shell/ev-sidebar.c:
1133         * shell/ev-sidebar.h:
1134         * shell/ev-stock-icons.c:
1135         * shell/ev-tooltip.h:
1136         * shell/ev-view.c:
1137         * shell/ev-view.h:
1138         * shell/ev-window.c:
1139         * shell/ev-window.h:
1140         * shell/main.c:
1141
1142         More #include cleanups. Again: reordering, single gtk.h
1143         includes and other stuff.
1144
1145 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1146
1147         * shell/eggfindbar.c:
1148         * shell/ev-application.c:
1149         * shell/ev-message-area.c:
1150         * shell/ev-navigation-action.c:
1151         * shell/ev-open-recent-action.c:
1152         * shell/ev-page-action-widget.c:
1153         * shell/ev-page-action.c:
1154         * shell/ev-password-view.c:
1155         * shell/ev-properties-dialog.c:
1156         * shell/ev-properties-fonts.c:
1157         * shell/ev-sidebar-attachments.c:
1158         * shell/ev-sidebar-page.c:
1159         * shell/ev-sidebar-thumbnails.c:
1160         * shell/ev-stock-icons.c:
1161         * shell/ev-tooltip.c:
1162         * shell/ev-view.c:
1163         * shell/ev-window.c:
1164         * shell/main.c:
1165
1166         Cleanup many #include statements: reorder so that a
1167         generic-to-specific order is used, use single gtk.h
1168         includes, and some other cleanups.
1169
1170 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1171
1172         * shell/ev-jobs.h:
1173
1174         Add gio header.
1175         
1176 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1177
1178         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1179         (ev_document_fc_mutex_trylock):
1180         * shell/Makefile.am:
1181         * shell/ev-job-queue.[ch]:
1182         * shell/ev-job-scheduler.[ch]:
1183         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1184         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1185         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1186         (ev_job_failed_from_error), (ev_job_succeeded),
1187         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1188         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1189         (ev_job_links_class_init), (ev_job_render_init),
1190         (notify_page_ready), (ev_job_render_page_ready),
1191         (ev_job_render_run), (ev_job_render_class_init),
1192         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1193         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1194         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1195         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1196         (ev_job_save_dispose), (ev_job_save_run),
1197         (ev_job_save_class_init), (ev_job_print_init),
1198         (ev_job_print_dispose), (ev_job_print_run),
1199         (ev_job_print_class_init):
1200         * shell/ev-page-cache.c:
1201         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1202         (check_job_size_and_unref), (move_one_job),
1203         (copy_job_to_job_info), (add_job),
1204         (ev_pixbuf_cache_add_jobs_if_needed):
1205         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1206         (job_fonts_finished_cb), (job_fonts_updated_cb),
1207         (ev_properties_fonts_set_document):
1208         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1209         (ev_sidebar_links_set_document):
1210         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1211         (ev_sidebar_thumbnails_set_document),
1212         (ev_sidebar_thumbnails_clear_job):
1213         * shell/ev-view-private.h:
1214         * shell/ev-view.c:
1215         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1216         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1217         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1218         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1219         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1220         (ev_window_reload_document), (ev_window_clear_save_job),
1221         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1222         (ev_window_clear_print_job), (ev_window_print_job_cb),
1223         (ev_window_print_dialog_response_cb):
1224         * shell/main.c: (main):
1225
1226         Rework the jobs system in order to make it simpler and more
1227         extensible. It allows to run jobs in the main loop instead of
1228         using a thread when it's appropriate like the fonts job. Now it's
1229         also possible to cancel jobs that are currently running. 
1230         
1231 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * libdocument/ev-debug.c: (profile_init):
1234
1235         Create the hash table also when profiling service is enabled for
1236         all sections.
1237         
1238 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1239
1240         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1241         (ev_profiler_stop):
1242         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1243         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1244         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1245         (ev_job_print_run):
1246         * shell/main.c: (main):
1247
1248         Add a profile mode available when debug is enabled. Add profilers
1249         in ev-jobs.
1250         
1251 2008-07-23  Götz Waschk <waschk@mandriva.org>
1252
1253         * configure.ac: Correctly build desktop file. Fixes
1254         bug #544237.
1255
1256 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1257
1258         * configure.ac:
1259         
1260         Update for release 2.23.5.
1261
1262 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1263
1264         * NEWS:
1265
1266         Update NEWS for 2.23.5 release.
1267         
1268 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1269
1270         * shell/ev-window.c: (ev_window_state_event),
1271         (ev_window_class_init):
1272
1273         Intercept window manager's fullscreen request in order to run/stop
1274         fullscreen mode. Fixes bug #493541.
1275         
1276 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1277
1278         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1279
1280         Restart the job search when the find bar is opened for the second
1281         time. Fixes bug #531956.
1282         
1283 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1284
1285         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1286         (get_document_from_uri):
1287
1288         Make sure we always return a valid error struct when
1289         get_document_from_uri fails. Fixes nautilus crash, see bug
1290         #542548.
1291         
1292 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1293
1294         * libdocument/ev-transition-effect.c
1295         (ev_transition_effect_type_get_type),
1296         (ev_transition_effect_alignment_get_type),
1297         (ev_transition_effect_direction_get_type):
1298         
1299         Fixes bug #542924. Makes enums static to fix Solaris build.
1300
1301 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * shell/ev-view.c: (ev_view_key_press_event):
1304
1305         Add '.' keybinding for blanking the screen in presentation
1306         mode. Fixes bug #542001.
1307         
1308 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * libdocument/ev-document-misc.c:
1311         (ev_document_misc_pixbuf_from_surface):
1312
1313         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1314         #540950.
1315         
1316 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1317
1318         * backend/comics/comics-document.c (comics_document_load):
1319         * backend/comics/comicsdocument.evince-backend.in:
1320         * configure.ac:
1321         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1322         
1323         Added support for 7-zip based cb7 comic book. Patch by
1324         Kartik Rustagi. Fixes bug #532312.
1325
1326 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1327
1328         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1329         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1330         Fixes bug #539972.
1331
1332 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1333
1334         * shell/Makefile.am:
1335         * shell/ev-application.c (ev_application_init),
1336         (ev_application_get_media_keys):
1337         * shell/ev-application.h:
1338         * shell/ev-marshal.list:
1339         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1340         (proxy_destroy), (on_media_player_key_pressed),
1341         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1342         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1343         * shell/ev-media-player-keys.h:
1344         * shell/ev-window.c (ev_window_go_previous_page),
1345         (ev_window_go_next_page), (ev_window_go_first_page),
1346         (ev_window_go_last_page), (ev_window_start_presentation),
1347         (ev_window_dispose), (view_actions_focus_in_cb):
1348         * shell/ev-window.h: When building with D-Bus support, listen
1349         for multimedia key events from gnome-settings-daemon. This allows
1350         to go to the next/previous/first/last pages using, respectively,
1351         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1352         a presentation. Fixes bug #539971.
1353
1354 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1355
1356         * configure.ac:
1357         
1358         Update for release 2.23.4.
1359
1360 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1361
1362         * NEWS:
1363
1364         Update news for 2.23.4 release.
1365         
1366 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1369         * shell/ev-sidebar-thumbnails.c:
1370         (ev_sidebar_thumbnails_set_loading_icon),
1371         (ev_sidebar_thumbnails_refresh):
1372         * shell/ev-window.c: (ev_window_error_message),
1373         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1374         (ev_window_set_document):
1375
1376         Do not crash opening documents with no pages and show a warning
1377         message in the message area. Fixes bugs #537574 and #171588.
1378         
1379 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1380
1381         * shell/Makefile.am:
1382         * shell/ev-file-monitor.[ch]:
1383         * shell/ev-window.c: (ev_window_document_changed),
1384         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1385         (ev_window_reload_job_cb), (ev_window_open_uri),
1386         (ev_window_reload_document), (ev_window_cmd_view_reload),
1387         (ev_window_dispose):
1388
1389         Automaticly reload the document when the file has changed on
1390         disk. Bug #304249.
1391         
1392 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1393
1394         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1395         * libdocument/ev-image.c: (ev_image_save_tmp):
1396         * libdocument/ev-module.c: (ev_module_load):
1397         * shell/ev-application.c: (ev_application_shutdown),
1398         (ev_application_get_print_settings):
1399         * shell/ev-sidebar-attachments.c:
1400         (ev_sidebar_attachments_button_press),
1401         (ev_sidebar_attachments_drag_data_get):
1402         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1403         (ev_window_print_finished), (ev_window_print_send),
1404         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1405         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1406         (ev_window_cmd_preview_print):
1407         * shell/main.c: (load_files_remote):
1408         Fix some build warnings under GCC 4.3.0. (#537535).
1409
1410 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * shell/ev-jobs.c: (ev_job_render_dispose):
1413
1414         Fix a crash in debug mode. Patch by Daniel M German.
1415         
1416 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * shell/ev-window.c:
1419
1420         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1421         
1422 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1423
1424         * shell/ev-window.c: (ev_window_print_send),
1425         (ev_window_do_preview_print):
1426
1427         Use the window title as print job name instead of just
1428         "evince-print". Fixes bug #534493.
1429         
1430 2008-05-19  Frederic Peters  <fpeters@0d.be>
1431
1432         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1433         Bug #533897.
1434
1435 2008-05-19  Frederic Peters  <fpeters@0d.be>
1436
1437         * help/reference/Makefile.am: added missing libevmountoperation to
1438         gtkdoc-scanobj libraries.  Bug #533896.
1439
1440 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1441
1442         * properties/ev-properties-view.c (get_default_user_units):
1443         Fixes check for default units string translation. Bug #533323.
1444
1445 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1446
1447         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1448         be an iks_free(). Fix an array overflow in the XML parser that
1449         would occur whenever the number of attributes in a tag was greater
1450         than 0 and divisible by 6. Fixes GNOME bug #530852.
1451
1452 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1453
1454         * backend/djvu/djvu-document-private.h:
1455         * backend/djvu/djvu-links.c:
1456         * backend/djvu/djvu-text.c:
1457         * backend/djvu/djvu-document.c: (djvu_handle_events),
1458         (djvu_wait_for_message), (djvu_document_load),
1459         (document_get_page_size), (djvu_document_render),
1460         (djvu_document_thumbnails_get_thumbnail),
1461         (djvu_document_file_exporter_end):
1462
1463         Make sure load job doesn't finish successfully when the document
1464         is not successfully decoded by libdjvu. Fixes bug #530202.
1465         
1466 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1467
1468         * configure.ac:
1469         * libdocument/Makefile.am:
1470         * libdocument/ev-debug.[ch]:
1471         * libdocument/ev-document.c:
1472         * shell/ev-jobs.c: (ev_job_links_dispose),
1473         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1474         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1475         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1476         (ev_job_render_page_ready), (ev_job_render_run),
1477         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1478         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1479         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1480         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1481         (ev_job_print_new), (ev_job_print_run):
1482         * shell/main.c: (main):
1483
1484         Add debug mode based on gedit code. Add debug messages in
1485         ev-jobs.
1486         
1487 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * libdocument/ev-document-factory.c: (get_document_from_uri):
1490
1491         Fix memory leak.
1492         
1493 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1494
1495         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1496         (get_mime_type_from_data), (get_document_from_uri),
1497         (ev_document_factory_get_document):
1498         
1499         Improved error message about file opening failture.
1500         Bug #529129.
1501
1502 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1503
1504         * data/evince-toolbar.xml:
1505         
1506         Allow to add SaveAs to toolbar.
1507
1508 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * shell/ev-view-private.h:
1511         * shell/ev-view.[ch]: (ev_view_button_release_event),
1512         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1513         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1514         (ev_view_update_primary_selection), (clear_link_selected),
1515         (ev_view_copy_link_address):
1516         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1517
1518         Update also the primary selection when copying a link
1519         address. Fixes bug #520855.
1520         
1521 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * libdocument/ev-document-factory.c: (get_document_from_uri):
1524
1525         Use the pixbuf backend only when the mime type is not supported by
1526         any of the other backend so that tiff documents, for instance, are
1527         handled by the tiff backend instead of the pixbuf backend. fixes
1528         bug #520290.
1529         
1530 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1531
1532         * cut-n-paste/Makefile.am:
1533
1534         Add evmountoperation to subdirs list.
1535         
1536 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1537
1538         * configure.ac:
1539
1540         Fix libspectre check in configure script. Fixes bug #528549.
1541         
1542 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1543
1544         * configure.ac:
1545         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1546         * shell/Makefile.am:
1547         * shell/ev-window.c: (ev_window_load_remote_failed),
1548         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1549
1550         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1551         open documents in remote locations that are not mounted.
1552         
1553 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1556         (bitmap_convert_msb8):
1557         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1558         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1559
1560         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1561         
1562 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1565         (ev_job_render_new), (ev_job_render_set_selection_info),
1566         (ev_job_render_run):
1567         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1568         (check_job_size_and_unref),
1569         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1570         (add_job), (ev_pixbuf_cache_get_selection_surface):
1571
1572         Create the render context needed for rendering a page in the render
1573         thread so that we don't block the main thread. Simplify
1574         EvJobRender API.
1575         
1576 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1577
1578         * libdocument/Makefile.am:
1579         * libdocument/ev-page.[ch]:
1580         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1581         (ev_render_context_new), (ev_render_context_set_page):
1582         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1583         (ev_form_field_finalize), (ev_form_field_class_init):
1584         * libdocument/ev-document-forms.[ch]:
1585         (ev_document_forms_get_form_fields):
1586         * libdocument/ev-document.[ch]: (ev_document_get_page),
1587         (ev_document_get_page_size), (ev_document_get_page_label):
1588         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1589         (ev_job_render_run), (ev_job_thumbnail_new),
1590         (ev_job_thumbnail_run), (ev_job_print_run):
1591         * shell/ev-page-cache.c: (ev_page_cache_new):
1592         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1593         (check_job_size_and_unref), (add_job):
1594         * shell/ev-sidebar-thumbnails.c: (add_range):
1595         * shell/ev-view.c: (ev_view_form_field_get_region),
1596         (ev_view_form_field_button_create_widget),
1597         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1598         (ev_view_handle_form_field), (ev_view_size_allocate),
1599         (get_selected_text):
1600         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1601         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1602         (pdf_document_get_page), (pdf_document_get_page_label),
1603         (pdf_document_render), (pdf_document_get_info),
1604         (pdf_document_document_iface_init),
1605         (pdf_document_thumbnails_get_thumbnail),
1606         (pdf_document_thumbnails_get_dimensions),
1607         (pdf_document_file_exporter_do_page),
1608         (pdf_selection_render_selection),
1609         (pdf_selection_get_selected_text),
1610         (pdf_selection_get_selection_region),
1611         (pdf_selection_get_selection_map),
1612         (pdf_document_forms_get_form_fields),
1613         (pdf_document_forms_form_field_text_get_text),
1614         (pdf_document_forms_form_field_text_set_text),
1615         (pdf_document_forms_form_field_button_set_state),
1616         (pdf_document_forms_form_field_button_get_state),
1617         (pdf_document_forms_form_field_choice_get_item),
1618         (pdf_document_forms_form_field_choice_get_n_items),
1619         (pdf_document_forms_form_field_choice_is_item_selected),
1620         (pdf_document_forms_form_field_choice_select_item),
1621         (pdf_document_forms_form_field_choice_toggle_item),
1622         (pdf_document_forms_form_field_choice_unselect_all),
1623         (pdf_document_forms_form_field_choice_set_text),
1624         (pdf_document_forms_form_field_choice_get_text):
1625         * backend/ps/ev-spectre.c: (ps_document_get_page),
1626         (ps_document_get_page_size), (ps_document_get_page_label),
1627         (ps_document_render), (ps_document_document_iface_init),
1628         (ps_document_file_exporter_do_page):
1629         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1630         (tiff_document_render), (tiff_document_render_pixbuf),
1631         (tiff_document_file_exporter_do_page):
1632         * backend/pixbuf/pixbuf-document.c:
1633         (pixbuf_document_get_page_size):
1634         * backend/comics/comics-document.c:
1635         (comics_document_get_page_size), (comics_document_render_pixbuf):
1636         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1637         (djvu_document_render), (djvu_selection_get_selected_text),
1638         (djvu_document_thumbnails_get_thumbnail),
1639         (djvu_document_file_exporter_do_page),
1640         (djvu_document_find_get_result):
1641         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1642         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1643         (dvi_document_thumbnails_get_thumbnail),
1644         (dvi_document_file_exporter_do_page):
1645         * backend/impress/impress-document.c:
1646         (impress_document_get_page_size),
1647         (impress_document_render_pixbuf):
1648         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1649
1650         Add EvPage so that we can hold a reference to the backend
1651         page. Form fields keep now a reference to the poppler page
1652         improving performance since we don't have to create/destroy the
1653         poppler field for every form operation. This will be needed for
1654         annotations too.
1655         
1656 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * data/evince-ui.xml:
1659         * shell/ev-window.c:
1660
1661         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1662         
1663 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1664
1665         * configure.ac:
1666         * backend/ps/Makefile.am:
1667
1668         Remove gs stuff from ps backend.
1669         
1670 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1671
1672         * configure.ac:
1673         * backend/pdf/ev-poppler.cc:
1674
1675         Bump poppler requirement to 0.8.0.
1676         
1677 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1678
1679         * NEWS:
1680         * configure.ac:
1681
1682         Update for release 2.22.1.1
1683
1684 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * configure.ac:
1687
1688         Fix build (again) when poppler version is 0.6
1689         
1690 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1691
1692         * backend/djvu/djvu-links.c: (build_tree):
1693
1694         Make sure link title is a valid utf8 string. Fixes bug #526517.
1695         
1696 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1697
1698         * configure.ac:
1699
1700         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1701         #526799.
1702         
1703 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1704
1705         * configure.ac:
1706         
1707         Update for release 2.22.1.
1708
1709 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * NEWS:
1712
1713         Update for upcoming release.
1714
1715 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1716
1717         * configure.ac:
1718         * backend/dvi/dvidocument.evince-backend.in:
1719
1720         Add compressed dvi to the list of supported mime types. Patch by
1721         Ed Catmur. Fixes bug #307087.
1722
1723 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1724
1725         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1726
1727         Fix a crash when printing a range that doesn't specify the start or
1728         end page. Fixes bug #524288.
1729
1730 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * shell/ev-window.c: (ev_window_cmd_continuous),
1733         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1734         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1735         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1736         (ev_window_run_presentation), (ev_window_stop_presentation),
1737         (ev_window_cmd_view_presentation),
1738         (ev_window_cmd_leave_fullscreen),
1739         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1740
1741         Do not unfullscreen and fullscreen again the window when changing
1742         from fullscreen to presentation mode and vice versa. Fixes bug
1743         #524112.
1744         
1745 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1746
1747         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1748
1749         Do not crash when thumbnail failed to render in PS backend. Fixes
1750         bug #525015.
1751         
1752 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1753
1754         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1755         (ev_window_load_file_remote), (ev_window_open_uri):
1756
1757         Handle errors when opening remote files.
1758         
1759 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1760
1761         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1762
1763         Only grab the focus for the current visible proxy widget. Fixes
1764         bug #521224.
1765         
1766 2008-03-30  Emil Soleyman  <emil@nishra.com>
1767
1768         * shell/ev-window.c: (launch_external_uri):
1769         
1770         Reuse g_app_info_launch_default_for_uri to
1771         save some code and fix bug #525009.
1772
1773 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1774
1775         * shell/ev-window.c (image_save_dialog_response_cb):
1776
1777         Use g_str_has_suffix. See bug #523069.
1778
1779 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * configure.ac:
1782
1783         Add a configure option to enable/diable DBus. Patch by Rémi
1784         Cardona. Fixes bug 521797.
1785
1786 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1787
1788         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1789
1790         Fix printing in documents with rotated pages. Patch by Eugen
1791         Dedu. Fixes bug #512648.
1792         
1793 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1796         (ev_link_from_action):
1797
1798         Fix warning messages.
1799         
1800 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * shell/ev-window.c: (image_save_dialog_response_cb):
1803
1804         Do not append the extension to filename when saving an image
1805         if the filename alredy contains the extension. Fixes bug #523069.
1806         
1807 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * shell/ev-view.[ch]: (ev_view_find_cancel):
1810         * shell/ev-window.c: (find_bar_close_cb):
1811
1812         Cancel the find operation when the find bar is closed. Fixes bug
1813         #508845.
1814         
1815 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * backend/ps/psdocument.evince-backend.in:
1818
1819         Make ps backend module resident. Fixes bug #520607.
1820         
1821 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * shell/ev-jobs.c: (ev_job_print_run):
1824
1825         Invert collate action in order to work as expected, fix reverse
1826         printing so that it doesn't start with a blank page and fix number
1827         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1828         
1829 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1830
1831         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1832
1833         Fix build with poppler <= 0.7.2
1834         
1835 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1836
1837         * libdocument/ev-document-misc.c:
1838         (ev_document_misc_surface_from_pixbuf):
1839
1840         Fix selections with poppler-splash.
1841         
1842 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1843
1844         * configure.ac:
1845         * backend/pdf/ev-poppler.cc:
1846
1847         Fix build with poppler >= 0.7.2
1848         
1849 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1850
1851         * configure.ac:
1852         
1853         Update for release 2.22.0
1854
1855 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1856
1857         * NEWS:
1858
1859         Update for upcoming release.
1860
1861 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1862
1863         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1864
1865         Bug 495107 – Handle print dialog responses correctly
1866
1867         Correctly handle print dialog response. Properly fixes
1868         the above mentioned bug.
1869
1870 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1873
1874         Make sure print job is only run when the print button is
1875         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1876         
1877 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1878
1879         * backend/pdf/pdfdocument.evince-backend.in:
1880         * libdocument/ev-backends-manager.c:
1881         (ev_backends_manager_load_backend),
1882         (ev_backends_manager_get_document):
1883         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1884
1885         Allow making backend modules resident. This is needed only for
1886         some backends like pdf to avoid registering glib types more than
1887         once.
1888         
1889 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1890
1891         * backend/comics/comics-document.c:
1892         * backend/djvu/djvu-document.c:
1893         * backend/impress/impress-document.c:
1894         * backend/pdf/ev-poppler.cc:
1895         * backend/pixbuf/pixbuf-document.c:
1896         * backend/ps/ev-spectre.c:
1897         * backend/ps/ps-document.c:
1898         * backend/tiff/tiff-document.c:
1899         * libdocument/ev-document.h:
1900         * properties/ev-properties-main.c:
1901
1902         Use g_type_module_add_interface instead of
1903         g_type_add_interface_static. Fixes bug #519679.
1904         
1905 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1906
1907         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1908         Added. Returns whether the animation has everything necessary to run.
1909         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1910         is ready just because it's been created. Fixes #519106.
1911         (draw_one_page): Do not show the "Loading..." text in presentation
1912         mode, there was a slim probability that this could happen.
1913
1914 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1915
1916         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1917
1918         Duplicate mime_type string before freeing it so that it doesn't
1919         always fail when getting mime type from uri. Fixes bug #518874.
1920         
1921 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1922
1923         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1924
1925         Fix a crash when a choice form field doesn't have any item
1926         selected. Fixes bug #518831
1927         
1928 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1929
1930         * shell/ev-window.c (ev_window_clear_temp_file):
1931         Use g_file_has_prefix instead of renamed
1932         g_file_contains_file.
1933
1934         * configure.ac:
1935         Require new glib for above change.
1936         
1937 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1938
1939         * libdocument/ev-image.c: (ev_image_finalize),
1940         (ev_image_save_tmp):
1941
1942         Return a real uri instead of a filename when saving an
1943         image. Fixes images drag an drop from evince to nautilus. 
1944         
1945 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1946
1947         * backend/pdf/ev-poppler.cc:
1948         (pdf_document_images_get_image_mapping):
1949
1950         Return the image list in the right order. Fixes bug #516237.
1951         
1952 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1953
1954         * backend/impress/impress-document.c:
1955         (impress_document_thumbnails_get_thumbnail):
1956
1957         Remove unused variable to avoid a compiler warning.
1958
1959 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1960
1961         * configure.ac:
1962         
1963         Update for release 2.21.91.
1964
1965 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1966
1967         * configure.ac:
1968         * shell/Makefile.am:
1969         * shell/ev-application.[ch]:
1970         * shell/ev-sidebar-links.c:
1971         * shell/ev-utils.[ch]:
1972         * shell/ev-window.[ch]:
1973
1974         Remove libgnomeprint support. Fixes bug #512370.
1975         
1976 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1977
1978         * thumbnailer/evince-thumbnailer.c: (main):
1979
1980         Initialize glib type system before using it. Fixes bug #513934.
1981         
1982 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * properties/ev-properties-main.c:
1985
1986         Add missing #include.
1987         
1988 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1989
1990         * configure.ac:
1991         * backend/djvu/djvu-document.c: (djvu_document_render):
1992         * backend/tiff/tiff-document.c: (tiff_document_render):
1993
1994         Use the new cairo function cairo_format_stride_for_width when
1995         available. Fixes bug #482720.
1996
1997 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1998
1999         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2000         (get_mime_type_from_data), (get_document_from_uri):
2001
2002         Use g_content_type_guess() only when slow is true in
2003         get_document_from_uri(). Fix several memory leaks.
2004         
2005 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2006
2007         * libdocument/ev-document-factory.c:
2008         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2009         (get_document_from_uri):
2010
2011         Use g_content_type_guess () to get mimetype for files.
2012         Bug #510401.
2013
2014 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2015
2016         * thumbnailer/Makefile.am:
2017
2018         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2019         
2020 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * configure.ac:
2023
2024         Fix build with --without-libgnome. Fixes bug #512771.
2025         
2026 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2027
2028         * backend/dvi/Makefile.am: Install only dvi
2029         module. Fixes bug #512718.
2030
2031 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2032
2033         * properties/ev-properties-main.c: (nautilus_module_initialize):
2034         
2035         Initialize backends in properties tab. Fixes bug
2036         #512720.
2037
2038 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2039
2040         * properties/Makefile.am: No need to link with 
2041         libraries. Fixes bug #512719.
2042
2043 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2044
2045         * NEWS:
2046         * configure.ac:
2047         
2048         Update for release 2.21.90.
2049
2050 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2051
2052         * shell/ev-window.c: (ev_window_cmd_escape):
2053
2054         Fix compile warning.
2055         
2056 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2057
2058         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2059
2060         Fix printing in dvi backend when filename contains white
2061         espaces. Fixes bug #502839.
2062         
2063 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2064
2065         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2066         (screensaver_disable_x11):
2067         * shell/Makefile.am:
2068         * shell/xdg-user-dir-lookup.c: Removed
2069         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2070         * shell/ev-view.c: (ev_view_presentation_transition_start):
2071         * shell/ev-window.c: (ev_window_cmd_file_open),
2072         (ev_window_cmd_save_as), (presentation_set_timeout):
2073
2074         Remove #ifdefs that are no longer needed.
2075         
2076 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2077
2078         * shell/ev-view.[ch]: (ev_view_button_release_event),
2079         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2080         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2081         (ev_window_cmd_escape):
2082
2083         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2084         
2085 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2086
2087         * configure.ac:
2088         * backend/comics/comics-document.c: (comics_document_load):
2089         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2090         (ev_attachment_set_property), (ev_attachment_init),
2091         (ev_attachment_save), (ev_attachment_launch_app),
2092         (ev_attachment_open):
2093         * libdocument/ev-document-factory.c: (get_document_from_uri):
2094         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2095         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2096         * shell/ev-jobs.c:
2097         * shell/ev-password.c: (ev_password_dialog_set_property),
2098         (ev_password_dialog_save_password):
2099         * shell/ev-sidebar-attachments.c:
2100         (ev_sidebar_attachments_drag_data_get):
2101         * shell/ev-window-title.c: (get_filename_from_uri):
2102         * shell/ev-window.c: (ev_window_clear_temp_file),
2103         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2104         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2105         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2106         (launch_external_uri), (image_save_dialog_response_cb),
2107         (attachment_save_dialog_response_cb):
2108         * shell/main.c: (load_files), (load_files_remote), (main):
2109         * thumbnailer/evince-thumbnailer.c: (main):
2110
2111         Port to gio and drop gnome-vfs dependency. Fixes bug
2112         #510401. Based on patch by Cosimo Cecchi.
2113         
2114 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2115
2116         * NEWS:
2117
2118         Fixed formatting inconsistencies (spaces vs. tabs)
2119
2120 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2121
2122         * shell/ev-window.c:
2123
2124         Use top/up/bottom/down arrows instead of
2125         first/left/last/right in the toolbar and menu actions.
2126         This fixes issues with RTL languages and is visually
2127         consistent with the page view. Fixes bug #170081.
2128
2129 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2130
2131         * NEWS:
2132
2133         Fixed some inaccuracies pointed out by Carlos Garcia
2134         Campos.
2135
2136 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2137
2138         * NEWS:
2139         * data/evince.schemas.in:
2140         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2141
2142         Override PDF restrictions by default. Fixes bug #382700.
2143
2144 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2145
2146         * NEWS: Updated for upcoming release
2147
2148 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2149
2150         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2151
2152         Fix memory leak.
2153         
2154 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2155
2156         * shell/ev-window.c: (register_custom_actions):
2157         
2158         Added comment for translators
2159
2160 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2161
2162         * shell/ev-view.c: (ev_view_button_release_event):
2163
2164         Do not create the idle function for kinetic scrolling if we are
2165         not in a drag operation.
2166
2167 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2168
2169         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2170         (ev_view_button_press_event), (ev_view_motion_notify_event),
2171         (ev_view_button_release_event):
2172
2173         Restore cursor after autoscrolling. Fixes bug #509958.
2174
2175 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2176
2177         * configure.ac:
2178         * backend/pdf/ev-poppler.cc:
2179         (pdf_document_images_get_image_mapping),
2180         (pdf_document_images_get_image),
2181         (pdf_document_document_images_iface_init):
2182         * libdocument/ev-document-images.[ch]:
2183         (ev_document_images_get_image_mapping),
2184         (ev_document_images_get_image):
2185         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2186         (ev_image_get_id), (ev_image_save_tmp):
2187         * shell/ev-jobs.c: (ev_job_render_run):
2188         * shell/ev-view.c: (ev_view_drag_data_get):
2189         * shell/ev-window.c: (image_save_dialog_response_cb),
2190         (ev_view_popup_cmd_copy_image):
2191
2192         Do not render images when rendering the page but on demand. It
2193         reduces the memory comsumption.
2194         
2195 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2196
2197         * configure.a:
2198         * shell/ev-password.c:
2199
2200         Make gnome-keyring optional. Fixes bug #509676.
2201         
2202 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2203
2204         * shell/ev-pixbuf-cache.c: (add_job):
2205
2206         Initialize include_images variable as FALSE instead of TRUE.
2207         
2208 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2209
2210         * configure.ac:
2211         * cut-n-paste/Makefile.am:
2212         * cut-n-paste/fileformatchooser/Makefile.am:
2213         * cut-n-paste/fileformatchooser/egg-macros.h:
2214         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2215         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2216         * shell/Makefile.am:
2217         * shell/ev-utils.c:
2218         (file_chooser_dialog_add_writable_pixbuf_formats),
2219         (get_gdk_pixbuf_format_by_extension):
2220         * shell/ev-utils.h:
2221         * shell/ev-window.c: (ev_window_error_message),
2222         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2223         
2224         Simplify image format selection on save.
2225
2226 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2227
2228         * shell/ev-view.c: (ev_view_scroll_event):
2229         
2230         Repair gorizontal scrolling with shift. Fixes
2231         bug #483412.
2232
2233 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2234         
2235         * MAINTAINERS:
2236
2237         Fix formatting issues.
2238         
2239 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2240
2241         * backend/comics/comics-document.c: (comics_regex_quote):
2242         
2243         Don't overquote special chars except of '. See bug 
2244         502500. Thanks to Tom Parker.
2245
2246 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2247
2248         * MAINTAINERS:
2249         
2250         Added Nickolay and Carlos, since they're doing most of
2251         the releases nowadays.
2252
2253 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2254
2255         * properties/Makefile.am:
2256
2257         Get the nautilus extension dir properly instead of using
2258         a hack. Fixes bug #505359.
2259
2260 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2261
2262         * properties/Makefile.am:
2263         
2264         Install nautilus extension into new place. See bug
2265         #505359. Thanks to Matthias Clasen, Brian Pepple and
2266         Damien Carbery.
2267
2268 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2269
2270         * shell/ev-window.c: (ev_window_get_recent_file_label):
2271         
2272         RTL marker in recent file list. See bug #509076.
2273
2274 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2277         * shell/ev-window.c: (image_save_dialog_response_cb):
2278
2279         Fix compile warnings due to unused variables.
2280         
2281 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2282
2283         * configure.ac:
2284         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2285         * backend/ps/ev-spectre.c: (ps_document_render):
2286
2287         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2288
2289 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2290
2291         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2292         (ev_transition_animation_paint): Implement "fade" effect.
2293
2294 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2295
2296         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2297         (ev_transition_animation_paint): Implement "uncover" effect.
2298
2299 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2300
2301         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2302         (ev_transition_animation_paint): Implement "cover" effect.
2303
2304 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2305
2306         * shell/ev-transition-animation.c (ev_transition_animation_push)
2307         (ev_transition_animation_paint): Implement "push" effect.
2308
2309 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2310
2311         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2312         (ev_transition_animation_paint): Implement "dissolve" effect.
2313
2314 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2315
2316         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2317         (ev_transition_animation_paint): Implement "wipe" effect.
2318
2319 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2320
2321         * shell/ev-transition-animation.c (ev_transition_animation_box)
2322         (ev_transition_animation_paint): Implement "box" effect.
2323
2324 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2325
2326         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2327         (ev_transition_animation_paint): Implement "blinds" effect.
2328
2329 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2330
2331         * shell/ev-transition-animation.c (ev_transition_animation_split)
2332         (ev_transition_animation_paint): Implement "split" effect.
2333
2334 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2335
2336         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2337         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2338         (ev_view_transition_animation_start) 
2339         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2340         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2341         (ev_view_next_page) (ev_view_previous_page):
2342         
2343         Use EvTransitionAnimation to drive page changes in the presentation
2344         mode, the animation will wait to start until both the origin and 
2345         destination page surfaces are available. Fixes #458460.
2346
2347         (draw_loading_text):
2348
2349         Remove workaround for bug #320352, it's now fixed properly.
2350
2351
2352 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2353
2354         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2355         will contain the implementations for page transition animations, at
2356         the moment it just has the "replace" effect.
2357         * shell/Makefile.am: Added these files to build.
2358
2359 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2360
2361         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2362         animations.
2363         * shell/Makefile.am: Added these files to build.
2364
2365 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2366
2367         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2368         implementation to get_effect() in EvDocumentTransitionIface.
2369
2370 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2371
2372         * libdocument/ev-transition-effect.[ch]: New files, define a page
2373         transition effect, at the moment it maps PopplerPageTransition to a
2374         GObject.
2375         * libdocument/Makefile.am: Added these files to build.
2376         * libdocument/ev-document-transition.[ch]
2377         (ev_document_transition_get_effect): New method, gets the
2378         EvTransitionEffect returned by the interface implementation, with
2379         fallback to the "replace" effect.
2380
2381 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2382
2383         * configure.ac:
2384         * cut-n-paste/Makefile.am:
2385         * cut-n-paste/fileformatchooser/Makefile.am:
2386         * cut-n-paste/fileformatchooser/egg-macros.h:
2387         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2388         * shell/Makefile.am:
2389         * shell/ev-window.c: (image_save_dialog_response_cb),
2390         (ev_view_popup_cmd_save_image_as):
2391
2392         Allow exporting images in any format supported by
2393         GdkPixbuf. Fixes bug #500209.
2394         
2395 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2396
2397         * backend/pixbuf/pixbuf-document.c:
2398
2399         More warnings fixed.
2400         
2401 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2402
2403         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2404         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2405         * backend/djvu/djvu-text.h:
2406         * backend/tiff/tiff-document.c: (tiff_document_render):
2407
2408         Fix compile warnings.
2409         
2410 2007-12-28  Christian Persch  <chpe@gnome.org>
2411
2412         * **/*.c: Include config.h. Bug #504721.
2413
2414 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2415
2416         * configure.ac:
2417         * Makefile.am:
2418         * po/POTFILES.in:
2419         * backend/comics/Makefile.am:
2420         * backend/comics/comics-document.[ch]:
2421         * backend/comics/comicsdocument.evince-backend.in:
2422         * backend/djvu/Makefile.am:
2423         * backend/djvu/djvu-document.[ch]:
2424         * backend/djvu/djvudocument.evince-backend.in:
2425         * backend/dvi/Makefile.am:
2426         * backend/dvi/dvi-document.[c]:
2427         * backend/dvi/dvidocument.evince-backend.in:
2428         * backend/impress/Makefile.am:
2429         * backend/impress/impress-document.[ch]:
2430         * backend/impress/impressdocument.evince-backend.in:
2431         * backend/pdf/Makefile.am:
2432         * backend/pdf/ev-poppler.cc:
2433         * backend/pdf/ev-poppler.h:
2434         * backend/pdf/pdfdocument.evince-backend.in:
2435         * backend/pixbuf/Makefile.am:
2436         * backend/pixbuf/pixbuf-document.[ch]:
2437         * backend/pixbuf/pixbufdocument.evince-backend.in:
2438         * backend/ps/Makefile.am:
2439         * backend/ps/ev-spectre.[ch]:
2440         * backend/ps/ps-document.[ch]:
2441         * backend/ps/psdocument.evince-backend.in:
2442         * backend/tiff/Makefile.am:
2443         * backend/tiff/tiff-document.[ch]:
2444         * backend/tiff/tiffdocument.evince-backend.in:
2445         * libdocument/Makefile.am:
2446         * libdocument/ev-backends-manager.[ch]:
2447         * libdocument/ev-module.[ch]:
2448         * libdocument/ev-document.h:
2449         * libdocument/ev-document-factory.[ch]:
2450         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2451         (get_compression_from_mime_type), (get_document_from_uri),
2452         (ev_document_factory_get_document), (file_filter_add_mime_types),
2453         (ev_document_factory_add_filters):
2454         * shell/Makefile.am:
2455         * shell/ev-window-title.c: (get_filename_from_uri):
2456         * shell/main.c: (main):
2457         * thumbnailer/Makefile.am:
2458         * thumbnailer/evince-thumbnailer.c: (main):
2459
2460         Plugin system for backends. Fixes bug #351348.
2461         
2462 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2463
2464         * shell/ev-view-private.h:
2465         * shell/ev-view.c: (ev_view_drag_update_momentum),
2466         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2467         (ev_view_button_release_event), (ev_view_destroy):
2468         
2469         Kinetic scrolling implemented as requested in
2470         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2471
2472 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2473
2474         * data/evince-toolbar.xml:
2475         * data/evince-ui.xml:
2476         * shell/ev-view-private.h:
2477         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2478         (ev_view_button_press_event), (ev_view_motion_notify_event),
2479         (ev_view_button_release_event), (ev_view_init),
2480         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2481         (ev_view_set_cursor):
2482         * shell/ev-view.h:
2483         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2484         (ev_window_cmd_view_autoscroll):
2485         
2486         Autoscroll feature with the context menu. Fixes bug 
2487         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2488
2489 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2490
2491         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2492
2493         Disconnect also page-ready signal when removing a job because the
2494         page size has changed. Thanks to kripken
2495         <kripkensteiner@gmail.com>.
2496
2497 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2498
2499         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2500         
2501         Scroll pages in page entry with mouse wheel. Fixes bug
2502         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2503
2504 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2505
2506         * backend/dvi/Makefile.am:
2507         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2508         (mdvi_cairo_device_init):
2509         * backend/dvi/mdvi-lib/common.h:
2510         * backend/dvi/mdvi-lib/mdvi.h:
2511         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2512         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2513         (mdvi_build_path_from_cwd):
2514
2515         Add ps specials support in dvi backend when libspectre is
2516         present. Fixes bug #386005.
2517         
2518 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2519
2520         * configure.ac:
2521         * backend/ps/Makefile.am:
2522         * backend/ps/ev-spectre.[ch]:
2523         
2524         Use libspectre, if available, for the ps backend. Fixes bugs
2525         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2526
2527 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2528         
2529         * backend/comics/comics-document.c: (comics_document_load):
2530         
2531         Cygwin build issue fix.
2532
2533 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2534
2535         * shell/ev-view.c: (ev_view_set_zoom):
2536
2537         Do not limit the minimum zoom factor when sizing mode is best bit
2538         or fit width. Fixes bug #503805.
2539         
2540 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2541
2542         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2543         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2544         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2545         (ev_link_dest_get_property), (ev_link_dest_set_property),
2546         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2547         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2548         (ev_link_dest_new_fitr):
2549         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2550         (goto_fith_dest), (goto_xyz_dest):
2551
2552         Do not change left, top and zoom values when they are null in PDF
2553         destinations. Fixes bug #460658.
2554         
2555 2007-12-10  Christian Persch  <chpe@gnome.org>
2556
2557         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2558         (ev_view_accessible_class_init),
2559         (ev_view_accessible_idle_do_action),
2560         (ev_view_accessible_action_do_action),
2561         (ev_view_accessible_action_get_description),
2562         (ev_view_accessible_action_set_description),
2563         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2564         (ev_view_accessible_factory_init),
2565         (ev_view_accessible_factory_get_accessible_type):
2566         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2567         private data, and G_DEFINE_TYPE. Bug #502843.
2568
2569 2007-12-08  Christian Persch  <chpe@gnome.org>
2570
2571         * shell/ev-metadata-manager.c: (item_free),
2572         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2573         (value_free), (parse_value), (parseItem),
2574         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2575         (save_values): Use GSlice to allocate small amounts of memory. Bug
2576         #475972.
2577
2578 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2579
2580         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2581
2582         Restore cursor to normal after a drag operation. Fixes bug
2583         #501603.
2584         
2585 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2586
2587         * NEWS:
2588         * configure.ac:
2589         
2590         Update for release 2.21.1
2591
2592 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2593
2594         * configure.ac:
2595         * cut-n-paste/gedit-message-area/Makefile.am:
2596         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2597         * shell/Makefile.am:
2598         * shell/ev-message-area.[ch]:
2599         * shell/ev-window.c: (ev_window_set_message_area),
2600         (ev_window_error_message_response_cb), (ev_window_error_message),
2601         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2602         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2603         (ev_attachment_popup_cmd_open_attachment),
2604         (attachment_save_dialog_response_cb), (ev_window_set_document),
2605         (ev_window_init):
2606
2607         Use a message area instead of a popup dialog for error
2608         notifications. Fixes bug #337495.
2609         
2610 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2611
2612         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2613         (ev_window_run_fullscreen):
2614
2615         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2616         
2617 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2618
2619         * ev-sidebar-thumbnails.c: (update_visible_range),
2620         (ev_sidebar_thumbnails_refresh),
2621         (ev_sidebar_thumbnails_set_document),
2622         (ev_sidebar_thumbnails_support_document):
2623
2624         Show thumbnails for documents with one page. Fixes bug #358751.
2625         
2626 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2627
2628         * shell/ev-window.c:
2629         (ev_window_load_print_settings_from_metadata),
2630         (ev_window_save_print_settings), (ev_window_print_finished),
2631         (ev_window_print_range):
2632
2633         Print settings that are specific to the document are now saved per
2634         document in the metadata file. Fixes bug #488806.
2635         
2636 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2637
2638         * backend/tiff/tiff-document.c: (tiff_document_render):
2639
2640         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2641         
2642 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2643
2644         * shell/ev-application.[ch]: (get_find_string_from_args),
2645         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2646         (ev_application_open_uri_list):
2647         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2648         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2649         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2650         (ev_window_cmd_recent_file_activate),
2651         (ev_window_open_recent_action_item_activated),
2652         (ev_window_print_send), (open_remote_link):
2653         * shell/main.c: (arguments_parse):
2654
2655         Add a command line option for search. Fixes bug #497710.
2656         
2657 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2658
2659         * shell/ev-jobs.c: (ev_job_print_new):
2660
2661         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2662         
2663 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2664
2665         * data/evince-toolbar.xml:
2666         * shell/Makefile.am:
2667         * shell/ev-application.c: (ev_application_init):
2668         * shell/ev-open-recent-action.[ch]:
2669         * shell/ev-window.c:
2670         (ev_window_open_recent_action_item_activated),
2671         (register_custom_actions):
2672
2673         Add an expander to the open toolbar item which pops up a dropdown
2674         menu with the recently used documents. Fixes bug #487215.
2675         
2676 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2677
2678         * shell/ev-window.c: (ev_window_open_uri),
2679         (ev_window_cmd_view_reload):
2680
2681         Do not jump to the first page when reloading by running evince
2682         from the command line. Fixes bug #490847.
2683         
2684 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2685
2686         * shell/ev-window.c: (ev_window_cmd_help_contents):
2687
2688         Plugged memory leak when help file is not found. Fixes bug
2689         #490762.
2690         
2691 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2692
2693         * configure.ac:
2694
2695         Enable djvu, dvi and comics backends by default. Fixes bug
2696         #437121.
2697         
2698 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2699
2700         * configure.ac:
2701         * cut-n-paste/Makefile.am:
2702         * cut-n-paste/recent-files/*: Removed
2703         * help/reference/Makefile.am:
2704         * shell/Makefile.am:
2705         * shell/ev-application.[ch]: (ev_application_shutdown),
2706         (ev_application_init):
2707         * shell/ev-window.c: (ev_window_add_recent),
2708         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2709
2710         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2711         
2712 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2713
2714         * shell/ev-window.c: (launch_external_uri):
2715
2716         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2717         and report error if the URL is not supported (#489910).
2718
2719 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2720
2721         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2722         (pdf_document_file_exporter_begin_page),
2723         (pdf_document_file_exporter_end_page):
2724
2725         Fix printing with poppler splash backend. Fixes bug #489774.
2726         
2727 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2728
2729         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2730         * shell/ev-print-job.c: (ev_print_job_class_init):
2731
2732         Fix a crash when printing with the gnome-print dialog. Fixes bug
2733         #488939.
2734         
2735 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2736
2737         * backend/pixbuf/pixbuf-document.c:
2738
2739         Fix an implicit function definition warning (#487655)
2740
2741 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2742
2743         * shell/ev-window.c:
2744
2745         Fix conflicting shortcut for view sade pane and presentation.
2746         
2747 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * backend/pdf/ev-poppler.cc:
2750         (pdf_document_file_exporter_begin_page),
2751         (pdf_document_file_exporter_do_page),
2752         (pdf_document_file_exporter_end_page),
2753         (pdf_document_file_exporter_iface_init):
2754         * libdocument/ev-file-exporter.[ch]:
2755         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2756         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2757         (ev_job_print_run):
2758
2759         When printing multiple pages per sheet in reverse option, do not
2760         invert the order of the pages in every sheet, but the order of the
2761         sheets. Do not print blank pages when page range is invalid. Fixes
2762         bugs #484857 and #485521.
2763         
2764 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2765
2766         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2767         (ev_job_print_run):
2768         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2769
2770         Respect ranges order when printing more than one range in random
2771         order.
2772         
2773 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2774
2775         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2776         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2777
2778         Rotate also the window icon when document is rotated. Fixes bug
2779         #474681.
2780         
2781 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2782
2783         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2784         (pdf_document_forms_get_form_fields):
2785
2786         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2787         Matthias Drochner.
2788         
2789 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2790
2791         * configure.ac:
2792         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2793
2794         Use poppler_page_render_for_printing() instead of
2795         poppler_page_render() if available when exporting to a ps or pdf
2796         file. Fixes bug #476627.
2797         
2798 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2799
2800         * shell/ev-window.c: (ev_window_run_fullscreen):
2801
2802         Do not show the toolbar in fullscreen mode if the main toolbar is
2803         not visible. Fixes bug #483048.
2804         
2805 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2806
2807         * shell/ev-view.c: (ev_view_button_press_event):
2808
2809         Give priority to form fields over images when deciding whether a
2810         button press event is over an image or form field. It allows edit
2811         form fields when they are over a background image. Fixes bug
2812         #477841.
2813         
2814 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2815
2816         * NEWS:
2817         * configure.ac:
2818         
2819         Update for release 2.20.0
2820
2821 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2822
2823         * backend/pdf/ev-poppler.cc:
2824
2825         Remove #ifdef HAVE_FORMS, so that forms support works again.
2826
2827 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2828
2829         * configure.ac:
2830         * data/evince.desktop.in.in:
2831         
2832         Fixes desktop file issues. See bug #473471.
2833
2834 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2837         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2838         (ev_job_queue_remove_job):
2839         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2840         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2841         * shell/ev-window.c: (ev_window_clear_save_job),
2842         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2843         (ev_window_dispose):
2844
2845         Move save a copy task to its own job so that it's carried out in a
2846         thread avoiding another lock in the main thread. Use
2847         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2848         can be saved to a pathin another file system. Fixes bug #456891.
2849         
2850 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2851
2852         * NEWS:
2853         * configure.ac:
2854         
2855         Update for release 2.19.92
2856
2857 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2858
2859         * configure.ac:
2860         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2861         (pdf_selection_get_selection_region),
2862         (pdf_selection_get_selection_map),
2863         (ev_form_field_from_poppler_field):
2864
2865         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2866         and triple click selections are enabled again now.
2867
2868 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2869
2870         * shell/ev-window.c: (ev_window_add_history):
2871
2872         Make sure not to use the history with documents not supporting
2873         links. Fixes bug #468954.
2874
2875 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * shell/ev-window.c: (ev_window_load_job_cb):
2878
2879         Restart the search when reloading a document with the find bar
2880         visible. Fixes bug #461962.
2881
2882 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2883
2884         * shell/ev-window.c: (setup_document_from_metadata),
2885         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2886
2887         Do not jump to the first page when reloading a document from the
2888         last page.
2889
2890 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2891
2892         * shell/ev-window.c: (update_chrome_flag),
2893         (setup_sidebar_from_metadata),
2894         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2895         (ev_window_cmd_edit_find_next),
2896         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2897         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2898         (find_bar_close_cb), (view_actions_focus_in_cb):
2899
2900         Do not update visibility when changing a chrome flag so that it's
2901         possible to update several flags and update visibility only once
2902         for all of them.
2903
2904 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2905
2906         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2907
2908         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2909         supported by gtk+. Fixes bug #460907.
2910
2911 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2912
2913         * shell/ev-view.c: (view_update_range_and_current_page):
2914
2915         Make sure current-page <= end-page in continuous mode. Fixes bug
2916         #454950.
2917
2918 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2919
2920         * backend/pdf/ev-poppler.cc: (build_tree):
2921
2922         Ignore outline items without a title. Fixes bug #453913.
2923
2924 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2925
2926         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2927         (ev_view_button_release_event), (ev_view_leave_notify_event):
2928
2929         Use always drag mouse cursor during a drag operation. Fixes bug
2930         #470564.
2931
2932 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2933
2934         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2935         (pdf_selection_get_selection_region),
2936         (pdf_selection_get_selection_map):
2937
2938         Temporarily disable double and triple selections since it depends on
2939         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2940         released and the update of the external dependency minimal version
2941         approved.
2942
2943 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2944
2945         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2946         (pdf_document_file_exporter_do_page):
2947         * libdocument/ev-file-exporter.h:
2948         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2949         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2950
2951         Actually fix printing regressions. Remove orientation from
2952         EvPrintContext since it's redundant.
2953
2954 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2955
2956         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2957         * backend/impress/impress-document.c:
2958         (impress_document_document_iface_init):
2959         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2960         * backend/djvu/djvu-document.c:
2961         (djvu_document_document_iface_init),
2962         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2963         * backend/tiff/tiff-document.c:
2964         (tiff_document_document_iface_init):
2965         * backend/pixbuf/pixbuf-document.c:
2966         (pixbuf_document_document_iface_init):
2967         * backend/comics/comics-document.c:
2968         (comics_document_document_iface_init):
2969         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2970         (pdf_selection_render_selection),
2971         (pdf_selection_get_selected_text),
2972         (pdf_selection_get_selection_region),
2973         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2974         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2975         (ev_selection_get_selection_region),
2976         (ev_selection_get_selection_map):
2977         * libdocument/ev-document.[ch]:
2978         * shell/ev-pixbuf-cache.[ch]: (add_job),
2979         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2980         * shell/ev-view-private.h:
2981         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2982         (ev_job_render_run):
2983         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2984         * shell/ev-view.c: (start_selection_for_event),
2985         (ev_view_button_press_event), (ev_view_drag_data_get),
2986         (ev_view_drag_data_received), (ev_view_button_release_event),
2987         (compute_new_selection_text), (compute_selections),
2988         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2989         (ev_view_primary_get_cb):
2990
2991         Add support for double and triple click selections.
2992
2993 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2994
2995         * NEWS:
2996         * configure.ac:
2997
2998         Update for release 2.19.4
2999
3000 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3001
3002         * shell/ev-view-private.h:
3003         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3004         (ev_view_set_highlight_search):
3005         * shell/ev-view.h:
3006         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3007         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3008         (find_bar_visibility_changed_cb):
3009         
3010         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3011
3012 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3013
3014         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3015         (pdf_document_file_exporter_begin),
3016         (pdf_document_file_exporter_do_page):
3017         * shell/ev-jobs.c: (ev_job_print_run):
3018         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3019
3020         Create always a portrait cairo surface and rotate when needed for
3021         landscape. It fixes printing problems in real printers.
3022
3023 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3024
3025         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3026         * libdocument/ev-file-exporter.[ch]:
3027         (ev_file_exporter_get_capabilities):
3028         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3029         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3030
3031         Adjust number of pages per row according to page orientation when
3032         printing 2 or 6 pages per sheet.
3033
3034 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3035
3036         * shell/ev-window.c: (ev_window_print_send):
3037
3038         Reset also cups setting to 1 when printing multiple pages per
3039         sheet. Fixes bug #468853.
3040
3041 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3042
3043         * libdocument/ev-document-misc.c:
3044         (ev_document_misc_surface_rotate_and_scale):
3045
3046         Use directly cairo_surface_get_content() when creating a similar
3047         surface as suggested by Jeff Muizelaar. Thanks again.
3048
3049 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3050
3051         * backend/djvu/djvu-document.c: (djvu_document_render):
3052         * backend/tiff/tiff-document.c: (tiff_document_render):
3053         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3054         * libdocument/ev-document-misc.c:
3055         (ev_document_misc_surface_from_pixbuf),
3056         (ev_document_misc_surface_rotate_and_scale):
3057
3058         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3059         creating page surfaces. Fixes bug #453123. Thank you very much to
3060         Jeff Muizelaar <jeff@infidigm.net>.
3061
3062 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3063
3064         * shell/ev-page-cache.c: (ev_page_cache_new),
3065         (ev_page_cache_get_thumbnail_size):
3066         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3067         (ev_sidebar_thumbnails_set_loading_icon):
3068
3069         Also store in page-cache the dimensions of the thumbnails so that
3070         they can be used to create the correct loading icon in the side
3071         pane. Fixes bug #466857.
3072
3073 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3074
3075         * backend/pdf/ev-poppler.cc:
3076         (pdf_document_thumbnails_get_thumbnail):
3077
3078         Fix thumbnails rotation in pdf documents that include embedded 
3079         thumbnails.
3080
3081 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3082
3083         * backend/pdf/ev-poppler.cc:
3084
3085         Don't use #ifdef in macro expansion. Some compilers don't
3086         like that. Closes bug #467042.
3087
3088 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3089
3090         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3091         
3092         Fixes memory leak in djvu backend.
3093
3094 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3095
3096         * data/icons/32x32/Makefile.am:
3097         * data/icons/32x32/actions/Makefile.am:
3098         * data/icons/32x32/actions/view-page-cont.svg:
3099         * data/icons/32x32/actions/view-page-facing.svg:
3100         * data/icons/48x48/Makefile.am:
3101         * data/icons/48x48/actions/Makefile.am:
3102         * data/icons/48x48/actions/view-page-cont.svg:
3103         * data/icons/48x48/actions/view-page-facing.svg:
3104         
3105         Icons for a new sizes.
3106
3107 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3108
3109         * shell/ev-page-cache.c: (build_height_to_page),
3110         (ev_page_cache_get_height_to_page):
3111         
3112         Fixes invalid read, see bug #466401.
3113
3114 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3115
3116         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3117         (set_drag_cursor):
3118         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3119         (configure_item_cursor), (new_pixbuf_from_widget):
3120
3121         Fix multihead problems in toolbar editor. Fixes bug #382055.
3122
3123 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3124
3125         * shell/ev-window.c: (ev_window_cmd_file_open),
3126         (ev_window_cmd_save_as):
3127
3128         Use g_get_user_special_dir when available instead of
3129         xdg_user_dir_lookup.
3130
3131 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3132
3133         * MAINTAINERS:
3134         
3135         Updated according to request on desktop-devel.
3136
3137 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3138
3139         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3140
3141         Do not use cairo_rectangle and cairo_clip since we are
3142         not using cairo_fill but cairo_paint. Use the same cairo context
3143         for every page in the same expose event.
3144
3145 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3146
3147         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3148         leak.
3149
3150 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3151
3152         * configure.ac:
3153         * NEWS:
3154
3155         Release 0.9.3
3156
3157 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3158
3159         * libdocument/ev-document-info.h:
3160         * libdocument/ev-document.h:
3161         * shell/ev-page-action.h:
3162         * shell/ev-sidebar-links.h:
3163
3164         Fix a headers problem with ev-link
3165         
3166         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3167         * shell/ev-view-private.h:
3168         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3169         (get_link_area), (ev_view_query_tooltip),
3170         (ev_view_leave_notify_event), (ev_view_destroy),
3171         (ev_view_class_init):
3172
3173         Use new gtk tooltips when available instead of ev-tooltip.
3174         
3175 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3176
3177         * shell/ev-window.c: (update_chrome_visibility),
3178         (ev_window_sidebar_visibility_changed_cb):
3179
3180         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3181         
3182 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3183
3184         * shell/ev-navigation-action.c:
3185         (ev_navigation_action_history_changed),
3186         (ev_navigation_action_set_history):
3187         * shell/ev-navigation-action-widget.c:
3188         (ev_navigation_action_widget_init):
3189         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3190
3191         Fix compile warnings.
3192         
3193 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3194
3195         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3196         (egg_editable_toolbar_dispose):
3197
3198         Fix memory leak.
3199         
3200 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3201
3202         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3203         (screensaver_disable_x11):
3204         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3205         * shell/ev-window.c: (presentation_set_timeout):
3206         * shell/ev-view.c: (ev_view_presentation_transition_start):
3207
3208         Use g_timeout_add_seconds instead of g_timeout_add when
3209         available.
3210         
3211 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3212
3213         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3214
3215         Set horizontal scrollbar policy to AUTOMATIC instead of
3216         NEVER. Workaround for bug #449462.
3217         
3218 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3219
3220         * shell/ev-jobs.c: (ev_job_render_page_ready):
3221
3222         Add page_ready callback to main loop with high priority and hold
3223         a reference to job during idle.
3224         
3225 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3226
3227         * configure.ac:
3228         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3229         (pdf_document_file_exporter_begin),
3230         (pdf_document_file_exporter_do_page),
3231         (pdf_document_file_exporter_get_capabilities):
3232         * libdocument/ev-file-exporter.h:
3233         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3234         * shell/ev-window.c: (ev_window_print_send),
3235         (ev_window_print_dialog_response_cb):
3236
3237         Allow printing multiple pages per sheet. Fixes bug #395573.
3238         
3239 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3240
3241         * shell/ev-view.c: (tip_from_link):
3242         
3243         Check for NULL, fixes bug #460862.
3244
3245 2007-07-29  Christian Persch  <chpe@gnome.org>
3246
3247         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3248         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3249         (ev_window_cmd_preview_print):
3250         
3251         Fixes bug #437681 - blocks while enumerating printers.
3252
3253 2007-07-29  Christian Persch  <chpe@gnome.org>
3254
3255         * shell/ev-window.c: (ev_window_screen_changed):
3256         
3257         Don't use deprecated gtk+ function. See bug #460909.
3258
3259 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3260
3261         * shell/ev-utils.c: (get_num_monitors):
3262         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3263
3264         Do not use display before initializing it. Remove compile
3265         warnings.
3266
3267 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3268
3269         * shell/ev-view.c: (ev_view_class_init):
3270         
3271         Unix-like hjkl bindings added. See bug #458111.
3272
3273 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3274
3275         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3276         * shell/ev-utils.h:
3277         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3278         (ev_view_update_view_size):
3279         * shell/ev-view.h:
3280         * shell/ev-window.c: (ev_window_update_actions),
3281         (setup_view_from_metadata), (ev_window_screen_changed),
3282         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3283         (zoom_control_changed_cb):
3284         * shell/ev-window.h:
3285         
3286         Reorganizes utility functions.
3287
3288 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3289
3290         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3291         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3292         (add_job), (ev_pixbuf_cache_get_surface),
3293         (ev_pixbuf_cache_get_link_mapping),
3294         (ev_pixbuf_cache_get_image_mapping),
3295         (ev_pixbuf_cache_get_form_field_mapping),
3296         (ev_pixbuf_cache_get_text_mapping):
3297         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3298         (notify_page_ready), (ev_job_render_page_ready),
3299         (ev_job_render_run):
3300
3301         Add page_ready signal to notify that page is ready as soon as
3302         possible even if other page elements like links, forms, images or
3303         text mapping are not ready yet.
3304
3305 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3306
3307         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3308         (dvi_document_file_exporter_do_page),
3309         (dvi_document_file_exporter_get_capabilities),
3310         (dvi_document_file_exporter_iface_init):
3311         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3312         (ps_document_file_exporter_do_page),
3313         (ps_document_file_exporter_get_capabilities),
3314         (ps_document_file_exporter_iface_init):
3315         * backend/djvu/djvu-document.c:
3316         (djvu_document_file_exporter_begin),
3317         (djvu_document_file_exporter_end),
3318         (djvu_document_file_exporter_get_capabilities),
3319         (djvu_document_file_exporter_iface_init):
3320         * backend/tiff/tiff-document.c:
3321         (tiff_document_file_exporter_begin),
3322         (tiff_document_file_exporter_get_capabilities),
3323         (tiff_document_document_file_exporter_iface_init):
3324         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3325         (pdf_document_file_exporter_do_page),
3326         (pdf_document_file_exporter_get_capabilities),
3327         (pdf_document_file_exporter_iface_init):
3328         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3329         (ev_file_exporter_get_capabilities):
3330         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3331         (idle_print_handler), (ev_print_job_print):
3332         * shell/ev-jobs.c: (ev_job_print_run):
3333         * shell/ev-window.c: (ev_window_print_send),
3334         (ev_window_print_range):
3335
3336         Use capabilities to know which options should be offered by the
3337         print dialog depending on the document backend.
3338
3339 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3340
3341         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3342
3343         Give priority to forms over text to set the cursor.
3344
3345 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3346
3347         * shell/ev-view-private.h:
3348         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3349         (ev_view_leave_notify_event), (ev_view_finalize),
3350         (ev_view_get_property), (ev_view_class_init):
3351
3352         Use IBEAM cursor for text form fields and NORMAL cursor for read
3353         only fields. Remove unused status attribute.
3354
3355 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3356
3357         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3358
3359         Update region for current selected items also for checkbox
3360         buttons, since they can behave as radio buttons when they are in a
3361         set.
3362
3363 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3364
3365         * configure.ac:
3366         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3367
3368         Get max length of text form fields.
3369
3370 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3371
3372         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3373         * libdocument/ev-form-field.h:
3374         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3375
3376         Fix build with current poppler cvs head.
3377
3378 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3379
3380         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3381         * shell/eggfindbar.c: (egg_find_bar_init):
3382
3383         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3384         deprecation. Fixes bug #455667
3385
3386 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3387
3388         * NEWS:
3389         * configure.ac:
3390         
3391         Update for release 0.9.2
3392
3393 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3394
3395         * shell/ev-view.c: (ev_view_form_field_text_save),
3396         (ev_view_form_field_choice_save):
3397
3398         Fix a crash when closing whith a form widget visible.
3399
3400 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3401
3402         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3403
3404         Update also the region of the current selected button when
3405         clicking on another button if they are radio buttons.
3406
3407 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3408
3409         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3410         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3411         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3412         (ev_pixbuf_cache_get_link_mapping),
3413         (ev_pixbuf_cache_get_image_mapping),
3414         (ev_pixbuf_cache_get_form_field_mapping),
3415         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3416         * shell/ev-view.c: (ev_view_form_field_get_region),
3417         (ev_view_form_field_button_create_widget),
3418         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3419         (job_finished_cb):
3420
3421         Redraw only form field region instead of the whole page when
3422         reloading a page to show changes on the form field.
3423
3424 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3425
3426         * shell/ev-view.c: (ev_view_form_field_choice_save):
3427
3428         Fix selection of first item in list form fields.
3429
3430 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3431
3432         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3433         (ev_pixbuf_cache_reload_page),
3434         (ev_pixbuf_cache_get_form_field_mapping):
3435
3436         Some refactoring to avoid duplicated code.
3437
3438 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3439
3440         * configure.ac:
3441         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3442         (ev_form_field_from_poppler_field),
3443         (pdf_document_forms_get_form_fields),
3444         (pdf_document_forms_form_field_text_get_text),
3445         (pdf_document_forms_form_field_text_set_text),
3446         (pdf_document_forms_form_field_button_set_state),
3447         (pdf_document_forms_form_field_button_get_state),
3448         (pdf_document_forms_form_field_choice_get_item),
3449         (pdf_document_forms_form_field_choice_get_n_items),
3450         (pdf_document_forms_form_field_choice_is_item_selected),
3451         (pdf_document_forms_form_field_choice_select_item),
3452         (pdf_document_forms_form_field_choice_toggle_item),
3453         (pdf_document_forms_form_field_choice_unselect_all),
3454         (pdf_document_forms_form_field_choice_set_text),
3455         (pdf_document_forms_form_field_choice_get_text),
3456         (pdf_document_document_forms_iface_init):
3457         * libdocument/Makefile.am:
3458         * libdocument/ev-form-field.[ch]:
3459         * libdocument/ev-document-forms.[ch]:
3460         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3461         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3462         (add_job), (ev_pixbuf_cache_reload_page),
3463         (ev_pixbuf_cache_get_form_field_mapping):
3464         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3465         * shell/ev-view-private.h:
3466         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3467         (ev_view_handle_cursor_over_xy),
3468         (ev_view_get_form_field_at_location),
3469         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3470         (ev_view_form_field_button_create_widget),
3471         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3472         (ev_view_form_field_text_create_widget),
3473         (ev_view_form_field_choice_save),
3474         (ev_view_form_field_choice_changed),
3475         (ev_view_form_field_choice_create_widget),
3476         (ev_view_handle_form_field), (ev_view_size_allocate),
3477         (ev_view_realize), (draw_end_presentation_page),
3478         (ev_view_button_press_event), (ev_view_remove_all),
3479         (ev_view_motion_notify_event), (ev_view_key_press_event),
3480         (ev_view_enter_notify_event), (highlight_find_results),
3481         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3482         (ev_view_class_init), (page_changed_cb),
3483         (on_adjustment_value_changed), (ev_view_set_presentation),
3484         (merge_selection_region), (ev_view_set_cursor),
3485         (ev_view_reset_presentation_state):
3486         
3487         Merge evince-forms branch.
3488
3489 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3490
3491         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3492
3493         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3494         This script also updates itself from libegg
3495
3496         * cut-n-paste/toolbar-editor/egg*:
3497         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3498         libegg
3499
3500 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3501
3502         * shell/ev-window.c:
3503         
3504         Adds a nice icon to page action during toolbar editing.
3505         See bug #452872.
3506
3507 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3508
3509         * data/evince-toolbar.xml:
3510         * shell/ev-window.c:
3511         
3512         Let user add a presentation and fullscreen icons on toolbar.
3513         See bug #449734.
3514
3515 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3516
3517         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3518
3519         new script to keep in sync with toolbareditor in libegg
3520
3521         * cut-n-paste/toolbar-editor/*: 
3522
3523         Run update-toolbareditor-from-libegg so we are in sync again. 
3524         Fixes bug #452850.
3525         
3526
3527 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3528
3529         * shell/ev-sidebar-links.c: (job_finished_callback):
3530
3531         Do not connect selection changed signal more than once. Fixes bug
3532         #349433.
3533
3534 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3535
3536         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3537
3538         Do not change sidebar chrome flag when pressing F9 key in
3539         presentation mode.
3540
3541 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3542
3543         * backend/pdf/ev-poppler.cc:
3544         (pdf_document_thumbnails_get_dimensions):
3545
3546         Make sure thumbnails width and height is not <= 0. Fixes a crash
3547         with some pdf documents which have really small pages.
3548
3549 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3550
3551         * shell/main.c: (main):
3552
3553         Fixes program description translation issue.
3554         Bug #450148.
3555
3556 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3557
3558         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3559
3560         Do not change current page when returning from black/white mode
3561         in presentation. Fixes bug #415032.
3562
3563 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3564
3565         * NEWS:
3566         * configure.ac:
3567         
3568         Update for release 0.9.1
3569
3570 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3571
3572         * backend/dvi/dvi-document.c:
3573         (dvi_document_finalize),
3574         (dvi_document_file_exporter_format_supported),
3575         (dvi_document_file_exporter_begin),
3576         (dvi_document_file_exporter_do_page),
3577         (dvi_document_file_exporter_end),
3578         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3579         
3580         PDF exporter for dvi documents. Fixes bug #441319.
3581
3582 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3583
3584         * shell/ev-window.c: (ev_window_clear_print_job):
3585
3586         Clear gtk print job when job has finished. Fixes bug #447612.
3587
3588 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3589
3590         * shell/ev-window.c: (ev_window_print_send),
3591         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3592
3593         Add preview button to print dialog. Fixes bug #445419.
3594
3595 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3596
3597         * backend/dvi/Makefile.am:
3598         * backend/dvi/pixbuf-device.[ch]: Removed
3599         * backend/dvi/cairo-device.[ch]: Added
3600         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3601         * backend/dvi/dvi-document.c: (dvi_document_load),
3602         (dvi_document_render), (dvi_document_finalize),
3603         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3604         (dvi_document_do_color_special):
3605         * libdocument/ev-document-misc.[ch]:
3606         (ev_document_misc_pixbuf_from_surface):
3607
3608         Port dvi backend to cairo and fix a problem with colors. 
3609
3610 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3611
3612         * shell/ev-view.c: (draw_one_page):
3613
3614         Draw only visible region.
3615
3616 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3617
3618         * backend/djvu/djvu-document.c: (djvu_document_render):
3619
3620         Fix rotation in djvu backend.
3621
3622 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3623
3624         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3625         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3626         (ev_pixbuf_cache_get_image_mapping),
3627         (ev_pixbuf_cache_get_text_mapping):
3628
3629         Redraw view every time we have a new surface. Fixes bug #443587.
3630
3631 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3632
3633         * libdocument/ev-document.c: (ev_document_info_free):
3634
3635         Fix memory leaks.
3636
3637 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3638
3639         * backend/dvi/dvi-document.c: (dvi_document_render),
3640         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3641         * backend/impress/impress-document.c:
3642         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3643         (impress_document_render), (impress_document_document_iface_init),
3644         (impress_document_thumbnails_get_thumbnail):
3645         * backend/djvu/djvu-document-private.h:
3646         * backend/djvu/djvu-document.c: (djvu_document_render),
3647         (djvu_document_finalize), (djvu_document_document_iface_init),
3648         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3649         * backend/tiff/tiff-document.c: (tiff_document_render),
3650         (tiff_document_render_pixbuf),
3651         (tiff_document_document_iface_init):
3652         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3653         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3654         (pdf_selection_render_selection):
3655         * backend/comics/comics-document.c:
3656         (comics_document_render_pixbuf), (comics_document_render),
3657         (comics_document_document_iface_init):
3658         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3659         (pixbuf_document_document_iface_init):
3660         * libdocument/ev-document-misc.[ch]:
3661         (ev_document_misc_surface_from_pixbuf),
3662         (ev_document_misc_surface_rotate_and_scale):
3663         * libdocument/ev-document.[ch]: (ev_document_render):
3664         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3665         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3666         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3667         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3668         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3669         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3670         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3671         (render_finished_cb), (ev_job_render_run):
3672         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3673         (merge_selection_region):
3674
3675         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3676         and selections.
3677
3678 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3679
3680         * shell/ev-window-title.c: (ev_window_title_update):
3681
3682         Fix memory leak.
3683
3684 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3685
3686         * shell/ev-view.c: (draw_loading_text):
3687
3688         Show loading text centered. Fixes bug #433061
3689
3690 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3691
3692         * shell/ev-sidebar-thumbnails.c:
3693         (ev_sidebar_thumbnails_set_loading_icon):
3694
3695         Remove a mutex in the main thread that blocks the UI in heavy
3696         documents.
3697
3698 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3699
3700         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3701
3702         Set points_set to TRUE so that selections don't disappear after a
3703         zoom change.
3704
3705 2007-06-07  Michael Monreal  <infernux@web.de>
3706
3707         * data/icons/16x16/actions/Makefile.am:
3708         * data/icons/16x16/actions/zoom.svg:
3709         * data/icons/22x22/actions/Makefile.am:
3710         * data/icons/22x22/actions/zoom.svg:
3711         * data/icons/24x24/actions/Makefile.am:
3712         * shell/ev-stock-icons.c:
3713         * shell/ev-stock-icons.h:
3714         * shell/ev-window.c:
3715         
3716         Zoom icon artwork. See bug #444795.
3717
3718 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3719
3720         * shell/ev-metadata-manager.c: Remove extraneous function
3721         (Closes: #444386)
3722
3723 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3724
3725         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3726         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3727         (ev_metadata_manager_set), (ev_metadata_manager_save):
3728         Simplify the timeout, no need for modified anymore
3729
3730 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3731
3732         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3733         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3734         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3735         (ev_metadata_manager_save): Adapted patch from Arjan van de
3736         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3737         time, saves on power (Closes: #443851)
3738
3739 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3740
3741         * configure.ac:
3742         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3743         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3744
3745         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3746
3747 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3748
3749         * shell/ev-window.c: (ev_window_add_history):
3750
3751         Check if history is NULL
3752
3753 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3754
3755         * libdocument/ev-image.c: (ev_image_finalize):
3756         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3757         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3758         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3759         (ev_tmp_uri_unlink):
3760
3761         Add functions to delete temporary files created by evince in a safe
3762         way.
3763
3764         * shell/ev-window.c: (ev_window_clear_local_uri),
3765         (open_xfer_update_progress_callback),
3766         (save_xfer_update_progress_callback), (ev_window_save_remote),
3767         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3768         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3769         (attachment_save_dialog_response_cb),
3770         (ev_attachment_popup_cmd_save_attachment_as):
3771
3772         Allow saving a copy of a document, image or attachment to a remote
3773         location. Fixes bug #440754. 
3774
3775 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3776
3777         * configure.ac:
3778         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3779
3780         Fix build with current poppler from cvs head. 
3781
3782 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3783
3784         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3785
3786         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3787         directory exists.
3788
3789 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3790
3791         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3792         * shell/ev-window.c:
3793
3794         Change sidebar ordering. Fixes bug #439939.
3795
3796 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3797
3798         * backend/comics/Makefile.am:
3799         
3800         Fixes build with --without-libgnome.
3801
3802 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3803         
3804         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3805
3806         Update cursor and tooltip on page change and view scroll. Fixes bug
3807         #439217.
3808
3809 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3810
3811         * NEWS:
3812         * configure.ac:
3813         
3814         Update for release 0.9.0
3815
3816 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3817
3818         * backend/djvu/djvu-document-private.h:
3819         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3820         (djvu_document_finalize),
3821         (djvu_document_file_exporter_format_supported),
3822         (djvu_document_file_exporter_begin),
3823         (djvu_document_file_exporter_do_page),
3824         (djvu_document_file_exporter_end),
3825         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3826         
3827         Implemented printing with djvu. Bug #437998.
3828
3829 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * backend/impress/zip.c:
3832         Add missing ulong definition.
3833
3834         * backend/ps/ps-interpreter.c:
3835         Add missing headers.
3836
3837         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3838
3839 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3840
3841         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3842
3843         Add missing call to parent class dispose method. 
3844
3845 2007-05-12  Ross Burton  <ross@openedhand.com>
3846
3847         * shell/main.c:
3848         Sync keybindings manually when building without libgnome
3849         (#437925).
3850
3851 2007-05-12  Ross Burton  <ross@openedhand.com>
3852
3853         * shell/ev-window.c:
3854         Respect the screen when opening help (#437866).
3855
3856 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3857
3858         * data/evince-ui.xml:
3859         * shell/ev-application.[ch]: (get_print_settings_from_args),
3860         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3861         (ev_application_open_uri_list):
3862         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3863         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3864         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3865         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3866         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3867         (ev_window_dispose):
3868         * shell/main.c: (arguments_parse):
3869
3870         Add print button in preview mode. Fixes bug #396475. 
3871
3872 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3873
3874         * cut-n-paste/zoom-control/ephy-zoom.h:
3875         
3876         Fixes zoom level factors. See bug #408119 for details.
3877
3878 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3879
3880         * backend/comics/comics-document.c: (comics_regex_quote),
3881         (extract_argv):
3882         
3883         Correctly quote symbols. Fixes crash in the bug
3884         #415370.
3885
3886 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3887
3888         * shell/ev-navigation-action-widget.c:
3889         (ev_navigation_action_widget_init),
3890         (ev_navigation_action_widget_class_init),
3891         (ev_navigation_action_widget_button_press_event):
3892         
3893         Connect to button-press event on correct widget. Fixes
3894         bug #431988
3895
3896 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3897
3898         * shell/ev-application.c: (ev_application_open_window),
3899         (ev_application_add_icon_path_for_screen),
3900         (ev_application_open_uri_at_dest):
3901         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3902         * shell/ev-navigation-action.c: (build_menu):
3903         
3904         Add app-specific icons to our icon theme. Fixes bug
3905         #425508.
3906
3907 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3908
3909         * shell/ev-history.c: (ev_history_class_init),
3910         (ev_history_add_link):
3911         * shell/ev-history.h:
3912         * shell/ev-navigation-action.c:
3913         (ev_navigation_action_history_changed),
3914         (ev_navigation_action_set_history), (build_menu),
3915         (ev_navigation_action_finalize):
3916         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3917         
3918         Make navigation action unsensitive instead of showing
3919         menu with unsensitive word. Fixes bug #417392.
3920
3921 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3922
3923         * shell/ev-application.[ch]: (ev_application_shutdown),
3924         (ev_application_get_print_settings),
3925         (ev_application_set_print_settings):
3926         * shell/ev-window.c:
3927
3928         Remember print settings. Fixes bug #349102. 
3929
3930 2007-05-08  Christian Persch  <chpe@gnome.org>
3931
3932         * configure.ac:
3933         * properties/ev-properties-view.c:
3934
3935         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3936         Bug #382438.
3937
3938 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3939
3940         * configure.ac:
3941         * properties/ev-properties-view.c: (ev_regular_paper_size):
3942
3943         Use gtk+ builtin paper list to identify the document's paper size.
3944         Fixes bug #382438. 
3945
3946 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3947
3948         * configure.ac:
3949
3950         Fix build when compiling with thumbnailer and libgnome support. 
3951
3952 2007-05-04  Ross Burton  <ross@openedhand.com>
3953
3954         * configure.ac:
3955         Add --without-libgnome, check for libgnome and libgnomeui
3956         separately, and add them to the symbols as required.
3957
3958         * libdocument/ev-file-helpers.c:
3959         When building without libgnome, use g_get_user_config_dir instead
3960         of gnome_user_dir_get.
3961
3962         * shell/ev-application.c:
3963         When building without libgnome, don't use session management.
3964
3965         * shell/main.c:
3966         When building without libgnome, don't use GnomeProgram or
3967         initialise the authentication manager.
3968
3969         This fixes #328842.
3970
3971 2007-05-04  Ross Burton  <ross@openedhand.com>
3972
3973         * shell/ev-window.c:
3974         Don't use libgnome to open help, instead call Yelp directly.
3975
3976 2007-05-04  Ross Burton  <ross@openedhand.com>
3977
3978         * shell/ev-sidebar-attachments.c:
3979         Don't use libgnome to lookup icons for MIME types, instead copy
3980         code from GTK+ to do it manually.
3981
3982 2007-05-04  Ross Burton  <ross@openedhand.com>
3983
3984         * configure.ac:
3985         Add libxml to the dependencies for SHELL_CORE (#435818).
3986
3987 2007-05-02  Ross Burton  <ross@openedhand.com>
3988
3989         * configure.ac:
3990         * Makefile.am:
3991         Add --disable-thumbnailer (#434825)
3992
3993 2007-05-02  Ross Burton  <ross@openedhand.com>
3994
3995         * shell/ev-window.c:
3996         Add missing includes, fix indentation.
3997
3998         * shell/main.c:
3999         Fix indentation.
4000
4001 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4002
4003         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4004         ev_application_open_uri_at_dest instead of ev_application_open_uri
4005         preventing new document always being opened in a new window even if there
4006         is an empty window.
4007
4008 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4009
4010         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4011         (egg_recent_view_uimanager_finalize):
4012         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4013         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4014         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4015         (ev_pixbuf_cache_dispose):
4016         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4017         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4018         
4019         Add missing chain to parent class methods. Fixes
4020         bug #433128.
4021
4022 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4023
4024         * data/Makefile.am (update-icon-cache): Updates
4025         gtk-update-icon-cache in uninstall-hook.
4026
4027 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4028
4029         * shell/ev-window.c: (ev_window_setup_document),
4030         (ev_window_set_document), (ev_window_load_job_cb):
4031         * shell/ev-view.c: (setup_caches):
4032         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4033
4034         Start rendering pages before any other jobs. 
4035
4036 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4037
4038         * shell/ev-window.c: (ev_window_stop_fullscreen),
4039         (ev_window_stop_presentation):
4040
4041         Update chrome visibility before window unfullscreen. 
4042
4043 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4044
4045         * data/Makefile.am:
4046         * data/evince-ui.xml:
4047         * shell/ev-stock-icons.[ch]:
4048         * shell/ev-application.[ch]: (ev_application_shutdown),
4049         (ev_application_init), (ev_application_get_toolbars_model):
4050         * shell/ev-window.c: (update_chrome_visibility),
4051         (fullscreen_toolbar_setup_item_properties),
4052         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4053         (ev_window_run_presentation), (ev_window_stop_presentation),
4054         (ev_window_run_preview), (ev_window_screen_changed),
4055         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4056         (ev_window_dispose), (ev_window_init):
4057
4058         Make fullscreen toolbar always visible. Do not use egg toolbars for
4059         fullscreen and preview modes since such toolbars are not editables.
4060         Fixes bugs #300278, #338910 and #316188.  
4061
4062 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4063
4064         * shell/ev-application.c:
4065         * shell/ev-job-queue.c:
4066         * shell/ev-metadata-manager.c:
4067         * shell/ev-stock-icons.c:
4068         * shell/ev-window.c:
4069         * shell/main.c:
4070         
4071         Developers documentation updated.
4072
4073 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4074
4075         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4076
4077         Check whether uri is valid before launching it. Fixes bug #427664.
4078
4079 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4080
4081         * shell/ev-window.c:
4082
4083         Change key accelerator for Open a Copy menu entry which is in conflict
4084         with Close. Fixes bug #427321.
4085
4086 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4087
4088         * NEWS:
4089         * configure.ac:
4090         
4091         Update for release 0.8.1
4092
4093 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4094
4095         * shell/ev-window.c: (setup_size_from_metadata):
4096         
4097         Do not make window bigger than screen. Fixes bug 
4098         #388985.
4099
4100 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4101
4102         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4103         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4104
4105         Use default resolution when it's not provided by document. Fixes bug
4106         #408762.
4107
4108 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4109
4110         * configure.ac:
4111         * thumbnailer/Makefile.am:
4112         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4113         * thumbnailer/evince-thumbnailer.schemas.in:
4114         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4115
4116         Add support for ps, eps and compressed documents thumbnails. Do not
4117         ignore size parameter. 
4118
4119 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4120
4121         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4122         (dvi_document_do_color_special):
4123         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4124
4125         Implement font color specials in the DVI backend. Fixes bug #303651.
4126
4127 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4128
4129         Fixup the previous commit:
4130
4131         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4132         * shell/xdg-user-dir-lookup.c: Make the function non-static
4133         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4134
4135 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4136
4137         * shell/ev-window.c (file_open_dialog_response_cb): Use
4138         the xdg-user-dirs DOCUMENTS folder as default folder when
4139         opening a file chooser.  (#424858)
4140
4141         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4142         xdg-user-dirs.
4143
4144 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4145
4146         * shell/ev-window.c: (ev_window_load_job_cb):
4147
4148         Do not setup view from metadata on preview mode. 
4149
4150 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4151
4152         * shell/main.c:
4153
4154         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4155
4156 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4157
4158         * shell/ev-view.c: (ev_view_primary_get_cb):
4159
4160         Check pointer != NULL before using it. Fixes bug #416841. 
4161
4162 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4163
4164         * NEWS:
4165         * configure.ac:
4166         
4167         Release 0.8.0
4168
4169 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4170
4171         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4172
4173         Do not render thumbnails when sidebar thumbnail page is not visible
4174         at startup. Fixes bug #416447. 
4175
4176 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4177
4178         * data/evince.desktop.in.in:
4179
4180         "Application" is not a valid category in the freedesktop specification.
4181
4182 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4183
4184         * libdocument/ev-file-helpers.[ch]: (compression_run),
4185         (ev_file_uncompress), (ev_file_compress):
4186         * shell/ev-window.c: (file_save_dialog_response_cb):
4187
4188         Save document compressed when saving a copy of a compressed document.
4189         Fixes bug #334542.
4190
4191 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4192
4193         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4194
4195         Allow deleting in goto window entry in presentation mode. 
4196
4197 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4198
4199         * Makefile.am: Dist MAINTAINERS.
4200
4201 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4202
4203         * shell/ev-window.c: (ev_window_update_actions):
4204
4205         Fix zoom shortcut keys when searching. Fixes bug #409828.
4206
4207 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4208
4209         * shell/ev-window.c: (ev_window_setup_document):
4210
4211         Fix crash when loading documents with only one page. 
4212
4213 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4214
4215         * backend/dvi/dvi-document.c:
4216         (dvi_document_thumbnails_get_dimensions),
4217         (dvi_document_thumbnails_get_thumbnail):
4218         * backend/impress/impress-document.c:
4219         (impress_document_thumbnails_get_thumbnail),
4220         (impress_document_thumbnails_get_dimensions):
4221         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4222         (ps_document_thumbnails_get_dimensions):
4223         * backend/djvu/djvu-document.c:
4224         (djvu_document_thumbnails_get_dimensions),
4225         (djvu_document_thumbnails_get_thumbnail):
4226         * backend/tiff/tiff-document.c:
4227         (tiff_document_thumbnails_get_thumbnail),
4228         (tiff_document_thumbnails_get_dimensions):
4229         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4230         (pdf_document_thumbnails_get_thumbnail),
4231         (pdf_document_thumbnails_get_dimensions):
4232         * backend/comics/comics-document.c:
4233         (comics_document_thumbnails_get_thumbnail),
4234         (comics_document_thumbnails_get_dimensions):
4235         * backend/pixbuf/pixbuf-document.c:
4236         (pixbuf_document_thumbnails_get_thumbnail),
4237         (pixbuf_document_thumbnails_get_dimensions):
4238         * libdocument/ev-document-thumbnails.[ch]:
4239         (ev_document_thumbnails_get_thumbnail),
4240         (ev_document_thumbnails_get_dimensions):
4241         * libdocument/ev-document-misc.[ch]:
4242         (ev_document_misc_get_thumbnail_frame):
4243         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4244         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4245         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4246         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4247         (ev_sidebar_thumbnails_refresh):
4248         * shell/ev-window.c: (ev_window_setup_document):
4249         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4250
4251         Use an EvRenderContext for rendering thumbnails instead of a suggested
4252         width, so that different sized pages get sized proportionally.
4253
4254 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4255
4256         * shell/ev-view.c: (ev_view_button_press_event),
4257         (ev_view_key_press_event):
4258
4259         Fix critical warnings when there is no document loaded. 
4260
4261 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4262
4263         * shell/ev-page-action-widget.c:
4264         * shell/ev-navigation-action.c:
4265         * shell/ev-window.c:
4266
4267         Fix compile warnings. 
4268
4269 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4270
4271         * backend/djvu/djvu-text.h:
4272         * backend/djvu/djvu-document.c:
4273         * backend/djvu/djvu-text-page.c:
4274         * backend/djvu/djvu-links.c:
4275         * backend/djvu/djvu-text-page.h:
4276         * backend/djvu/djvu-text.c:
4277         
4278         Fix build on Mac. Fixes bug #392186. Patch by
4279         <ephraim_owns@hotmail.com>
4280
4281 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4282
4283         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4284
4285         Restore cairo context before rendering every page when printing a PDF
4286         document into a PDF file. 
4287
4288 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4289
4290         * backend/ps/gstypes.h:
4291         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4292         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4293         (ps_document_thumbnails_get_thumbnail):
4294
4295         Handle PostScript page orientation. Fixes bug #318568.
4296
4297 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4298
4299         * backend/ps/Makefile.am:
4300         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4301         (document_load), (ps_document_load), (save_document),
4302         (save_page_list), (ps_document_get_n_pages),
4303         (ps_document_get_page_size), (ps_document_get_info),
4304         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4305         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4306         (ps_document_thumbnails_get_thumbnail),
4307         (ps_document_thumbnails_get_dimensions),
4308         (ps_document_document_thumbnails_iface_init):
4309         * backend/ps/ps.[ch]: (psgetpagebox):
4310         * backend/ps/ps-interpreter.[ch]:
4311
4312         Add support for thumbnails in ps backend. Fixes bug #164755. 
4313
4314 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4315
4316         * NEWS:
4317         * configure.ac:
4318         
4319         Release 0.7.2
4320
4321 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4322
4323         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4324         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4325         (ev_window_dispose):
4326
4327         Use document thumbnail as window icon. Fixes bug #384442.
4328
4329 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4330
4331         * configure.ac:
4332
4333         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4334         duplicated adding application/x-bzpostscript instead. 
4335
4336 2007-02-11  Tom Parker  <palfrey@tevp.net>
4337
4338         * backend/ps/ps-document.c: (document_load):
4339
4340         Check return value of psscan before trying
4341         to use it. Fixes bug #372414.
4342
4343 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4344
4345         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4346
4347         Fix invalid free in ev-page-cache. Fixes bug #404745.
4348
4349 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4350
4351         * test/Makefile.am:
4352         * test/test3.py:
4353         
4354         Added reload test case.
4355
4356 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4357
4358         * po/POTFILES.in:
4359         * backend/djvu/djvu-document.c: (djvu_document_load):
4360
4361         Check whether there are missing files in indirect multipage djvu
4362         documents. Fixes bug #361683. 
4363
4364 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4365
4366         * test/Makefile.am:
4367         * test/test-mime.bin:
4368         * test/test3.py:
4369         
4370         Added test for slow mime type
4371
4372 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4373
4374         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4375
4376         Add some checks and call parent_class->finalize. Fixes bug #404745.
4377
4378 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4379
4380         * shell/ev-navigation-action.c: (connect_proxy):
4381         
4382         Fixes dropdown history menu. Thanks a lot Carlos!
4383
4384 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4385
4386         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4387
4388         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4389         bug #373715.
4390
4391 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4392
4393         * backend/ps/ps.c: (psscan):
4394
4395         Fix memory leak. 
4396
4397 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4398
4399         * configure.ac:
4400         * libdocument/ev-file-helpers.c: 
4401
4402         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4403
4404 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4405
4406         * configure.ac:
4407         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4408         (ps_interpreter_start), (document_load), (save_document),
4409         (save_page_list):
4410         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4411         * libdocument/ev-document-factory.c:
4412         (ev_document_factory_get_from_mime), (get_document_from_uri),
4413         (free_uncompressed_uri), (ev_document_factory_get_document):
4414         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4415
4416         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4417
4418 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4419
4420         * libdocument/ev-document.h:
4421
4422         Fix typo in function name. 
4423
4424 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4425
4426         * backend/ps/ps-document.c: (ps_interpreter_finished),
4427         (ps_interpreter_start), (ps_interpreter_failed):
4428
4429         Handle ghostscript interpreter crashes. 
4430
4431 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4432
4433         * shell/ev-window.c: (ev_window_open_uri),
4434         (window_configure_event_cb):
4435
4436         Setup window size and position before showing it. Fixes bug #401711.
4437
4438 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4439
4440         * backend/ps/Makefile.am:
4441         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4442         (ps_document_dispose), (ps_document_class_init),
4443         (ps_interpreter_input), (ps_interpreter_output),
4444         (ps_interpreter_error), (setup_interpreter_env),
4445         (ps_interpreter_start), (ps_interpreter_stop),
4446         (ps_interpreter_failed), (ps_interpreter_is_ready),
4447         (check_filecompressed), (document_load), (ps_document_load),
4448         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4449         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4450         (render_page):
4451
4452         Rework ps-document. Code cleanups, remove deprecated code. 
4453
4454 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4455
4456         * shell/ev-view.c: (ev_view_button_press_event):
4457
4458         Do not start an image drag and drop operation when pointer is on 
4459         text, so that we can select text when the whole background is an
4460         image. 
4461
4462 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4463
4464         * shell/ev-window.c: (ev_window_update_actions): 
4465
4466         Disable all zoom related actions during presentation mode. 
4467
4468 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4469
4470         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4471
4472         Do not zoom in or out on presentation mode. Fixes bug #401305.
4473
4474 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4475
4476         * shell/ev-navigation-action.c: (connect_proxy),
4477         (create_menu_item), (ev_navigation_action_class_init):
4478         
4479         Correctly show menu and fix crash when navigaton 
4480         action is out of toolbar visible area.
4481
4482 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4483
4484         * data/Makefile.am:
4485         * data/evince.1:
4486         
4487         Added man file
4488
4489 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4490
4491         * help/reference/* :
4492         * configure.ac:
4493         
4494         Added gtk-doc based documentation for Evince.
4495         Still in initial state but I hope it will
4496         grow.
4497         
4498         * configure.ac:
4499         
4500         Lower dbus requirement to 0.70
4501
4502 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4503
4504         * shell/ev-window.c: (ev_window_add_history):
4505
4506         Fix memory leak. 
4507
4508 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4509
4510         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4511         * shell/ev-view.h:
4512         * shell/ev-window.c: (ev_window_add_history):
4513         
4514         Correctly handle named destination links
4515
4516 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4517
4518         * NOTES:
4519         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4520         * backend/pdf/ev-poppler.cc:
4521         * libdocument/ev-document-links.h:
4522         * libdocument/ev-link.c: (ev_link_get_page):
4523         * libdocument/ev-link.h:
4524         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4525         (ev_history_add_link):
4526         * shell/ev-history.h:
4527         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4528         (new_history_menu_item), (build_menu):
4529         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4530         * shell/ev-sidebar-links.c: (create_loading_model),
4531         (print_section_cb), (ev_sidebar_links_construct),
4532         (fill_page_labels), (update_page_callback_foreach),
4533         (update_page_callback), (job_finished_callback):
4534         * shell/ev-view.c: (ev_view_handle_link):
4535         * shell/ev-window.c: (ev_window_find_chapter),
4536         (ev_window_add_history), (view_handle_link_cb),
4537         (history_changed_cb):
4538         
4539         Implements another history variant
4540
4541 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4542
4543         * shell/ev-window.c: (view_external_link_cb):
4544         * shell/ev-view.c: (ev_view_button_release_event):
4545
4546         Open links in new window when clicking with middle button. 
4547
4548 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4549
4550         * shell/ev-navigation-action.c: (new_history_menu_item):
4551         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4552         * shell/ev-view.c: (ev_view_handle_link):
4553         * shell/ev-window.c:
4554         
4555         Store link before jump, not the destination. For me it 
4556         seems like more natural history behavior.
4557
4558 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4559
4560         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4561         (ev_navigation_action_class_init):
4562         * shell/ev-navigation-action.h:
4563         * shell/ev-page-action.c: (activate_cb):
4564         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4565         (ev_page_cache_set_current_page_history):
4566         * shell/ev-page-cache.h:
4567         * shell/ev-sidebar-thumbnails.c:
4568         (ev_sidebar_tree_selection_changed),
4569         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4570         * shell/ev-view-private.h:
4571         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4572         * shell/ev-view.h:
4573         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4574         (ev_window_setup_document), (ev_window_load_job_cb):
4575         * shell/ev-window.h:
4576         
4577         History finally works as expected.
4578
4579 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4580
4581         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4582
4583         Do not update links treeview if it doesn't have a model assigned yet. 
4584
4585 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4586
4587         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4588         (ev_sidebar_links_class_init), (update_page_callback):
4589
4590         Do not update links treeview when sidepane is not visible. 
4591
4592 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4593
4594         * shell/ev-marshal.list:
4595         * shell/ev-page-action.c: (activate_cb),
4596         (ev_page_action_class_init):
4597         * shell/ev-page-action.h:
4598         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4599         * shell/ev-window.c:
4600         
4601         Remove activate_link signal, not required.
4602
4603 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4604
4605         * shell/ev-navigation-action.c: (build_menu):
4606         
4607         Reorder menu items and build menu with fixed length.
4608
4609 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4610
4611         * shell/ev-view.c: (get_selected_text):
4612         
4613         Normalize text to fix ligatures problem. See bug
4614         #341947 for details.
4615
4616 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4617
4618         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4619
4620         Fix memory leak in ev-page-cache. 
4621
4622 2007-01-25  Tom Parker <palfrey@tevp.net>
4623
4624         * backend/impress/impress-document.c: (impress_document_load),
4625         (impress_document_finalize), (impress_document_init):
4626         * properties/ev-properties-main.c: (ev_properties_get_pages):
4627         
4628         Correctly handle impress document errors. Fixes nautilus
4629         crash in property page #370491.
4630
4631 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4632
4633         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4634         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4635         (ev_job_queue_remove_job):
4636         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4637         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4638         (ev_job_load_run):
4639         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4640         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4641         (ev_window_load_job_cb), (xfer_update_progress_callback),
4642         (ev_window_open_uri), (ev_window_dispose):
4643         * shell/main.c: (main):
4644
4645         Do file transfer asynchronously in the main thread instead of
4646         synchronously in the load thread. Fixes bugs #399694, #398307 and
4647         #343542.
4648
4649 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4650
4651         * shell/ev-jobs.c: (ev_job_xfer_run):
4652
4653         Load the document with the font-config lock held. 
4654
4655 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4656
4657         * backend/ps/ps-document.c: (start_interpreter):
4658
4659         Fix memory leaks in ps backend. 
4660
4661 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4662
4663         * backend/impress/impress-document.c:
4664         (impress_document_render_pixbuf):
4665
4666         Do not acquire fontconfig lock in impress backend, since it is using
4667         the main loop for rendering. 
4668
4669 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4670
4671         * po/POTFILES.in: 
4672
4673         Remove mdvi files that shouldn't be translated. 
4674
4675 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4676
4677         * shell/ev-view-private.h:
4678         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4679         (ev_view_set_zoom):
4680
4681         Render "loading..." text into a cairo surface instead of directly into
4682         the window so that fontconfig lock is only needed once and UI is not
4683         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4684
4685 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4686
4687         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4688         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4689
4690         Use icon theme associated with the window screen rather than default. 
4691
4692 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4693
4694         * configure.ac:
4695
4696         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4697
4698 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4699
4700         * data/icons/*/apps/evince.*:
4701
4702         Move Evince icons under new apps directory.
4703
4704         * data/icons/*/actions/*:
4705
4706         Add new custom themeable Evince icons: view-page-continuous, 
4707         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4708         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4709
4710         * configure.ac:
4711
4712         Add new directories to AC_CONFIG_FILES.
4713
4714         * shell/ev-stock-icons.c:
4715         * shell/ev-stock-icons.h:
4716
4717         Use new custom themeable icons.
4718
4719 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4720
4721         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4722
4723         Do not draw white background page in presentation mode. 
4724
4725 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4726
4727         * shell/ev-view.c: Remove unused gnome-vfs include.
4728
4729 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4730
4731         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4732         
4733         Format string is corrected, fixes bug #397129.
4734
4735 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4736
4737         * shell/ev-window.c: (ev_window_setup_recent):
4738
4739         Do not include in recent menu inexistent documents. Fixes
4740         bug #339171.
4741
4742 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4743
4744         * po/POTFILES.skip: 
4745
4746         Update POTFILES.skip file according to current source tree. 
4747
4748 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4749
4750         * shell/ev-window.c: (file_save_dialog_response_cb):
4751
4752         Do Save a copy in atomic way. Fixes bug #328266. 
4753
4754 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4755
4756         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4757
4758         Keep selected cell always visible in index treeview.
4759
4760 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4761         
4762         * shell/ev-view.c: (ev_view_size_allocate):
4763
4764         Restore horizontal scrollbar after switching to/from fullscreen
4765         or presentation mode. Fixes bug #331728.
4766
4767 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4768
4769         * shell/ev-view-private.h:
4770         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4771         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4772         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4773         (ev_view_can_zoom_out):
4774
4775         Use max and min scale values in the view iby taking dpi into account. 
4776
4777 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4778
4779         * configure.ac:
4780         * NEWS:
4781
4782         Release 0.7.1
4783
4784 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4785
4786         * shell/ev-window.c: (ev_window_print_send):
4787
4788         Send print job to printer with some settings set to default values,
4789         since we have already exported to a file according to such settings
4790         and they could be taken twice by some printers. 
4791
4792 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4793
4794         * shell/ev-jobs.c: (ev_job_xfer_run):
4795         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4796
4797         Show main window and load document with the font-config lock held. 
4798
4799 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4800
4801         * configure.ac:
4802         * shell/ev-application.c: (ev_application_register_service):
4803         * shell/main.c: (load_files_remote):
4804
4805         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4806
4807 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4808
4809         * doc/debugging.txt:
4810         
4811         Remove obsolete documentation.
4812
4813 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4814
4815         * Makefile.am:
4816         * backend/Makefile.am:
4817         * backend/comics/Makefile.am:
4818         * backend/djvu/Makefile.am:
4819         * backend/dvi/Makefile.am:
4820         * backend/ev-async-renderer.c:
4821         * backend/ev-async-renderer.h:
4822         * backend/ev-attachment.c:
4823         * backend/ev-attachment.h:
4824         * backend/ev-backend-marshal.c:
4825         * backend/ev-document-factory.c:
4826         * backend/ev-document-factory.h:
4827         * backend/ev-document-find.c:
4828         * backend/ev-document-find.h:
4829         * backend/ev-document-fonts.c:
4830         * backend/ev-document-fonts.h:
4831         * backend/ev-document-images.c:
4832         * backend/ev-document-images.h:
4833         * backend/ev-document-info.h:
4834         * backend/ev-document-links.c:
4835         * backend/ev-document-links.h:
4836         * backend/ev-document-misc.c:
4837         * backend/ev-document-misc.h:
4838         * backend/ev-document-security.c:
4839         * backend/ev-document-security.h:
4840         * backend/ev-document-thumbnails.c:
4841         * backend/ev-document-thumbnails.h:
4842         * backend/ev-document-transition.c:
4843         * backend/ev-document-transition.h:
4844         * backend/ev-document.c:
4845         * backend/ev-document.h:
4846         * backend/ev-file-exporter.c:
4847         * backend/ev-file-exporter.h:
4848         * backend/ev-image.c:
4849         * backend/ev-image.h:
4850         * backend/ev-link-action.c:
4851         * backend/ev-link-action.h:
4852         * backend/ev-link-dest.c:
4853         * backend/ev-link-dest.h:
4854         * backend/ev-link.c:
4855         * backend/ev-link.h:
4856         * backend/ev-render-context.c:
4857         * backend/ev-render-context.h:
4858         * backend/ev-selection.c:
4859         * backend/ev-selection.h:
4860         * backend/impress/Makefile.am:
4861         * backend/pdf/Makefile.am:
4862         * backend/pixbuf/Makefile.am:
4863         * backend/ps/Makefile.am:
4864         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4865         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4866         (start_interpreter), (stop_interpreter), (document_load),
4867         (ps_document_next_page), (render_page):
4868         * backend/tiff/Makefile.am:
4869         * comics/Makefile.am:
4870         * comics/comics-document.c:
4871         * comics/comics-document.h:
4872         * configure.ac:
4873         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4874         * djvu/Makefile.am:
4875         * djvu/djvu-document-private.h:
4876         * djvu/djvu-document.c:
4877         * djvu/djvu-document.h:
4878         * djvu/djvu-links.c:
4879         * djvu/djvu-links.h:
4880         * djvu/djvu-text-page.c:
4881         * djvu/djvu-text-page.h:
4882         * djvu/djvu-text.c:
4883         * djvu/djvu-text.h:
4884         * dvi/Makefile.am:
4885         * dvi/dvi-document.c:
4886         * dvi/dvi-document.h:
4887         * dvi/fonts.c:
4888         * dvi/fonts.h:
4889         * dvi/mdvi-lib/Makefile.am:
4890         * dvi/mdvi-lib/afmparse.c:
4891         * dvi/mdvi-lib/afmparse.h:
4892         * dvi/mdvi-lib/bitmap.c:
4893         * dvi/mdvi-lib/bitmap.h:
4894         * dvi/mdvi-lib/color.c:
4895         * dvi/mdvi-lib/color.h:
4896         * dvi/mdvi-lib/common.c:
4897         * dvi/mdvi-lib/common.h:
4898         * dvi/mdvi-lib/defaults.h:
4899         * dvi/mdvi-lib/dvimisc.c:
4900         * dvi/mdvi-lib/dviopcodes.h:
4901         * dvi/mdvi-lib/dviread.c:
4902         * dvi/mdvi-lib/files.c:
4903         * dvi/mdvi-lib/font.c:
4904         * dvi/mdvi-lib/fontmap.c:
4905         * dvi/mdvi-lib/fontmap.h:
4906         * dvi/mdvi-lib/fontsrch.c:
4907         * dvi/mdvi-lib/gf.c:
4908         * dvi/mdvi-lib/hash.c:
4909         * dvi/mdvi-lib/hash.h:
4910         * dvi/mdvi-lib/list.c:
4911         * dvi/mdvi-lib/mdvi.h:
4912         * dvi/mdvi-lib/pagesel.c:
4913         * dvi/mdvi-lib/paper.c:
4914         * dvi/mdvi-lib/paper.h:
4915         * dvi/mdvi-lib/pk.c:
4916         * dvi/mdvi-lib/private.h:
4917         * dvi/mdvi-lib/setup.c:
4918         * dvi/mdvi-lib/sp-epsf.c:
4919         * dvi/mdvi-lib/special.c:
4920         * dvi/mdvi-lib/sysdeps.h:
4921         * dvi/mdvi-lib/t1.c:
4922         * dvi/mdvi-lib/tfm.c:
4923         * dvi/mdvi-lib/tfmfile.c:
4924         * dvi/mdvi-lib/tt.c:
4925         * dvi/mdvi-lib/util.c:
4926         * dvi/mdvi-lib/vf.c:
4927         * dvi/pixbuf-device.c:
4928         * dvi/pixbuf-device.h:
4929         * impress/Makefile.am:
4930         * impress/common.h:
4931         * impress/document.c:
4932         * impress/f_oasis.c:
4933         * impress/f_oo13.c:
4934         * impress/iksemel.c:
4935         * impress/iksemel.h:
4936         * impress/imposter.h:
4937         * impress/impress-document.c:
4938         * impress/impress-document.h:
4939         * impress/internal.h:
4940         * impress/r_back.c:
4941         * impress/r_draw.c:
4942         * impress/r_geometry.c:
4943         * impress/r_gradient.c:
4944         * impress/r_style.c:
4945         * impress/r_text.c:
4946         * impress/render.c:
4947         * impress/render.h:
4948         * impress/zip.c:
4949         * impress/zip.h:
4950         * lib/Makefile.am:
4951         * lib/ev-debug.c:
4952         * lib/ev-debug.h:
4953         * lib/ev-file-helpers.c:
4954         * lib/ev-file-helpers.h:
4955         * lib/ev-gui.c:
4956         * lib/ev-gui.h:
4957         * lib/ev-tooltip.c:
4958         * lib/ev-tooltip.h:
4959         * libdocument/Makefile.am:
4960         * libdocument/ev-file-helpers.c:
4961         * pdf/Makefile.am:
4962         * pdf/ev-poppler.cc:
4963         * pdf/ev-poppler.h:
4964         * pixbuf/Makefile.am:
4965         * pixbuf/pixbuf-document.c:
4966         * pixbuf/pixbuf-document.h:
4967         * properties/Makefile.am:
4968         * ps/Makefile.am:
4969         * ps/gsdefaults.c:
4970         * ps/gsdefaults.h:
4971         * ps/gsio.c:
4972         * ps/gsio.h:
4973         * ps/gstypes.h:
4974         * ps/ps-document.c:
4975         * ps/ps-document.h:
4976         * ps/ps.c:
4977         * ps/ps.h:
4978         * shell/Makefile.am:
4979         * shell/ev-application.h:
4980         * shell/ev-sidebar-links.c:
4981         * shell/ev-sidebar-links.h:
4982         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4983         (ev_gui_menu_position_tree_selection):
4984         * shell/ev-utils.h:
4985         * shell/ev-view.c: (ev_view_finalize):
4986         * shell/ev-window.c:
4987         * shell/main.c: (main):
4988         * thumbnailer/Makefile.am:
4989         * tiff/Makefile.am:
4990         * tiff/tiff-document.c:
4991         * tiff/tiff-document.h:
4992         * tiff/tiff2ps.c:
4993         * tiff/tiff2ps.h:
4994         
4995         Reorganize source tree.
4996
4997 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4998
4999         * backend/ev-document-factory.c:
5000
5001         Do not include ev-poppler.h when pdf is disabled. 
5002
5003 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5004
5005         * configure.ac:
5006         * data/evince-ui.xml:
5007         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5008         (pdf_document_document_images_iface_init):
5009         * backend/Makefile.am:
5010         * backend/ev-document-images.[ch]:
5011         * backend/ev-image.[ch]:
5012         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5013         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5014         (ev_job_xfer_run):
5015         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5016         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5017         (ev_pixbuf_cache_get_image_mapping):
5018         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5019         (view_menu_popup_cb), (ev_window_dispose),
5020         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5021         (ev_view_popup_cmd_copy_image):
5022         * shell/ev-view-private.h:
5023         * shell/ev-view.c: (ev_view_get_image_at_location),
5024         (ev_view_do_popup_menu), (ev_view_popup_menu),
5025         (ev_view_button_press_event), (ev_view_drag_data_get),
5026         (ev_view_drag_motion), (ev_view_drag_data_received),
5027         (ev_view_motion_notify_event), (ev_view_button_release_event),
5028         (ev_view_finalize), (ev_view_class_init):
5029
5030         Add image handling support. Fixes bugs #310008 and #325047. Images
5031         selection is not supported yet. 
5032
5033 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5034
5035         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5036         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5037         (ev_view_init):
5038
5039         Move view drag and drop stuff to ev-view.
5040
5041 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5042
5043         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5044         * shell/ev-view.c: (clear_selection): 
5045
5046         Clear selection also in pixbuf cache.
5047
5048 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5049
5050         * data/evince.desktop.in.in:
5051         
5052         Change icon name in desktop file. See bug #390734
5053         for details.
5054
5055 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5056
5057         * thumbnailer/Makefile.am:
5058
5059         Use top_builddir instead top_srcdir for generated schema
5060         file installation. Fixes bug #390161.
5061
5062 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5063
5064         * configure.ac:
5065         * backend/Makefile.am:
5066         * backend/ev-document-transition.[ch]:
5067         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5068         (pdf_document_page_transition_iface_init):
5069         * shell/ev-view-private.h:
5070         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5071         (ev_view_set_presentation), (transition_next_page),
5072         (ev_view_presentation_transition_stop),
5073         (ev_view_presentation_transition_start), (ev_view_next_page):
5074
5075         Add page transition support in presentation mode. At the moment only
5076         page duration is supported, but not transition effects. Fixes bug
5077         #309815.
5078
5079 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5080
5081         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5082
5083         Run find_link_dest with document lock held, since it's called by links
5084         thread and main thread at the same time. 
5085
5086 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5087
5088         * shell/ev-view.c: (goto_dest):
5089
5090         Update page-cache when page is changed by the view, so that
5091         page-changed signal is emitted. 
5092
5093 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5094
5095         * test/test1.py:
5096         * test/test2.py:
5097
5098         Use C locale in tests. 
5099
5100 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5101
5102         * shell/ev-window.c: (ev_window_run_presentation):
5103         * shell/ev-view-private.h:
5104         * shell/ev-view.c: (ev_view_set_presentation):
5105
5106         Restore zoom settings when back from presentation mode. 
5107
5108 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5109
5110         * shell/ev-window.c: (ev_window_run_presentation):
5111
5112         Always use "best fit" zoom in presentation mode.
5113         Fixes bug #389195.
5114
5115 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5116
5117         * shell/ev-view.c: (ev_view_goto_window_create):
5118
5119         Show "Jump to page" label in the page jumping popup in
5120         presentation mode instead of just a GtkEntry.
5121
5122 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5123
5124         * shell/ev-window.c: (launch_external_uri):
5125
5126         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5127         #378085.
5128
5129 2006-12-22  Elijah Newren  <newren gmail com>
5130
5131         * configure.ac: explicitly check for libxml2.  Fixes #388795
5132
5133 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5134
5135         * shell/ev-view-private.h:
5136         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5137         (ev_view_goto_window_delete_event), (key_is_numeric),
5138         (ev_view_goto_window_key_press_event),
5139         (ev_view_goto_window_button_press_event),
5140         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5141         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5142         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5143
5144         Allow jumping to another page by typing a page number in presentation
5145         mode. It uses a popup window with an entry. Fixes bug #353625.
5146
5147 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5148
5149         * configure.ac:
5150         * properties/ev-properties-view.c: (ev_get_default_user_units),
5151         (ev_regular_paper_size):
5152         
5153         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5154         to Damien Carbery <damien.carbery@sun.com> and
5155         Yevgen Muntyan <muntyan@tamu.edu>.
5156
5157 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5158
5159         * shell/ev-window.c: (setup_document_from_metadata):
5160
5161         Make sure Evince doesn't restore the view on the last
5162         page when a document is reopened. Fixes bug #383381.
5163
5164 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5165
5166         * shell/ev-view.c: (draw_loading_text):
5167
5168         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5169
5170 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5171
5172         * configure.ac:
5173         * NEWS:
5174
5175         Release 0.7.0
5176
5177 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5178
5179         * configure.ac:
5180         * pdf/ev-poppler.cc: (pdf_print_context_free),
5181         (pdf_document_file_exporter_begin),
5182         (pdf_document_file_exporter_do_page):
5183
5184         Make cairo-pdf depedency optional. 
5185
5186 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5187
5188         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5189
5190         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5191
5192 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5193
5194         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5195         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5196         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5197         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5198         * shell/ev-view.c: (draw_loading_text):
5199         * shell/ev-window.c: (ev_window_cmd_file_properties):
5200
5201         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5202         related to using FontConfig from different threads.
5203         
5204 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5205
5206         * shell/ev-view.c: (draw_loading_text):
5207
5208         Acquire lock document when drawing "Loading..." text so that only one
5209         thread will use FontConfig at the same time. Fixes bug #374750.
5210
5211 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5212
5213         * shell/ev-page-action.[ch]: (activate_cb):
5214         * shell/ev-window.c: (activate_label_cb):
5215
5216         Check if text inserted in page entry is a valid page number when it
5217         doesn't match to any document page label. Fixes bug #383165.
5218
5219 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5220         * shell/ev-window.c:
5221
5222         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5223         available with GTK < 2.10. Added an ifdef to avoid compilation
5224         error.
5225
5226 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5227
5228         * configure.ac:
5229         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5230
5231         Fix ps backend in multihead systems.
5232
5233 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5234
5235         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5236         * shell/ev-window.c: (ev_window_get_screen_dpi),
5237         (ev_window_update_actions), (setup_view_from_metadata),
5238         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5239
5240         Take screen DPI into account when zooming. Fixes bug #318285.
5241
5242 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5243
5244         * data/Makefile.am:
5245
5246         Cleaned up/slightly refactored Makefile.am. Added GConf
5247         schemas uninstallation as well.
5248
5249 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5250
5251         * Makefile.am:
5252         * test/Makefile.am:
5253
5254         Fight with autotools to fix make check. Make distcheck
5255         works fine as well now!
5256
5257 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5258
5259         * shell/ev-view.c: (draw_end_presentation_page):
5260
5261         Corrected "end of presentation" string.
5262
5263 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5264
5265         * shell/ev-view.c: (ev_view_key_press_event):
5266
5267         Correctly propagate key press event so that up/down keys
5268         work as expected (correct behaviour was broken by
5269         black/white screen key bindings for presentations).
5270
5271 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5272
5273         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5274         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5275         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5276         (pdf_selection_get_selection_region),
5277         (pdf_selection_get_selection_map):
5278
5279         Add "static" to some private functions. 
5280
5281 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5282
5283         * lib/ev-tooltip.h:
5284         * properties/ev-properties-view.h:
5285         * shell/ev-jobs.h:
5286         * shell/ev-properties-dialog.h:
5287         * shell/ev-properties-fonts.h:
5288         * shell/ev-sidebar-links.h:
5289         * shell/ev-sidebar-thumbnails.h:
5290         * shell/ev-sidebar.h:
5291         * shell/ev-window.h:
5292         
5293         Fixes CHACK type in class casts. See bug #385343
5294         for details.
5295
5296 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5297
5298         * shell/ev-view-private.h:
5299         * shell/ev-view.c: (draw_end_presentation_page),
5300         (ev_view_expose_event), (ev_view_key_press_event),
5301         (ev_view_class_init), (ev_view_init):
5302
5303         Blank screen in presentation mode when pressing 'b' (filling with
5304         black) or 'w' (filling with white) keys. Fixes bug #358132.
5305
5306 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5307
5308         * data/evince-toolbar.xml:
5309         * shell/ev-window.c:
5310         
5311         Use stock icon for Select All action. Fixes
5312         bug #382652.
5313
5314 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5315
5316         * shell/ev-view.c: (get_doc_point_from_offset),
5317         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5318
5319         Add links support in rotated documents. Fixes bug #343733.
5320
5321 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5322
5323         * shell/ev-view-private.h:
5324         * shell/ev-view.c: (draw_end_presentation_page),
5325         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5326
5327         Show a blank page after the last page in presentation mode with a
5328         message indicating that presentation has finished and how to exit. 
5329
5330 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5331
5332         * shell/ev-window.c: (fullscreen_timeout_cb):
5333
5334         Hide cursor after a while in presentation mode. 
5335
5336 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5337
5338         * backend/ev-document-info.h:
5339         * data/evince-properties.glade:
5340         * pdf/ev-poppler.cc:
5341         * properties/ev-properties-view.c: (ev_regular_paper_size),
5342         (ev_properties_view_set_info):
5343         * ps/ps-document.c: (ps_document_get_info):
5344
5345         Adds a paper size field to the properties dialog. Fixes
5346         bug #307315. Patch by Kasper Svendsen (with some i18n
5347         changes done by me).
5348
5349 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5350
5351         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5352         (screensaver_init_dbus), (totem_scrsaver_new),
5353         (totem_scrsaver_init):
5354         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5355         * shell/ev-application.c: (ev_application_register_service),
5356         (ev_application_screensaver_enable),
5357         (ev_application_screensaver_disable):
5358         * shell/ev-application.h:
5359         * shell/ev-window.c: (ev_window_run_presentation),
5360         (ev_window_stop_presentation), (build_comments_string),
5361         (ev_window_init):
5362         
5363         Move screensaver handling to application. No more
5364         message on startup.
5365
5366 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5367
5368         * configure.ac:
5369         * backend/Makefile.am:
5370         * backend/ev-file-exporter.[ch]:
5371         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5372         * ps/ps-document.c: (ps_document_file_exporter_*):
5373         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5374         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5375         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5376         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5377
5378         Allow printing to PDF when suppoted by the backend.
5379         
5380 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5381
5382         * shell/ev-window.c: (build_comments_string):
5383
5384         Use always "Document Viewer" in about dialog. 
5385
5386 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5387
5388         * djvu/djvu-document.c: (djvu_document_get_page_size):
5389
5390         Display a warning message when get_pageinfo fails. 
5391
5392 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5393
5394         * Makefile.am:
5395         * backend/Makefile.am:
5396         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5397         * configure.ac:
5398         * shell/ev-window.c: (build_comments_string):
5399         
5400         Make pdf compilation optional. See bug #38007.
5401
5402 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5403
5404         * ps/ps.c: (get_next_text):
5405
5406         Fix CVE-2006-5864.
5407
5408 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5409
5410         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5411         * shell/ev-navigation-action.c: (connect_proxy),
5412         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5413         
5414         Do not call g_type_class_peek_parent twice.
5415
5416 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5417
5418         * configure.ac:
5419         * data/icons/24x24/.cvsignore:
5420         * data/icons/24x24/Makefile.am:
5421         * data/icons/24x24/evince.png:
5422         * data/icons/Makefile.am:
5423         
5424         Add 24x24 icon. Thanks to 
5425         Michael Monreal <infernux@web.de>.
5426
5427 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5428
5429         * configure.ac: Fix typo in configure.ac. Thanks
5430         to dmacks@netspace.org for notification.
5431
5432 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5433
5434         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5435         
5436         Drop dbus include, fixes compilation with older dbus.
5437
5438 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5439
5440         * configure.ac:
5441         * cut-n-paste/Makefile.am:
5442         * cut-n-paste/totem-screensaver/.cvsignore
5443         * cut-n-paste/totem-screensaver/Makefile.am:
5444         * cut-n-paste/totem-screensaver/README:
5445         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5446         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5447         * shell/Makefile.am:
5448         * shell/ev-window.c: (ev_window_run_presentation),
5449         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5450         (ev_window_init):
5451
5452         Implemented screensaver enabling/disabling for
5453         presentation mode (not fullscreen mode). Code stolen
5454         from Totem (with some minor tweaks). Fixes bug #338889.
5455
5456 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5457
5458         * configure.ac:
5459
5460         Bump gnome-icon-theme requirements. We use the rotation
5461         icons that appeared recently.
5462
5463 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5464
5465         * shell/ev-history.c: (ev_history_add_page):
5466         * shell/ev-history.h:
5467         * shell/ev-window.c: (page_changed_cb):
5468         
5469         Use page labels instead of numbers.
5470
5471 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5472
5473         * data/evince-toolbar.xml:
5474         * po/POTFILES.in:
5475         * shell/Makefile.am:
5476         * shell/ev-navigation-action-widget.c:
5477         (ev_navigation_action_widget_init),
5478         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5479         (menu_detacher), (ev_navigation_action_widget_set_menu),
5480         (menu_position_func), (popup_menu_under_arrow),
5481         (ev_navigation_action_widget_toggled),
5482         (ev_navigation_action_widget_button_press_event):
5483         * shell/ev-navigation-action-widget.h:
5484         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5485         (ev_navigation_action_set_window), (activate_menu_item_cb),
5486         (new_history_menu_item), (new_empty_history_menu_item),
5487         (build_menu), (menu_activated_cb), (connect_proxy),
5488         (create_tool_item), (ev_navigation_action_init),
5489         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5490         * shell/ev-navigation-action.h:
5491         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5492         (ev_page_action_widget_set_page_cache),
5493         (ev_page_action_widget_finalize),
5494         (ev_page_action_widget_class_init), (match_selected_cb),
5495         (display_completion_text), (match_completion), (build_new_tree_cb),
5496         (get_filter_model_from_model),
5497         (ev_page_action_widget_update_model):
5498         * shell/ev-page-action-widget.h:
5499         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5500         (connect_proxy):
5501         * shell/ev-page-action.h:
5502         * shell/ev-stock-icons.c:
5503         * shell/ev-stock-icons.h:
5504         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5505         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5506         (register_custom_actions):
5507         * shell/main.c:
5508         
5509         Preliminary history implementation
5510
5511 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5512
5513         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5514         (dvi_document_class_init), (dvi_document_init_params):
5515         * dvi/mdvi-lib/font.c: (font_reference):
5516         
5517         Add reference to subfont. Fixes bug #374277.
5518
5519 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5520
5521         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5522         (ev_window_cmd_file_open_copy_at_dest):
5523
5524         Fix a race condition when creating symlink. Increase the counter
5525         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5526         Mathias Hasselmann).
5527
5528 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5529
5530         * backend/Makefile.am:
5531         * backend/ev-attachment.c: (ev_attachment_open):
5532         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5533         (ev_tmp_dir), (ev_tmp_filename):
5534         * shell/ev-sidebar-attachments.c:
5535         (ev_sidebar_attachments_drag_data_get):
5536         * shell/ev-window.c: (ev_window_clear_temp_file):
5537
5538         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5539         in ensure_dir_exists. Abort without crashing when we can't create
5540         user's directory.
5541
5542 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5543
5544         * data/evince-ui.xml:
5545         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5546         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5547         (ev_window_cmd_file_open_copy_at_dest),
5548         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5549         (ev_view_popup_cmd_open_link_new_window):
5550
5551         Allow opening a copy of the current document in a new window. Fixes bug
5552         #357472
5553
5554 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5555
5556         * data/evince-toolbar.xml:
5557         
5558         Add rotate right and rotate left to available items for toolbar.
5559         
5560         * data/evince-ui.xml:
5561         * shell/ev-window.c: (ev_window_init):
5562         
5563         Customize toolbar with right click. Fixes bug #372451.
5564
5565 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5566
5567         * shell/ev-window.c: 
5568         
5569         Use "object-rotate-{left,right}" stock icons. Fixes 
5570         bug #373863.
5571
5572 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5573
5574         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5575         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5576         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5577         (ev_window_open_uri):
5578         * shell/main.c: (arguments_parse):
5579
5580         Remove temp file created when evince is used by GTK+ in
5581         preview mode. Fixes bug #365282. 
5582
5583 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5584
5585         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5586         
5587         Fixes bug #372474 - Side pane disabled when entering 
5588         and leaving fullscreen mode.
5589
5590 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5591
5592         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5593         * data/Makefile.am:
5594         * data/evince-preview-toolbar.xml:
5595         * data/evince-toolbar.xml:
5596         * shell/ev-application.c: (ev_application_shutdown),
5597         (ev_application_init), (ev_application_get_toolbars_model):
5598         * shell/ev-application.h:
5599         * shell/ev-window.c: (update_chrome_visibility),
5600         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5601         (ev_window_cmd_edit_toolbar), (ev_window_init):
5602         
5603         Fixes bug #364364 - toolbar editor shows zoom actions again.
5604
5605 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5606
5607         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5608
5609         Do not take margins into consideration for paper size when printing.
5610         Really fixes bug #350491.
5611
5612 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5613
5614         * data/evince-ui.xml:
5615         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5616         (ev_window_cmd_file_print_setup),
5617         (ev_window_print_dialog_response_cb),
5618         (ev_window_setup_action_sensitivity):
5619
5620         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5621
5622 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5623
5624         * shell/ev-window.c: (ev_window_print_range):
5625
5626         Revert my previuos commit, since printing to PDF is not supported by
5627         evince yet. 
5628
5629 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5630
5631         * shell/ev-window.c: (ev_window_print_range):
5632
5633         Enable print to a PDF. Fixes bug #332121.
5634
5635 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5636
5637         * shell/ev-application-service.xml:
5638         * shell/ev-application.[ch]: (ev_application_open_window),
5639         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5640         (ev_application_open_uri), (ev_application_open_uri_list):
5641         * shell/ev-window.c: (file_open_dialog_response_cb),
5642         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5643         (drag_data_received_cb), (open_remote_link):
5644         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5645
5646         Add support for multiscreen systems. Fixes bug #316206.
5647
5648 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5649
5650         * shell/ev-jobs.[ch]: (ev_job_print_new),
5651         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5652         (ev_job_print_do_page):
5653         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5654
5655         Allow printing only odd/even pages. Fixes bug #367289.
5656
5657 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5658
5659         * test/test1.py:
5660         * test/test2.py:
5661
5662         Re-add locale settings to test files.
5663
5664 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5665
5666         * data/evince-ui.xml:
5667         * shell/ev-window.c: (set_action_properties):
5668         
5669         Removed garbage from code and ui.
5670
5671 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5672
5673         * shell/ev-window.c: (ev_window_cmd_help_about):
5674
5675         Shamelessly add my name to the list of contributors.
5676
5677 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5678
5679         * test/test1.py:
5680         * test/test2.py:
5681
5682         Cleaned up the dogtail scripts.
5683
5684 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5685
5686         * shell/ev-view.c: (draw_loading_text): Don't render
5687         "loading..." text in presentation mode. Temporary
5688         workaround for bug #320352.
5689
5690 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5691
5692         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5693         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5694
5695         Use print settings scale, copies, collate and reverse which were
5696         ignored. Fixes bug #359032.
5697
5698 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5699
5700         * configure.ac:
5701         * data/evince-password.glade:
5702         * test/Makefile.am:
5703         * test/test-encrypt.pdf:
5704         * test/test-links.pdf:
5705         * test/test1.py:
5706         * test/test2.py:
5707
5708         Add automated UI tests for evince with dogtail. See
5709         bug #300948.    
5710
5711 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5712
5713         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5714
5715         Hide fullscreen toolbar when switching to another desktop workspace.
5716         Fixes bug #338871
5717
5718 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5719
5720         * shell/ev-window-title.c: 
5721         
5722         Test for .dvi in title of pdf documents.
5723
5724 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5725
5726         * shell/ev-view.c: (ev_view_scroll):
5727
5728         Page Up/Down should do page jumps in "Best fit" mode.
5729         If a user has explicitly chosen to view exactly one page
5730         at a time, scrolling just a part of the page when
5731         pressing Page Up/Down is not right. Fixes bug #323107.
5732
5733 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5734
5735         * NEWS:
5736         * configure.ac:
5737         
5738         Update for 0.6.1
5739
5740 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5741
5742         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5743         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5744         
5745         Correctly disconnect from job signals on destroy.
5746
5747 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5748
5749         * shell/ev-view-private.h:
5750         * shell/ev-view.c: (view_set_adjustment_values),
5751         (view_update_range_and_current_page),
5752         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5753         
5754         Fixes bug #343199, current page now follows find page.
5755
5756 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5757
5758         * backend/ev-document-factory.c:
5759         * configure.ac:
5760         Assigned OpenDocument presenation MIME type to the
5761         Impress backend. Added some missing (but harmless)
5762         #ifdefs in the document factory as well to make things
5763         consistent again. Fixes bug #360658.
5764
5765 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5766
5767         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5768         * backend/ev-document-find.c: (ev_document_find_get_type):
5769         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5770         * backend/ev-document-links.c: (ev_document_links_get_type):
5771         * backend/ev-document-security.c: (ev_document_security_get_type):
5772         * backend/ev-document-thumbnails.c:
5773         (ev_document_thumbnails_get_type):
5774         * backend/ev-document.c: (ev_document_get_type):
5775         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5776         * backend/ev-selection.c: (ev_selection_get_type):
5777         * cut-n-paste/recent-files/egg-recent-model.c:
5778         (egg_recent_model_get_type):
5779         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5780         (egg_recent_view_uimanager_get_type):
5781         * cut-n-paste/recent-files/egg-recent-view.c:
5782         (egg_recent_view_get_type):
5783         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5784         (egg_editable_toolbar_get_type):
5785         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5786         (egg_toolbar_editor_get_type):
5787         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5788         (egg_toolbars_model_get_type):
5789         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5790         (egg_tree_multi_drag_source_get_type):
5791         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5792         (ephy_zoom_action_get_type):
5793         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5794         (ephy_zoom_control_get_type):
5795         * impress/r_back.c: (_imp_fill_back):
5796         * properties/ev-properties-main.c:
5797         (ev_properties_plugin_register_type):
5798         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5799         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5800         (ev_view_accessible_factory_get_type):
5801
5802         Reduce relocations. Bug #360616.
5803
5804 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5805
5806         * backend/ev-document-factory.c:
5807         (ev_document_factory_get_document):
5808         
5809         Load document even if extension is wrong.
5810
5811 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5812
5813         * shell/ev-metadata-manager.c: (save_values):
5814         * shell/ev-window.c: (setup_size_from_metadata),
5815         (setup_view_from_metadata), (ev_window_setup_document),
5816         (ev_window_xfer_job_cb), (window_configure_event_cb):
5817         
5818         Set size according to the document size/page size ratio.
5819         That should correct rather wierd behaviour of the previous
5820         commit.
5821
5822 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5823
5824         * shell/ev-window.c: (setup_view_from_metadata):
5825         
5826         Set size for new windows from previous window size.
5827         See bugs #354968 and #168450 for details. Thanks
5828         to Meik Hellmund.
5829
5830 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5831
5832         * djvu/djvu-links.c: (build_tree):
5833
5834         Fix memory leak.
5835
5836 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5837
5838         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5839         
5840         Don't make sidebar close button insensitive. Fixes
5841         bug #357871.
5842
5843 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5844
5845         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5846         (ev_window_set_view_accels_sensitivity):
5847         
5848         Don't enable Slash on documents which don't support
5849         find. Fixes bug #358648.
5850
5851 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5852
5853         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5854         open dialog fall back to the current document uri if the
5855         filechooser hasn't been used before. Fixes bug #356980.
5856
5857 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5858
5859         * shell/ev-window.c: (ev_window_setup_recent), 
5860         (ev_window_get_recent_file_label):
5861
5862         Escape underscores in filenames of recent file items.
5863
5864 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5865
5866         * configure.ac:
5867         
5868         Bumped poppler requirements, really 0.5.3 is very 
5869         buggy, now we require 0.5.4.
5870
5871 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5872
5873         * djvu/Makefile.am:
5874         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5875         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5876         (djvu_document_document_links_iface_init):
5877         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5878         (number_from_string_10), (get_djvu_link_dest),
5879         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5880         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5881         (djvu_links_get_links), (djvu_links_find_link_dest),
5882         (djvu_links_get_links_model):
5883         * djvu/djvu-links.h:
5884         
5885         Add support for links and bookmarks in djvu documents. Thanks
5886         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5887         patch.
5888
5889 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5890
5891         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5892         
5893         Reopen should reload document. Fixes 
5894         bug 327951.
5895
5896 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5897
5898         * configure.ac:
5899         * data/Makefile.am:
5900         * data/evince-16.png:
5901         * data/evince-22.png:
5902         * data/evince.png:
5903         * data/evince.svg:
5904         * data/icons/16x16/Makefile.am:
5905         * data/icons/16x16/evince.png:
5906         * data/icons/22x22/Makefile.am:
5907         * data/icons/22x22/evince.png:
5908         * data/icons/48x48/Makefile.am:
5909         * data/icons/48x48/evince.png:
5910         * data/icons/Makefile.am:
5911         * data/icons/scalable/Makefile.am:
5912         * data/icons/scalable/evince.svg:
5913         
5914         Install icons with correct names. Fixes
5915         bug #354429.
5916
5917 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5918
5919         * shell/ev-view.c: (ev_view_button_release_event):
5920
5921         Don't open links with middle mouse button. Fixes bug #353649
5922
5923 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5924
5925         * NEWS:
5926         * configure.ac:
5927         
5928         Update for release 0.6.0
5929
5930 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5931
5932         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5933         Implement Close named action. Patch by Carlos Garcia Campos.
5934
5935 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5936
5937         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5938         
5939         Don't clear link mapping on copy_job_to_job_info. Fixes
5940         bug 346168.
5941
5942 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5943
5944         * shell/main.c: (main):
5945
5946         Revert my previous commit, gnome_program_init owns the option context.
5947         Fix another memory leak in main. Both caught by Christian Persch. 
5948
5949 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5950
5951         * shell/main.c: (main):
5952
5953         Fix memory leak.
5954
5955 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5956
5957         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5958
5959         Fix crash when opening a pdf with password protection. 
5960
5961 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5962
5963         * pdf/ev-poppler.cc: (pdf_document_search_free):
5964
5965         Fix memory leak. 
5966
5967 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5968
5969         * backend/ev-document-factory.c:
5970         (ev_document_factory_get_document):
5971         * tiff/tiff-document.c: (tiff_document_finalize):
5972         
5973         More correct handling of document loading. Fixes
5974         bug #349043.
5975
5976 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5977
5978         * backend/ev-attachment.c: (ev_attachment_save):
5979
5980         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5981         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5982
5983 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5984         
5985         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5986         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5987
5988 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5989
5990         * shell/ev-sidebar-thumbnails.c:
5991
5992         Do not render thumbnails unless thumbnails page is active in the
5993         sidebar.
5994
5995 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5996
5997         * shell/ev-properties-dialog.c:
5998
5999         Fix dialogue spacing. Bug #351370.
6000
6001 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6002
6003         * configure.ac:
6004
6005         Use lowercase gettext catalog file names (evince.mo
6006         instead of Evince.mo)
6007
6008 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6009
6010         * shell/ev-sidebar-attachments.c:
6011
6012         GtkIconTheme is now screen safe too. Fixes bug #350878
6013
6014 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6015
6016         * shell/ev-window.c:
6017
6018         GtkRecent manager is now screen safe. Fixes bug #350145
6019
6020 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6021
6022         * shell/ev-sidebar.c: (ev_sidebar_init):
6023         
6024         Make sidebar close icon smaller. Fix for bug 350177.
6025         See also bugs 350176 and 165770.
6026
6027 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6028
6029         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6030
6031         Ignore zoom for xyz destinations when it's <= 1, keeping user
6032         preferences instead. Set correct sizing-mode for fith and fitv
6033         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6034
6035 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6036
6037         * NEWS:
6038         * configure.ac:
6039         
6040         Update for release 0.5.5
6041
6042 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6043         
6044         * shell/ev-window.c: (ev_window_cmd_escape)
6045
6046         Escape unfocus page entry. Fixes bug #345809.
6047
6048 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6049
6050         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6051         (build_tree), (pdf_document_links_get_links),
6052         (pdf_document_links_find_link_dest):
6053         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6054         (goto_xyz_dest):
6055
6056         Convert from PDF style coordinates to X style coordinates in the
6057         backend rather than in the view. Fixes bug #338440
6058
6059 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6060
6061         * shell/ev-window.c:
6062         
6063         Remove Ctrl+Shift+T shortcut for toolbars. See
6064         the bug #350098.
6065
6066 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6067
6068         * configure.ac:
6069
6070         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6071         of this. 
6072
6073 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6074
6075         * configure.ac:
6076         * cut-n-paste/Makefile.am:
6077         * data/evince-ui.xml:
6078         * shell/Makefile.am:
6079         * shell/ev-application.[ch]:
6080         * shell/ev-window.c:
6081
6082         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6083         #349273
6084
6085 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6086
6087         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6088         findbar code: s/help/search/
6089
6090 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6091
6092         * shell/ev-window.c: (setup_document_from_metadata),
6093         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6094         (setup_view_from_metadata):
6095         
6096         Fix memory leaks.
6097
6098 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6099
6100         * autogen.sh, configure.ac: 
6101         
6102         Update automake usage. See bug 349292.
6103
6104 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6105
6106         * shell/eggfindbar.c: (egg_find_bar_class_init),
6107         (entry_activate_callback), (egg_find_bar_init),
6108         (egg_find_bar_set_status_text):
6109         * shell/eggfindbar.h:
6110         
6111         Unify Evince findbar with Epiphany. Nice patch
6112         from Fabricio Silva <silva@crans.org> and
6113         Frederic Peters <fpeters@entrouvert.com>. See
6114         bug #339966 for details.
6115
6116 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6117
6118         * data/evince.desktop.in.in:
6119         
6120         Correct information for bugzilla. Thanks to
6121         Olaf Vitters, see bug #348855.
6122
6123 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6124
6125         * shell/ev-jobs.[ch]:
6126         * shell/ev-sidebar-links.c:
6127         * shell/ev-window.[ch]:
6128
6129         GtkPrintJob doesn't support print ranges or current page, so we export
6130         to a ps file now when printing ranges or current page.
6131
6132 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6133
6134         * pdf/ev-poppler.cc:
6135         * shell/ev-window.c: (do_action_named):
6136
6137         We should be more clear about bugzilla. See the
6138         poppler bug #7623.
6139
6140 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6141
6142         * configure.ac:
6143         * shell/Makefile.am:
6144         * shell/ev-job-queue.c:
6145         * shell/ev-jobs.[ch]:
6146         * shell/ev-sidebar-links.c:
6147         * shell/ev-window.[ch]:
6148         
6149         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6150         #348422
6151
6152 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6153
6154         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6155         * shell/ev-application-service.xml:
6156         * shell/ev-application.[ch]:
6157         * shell/ev-jobs.[ch]:
6158         * shell/ev-window.[ch]: (ev_window_run_preview):
6159         * shell/main.c: 
6160
6161         Add preview mode to use evince as a printing previewer. It also adds
6162         other command line options for fullscreen and presentation modes.
6163         Fixes bugs #347822, #317031
6164
6165 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6166
6167         * NEWS:
6168         * configure.ac:
6169         
6170         Update for release 0.5.4
6171
6172 2006-07-11  Bastien Nocera <hadess@hadess.net>
6173
6174         * Makefile.am:
6175         * backend/Makefile.am:
6176         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6177         * backend/ev-document-factory.h:
6178         * configure.ac:
6179         * impress/.cvsignore:
6180         * impress/Makefile.am:
6181         * impress/common.h:
6182         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6183         (imp_get_page), (imp_next_page), (imp_prev_page),
6184         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6185         * impress/f_oasis.c: (render_object), (render_page),
6186         (get_geometry), (_imp_oasis_load):
6187         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6188         (_imp_oo13_load):
6189         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6190         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6191         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6192         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6193         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6194         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6195         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6196         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6197         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6198         (iks_new_within), (iks_insert), (iks_insert_cdata),
6199         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6200         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6201         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6202         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6203         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6204         (iks_cdata), (iks_cdata_size), (iks_has_children),
6205         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6206         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6207         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6208         (iks_tree), (iks_load), (iks_save):
6209         * impress/iksemel.h:
6210         * impress/imposter.h:
6211         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6212         (imp_render_draw_bezier_real), (imp_render_get_size),
6213         (imp_render_set_fg_color), (imp_render_draw_line),
6214         (imp_render_draw_rect), (imp_render_draw_polygon),
6215         (imp_render_draw_arc), (imp_render_draw_bezier),
6216         (imp_render_open_image), (imp_render_get_image_size),
6217         (imp_render_scale_image), (imp_render_draw_image),
6218         (imp_render_close_image), (imp_render_markup),
6219         (imp_render_get_text_size), (imp_render_draw_text),
6220         (impress_document_load), (impress_document_save),
6221         (impress_document_get_n_pages), (impress_document_get_page_size),
6222         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6223         (impress_document_finalize), (impress_document_class_init),
6224         (impress_document_can_get_text), (impress_document_get_info),
6225         (impress_document_document_iface_init),
6226         (impress_document_thumbnails_get_thumbnail),
6227         (impress_document_thumbnails_get_dimensions),
6228         (impress_document_document_thumbnails_iface_init),
6229         (impress_document_init):
6230         * impress/impress-document.h:
6231         * impress/internal.h:
6232         * impress/r_back.c: (_imp_fill_back):
6233         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6234         (_imp_draw_image), (_imp_tile_image):
6235         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6236         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6237         (r_polyline):
6238         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6239         (r_draw_gradient_complex), (r_draw_gradient):
6240         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6241         (r_get_bullet):
6242         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6243         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6244         (r_text):
6245         * impress/render.c: (imp_create_context), (imp_context_set_page),
6246         (imp_context_set_step), (imp_render), (imp_delete_context):
6247         * impress/render.h:
6248         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6249         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6250         (zip_load_xml), (zip_get_size), (zip_load):
6251         * impress/zip.h:
6252         * shell/ev-utils.c:
6253         
6254         New backend to support impress slides. Fixes bug #30867.
6255
6256 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6257
6258         * shell/ev-utils.c: (using_postscript_printer):
6259         
6260         Fixes crash when print using PAPI backend,
6261         bug #345012.
6262
6263 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6264
6265         * shell/ev-jobs.c: (ev_job_xfer_run):
6266         * shell/ev-window.c: (password_dialog_response),
6267         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6268         (ev_window_dispose):
6269         Fixes bug #344160: if the xfer job doesn't complete
6270         because a password is required, reload the existing
6271         instance instead of creating a new one.
6272
6273 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6274
6275         * shell/main.c: (main): Call gdk_threads_init. Thus
6276         we'll avoid errors in auth dialog. Fix for the bug
6277         #343347.
6278
6279 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6280
6281         * configure.ac: Advertise pixbuf support, fix
6282         for the bug 343317.
6283
6284 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6285
6286         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6287         (ev_sidebar_thumbnails_set_document):
6288         
6289         Update sidebar thumbnails after reloading.
6290
6291 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6292
6293         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6294         * shell/ev-jobs.h:
6295         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6296         (ev_window_cmd_view_reload), (ev_window_init):
6297         
6298         Don't crash on reload. Fix for the bug #343167.
6299
6300 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6301
6302         * shell/ev-jobs.c: (ev_job_render_run):
6303         
6304         Check for document links.
6305
6306 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6307
6308         * backend/ev-attachment.c: (ev_attachment_save),
6309         (ev_attachment_launch_app), (ev_attachment_open):
6310         * backend/ev-document-factory.c: (get_document_from_uri):
6311         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6312         (egg_recent_view_uimanager_set_list):
6313         * ps/ps-document.c: (check_filecompressed), (document_load),
6314         (ps_document_load):
6315         * shell/ev-metadata-manager.c: (load_values):
6316         * shell/ev-password.c: (ev_password_dialog_set_property):
6317         * shell/ev-view.c: (tip_from_link):
6318         * shell/ev-window.c: (file_save_dialog_response_cb),
6319         (ev_window_print_dialog_response_cb):
6320         
6321         Use consistent quoting style. Fix for the bug #320285.
6322
6323 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6324
6325         * shell/ev-jobs.c: (ev_job_xfer_run):
6326         * shell/main.c: (load_files):
6327                 
6328         Open links with anchors. Fix for the bug #339836.
6329
6330 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6331
6332         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6333         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6334         (ev_link_dest_set_property), (ev_link_dest_finalize),
6335         (ev_link_dest_class_init), (ev_link_dest_new_named),
6336         (ev_link_dest_new_page_label):
6337         * backend/ev-link-dest.h:
6338         * shell/ev-application.c: (ev_application_open_uri):
6339         * shell/ev-view.c: (goto_dest):
6340         * shell/ev-window.c:
6341         * shell/ev-window.h:
6342         
6343         Fix page-label command line option. Bug #342070.
6344
6345 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6346
6347         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6348         
6349         Don't show highlight rects if page can't be showed. Fix for 
6350         the bug #342076
6351
6352 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6353
6354         * shell/ev-window.c: (setup_sidebar_from_metadata),
6355         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6356         
6357         Setup sidebar from metadata even if there is no document
6358         loaded. Fix for the bug #342807.
6359
6360 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6361
6362         * cut-n-paste/toolbar-editor/Makefile.am:
6363         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6364         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6365         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6366         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6367         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6368         (popup_context_menu_cb), (button_press_event_cb),
6369         (configure_item_sensitivity), (configure_item_cursor),
6370         (configure_item_tooltip), (connect_widget_signals),
6371         (action_sensitive_cb), (create_item_from_action),
6372         (create_item_from_position), (toolbar_drag_data_received_cb),
6373         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6374         (toolbar_drag_leave_cb), (configure_drag_dest),
6375         (toggled_visibility_cb), (toolbar_visibility_refresh),
6376         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6377         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6378         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6379         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6380         (egg_editable_toolbar_dispose),
6381         (egg_editable_toolbar_set_ui_manager),
6382         (egg_editable_toolbar_get_selected),
6383         (egg_editable_toolbar_set_selected), (set_edit_mode),
6384         (egg_editable_toolbar_set_property),
6385         (egg_editable_toolbar_get_property),
6386         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6387         (egg_editable_toolbar_new_with_model),
6388         (egg_editable_toolbar_get_edit_mode),
6389         (egg_editable_toolbar_set_edit_mode),
6390         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6391         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6392         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6393         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6394         (item_added_or_removed_cb), (toolbar_removed_cb),
6395         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6396         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6397         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6398         (editor_create_item_from_name), (append_table),
6399         (update_editor_sheet), (egg_toolbar_editor_init):
6400         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6401         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6402         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6403         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6404         (toolbar_node_free), (egg_toolbars_model_get_flags),
6405         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6406         (egg_toolbars_model_get_name), (impl_add_item),
6407         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6408         (parse_data_list), (parse_item_list), (parse_toolbars),
6409         (egg_toolbars_model_load_toolbars), (parse_available_list),
6410         (parse_names), (egg_toolbars_model_load_names),
6411         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6412         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6413         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6414         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6415         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6416         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6417         (egg_toolbars_model_set_types), (fill_avail_array),
6418         (egg_toolbars_model_get_name_avail),
6419         (egg_toolbars_model_get_name_flags),
6420         (egg_toolbars_model_set_name_flags):
6421         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6422         * cut-n-paste/toolbar-editor/eggintl.h:
6423         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6424         (egg_tree_multi_drag_source_get_type),
6425         (egg_tree_multi_drag_source_row_draggable),
6426         (egg_tree_multi_drag_source_drag_data_delete),
6427         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6428         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6429         (path_list_free), (set_context_data), (get_context_data),
6430         (get_info), (egg_tree_multi_drag_drag_data_get),
6431         (egg_tree_multi_drag_motion_event),
6432         (egg_tree_multi_drag_button_press_event),
6433         (egg_tree_multi_drag_add_drag_support):
6434         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6435         * shell/ev-application.c: (ev_application_init),
6436         (ev_application_save_toolbars_model):
6437         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6438         (ev_window_cmd_edit_toolbar), (ev_window_init):
6439         
6440         Sync toolbareditor with epiphany and libegg
6441
6442 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6443
6444         * configure.ac: 
6445
6446         Depend on poppler 0.5.2
6447
6448 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6449
6450         * shell/ev-jobs.c: (ev_job_render_run):
6451         
6452         Check if document supports links iterface.
6453
6454 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6455
6456         * NEWS:
6457         * configure.ac:
6458         
6459         Update for release 0.5.3
6460
6461 2006-05-13  Michael Plump  <plumpy@skylab.org>
6462
6463         * configure.ac:
6464         * shell/Makefile.am:
6465         * shell/main.c: (main):
6466         
6467         Port to GOption command line parsing. Fix for the 
6468         bug #327518
6469
6470 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6471
6472         * shell/ev-window.c: (ev_window_cmd_help_about):
6473         
6474         Do not wrap license. Fix for the bug #309460.
6475
6476 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6477
6478         * configure.ac:
6479         * properties/ev-properties-main.c: (ev_properties_get_pages):
6480         * shell/ev-application.c: (ev_application_open_window),
6481         (ev_application_open_uri_at_dest):
6482         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6483         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6484         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6485         * shell/ev-utils.c: (save_print_config_to_file):
6486         * shell/ev-window.c: (ev_window_cmd_save_as),
6487         (ev_attachment_popup_cmd_save_attachment_as):
6488         * shell/main.c: (load_files_remote):
6489         
6490         Bump requirements to gtk 2.8 and drop all ifdefs used.
6491
6492 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6493
6494         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6495         * shell/ev-window.c: (ev_window_init):
6496         
6497         Show attachments page.
6498
6499 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6500
6501         * po/POTFILES.in:
6502         * shell/ev-attachment-bar.c:
6503         * shell/ev-attachment-bar.h:
6504         * shell/ev-sidebar-attachments.c:
6505         (ev_sidebar_attachments_icon_cache_add),
6506         (icon_theme_get_pixbuf_from_mime_type),
6507         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6508         (ev_sidebar_attachments_icon_cache_refresh),
6509         (ev_sidebar_attachments_get_attachment_at_pos),
6510         (ev_sidebar_attachments_popup_menu_show),
6511         (ev_sidebar_attachments_popup_menu),
6512         (ev_sidebar_attachments_button_press),
6513         (ev_sidebar_attachments_update_icons),
6514         (ev_sidebar_attachments_drag_data_get),
6515         (ev_sidebar_attachments_get_property),
6516         (ev_sidebar_attachments_destroy),
6517         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6518         (ev_sidebar_attachments_new),
6519         (ev_sidebar_attachments_set_document),
6520         (ev_sidebar_attachments_support_document),
6521         (ev_sidebar_attachments_get_label),
6522         (ev_sidebar_attachments_page_iface_init):
6523         * shell/ev-sidebar-attachments.h:
6524         * shell/ev-window.c: (update_chrome_visibility),
6525         (setup_sidebar_from_metadata), (ev_window_setup_document),
6526         (ev_window_sidebar_current_page_changed_cb),
6527         (attachment_bar_menu_popup_cb), (ev_window_init):
6528         
6529         Move attachments bar to sidebar.
6530
6531 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6532
6533         * pdf/ev-poppler.cc:
6534         * shell/ev-application.[ch]:
6535         * shell/main.c:
6536
6537         Fix some memory leaks.
6538
6539 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6540
6541         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6542
6543         Change the properties dialog response to
6544         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6545         will make the dialog go away when the user presses
6546         enter. With gtk+ >= 2.9 this will happen anyway, but for
6547         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6548         escape by default. Fixes bug #340539. See also bug
6549         #101293 for the gtk+ part.
6550
6551 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6552
6553         * shell/ev-view.c (tip_from_action_named): Replace some strings
6554         that were wrong. Closes #340970.
6555
6556 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6557
6558         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6559
6560         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6561         #341049
6562
6563 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6564
6565         * djvu/Makefile.am:
6566         * dvi/Makefile.am:
6567         * dvi/mdvi-lib/Makefile.am:
6568         * properties/Makefile.am:
6569         * ps/Makefile.am:
6570         * shell/Makefile.am:
6571         * thumbnailer/Makefile.am:
6572         
6573         Due to broken libtool that is unable to track dependencies
6574         of noinst libraries we are forced to explicitely point
6575         libraries for binary. Fix for the bug #333334.
6576
6577 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6578
6579         * data/evince.desktop.in.in:
6580         * shell/ev-view.c: (view_update_range_and_current_page),
6581         (ev_view_next_page), (ev_view_previous_page):
6582         * shell/ev-window.c: (update_chrome_visibility),
6583         (setup_sidebar_from_metadata), (ev_window_setup_document),
6584         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6585         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6586         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6587         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6588         (ev_window_stop_presentation), (ev_window_focus_in_event),
6589         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6590         (ev_window_init):
6591         * thumbnailer/Makefile.am:
6592         
6593         Update fullscreen and presentation timeout handling. Hide
6594         cursor in presentation after timeout. Fix for the bugs
6595         #136359 and #336981.
6596
6597 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6598
6599         * backend/ev-link-action.[ch]:
6600         * pdf/ev-poppler.cc: (ev_link_from_action):
6601         * shell/ev-view-private.h:
6602         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6603         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6604
6605         Add support for Named Action links
6606
6607 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6608
6609         * backend/Makefile.am:
6610         * backend/ev-document-links.[ch]:
6611         * backend/ev-document.[ch]:
6612         * backend/ev-link-action.[ch]:
6613         * backend/ev-link-dest.[ch]:
6614         * backend/ev-link.[ch]:
6615         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6616         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6617         * shell/ev-page-action.c: (build_new_tree_cb):
6618         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6619         (links_page_num_func), (update_page_callback):
6620         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6621         (tip_from_link):
6622         * shell/ev-jobs.c:
6623         * shell/ev-window.[ch]: (ev_window_open_uri),
6624         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6625         * shell/ev-application.[ch]: (ev_application_open_window),
6626         (ev_application_open_uri):
6627
6628         Rework links system, it adds support for remote links now and it makes
6629         easier to add new kinds of actions and destinations. Fixes bug #317292
6630
6631 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6632
6633         * data/Makefile.am:
6634         * data/evince.png:
6635         * data/evince-16.png:
6636         * data/evince-22.png:
6637         * data/evince.svg:
6638         * shell/main.c: (main):
6639         
6640         Evince use it's own icon. Fix for the bug #313392.
6641
6642         * shell/ev-window.c: (fullscreen_timeout_cb),
6643         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6644         (ev_window_cmd_help_about), (ev_window_dispose):
6645         
6646         Simplify fullscreen timeout code.
6647
6648 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6649
6650         * backend/ev-attachment.c: 
6651         * shell/ev-attachment-bar.c:
6652         * shell/ev-window.c:
6653
6654         Allow multiple selection of attachments
6655
6656 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6657
6658         * shell/ev-view.c: (view_update_range_and_current_page),
6659         (ev_view_scroll):
6660         
6661         Fix for the bug #312573 – Optimal selection of current 
6662         page among visible pages.
6663
6664 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6665
6666         * configure.ac:
6667         * djvu/Makefile.am:
6668         * djvu/djvu-text.h:
6669         
6670         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6671         for the bug 339868.
6672
6673 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6674
6675         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6676
6677 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6678
6679         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6680         dictated by the GNOME HIG. Fixes bug #339235.
6681
6682 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6683
6684         * data/evince-ui.xml:
6685         * shell/ev-view.c: (ev_view_can_find_previous):
6686         * shell/ev-view.h:
6687         * shell/ev-window.c: (ev_window_update_actions),
6688         (ev_window_cmd_edit_find_previous):
6689
6690         Add support for "Find Previous" as dictated by the GNOME HIG. A
6691         menu item is added and some glue code to make it all work is added
6692         to various files.
6693
6694 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6695
6696         * configure.ac: Award myself the "useless use of cat" award.
6697
6698 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6699
6700         * po/LINGUAS: New file listing all supported languages.
6701
6702         * configure.in: Use po/LINGUAS instead of including all languages
6703         directly in this file. See the wiki for more information:
6704         http://live.gnome.org/GnomeGoals/PoLinguas
6705
6706 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6707
6708         * backend/ev-document-factory.c:
6709
6710         Do not load the document twice when there isn't errors
6711
6712 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6713
6714         * backend/ev-attachment.c: 
6715
6716         Fix a crash when there isn't a default application to open an
6717         attachment
6718
6719 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6720
6721         * backend/ev-attachment.[ch]:
6722         * shell/ev-attachment-bar.[ch]:
6723
6724         Added missing files. 
6725
6726 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6727
6728         * backend/Makefile.am:
6729         * data/evince-ui.xml:
6730         * backend/ev-attachment.[ch]:
6731         * backend/ev-document.[ch]: (ev_document_has_attachments),
6732         (ev_document_get_attachments):
6733         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6734         (attachment_save_to_buffer), (pdf_document_get_attachments),
6735         (pdf_document_document_iface_init):
6736         * shell/Makefile.am:
6737         * shell/ev-attachment-bar.[ch]:
6738         * shell/ev-window.c:
6739
6740         Add support for PDF attachments. Fixes bug #325143
6741
6742 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6743
6744         * backend/ev-document-factory.c: (get_document_from_uri),
6745         (ev_document_factory_get_document):
6746         * backend/ev-document-factory.h:
6747         * properties/ev-properties-main.c: (ev_properties_get_pages):
6748         * shell/Makefile.am:
6749         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6750         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6751         (ev_job_queue_remove_job):
6752         * shell/ev-job-queue.h:
6753         * shell/ev-job-xfer.c:
6754         * shell/ev-job-xfer.h:
6755         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6756         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6757         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6758         (ev_job_xfer_run):
6759         * shell/ev-jobs.h:
6760         * shell/ev-window.c: (ev_window_is_empty),
6761         (password_dialog_response), (ev_window_clear_xfer_job),
6762         (ev_window_xfer_job_cb), (ev_window_open_uri),
6763         (ev_window_cmd_focus_page_selector),
6764         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6765         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6766         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6767         (ev_window_dispose):
6768         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6769         
6770         * Cleanup mime type detection on document load. Fix for the
6771         bug #336448.
6772
6773 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6774
6775         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6776         
6777         Fix crash on exit, described in the bug #336825.
6778
6779 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6780
6781         * backend/ev-document-factory.c:
6782         (ev_document_factory_get_from_mime),
6783         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6784         (ev_document_factory_get_document),
6785         (file_filter_add_mime_list_and_free),
6786         (ev_document_factory_add_filters):
6787         * backend/ev-document-factory.h:
6788         * properties/ev-properties-main.c: (ev_properties_get_pages):
6789         * shell/Makefile.am:
6790         * shell/ev-application.c:
6791         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6792         * shell/ev-window.c: (ev_window_cmd_file_open),
6793         (ev_window_cmd_save_as):
6794         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6795         
6796         Rework factory functions so they are placed now in a single 
6797         file ev-document-factory.c
6798
6799 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6800
6801         * shell/ev-window.c: (update_chrome_visibility):
6802         
6803         Fix for the bug 166566 - don't show menubar in fullscreen
6804         mode.
6805
6806 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6807
6808         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6809
6810 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6811
6812         * shell/ev-view.c: (ev_view_expose_event):
6813         
6814         More correctly draw loading text when document
6815         is empty.
6816
6817 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6818
6819         * shell/ev-view.c: (ev_view_scroll):
6820         
6821         Fix for the bug #334854, page down and page up switch
6822         pages in presentation mode.
6823
6824 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6825
6826         * shell/ev-window.c: (ev_window_set_action_sensitive),
6827         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6828         (ev_window_set_view_accels_sensitivity),
6829         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6830         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6831         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6832         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6833         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6834         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6835         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6836         (view_actions_focus_in_cb), (ev_window_init):
6837         
6838         Fix for the bug #333902, now it's possible to search
6839         words with slash.
6840
6841 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6842
6843         * configure.ac: Added Breton translation.
6844         * po/br.po: Added Breton translation.
6845
6846 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6847
6848         * shell/ev-window-title (ev_window_title_update):
6849
6850         Fix memory leak in window title. Fixes bug #333944
6851
6852 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6853
6854         * shell/ev-metadata-manager.c (parseItem):
6855
6856         Fix memory leaks. Fixes bug #333945
6857
6858 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6859         
6860         * NEWS, configure.ac, TODO:
6861         
6862         Update for release 0.5.2.
6863
6864 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6865
6866         * shell/ev-view.c: (view_update_range_and_current_page),
6867         (page_changed_cb):
6868         
6869         Don't jump on scrolling, fix for the bug #333127.
6870
6871 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6872
6873         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6874         
6875         Scroll by one page in presentation mode. Fix for the bug
6876         #332993.
6877
6878 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6879
6880         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6881
6882 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6883
6884         * configure.ac  Added lv in ALL_LINGUAS line.
6885
6886 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6887         
6888         * NEWS, configure.ac:
6889         
6890         Update for release 0.5.1
6891
6892 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6893
6894         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6895         * backend/ev-document-misc.h:
6896         * shell/ev-view.c: (draw_one_page):
6897         
6898          Clairfy what page the toolbar page number applies to. Fix
6899          for the bug #328102.
6900
6901 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6902
6903         * shell/ev-view-private.h:
6904         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6905         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6906         (ev_view_search_changed):
6907         * shell/ev-view.h:
6908         * shell/ev-window.c: (find_bar_search_changed_cb):
6909         
6910         Dont't jump to find result if window was scrolled during search.
6911         Fix for the bug #313266.
6912
6913 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6914
6915         * shell/eggfindbar.c: (egg_find_bar_class_init):
6916         * shell/eggfindbar.h:
6917         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6918         * shell/ev-view-private.h:
6919         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6920         (ev_view_class_init), (ev_sizing_mode_get_type),
6921         (ev_scroll_type_get_type):
6922         * shell/ev-view.h:
6923         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6924         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6925         (ev_window_init):
6926         
6927         Fix for the bug 319133 - Find entry should allow text scroll.
6928
6929 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6930
6931         * shell/ev-view-private.h:
6932         * shell/ev-view.c: (view_update_range_and_current_page),
6933         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6934         (ev_view_set_document), (update_find_status_message),
6935         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6936         (ev_view_find_previous):
6937         
6938         Fix for the bug #319137. Search now takes account for scrolling.
6939
6940 2006-02-19  Michael Hofmann <mh21@piware.de>
6941
6942         * configure.ac:
6943         * djvu/Makefile.am:
6944         * djvu/djvu-document-private.h:
6945         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6946         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6947         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6948         (djvu_document_can_get_text), (djvu_document_get_text),
6949         (djvu_document_document_iface_init),
6950         (djvu_document_thumbnails_get_thumbnail),
6951         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6952         (djvu_document_find_get_result),
6953         (djvu_document_find_page_has_results),
6954         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6955         (djvu_document_find_iface_init):
6956         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6957         (djvu_text_page_selection), (djvu_text_page_limits_process),
6958         (djvu_text_page_limits), (djvu_text_page_copy),
6959         (djvu_text_page_position), (djvu_text_page_union),
6960         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6961         (djvu_text_page_box), (djvu_text_page_append_text),
6962         (djvu_text_page_search), (djvu_text_page_prepare_search),
6963         (djvu_text_page_new), (djvu_text_page_free):
6964         * djvu/djvu-text-page.h:
6965         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6966         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6967         (djvu_text_n_results), (djvu_text_has_results),
6968         (djvu_text_get_result), (djvu_text_get_progress):
6969         * djvu/djvu-text.h:
6970         
6971         Text search in djvu. Fix for the bug #303415.
6972
6973 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6974
6975         * configure.ac:
6976         * shell/ev-window.c: (ev_window_cmd_save_as):
6977         
6978         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6979         Thanks to Gary Coady <gary@lyranthe.org>
6980
6981 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6982
6983         * shell/ev-print-job.c: (idle_print_handler):
6984         
6985         Inverse order printing, bug #320919.
6986
6987 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6988
6989         * data/evince-toolbar.xml:
6990         * shell/ev-window.c:
6991         
6992         Allow to add sidebar checkbutton on toolbar. Fix
6993         for the bug #144577.
6994
6995 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6996
6997         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6998         
6999         Add checks that have sense for empty ps document.
7000
7001 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7002
7003         * configure.ac: Include PS in mime types list. 
7004
7005 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7006
7007         * configure.ac:
7008         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7009         * ps/gsdefaults.h:
7010         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7011         
7012         Runtime check for gs interpreter. Fix for the bug #320868.
7013         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7014
7015 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7016
7017         * shell/ev-application.c: 
7018
7019         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7020         dbus>=0.60, so that the request is not queued. 
7021
7022 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7023
7024         * configure.ac:
7025         * shell/Makefile.am:
7026         * shell/ev-sidebar-links.c: (print_section_cb):
7027         * shell/ev-utils.c:
7028         * shell/ev-utils.h:
7029         * shell/ev-window.c: (update_action_sensitivity),
7030         (ev_window_close_dialogs), (ev_window_print):
7031         * shell/ev-window.h:
7032         
7033         Make printing support optional. Patch from Eduardo de Barros Lima
7034         <eduardo.lima@indt.org.br> for the bug #330546.
7035
7036 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7037
7038         * shell/ev-view-private.h:
7039         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7040         (ev_view_set_document):
7041         * shell/ev-view.h:
7042         * shell/ev-window.c: (ev_window_load_job_cb),
7043         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7044         (ev_window_init):
7045
7046         Draw Loading message during xfer job. Fix for the bug #329495.
7047
7048 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7049
7050         * comics/comics-document.c: (comics_regex_quote),
7051         (comics_document_load), (extract_argv):
7052         
7053         Correcly quote regexp before passing it to unzip.
7054
7055 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7056
7057         * shell/ev-page-cache.c: (build_height_to_page),
7058         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7059         (ev_page_cache_get_dual_even_left):
7060         * shell/ev-page-cache.h:
7061         * shell/ev-view.c: (view_update_range_and_current_page),
7062         (get_page_y_offset), (get_page_extents):
7063         
7064         Place even pages to the left if document has less then
7065         two pages. Fix for the bug #328856.
7066
7067 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7068
7069         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7070         
7071         Correct comics scheme. This make evince create thumbnails
7072         for comic books. Fix for the bug 329088.
7073
7074 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7075
7076         * data/evince-password.glade: Don't explicitly set
7077         invisible_char to the current default value in case
7078         the default changes; let GTK+ do its magic.
7079
7080 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7081
7082         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7083         real filename to tmp filename since often document
7084         type is determined by extension.
7085
7086 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7087
7088         * shell/ev-view.c: (add_scroll_binding_keypad),
7089         (ev_view_binding_activated), (ev_view_class_init):
7090         
7091         Add keybindings for percision-scrolling of display area. 
7092         Fix for the bug #314072.
7093
7094 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7095
7096         * data/evince.desktop.in.in:
7097         
7098         Add GTK to the list of categories. Fix for the bug #328034.
7099
7100 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7101
7102         * shell/ev-application.c: (ev_application_shutdown),
7103         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7104         * shell/ev-application.h:
7105         * shell/ev-window.c: (file_open_dialog_response_cb),
7106         (ev_window_cmd_file_open):
7107         
7108         Save last uri in file chooser dialog. Fix for the bug #327950.
7109
7110 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7111
7112         * NEWS:
7113         * README:
7114         
7115         Final update for release 0.5.0
7116         
7117         * shell/Makefile.am:
7118         
7119         Remove disable deprecated until we'll require libgnome-2.13.7
7120         and port to GOption argument parsing. See bug 327518.
7121
7122 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7123
7124         * comics/comics-document.c: (comics_document_save):
7125         * djvu/djvu-document.c: (djvu_document_save):
7126         * dvi/dvi-document.c: (dvi_document_save):
7127         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7128         * lib/ev-file-helpers.h:
7129         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7130         * tiff/tiff-document.c: (tiff_document_save):
7131         
7132         Use common save function for backends.
7133
7134 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7135
7136         * backend/ev-document-types.c:
7137         
7138         Fix crash on saving pixbuf.
7139
7140 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7141
7142         * cut-n-paste/recent-files/egg-recent-item.c:
7143         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7144         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7145         (parse_info_free), (valid_element), (start_element_handler),
7146         (end_element_handler), (text_handler), (egg_recent_model_filter),
7147         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7148         (egg_recent_model_monitor), (egg_recent_model_read),
7149         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7150         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7151         (egg_recent_model_set_property), (egg_recent_model_class_init),
7152         (egg_recent_model_init), (egg_recent_model_add_full),
7153         (egg_recent_model_delete), (egg_recent_model_get_list),
7154         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7155         (egg_recent_model_set_filter_mime_types),
7156         (egg_recent_model_clear_group_filter),
7157         (egg_recent_model_set_filter_groups),
7158         (egg_recent_model_clear_scheme_filter),
7159         (egg_recent_model_set_filter_uri_schemes),
7160         (egg_recent_model_remove_expired):
7161         * cut-n-paste/recent-files/egg-recent-util.c:
7162         (egg_recent_util_get_icon):
7163         * cut-n-paste/recent-files/egg-recent-util.h:
7164         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7165         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7166         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7167         (egg_recent_view_uimanager_set_property),
7168         (egg_recent_view_uimanager_get_property),
7169         (egg_recent_view_uimanager_class_init),
7170         (egg_recent_view_uimanager_init),
7171         (egg_recent_view_uimanager_set_label_width),
7172         (egg_recent_view_uimanager_get_label_width):
7173         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7174         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7175         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7176         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7177         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7178         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7179         
7180         Update from libegg.
7181
7182 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7183
7184         * shell/ev-page-cache.c: (build_height_to_page),
7185         (ev_page_cache_get_height_to_page):
7186         * shell/ev-page-cache.h:
7187         * shell/ev-view.c: (view_update_range_and_current_page),
7188         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7189         (ev_view_previous_page):
7190         
7191         Dual mode places even pages to the left. Fix for the bug #309393.
7192
7193         * shell/ev-view.h:
7194         * shell/ev-window.c: (update_action_sensitivity),
7195         (setup_view_from_metadata), (view_menu_popup_cb):
7196         
7197         Don't restore presentation in empty windows, more intelligent
7198         next page behaviour in dual mode.
7199
7200         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7201         (ev_pixbuf_cache_clear_job_sizes):
7202         
7203         Cleanup job callback on removal. Fix for the bug #325886.
7204
7205 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7206
7207         * ps/ps.c: (psscan):
7208         
7209         Commit workaround Mozilla problem. Fix for the bug #325919
7210         
7211         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7212         (save_item):
7213         
7214         Fix for year 2038 problem.
7215
7216 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7217
7218         * shell/ev-window.c: (setup_document_from_metadata),
7219         (ev_window_cmd_view_reload):
7220
7221         Clamp page recieved from metadata in valid values. Fix
7222         for the bug #325986.
7223
7224 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7225
7226         * MAINTAINERS: 
7227         Add MAINTAINERS as requested on desktop-devel-list.
7228
7229 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7230
7231         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7232         (mime_type_supported_by_gdk_pixbuf),
7233         (ev_document_factory_get_mime_types),
7234         (ev_document_factory_get_all_mime_types):
7235         
7236         Don't add pixbuf mime types if pixbuf backend is disabled.
7237         
7238         * shell/ev-application.c: (ev_application_get_uri_window):
7239         
7240         Fix for the bug 325815 - unhandled MIME type message doesn't 
7241         appear a second time. 
7242         
7243         * shell/ev-document-types.c: (ev_document_types_add_filters):
7244         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7245         (password_dialog_response), (ev_window_popup_password_dialog),
7246         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7247         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7248         (ev_window_run_presentation), (ev_window_stop_presentation),
7249         (save_sizing_mode), (ev_window_zoom_changed_cb),
7250         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7251         (ev_window_dual_mode_changed_cb),
7252         (ev_window_sidebar_current_page_changed_cb),
7253         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7254         (window_state_event_cb), (window_configure_event_cb):
7255         
7256         Cleanup additional uris holded by EvWindow.
7257
7258 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7259
7260         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7261         (ev_view_can_previous_page), (ev_view_can_next_page):
7262         * shell/ev-view.h:
7263         * shell/ev-window.c: (update_action_sensitivity):
7264         
7265         Two page scrolling with Space and PageUp in dual mode. Second fix 
7266         for the bug #316608.
7267
7268 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7269
7270         * shell/ev-view.c: (scroll_to_current_page):
7271         
7272         Correctly clamp adjustment value. Fix for the bug
7273         #325808.
7274
7275 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7276
7277         * shell/ev-sidebar-links.c: (print_section_cb):
7278         * shell/ev-window.c: (ev_window_get_uri),
7279         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7280         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7281         (ev_window_dispose):
7282         
7283         Make print dialog non-modal. Fix for the bug #325622.
7284
7285 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7286
7287         * shell/ev-metadata-manager.c:
7288         * shell/ev-utils.c: (using_pdf_printer),
7289         (using_postscript_printer), (load_print_config_from_file),
7290         (save_print_config_to_file):
7291         * shell/ev-utils.h:
7292         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7293         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7294         (setup_view_from_metadata), (ev_window_setup_document),
7295         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7296         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7297         (ev_window_run_presentation), (ev_window_stop_presentation),
7298         (save_sizing_mode), (ev_window_zoom_changed_cb),
7299         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7300         (ev_window_dual_mode_changed_cb),
7301         (ev_window_sidebar_current_page_changed_cb),
7302         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7303         (window_state_event_cb), (window_configure_event_cb),
7304         (ev_window_init):
7305         
7306         Setting saving behaviour fixes.
7307
7308 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7309
7310         * configure.ac:
7311         
7312         Make antialiasing gs options better and allow
7313         to change them during configure. Fix for the 
7314         bug #319049.
7315
7316 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7317
7318         * shell/ev-window.c: (setup_view_from_metadata):
7319         
7320         Remember if last window was maximized. Fix for the
7321         bug #323797.
7322
7323 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7324
7325         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7326
7327 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7328
7329         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7330         * shell/ev-page-action.c: (build_new_tree_cb):
7331         * shell/ev-sidebar-links.c: (links_page_num_func),
7332         (update_page_callback_foreach), (update_page_callback):
7333         * shell/ev-view.c: (scroll_to_current_page):
7334         
7335         Fix for the bug #325067 with more intelligent selection
7336         of current link in sidebar. Make sidebar handle links
7337         of FITR-like type more correctly.
7338
7339         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7340         (dvi_pixbuf_put_pixel):
7341         
7342         Fix memory consumtion with disabled alpha channel.
7343
7344 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7345
7346         * data/evince-ui.xml:
7347         * shell/ev-window.c: (view_menu_popup_cb),
7348         (ev_popup_cmd_open_link), (ev_window_init):
7349         
7350         Update context menu for internal links. Fix for the bug
7351         #325066.
7352
7353 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7354
7355         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7356         
7357         Bind context menu to keyboard also. Fix for the bug
7358         #325065.
7359
7360 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7361
7362         * shell/ev-view.c: (selection_scroll_timeout_cb):
7363         
7364         Horizontal scroll on selection also.
7365
7366 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7367
7368         * shell/ev-metadata-manager.c: (parse_value):
7369         * shell/ev-view.c: (goto_xyz_link):
7370         
7371         Correct zoom setup and metadata save broken in 
7372         some locales.
7373
7374 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7375
7376         * shell/ev-view-private.h:
7377         * shell/ev-view.c: (scroll_to_current_page),
7378         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7379         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7380         (page_changed_cb), (ev_view_set_continuous),
7381         (ev_view_set_dual_page), (ev_view_set_presentation):
7382         
7383         Delay scroll until allocation to correctly position page. Fix
7384         for the bug #317334.
7385
7386 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7387
7388         * NEWS:
7389         * configure.ac:
7390         
7391         Update NEWS and require poppler 0.5.0.
7392
7393 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7394         
7395         * data/evince-ui.xml:
7396         * shell/ev-view-private.h:
7397         * shell/ev-view.c: (ev_view_get_link_at_location),
7398         (handle_link_over_xy), (ev_view_button_press_event),
7399         (ev_view_button_release_event), (ev_view_class_init):
7400         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7401         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7402         (ev_window_init):
7403         
7404         Implement right-click context menu.
7405
7406 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7407
7408         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7409         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7410         (mdvi_pixbuf_device_render):
7411         * pdf/ev-poppler.cc:
7412
7413         Don't generate thumbnails with alpha. See bug #324077.
7414         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7415
7416 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7417
7418         * shell/ev-window.c: (setup_chrome_from_metadata):
7419         
7420         Fix typo that was hiding toolbar.
7421
7422 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7423
7424         * shell/ev-view-private.h:
7425         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7426         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7427         (ev_view_button_release_event), (ev_view_destroy):
7428         
7429         Small cleanup and autoscrolling during selection. Thanks to 
7430         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7431
7432 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7433
7434         * configure.ac:
7435         
7436         Correctly check for comics option.
7437
7438 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7439         * Makefile.am:
7440         * configure.ac:
7441         * backend/Makefile.am:
7442         * backend/ev-document-factory.c:
7443         * shell/ev-document-types.c:
7444
7445         Included option in configure to make ps backend 
7446         compilation optional with --disable-ps.
7447
7448 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7449
7450         * backend/ev-document-factory.c:
7451         * comics/Makefile.am:
7452         * comics/comics-document.c: (comics_document_load):
7453         * comics/ev-cbr-mime.xml:
7454         * configure.ac:
7455         
7456         Comics mime types are added to shared-mime-info CVS. Now
7457         we don't need to install our own mime types.
7458
7459 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7460
7461         * shell/ev-window.c:
7462         
7463         Add shortcut for "save a copy" menu entry. Fix for
7464         the bug #324582.
7465
7466 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7467
7468         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7469         (job_finished_cb), (new_selection_pixbuf_needed),
7470         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7471         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7472         
7473         Rework selection job info logic and fix critical warning.
7474
7475 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7476
7477         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7478
7479 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7480
7481         * data/evince-ui.xml:
7482         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7483         
7484         Enter as shortcut key for next page. Fix for the bug
7485         #321394.
7486
7487 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7488
7489         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7490
7491 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7492
7493         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7494         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7495         (new_selection_pixbuf_needed),
7496         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7497         (clear_job_selection):
7498         
7499         Too early for 0.5. Pixbuf cache code cleaned a bit.
7500
7501 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7502
7503         * NEWS:
7504         * configure.ac:
7505         
7506         Release 0.5.0 preparation
7507
7508 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7509
7510         * comics/Makefile.am:
7511         * configure.ac:
7512         * shell/ev-document-types.c: (ev_document_types_add_filters):
7513         
7514         More advanced handling of custom mime type installation.
7515
7516 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7517
7518         * data/evince.schemas.in:
7519         * shell/ev-metadata-manager.c: (value_free),
7520         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7521         (ev_metadata_manager_get), (ev_metadata_manager_set):
7522         * shell/ev-metadata-manager.h:
7523         * shell/ev-window.c: (update_chrome_flag),
7524         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7525         (setup_document_from_metadata), (setup_chrome_from_metadata),
7526         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7527         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7528         (ev_window_view_toolbar_cb),
7529         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7530         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7531         
7532         Save last document settings and reuse them for new documents.
7533
7534 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7535
7536         * Makefile.am:
7537         * backend/Makefile.am:
7538         * backend/ev-document-factory.c:
7539         * backend/ev-document-factory.h:
7540         * comics/Makefile.am:
7541         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7542         (comics_document_load), (comics_document_save),
7543         (comics_document_get_n_pages), (comics_document_get_page_size),
7544         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7545         (comics_document_class_init), (comics_document_can_get_text),
7546         (comics_document_get_info), (comics_document_document_iface_init),
7547         (comics_document_init), (get_supported_image_extensions),
7548         (comics_document_thumbnails_get_geometry),
7549         (comics_document_thumbnails_get_thumbnail),
7550         (comics_document_thumbnails_get_dimensions),
7551         (comics_document_document_thumbnails_iface_init), (extract_argv):
7552         * comics/comics-document.h:
7553         * comics/ev-cbr-mime.xml:
7554         * configure.ac:
7555         * po/POTFILES.in:
7556         * shell/ev-application.c: (ev_application_register_service):
7557         * shell/ev-document-types.c: (ev_document_types_add_filters):
7558         * thumbnailer/Makefile.am:
7559         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7560         
7561         New CBR/CBZ backend for comic books.
7562
7563 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7564
7565         * shell/main.c: (load_files_remote):
7566
7567         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7568         warning on startup of second instance is fixed. It
7569         is bug #320353.
7570
7571 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7572
7573         * shell/ev-window.c: (ev_window_finalize):
7574         
7575         Fix double free that cause crash.
7576
7577 2005-10-29  Bastien Nocera <hadess@hadess.net>
7578
7579         * tiff/tiff-document.c: (tiff_document_load):
7580         
7581         Fix memory leak.
7582
7583 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7584
7585         * po/POTFILES.in:
7586         * shell/Makefile.am:
7587         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7588         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7589         (ev_view_accessible_get_text),
7590         (ev_view_accessible_get_character_at_offset),
7591         (ev_view_accessible_get_text_before_offset),
7592         (ev_view_accessible_get_text_at_offset),
7593         (ev_view_accessible_get_text_after_offset),
7594         (ev_view_accessible_get_character_count),
7595         (ev_view_accessible_get_caret_offset),
7596         (ev_view_accessible_set_caret_offset),
7597         (ev_view_accessible_get_run_attributes),
7598         (ev_view_accessible_get_default_attributes),
7599         (ev_view_accessible_get_character_extents),
7600         (ev_view_accessible_get_offset_at_point),
7601         (ev_view_accessible_get_n_selections),
7602         (ev_view_accessible_get_selection),
7603         (ev_view_accessible_add_selection),
7604         (ev_view_accessible_remove_selection),
7605         (ev_view_accessible_set_selection),
7606         (ev_view_accessible_text_iface_init),
7607         (ev_view_accessible_idle_do_action),
7608         (ev_view_accessible_action_do_action),
7609         (ev_view_accessible_action_get_n_actions),
7610         (ev_view_accessible_action_get_description),
7611         (ev_view_accessible_action_get_name),
7612         (ev_view_accessible_action_set_description),
7613         (ev_view_accessible_action_iface_init),
7614         (ev_view_accessible_get_type), (ev_view_accessible_new),
7615         (ev_view_accessible_factory_get_accessible_type),
7616         (ev_view_accessible_factory_create_accessible),
7617         (ev_view_accessible_factory_class_init),
7618         (ev_view_accessible_factory_get_type):
7619         * shell/ev-view-accessible.h:
7620         * shell/ev-view-private.h:
7621         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7622         * shell/ev-view.h:
7623         
7624         Initial accessibility support.
7625
7626 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7627
7628         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7629
7630 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7631
7632         * shell/ev-print-job.c: (idle_print_handler):
7633         
7634         Fix for bug Bug 318916: Printing multiple pages.
7635
7636 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7637
7638         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7639
7640 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7641
7642         * pdf/ev-poppler.cc:
7643         
7644         Thumnail dimensions unified with other backends.
7645         
7646         * shell/ev-window-title.c: (ev_window_title_update):
7647         
7648         Fix warning.
7649
7650 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7651
7652         * data/ev-stock-zoom-fit-width.png:
7653         
7654         Remove unused file.
7655
7656 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7657
7658         * configure.ac:
7659         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7660         (djvu_document_finalize):
7661         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7662         (dvi_document_finalize):
7663         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7664         (pixbuf_document_save), (pixbuf_document_finalize):
7665         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7666         (tiff_document_finalize):
7667         
7668         Save a copy implemented for various backends.
7669
7670 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7671
7672         * configure.ac:
7673         
7674         Don't link with ltiff if tiff is disabled.
7675
7676 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7677
7678         * pdf/GDKSplashOutputDev.cc:
7679         * pdf/GDKSplashOutputDev.h:
7680         * pdf/Thumb.cc:
7681         * pdf/Thumb.h:
7682         * pdf/pdf-document.cc:
7683         * pdf/pdf-document.h:
7684         * pdf/test-gdk-output-dev.cc:
7685         
7686         Remove old unused files.
7687
7688 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7689
7690         * shell/ev-window.c: (ev_window_setup_document):
7691         
7692         Fixed warnings on reload and probably crash reason.
7693
7694 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7695
7696         * properties/ev-properties-view.c:
7697         (ev_properties_view_format_date):
7698         
7699         Check if date is invalid. Fix for bug 318134.
7700
7701 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7702
7703         * shell/ev-window-title.c:
7704         
7705         Add .indd files (Adobe Indesign) to the list of "bad
7706         extensions".
7707
7708 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7709
7710         * data/evince-ui.xml:
7711         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7712         
7713         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7714
7715 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7716
7717         * shell/ev-window.c: (launch_link), (launch_external_uri),
7718         (view_external_link_cb):
7719
7720         URL-escape link before passing it to gnome_vfs_url_show.
7721
7722 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7723
7724         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7725         there isn't text selected.
7726
7727 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7728
7729         * shell/ev-view.c: (handle_link_over_xy):
7730
7731         Check tooltip is valid utf8 before showing it
7732
7733 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7734
7735         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7736
7737 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7738
7739         * shell/ev-window-title.c: (ev_window_title_update):
7740
7741         Guard against using g_strstrip on NULL. Fixes bug #317291.
7742
7743 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7744
7745         * pdf/ev-poppler.cc:
7746
7747         Show title even for unknown links
7748
7749 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7750
7751         * shell/ev-window-title.c: (ev_window_title_update):
7752
7753         Strip the title string
7754
7755 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7756
7757         * shell/ev-window-title.c:
7758
7759         Add .rtf to the bad extensions list
7760
7761 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7762
7763         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7764         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7765
7766         Ignore link coordinates if they are outside page bounds
7767
7768 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7769
7770         * backend/ev-link.c: (ev_link_type_get_type),
7771         (ev_link_get_filename), (ev_link_get_params),
7772         (ev_link_get_property), (ev_link_set_property),
7773         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7774         * backend/ev-link.h:
7775         * pdf/ev-poppler.cc:
7776         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7777         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7778         (ev_window_init):
7779
7780         Implement launch links. Delegate external link opening to
7781         the window.
7782
7783 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7784
7785         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7786         (ev_link_get_right), (ev_link_get_property),
7787         (ev_link_set_property), (ev_link_class_init),
7788         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7789         * backend/ev-link.h:
7790         * pdf/ev-poppler.cc:
7791         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7792
7793         Implement fitr links
7794
7795 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7796
7797         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7798         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7799         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7800         (ev_view_size_request_continuous),
7801         (ev_view_size_request_dual_page),
7802         (ev_view_size_request_single_page), (ev_view_size_allocate),
7803         (ev_view_zoom_for_size_continuous_and_dual_page),
7804         (ev_view_zoom_for_size_continuous),
7805         (ev_view_zoom_for_size_dual_page),
7806         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7807         (ev_sizing_mode_get_type):
7808         * shell/ev-view.h:
7809         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7810
7811         Do not use modes for link, we need to calculate size ad hoc.
7812         Still not perfect because of the usual scrollbar issues grrr.
7813
7814 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7815
7816         * backend/ev-link.c: (ev_link_type_get_type),
7817         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7818         * backend/ev-link.h:
7819         * pdf/ev-poppler.cc:
7820         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7821         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7822         (ev_view_size_request_continuous),
7823         (ev_view_size_request_dual_page),
7824         (ev_view_size_request_single_page), (ev_view_size_allocate),
7825         (zoom_for_size_fit_height),
7826         (ev_view_zoom_for_size_continuous_and_dual_page),
7827         (ev_view_zoom_for_size_continuous),
7828         (ev_view_zoom_for_size_dual_page),
7829         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7830         (ev_sizing_mode_get_type):
7831         * shell/ev-view.h:
7832         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7833
7834         Implement FIT_HEIGHT mode (only for links).
7835         Implement FITH links
7836
7837 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7838
7839         * shell/ev-window-title.c: (get_filename_from_uri),
7840         (ev_window_title_sanitize_extension), (ev_window_title_update),
7841         (ev_window_title_set_document), (ev_window_title_set_uri),
7842         (ev_window_title_free):
7843         * shell/ev-window-title.h:
7844         * shell/ev-window.c: (ev_window_setup_document),
7845         (ev_window_popup_password_dialog):
7846
7847         Refactor window title building while fixing it for
7848         password documents.
7849
7850 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7851
7852         * pdf/ev-poppler.cc:
7853
7854         Escape link title before setting it in the model
7855
7856 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7857
7858         * shell/ev-application.c: (removed_from_session), (save_session),
7859         (init_session), (ev_application_get_empty_window),
7860         (ev_application_init), (ev_application_get_windows):
7861         * shell/ev-application.h:
7862         * shell/ev-window.c: (ev_window_finalize):
7863
7864         Add a function to retrieve window list and share it where
7865         necessary.
7866         Implement session handling, works pretty well thanks to the
7867         metadata system.
7868
7869 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7870
7871         * shell/ev-password.c: (ev_password_item_created_callback),
7872         (ev_password_dialog_save_password):
7873         
7874         Fix for bug 316972. Use async gnome-keyring API.
7875
7876 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7877
7878         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7879         Remove unused unrealize handler. Add scroll handling to
7880         ev_view_scroll_event for presentation mode (bug #316708),
7881         and fix the event state checks there.
7882
7883 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7884
7885         * shell/ev-page-action.c: (page_changed_cb):
7886
7887         "marco, maybe we should be crazy and jump right to 6! :)"
7888
7889         Bryan Clark, Sep 2005
7890
7891 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7892
7893         * ps/ps-document.c: (save_document), (ps_document_save),
7894         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7895         (ps_document_ps_export_end):
7896
7897         Fix unstructured documents save and print
7898
7899 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7900
7901         * shell/ev-application.c: (ev_application_open_uri):
7902
7903         Fix window size persistance
7904
7905 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7906
7907         * shell/ev-view.c: (ev_view_button_release_event):
7908
7909         Based on a patch from carlosgc@gnome.org. Mouse buttons
7910         switch pages in presentation mode.
7911
7912 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7913
7914         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7915
7916         Dont cast to int before scaling
7917
7918 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7919
7920         * backend/ev-link.c: (ev_link_type_get_type),
7921         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7922         (ev_link_new_page_fith):
7923         * backend/ev-link.h:
7924         * pdf/ev-poppler.cc:
7925         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7926
7927         Implement FIT and FITH links
7928
7929 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7930
7931         * pdf/ev-poppler.cc:
7932
7933         Return 0 results when search is not in progress.
7934
7935         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7936         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7937
7938         Update menu sensitivity when cancelling search
7939
7940 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7941
7942         * shell/ev-view.c: (ev_view_can_find_next):
7943
7944         Take all pages in consideration, not just current one
7945
7946 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7947
7948         * shell/ev-page-cache.c:
7949         * shell/ev-page-cache.h:
7950         * shell/ev-view.c: (ev_view_binding_activated),
7951         (ev_view_next_page), (ev_view_previous_page),
7952         (ev_sizing_mode_get_type):
7953         * shell/ev-view.h:
7954         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7955         (ev_window_cmd_go_next_page):
7956
7957         Move page next/previous functions from page chace to
7958         view and change it to move by 2 page steps in dual mode.
7959
7960 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7961
7962         * shell/ev-window.c: (update_sidebar_visibility),
7963         (setup_sidebar_from_metadata), (ev_window_setup_document),
7964         (setup_view_from_metadata):
7965
7966         Show the index by default when there is one     
7967
7968 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7969
7970         * shell/ev-window-title.c: (ev_window_title_set_document):
7971
7972         Missing null check
7973
7974 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7975
7976         * shell/ev-view.c: (view_update_range_and_current_page):
7977         
7978         Allow display of last odd page in dual view. Fix for 316347.
7979
7980 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7981
7982         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7983         
7984         Make close button default. Fix for 316383.
7985
7986 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7987
7988         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7989         
7990         Mark close button as default. Fix for 316381.
7991
7992 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7993
7994         * backend/ev-link.c: (ev_link_class_init):
7995
7996         Allow negative doubles in left/top properties
7997
7998 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7999
8000         * shell/ev-window.c:
8001
8002         Remove a bunch of strings that was used only
8003         by the statusbar.
8004
8005 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8006
8007         * shell/ev-window-title.c: (get_filename_from_uri),
8008         (ev_window_title_set_document):
8009
8010         When title has a confusing extension, show also
8011         the document filename inside ()
8012
8013 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8014
8015         * shell/Makefile.am:
8016         * shell/ev-window-title.c: (ev_window_title_new),
8017         (ev_window_title_update), (ev_window_title_set_type),
8018         (ev_window_title_set_document), (ev_window_title_free):
8019         * shell/ev-window-title.h:
8020         * shell/ev-window.c: (ev_window_setup_document),
8021         (password_dialog_response), (ev_window_popup_password_dialog),
8022         (ev_window_dispose), (ev_window_init):
8023
8024         Factor out and cleanup window title code
8025
8026 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8027
8028         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8029         (unable_to_load):
8030
8031         Make dialog transient so it doesnt block other windows
8032
8033 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8034
8035         * pdf/ev-poppler.cc:
8036         
8037         Fix pdf thumbnails rendering.
8038
8039 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8040
8041         * shell/ev-window.c: (fullscreen_set_timeout):
8042         
8043         Increase timeout to hide full screen popup. Bug 
8044         316123. 
8045
8046 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8047
8048         * data/evince.schemas.in:
8049         * shell/ev-window.c: (update_action_sensitivity):
8050
8051         Allow the user to override document restrictions. Fix for bug
8052         305818.
8053
8054 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8055
8056         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8057         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8058         (ev_window_class_init): Fix multihead behaviour of fullscreen
8059         toolbar popup. Fixes bug #315451.
8060
8061 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8062
8063         * configure.ac:
8064         * data/evince-password.glade:
8065         * shell/ev-password.c: (ev_password_dialog_set_property),
8066         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8067         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8068         (ev_password_dialog_entry_changed_cb),
8069         (ev_password_dialog_entry_activated_cb),
8070         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8071         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8072         (ev_password_dialog_set_bad_pass):
8073         * shell/ev-password.h:
8074         * shell/ev-window.c: (password_dialog_response),
8075         (ev_window_popup_password_dialog):
8076         
8077         Support for gnome-keyring for encrypted PDF's.
8078
8079 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8080
8081         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8082         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8083         (ev_view_enter_notify_event), (ev_view_class_init):
8084         
8085         More precise handling of enter_notify/leave_notify events
8086         in EvView. Fix for bug 315470.
8087
8088 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8089
8090         * shell/ev-window.c: (fullscreen_timeout_cb),
8091         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8092         (ev_window_dispose):
8093
8094         leak fix: unref fullscreen_timeout_source before clearing it
8095
8096 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8097
8098         * configure.ac, dvi/mdvi/Makefile.am: 
8099         
8100         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8101
8102 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8103
8104         * backend/ev-link.c: (ev_link_new_page_xyz):
8105         * pdf/ev-poppler.cc:
8106         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8107
8108         Fix some bugs with xyz links, respect zoom
8109
8110 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8111
8112         * shell/ev-window.c: (page_changed_cb),
8113         (setup_document_from_metadata), (update_sidebar_visibility),
8114         (setup_view_from_metadata), (ev_window_run_fullscreen),
8115         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8116         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8117         (ev_window_dual_mode_changed_cb),
8118         (ev_window_sidebar_current_page_changed_cb):
8119
8120         null check uri before setting and getting metadata
8121
8122 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8123
8124         * dvi/Makefile.am:
8125         * properties/Makefile.am:
8126         * shell/Makefile.am:
8127         * thumbnailer/Makefile.am:
8128
8129         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8130
8131 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8132
8133         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8134         (selection_changed_callback):
8135         * shell/ev-sidebar-links.h:
8136
8137         Add a signal for link activation.
8138
8139         * shell/ev-view.c: (ev_view_goto_link),
8140         (ev_view_button_release_event):
8141         * shell/ev-view.h:
8142         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8143         (ev_window_init):
8144
8145         Implement the signal so that we can handle all link types.
8146
8147         * shell/ev-page-cache.c:
8148
8149         Remove unused set_link function
8150
8151 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8152
8153         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8154
8155         Add some space from the cursor, hardcoded but I couldnt
8156         find a better way.
8157
8158 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8159
8160         * lib/ev-tooltip.c:
8161
8162         Use mozilla style vs gtk style, way better for links.
8163
8164         * shell/ev-view.c: (ev_view_motion_notify_event),
8165         (ev_view_destroy), (ev_view_init):
8166
8167         Deactive tooltip when the link hovered is changed.
8168
8169 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8170
8171         * backend/ev-document.h:
8172         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8173         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8174         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8175         (ev_link_new_page), (ev_link_new_page_xyz):
8176         * backend/ev-link.h:
8177         * pdf/ev-poppler.cc:
8178         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8179         (go_to_link), (tip_from_link):
8180
8181         Implement xyz links, still not functional. Links are a total
8182         mess, will need to refactor and bugfix a lot :(
8183
8184 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8185
8186         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8187
8188 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8189
8190         * data/evince-ui.xml:
8191         * data/evince.schemas.in:
8192         * shell/Makefile.am:
8193         * shell/ev-window.c: (update_chrome_visibility),
8194         (password_dialog_response), (ev_window_load_job_cb),
8195         (ev_window_xfer_job_cb), (ev_window_open_uri),
8196         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8197         (ev_window_init):
8198
8199         Remove the statusbar. This regress loading feedback, need to
8200         check with Bryan what we want to do there...
8201
8202 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8203
8204         * lib/ev-tooltip.c: (ev_tooltip_init):
8205
8206         Fix tooltip border and size handling
8207
8208 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8209
8210         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8211         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8212         (ev_tooltip_timeout), (ev_tooltip_activate),
8213         (ev_tooltip_deactivate):
8214         * lib/ev-tooltip.h:
8215         * shell/ev-view.c: (ev_view_motion_notify_event):
8216
8217         Delay popup showing. Mirror gtk logic/times.
8218
8219 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8220
8221         * lib/Makefile.am:
8222         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8223         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8224         (ev_tooltip_set_text), (ev_tooltip_set_position):
8225         * lib/ev-tooltip.h:
8226
8227         Simple widget to show tooltips at a custom position
8228
8229         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8230         (ev_view_destroy):
8231
8232         Use it for links. First go, needs work
8233
8234 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8235
8236         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8237         HIG fixes.  Use title capitalization for window title. Use 12 
8238         pixels of space between the dialog's vbox and action area.
8239
8240 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8241
8242         * shell/ev-window.c: (file_open_dialog_response_cb),
8243         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8244         (ev_window_cmd_save_as):
8245
8246         Make file pickers not modal and refactor code some
8247
8248 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8249
8250         * shell/ev-sidebar.h:
8251         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8252         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8253         (ev_sidebar_class_init), (ev_sidebar_select_page),
8254         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8255         (ev_sidebar_set_page):
8256
8257         Add a current page property and allow to get/set it
8258
8259         * shell/ev-window.c: (setup_view_from_metadata),
8260         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8261
8262         Persist current sidebar page per document
8263
8264 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8265
8266         * data/evince.schemas.in:
8267         * shell/ev-window.c: (update_chrome_visibility),
8268         (setup_document_from_metadata), (update_sidebar_visibility),
8269         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8270         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8271         (ev_window_run_presentation), (ev_window_stop_presentation),
8272         (ev_window_view_sidebar_cb),
8273         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8274         (load_chrome), (ev_window_init):
8275
8276         Persist size/visibility of sidebar per document
8277
8278 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8279
8280         * shell/ev-view.c (draw_loading_text): Draw loading text.
8281
8282 2005-09-02  Dan Damian  <dand@gnome.ro>
8283
8284         * configure.in: Added "ro" to ALL_LINGUAS.
8285
8286 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8287
8288         * shell/ev-view.c: (clear_caches):
8289
8290         ev_page_cache_get doesnt return a reference,
8291         dont try to unref it.
8292
8293 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8294
8295         * shell/main.c: (load_files_remote):
8296
8297         Fix timestamp parameter with dbus <= 0.33
8298
8299 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8300
8301         * data/evince.schemas.in:
8302
8303         Add missing full stop
8304
8305 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8306
8307         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8308         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8309
8310         Plug some memory leaks
8311
8312 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8313
8314         * configure.ac:
8315         * lib/ev-debug.c: (trap_handler):
8316
8317         Check for execinfo.h and use it only if it exists.
8318         Ported from Epiphany (bug #314776).
8319
8320 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8321
8322         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8323
8324 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8325
8326         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8327         * po/id.po      : Added Indonesian translation
8328
8329 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8330
8331         * shell/main.c:
8332         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8333         * NEWS: Release 0.4.0
8334
8335 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8336
8337         * configure.ac: catch another gtk+-2.8ism
8338         * shell/main.c: Make work with gtk+-2.6
8339
8340 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8341
8342         * shell/ev-application-service.xml: Add 'timestamp' argument to
8343           ev_application_open_window and ev_application_open_uri methods.
8344
8345         * shell/ev-application.h: Add 'timestamp' argument to
8346           ev_application_open_window, ev_application_open_uri,
8347           and ev_application_open_uri_list functions.
8348
8349         * shell/ev-application.c (ev_application_open_window,
8350           ev_application_open_uri, ev_application_open_uri_list): Change
8351           functions that show/present windows to use a timestamp if one
8352           is passed in.
8353
8354         * shell/ev-window.c (ev_window_cmd_file_open,
8355           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8356         * shell/main.c (load_files): Modify calls to ev_application to
8357           include GDK_CURRENT_TIME as timestamp.
8358
8359         * shell/main.c (load_files_remote): Obtain timestamp for client
8360           instance from GDK and pass to server instance so new windows are
8361           focused properly.  Fix dbus_g_proxy_call() calls by including second
8362           G_TYPE_INVALID.
8363           
8364         Closes bug #314475.
8365
8366 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8367
8368         * shell/ev-window.c (ev_window_finalize): Check for
8369         avail. EvWindows when quiting to handle the finalize better,
8370         #314497
8371
8372 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8373         
8374         * properties/ev-properties-view.c: 
8375         
8376         Set textdomain to libglade. Fixes translation problem in property page.
8377
8378 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8379
8380         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8381         * dvi/Makefile.am:
8382         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8383         * dvi/mdvi-lib/Makefile.am:
8384         
8385         Fix rotation of thumbnails, ported to new API. Moved library
8386         dependencies earlier, probably it will fix linkage problem.
8387
8388 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8389
8390         * backend/ev-document-misc.c:
8391         (ev_document_misc_get_thumbnail_frame):
8392         * backend/ev-document-misc.h:
8393         * configure.ac:
8394         * pdf/ev-poppler.cc:
8395         * shell/Makefile.am:
8396         * shell/ev-sidebar-thumbnails.c: (add_range),
8397         (ev_sidebar_thumbnails_set_loading_icon),
8398         (ev_sidebar_thumbnails_refresh),
8399         (ev_sidebar_thumbnails_set_document):
8400         * shell/ev-sidebar-thumbnails.h:
8401         * shell/ev-view.c: (ev_view_motion_notify_event),
8402         (ev_view_set_property), (ev_view_get_property),
8403         (ev_view_class_init), (ev_view_set_rotation):
8404         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8405         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8406         (ev_window_init):
8407         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8408         Redo rotation (again).  prepare for 0.4.0
8409
8410 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8411
8412         * configure.ac: Bump poppler requirement to 0.4.1.
8413
8414         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8415         argument to poppler_page_render_selection() call.
8416
8417 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8418
8419         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8420         (djvu_document_thumbnails_get_thumbnail):
8421         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8422         (dvi_document_thumbnails_get_thumbnail):
8423         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8424         (pixbuf_document_thumbnails_get_thumbnail):
8425         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8426         
8427         Update rotation direction of backends to fit with pdf and ps.
8428
8429 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8430
8431         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8432         * backend/ev-async-renderer.h:
8433         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8434         (setup_page), (ps_document_get_page_size),
8435         (ps_async_renderer_render_pixbuf):
8436         * ps/ps-document.h:
8437         * shell/ev-jobs.c: (ev_job_render_run):
8438
8439         Fix orientation in the postscript document
8440
8441 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8442
8443         * pdf/ev-poppler.cc:
8444         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8445         * shell/ev-view.c: (highlight_find_results):
8446
8447         Adapt to the new poppler rotation API. Fix text maps on landscape
8448         documents.
8449
8450 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8451
8452         * shell/ev-view.c (compute_new_selection_text): get the correct
8453         region when selecting in modes other than continuous.
8454
8455 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8456
8457         * shell/main.c (main): remove redundant g_warnings.
8458
8459 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8460
8461         * shell/Makefile.am: Don't include autogenerated
8462         file ev-application-service.h into distribution, since
8463         it causes dbus crash. Fix for bugs 313724 and 313443. 
8464
8465 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8466
8467         * configure.ac: Fix sed expression for FreeBSD. Thanks
8468         to Joe Marcus Clark <marcus@freebsd.org>
8469         
8470         * shell/eggfindbar.c: (entry_activate_callback),
8471         (entry_changed_callback), (egg_find_bar_init),
8472         (egg_find_bar_set_search_string):
8473         
8474         Made findbar buttons unsensitive if there is no text in
8475         entry. Fix for the bug 313285.
8476
8477 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8478
8479         * ps/ps-document.c: Use g_filename_display_name for displaying
8480         filenames and revert string freeze breackage
8481
8482 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8483
8484         * NEWS:
8485         * configure.ac:
8486
8487         Update for 0.3.4
8488
8489         * shell/Makefile.am:
8490
8491         Add ev-application-service.xml to extra dist
8492
8493         * shell/ev-view.c: (find_page_at_location):
8494
8495         Remove unused function (fix warning)
8496
8497 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8498
8499         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8500         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8501         
8502         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8503         bug 313623.
8504
8505 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8506
8507         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8508         * shell/ev-window.c:
8509         Fix build warnings
8510
8511 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8512
8513         * configure.ac: Update script to get dbus version.
8514         Fix for the bug #313443.
8515
8516 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8517
8518         * shell/ev-window.c: (ev_window_cmd_escape):
8519         
8520         Return focus back to view on escape. Fix for bug 313295.
8521
8522 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8523
8524         * shell/ev-window.c: (update_window_title),
8525         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8526         (ev_window_cmd_save_as):
8527         
8528         Correct conversion from uri to displayable string. Fix for
8529         bug 313296.
8530
8531 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8532
8533         * ps/ps-document.c: convert filename to utf8 when there is an error
8534         loading document. Fixes #309915
8535
8536 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8537
8538         * configure.ac:
8539
8540         We depend on poppler 0.4.0
8541
8542 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8543
8544         * configure.ac:
8545         * NEWS: Release 0.3.3.
8546         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8547
8548 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8549
8550         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8551         add a couple missing mnemonics to menu items, use title 
8552         capitalization for menu items and window titles, and add 
8553         ellipsis to open menu item.     
8554
8555 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8556
8557         * pdf/ev-poppler.cc:
8558         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8559         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8560         (ev_view_get_rotation):
8561         * shell/ev-view.h:
8562         * shell/ev-window.c: (setup_view_from_metadata),
8563         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8564         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8565         disk.
8566
8567 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8568
8569         * configure.ac: Added tr to ALL_LINGUAS
8570
8571 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8572
8573         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8574         requires several clicks to find word. Thanks to 
8575         Colin Slater <kiltedtaco@gmail.com>.
8576
8577 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8578
8579         * data/evince.desktop.in.in: Hide menu entry and
8580         rename it to "Document Viewer". Fix for bug 
8581         #312399.
8582
8583 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8584
8585         * shell/ev-page-action.c (ev_page_action_class_init): 
8586
8587         Point to the correct function in constructor of the
8588         activate_label signal
8589
8590 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8591
8592         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8593         * shell/ev-jobs.h: Make thread safe.
8594
8595 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8596
8597         * shell/ev-view.c: (view_update_range_and_current_page):
8598         Don't update page range if we are scrolling to some document
8599         point.
8600
8601 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8602
8603         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8604         when getting max_page_width, fix drawing in dual mode.
8605
8606 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8607
8608         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8609         getting the area for select_all.
8610
8611 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8612
8613         * backend/ev-selection.c: (ev_selection_render_selection):
8614         * backend/ev-selection.h:
8615         * pdf/ev-poppler.cc:
8616         * shell/ev-jobs.c: (ev_job_render_new):
8617         * shell/ev-jobs.h:
8618         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8619         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8620         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8621         (ev_view_class_init):
8622
8623         Change selection color on focus in and focus out events.  Also,
8624         poppler now uses GdkColor for specifying the selection colors, so
8625         drop some awkward conversion code.
8626
8627 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8628
8629         * configure.ac: Added Hebrew translation
8630
8631 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8632
8633         * NOTES:
8634         * backend/ev-selection.c: (ev_selection_render_selection):
8635         * backend/ev-selection.h:
8636         * pdf/ev-poppler.cc:
8637         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8638         (ev_job_render_run):
8639         * shell/ev-jobs.h:
8640         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8641         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8642         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8643         (ev_pixbuf_cache_style_changed),
8644         (ev_pixbuf_cache_get_selection_pixbuf),
8645         (ev_pixbuf_cache_set_selection_list),
8646         (ev_pixbuf_cache_get_selection_list):
8647         * shell/ev-pixbuf-cache.h:
8648         * shell/ev-utils.c: (ev_print_region_contents):
8649         * shell/ev-utils.h:
8650         * shell/ev-view.c: (ev_view_queue_draw_page),
8651         (selection_update_idle_cb), (ev_view_motion_notify_event),
8652         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8653         (setup_caches), (ev_view_find_next), (merge_selection_region),
8654         (selection_free):
8655         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8656
8657         Clean up selection to be much smoother!
8658
8659 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8660
8661         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8662         to poppler_page_render_selection().
8663
8664 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8665
8666         * ps/ps-document.c: (save_page_list): Use
8667         unzipped document when printing. Thanks to 
8668         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8669         311016.
8670
8671 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8672
8673         * shell/ev-window.c: (update_action_sensitivity):
8674         
8675         Disable print and save respect to lockdown gconf keys. Fix
8676         for 312342.
8677
8678 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8679
8680         * configure.ac:
8681         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8682         (write_to_temp_file), (ev_file_set_contents):
8683         * shell/ev-utils.h:
8684         * shell/ev-window.c: (save_print_config_to_file):
8685         
8686         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8687         Fix for bug 312238
8688
8689 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8690
8691         * shell/ev-window.c: (load_print_config_from_file),
8692         (save_print_config_to_file), (ev_window_print_range):
8693
8694         Persist the print settings. Fixes bug #311578.
8695
8696 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8697
8698         * djvu/djvu-document.c: (djvu_document_get_page_size),
8699         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8700         (djvu_document_thumbnails_get_thumbnail):
8701         * dvi/dvi-document.c: (dvi_document_get_page_size),
8702         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8703         (dvi_document_thumbnails_get_dimensions),
8704         (dvi_document_thumbnails_get_thumbnail):
8705         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8706         (pixbuf_document_render_pixbuf),
8707         (pixbuf_document_document_iface_init),
8708         (pixbuf_document_thumbnails_get_thumbnail):
8709         
8710         Update backends to make them build with new rotation system.
8711
8712 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8713
8714         * help/C/figures/evince_start_window.png:
8715         
8716         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8717
8718 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8719
8720         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8721         * shell/ev-pixbuf-cache.h:
8722         * shell/ev-sidebar-thumbnails.c:
8723         (ev_sidebar_thumbnails_get_property), (add_range),
8724         (adjustment_changed_cb):
8725         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8726         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8727         we were thumbnailing the entire docment on startup, slowing us
8728         down hugely. 
8729
8730 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8731
8732         * shell/ev-page-cache.c: (ev_page_cache_new):
8733         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8734         == 0, fixes #310306.
8735
8736 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8737
8738         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8739         (ev_view_rotate_left):
8740
8741         Account rotation in doc_rect_to_view_rect.
8742         Ensure rotation doesnt go out of bounds.
8743
8744 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8745
8746         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8747
8748         Correct and cleanup w/h swapping
8749
8750 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8751
8752         * backend/ev-document-thumbnails.c:
8753         (ev_document_thumbnails_get_thumbnail):
8754         * backend/ev-document-thumbnails.h:
8755         * backend/ev-document.c:
8756         * backend/ev-document.h:
8757         * backend/ev-render-context.c: (ev_render_context_new),
8758         (ev_render_context_set_rotation):
8759         * backend/ev-render-context.h:
8760         * pdf/ev-poppler.cc:
8761         * ps/ps-document.c: (ps_document_document_iface_init):
8762         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8763         * shell/ev-jobs.h:
8764         * shell/ev-page-cache.c: (build_height_to_page),
8765         (ev_page_cache_new), (ev_page_cache_get_size),
8766         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8767         (ev_page_cache_get_height_to_page):
8768         * shell/ev-page-cache.h:
8769         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8770         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8771         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8772         (ev_pixbuf_cache_get_selection_pixbuf):
8773         * shell/ev-pixbuf-cache.h:
8774         * shell/ev-print-job.c: (idle_print_handler):
8775         * shell/ev-sidebar-thumbnails.c: (add_range):
8776         * shell/ev-view.c: (view_update_range_and_current_page),
8777         (get_page_y_offset), (get_page_extents),
8778         (ev_view_size_request_continuous_dual_page),
8779         (ev_view_size_request_continuous),
8780         (ev_view_size_request_dual_page),
8781         (ev_view_size_request_single_page), (draw_one_page),
8782         (ev_view_set_rotation), (ev_view_rotate_right),
8783         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8784         (ev_view_zoom_for_size_continuous_and_dual_page),
8785         (ev_view_zoom_for_size_continuous),
8786         (ev_view_zoom_for_size_dual_page),
8787         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8788         (ev_view_select_all):
8789         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8790         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8791         (tiff_document_document_iface_init),
8792         (tiff_document_thumbnails_get_thumbnail):
8793
8794         Use rotation rather than orientation. It's easier and enough
8795         for our needs.
8796
8797 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8798
8799         * shell/ev-page-cache.c: (build_height_to_page),
8800         (ev_page_cache_new), (ev_page_cache_get_size),
8801         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8802         (ev_page_cache_get_height_to_page):
8803         * shell/ev-page-cache.h:
8804         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8805         (ev_view_size_request_continuous_dual_page),
8806         (ev_view_size_request_continuous),
8807         (ev_view_zoom_for_size_continuous_and_dual_page),
8808         (ev_view_zoom_for_size_continuous):
8809
8810         Make the page cache aware of page orientation.
8811
8812 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8813
8814         * backend/ev-document-thumbnails.c:
8815         (ev_document_thumbnails_get_thumbnail):
8816         * backend/ev-document-thumbnails.h:
8817         * backend/ev-document.c:
8818         * backend/ev-document.h:
8819         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8820         * backend/ev-ps-exporter.h:
8821         * pdf/ev-poppler.cc:
8822         * ps/ps-document.c: (ps_document_document_iface_init),
8823         (ps_document_ps_export_do_page):
8824         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8825         * shell/ev-jobs.h:
8826         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8827         (ev_page_cache_get):
8828         * shell/ev-page-cache.h:
8829         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8830         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8831         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8832         * shell/ev-pixbuf-cache.h:
8833         * shell/ev-print-job.c: (idle_print_handler):
8834         * shell/ev-sidebar-thumbnails.c: (add_range):
8835         * shell/ev-view.c: (view_update_range_and_current_page),
8836         (get_page_extents), (ev_view_size_request_dual_page),
8837         (ev_view_size_request_single_page), (draw_one_page),
8838         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8839         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8840         (ev_view_zoom_for_size_dual_page),
8841         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8842         (ev_view_select_all):
8843         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8844         * tiff/tiff-document.c: (tiff_document_get_page_size),
8845         (tiff_document_get_orientation), (rotate_pixbuf),
8846         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8847         (tiff_document_thumbnails_get_thumbnail),
8848         (tiff_document_ps_export_do_page), (tiff_document_init):
8849
8850         Really make use of the orientation bit of the render context.
8851         Use the render context in a few more places in the backend API.
8852         This regress orientation, but now it's done right. Will try to
8853         fix it up asap...
8854
8855 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8856
8857         * shell/ev-view.c: (ensure_rectangle_is_visible):
8858
8859         Patch by Nickolay V. Shmyrev to fix find flickering
8860
8861 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8862
8863         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8864         duplex parameters to ::begin.
8865
8866         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8867         * shell/ev-print-job.c (idle_print_handler): 
8868         * ps/ps-document.c (ps_document_ps_export_begin): 
8869         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8870         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8871         implementations. Poppler backend needs poppler cvs. Rest has
8872         unchanged behavior.
8873
8874 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8875
8876         * shell/ev-window.c (using_pdf_printer): new function.
8877         (ev_window_print_range): print a less techy message if someone
8878         tries to print to PDF.
8879
8880 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8881
8882         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8883         from "unknown font" string. Bug #311431
8884
8885 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8886
8887         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8888
8889 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8890
8891         Bug #311280
8892         
8893         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8894         name for PopplerFontTypes
8895         (pdf_document_fonts_fill_model): add font type to the detail column
8896
8897         * backend/ev-document-fonts.h: added
8898         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8899
8900         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8901         font name and font details, add a little markup.
8902         (ev_properties_fonts_init): use the new cell data func, specify ypad
8903         property for the cell renderer.
8904         (ev_properties_fonts_set_document): add the details column.
8905
8906 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8907
8908         * configure.ac: Added "pl" to ALL_LINGUAS.
8909
8910 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8911
8912         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8913
8914 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8915
8916         * help/ChangeLog: Started this for translations of manual.
8917         * configure.ac, autogen.sh, .cvsignore: Migrated to
8918         gnome-doc-utils. Patch in bug #311222.
8919
8920 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8921
8922         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8923         #ifdef this away to fix an unused-function warning.
8924
8925 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8926
8927         * configure.ac: Added 'gl' to ALL_LINGUAS.
8928
8929 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8930
8931         * configure.ac: Added ne in ALL_LINGUAS
8932         
8933 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8934
8935         * shell/ev-view.c: (ev_view_leave_notify_event):
8936         
8937         Clear status message when pointer leaves view. Fix for bug
8938         #310818 
8939
8940 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8941
8942         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8943
8944 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8945
8946         * shell/ev-view.c: (ev_view_leave_notify_event),
8947         (ev_view_class_init):
8948         
8949         Set cursor to normal then leaving view.
8950
8951 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8952
8953         * configure.ac:
8954         
8955         Fix required djvulibre version.
8956
8957 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8958
8959         *configure.ac: Hindi (hi) language added
8960
8961 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8962
8963         *configure.ac: Punjabi (pa) Language added
8964
8965 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8966
8967         * data/evince-ui.xml, shell/ev-window.c:
8968         
8969         Add keypad accelerators for zooming. Fix for bug 308128.
8970
8971 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8972
8973         * Makefile.am:
8974         * backend/Makefile.am:
8975         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8976         * configure.ac:
8977         * shell/ev-document-types.c: (ev_document_types_add_filters):
8978
8979         Allow to enable/disable the pixbuf backend.
8980         Default to off for now. If we want it enabled we should
8981         really put mime types in the desktop, implement properties etc.
8982
8983         * properties/evince-properties.c:
8984
8985         Initialize error to NULL.
8986         Check error is not NULL before freeing.
8987
8988 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8989
8990         * shell/ev-window.c:
8991
8992         Use F5 as presentation accell
8993
8994 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8995
8996         * shell/ev-window.c: (update_chrome_visibility),
8997         (ev_window_create_fullscreen_popup), (ev_window_init):
8998
8999         Do not leak the fullscreen toolbar
9000
9001 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9002
9003         * shell/ev-window.c: (view_actions_focus_in_cb),
9004         (view_actions_focus_out_cb):
9005
9006         These has a return value! Fix totally random focus
9007         issues we was seeing.
9008
9009 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9010
9011         * shell/main.c: (load_files_remote):
9012
9013         Allow open more than one file
9014
9015 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9016
9017         * shell/main.c: (load_files_remote):
9018
9019         Fix for dbus 0.33. bug #309975
9020
9021 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9022
9023         * properties/ev-properties-main.c: (ev_properties_get_pages):
9024
9025         Actually return NULL for types we dont support
9026
9027 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9028
9029         * po/POTFILES.in:
9030
9031         Remove empty lines.
9032
9033 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9034
9035         * backend/ev-document-factory.c:
9036         (ev_document_factory_get_document):
9037
9038         Do not try to create the object if type
9039         is invalid.
9040
9041 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9042
9043         * ps/ps-document.c: (ps_document_dispose),
9044         (ps_async_renderer_render_pixbuf):
9045         * ps/ps-document.h:
9046
9047         Do not leak the target window
9048
9049 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9050
9051         * shell/ev-application.c: (ev_application_init):
9052
9053         Let tbe check file existence for us.
9054         Add a comment about eggrecent mime filter.
9055
9056 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9057
9058         * data/evince-ui.xml:
9059         * shell/ev-application.c: (ev_application_shutdown),
9060         (ev_application_init), (ev_application_get_toolbars_model),
9061         (ev_application_get_recent_model),
9062         (ev_application_save_toolbars_model):
9063         * shell/ev-application.h:
9064         * shell/ev-window.c: (ev_window_add_recent),
9065         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9066         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9067         (ev_window_init):
9068
9069         Use common toolbar and recent models for all windows.
9070         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9071
9072 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9073
9074         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9075         successfully check for gtk_icon_view_get_visible_range.
9076
9077 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9078
9079         * djvu/Makefile.am:
9080         * dvi/Makefile.am:
9081         
9082         Fix djvu and dvi backend build.
9083
9084 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9085
9086         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9087         (new_separator_pixbuf):
9088
9089         Don't leak windows.
9090
9091 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9092
9093         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9094
9095         HIGification of toolbar editor dialogue.
9096
9097 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9098
9099         * configure.ac:
9100         * shell/Makefile.am:
9101
9102         Ever build metadata manager since it's just
9103         disabled at runtime now.
9104
9105 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9106
9107         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9108         (ev_metadata_manager_get), (ev_metadata_manager_set):
9109         * shell/ev-metadata-manager.h:
9110
9111         Add an _init functions that enabled metadata management
9112         at runtime.
9113
9114         * shell/ev-window.c: (page_changed_cb),
9115         (setup_document_from_metadata), (ev_window_setup_document),
9116         (setup_view_from_metadata), (ev_window_open_uri),
9117         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9118         (ev_window_run_presentation), (ev_window_stop_presentation),
9119         (save_sizing_mode), (ev_window_zoom_changed_cb),
9120         (ev_window_continuous_changed_cb),
9121         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9122         (window_configure_event_cb):
9123
9124         Remove all ugly metadata define since we deal with it
9125         at runtime now.
9126
9127         * shell/main.c: (load_files_remote), (main):
9128
9129         Add support for dbus cvs head. Hopefully didnt break one
9130         of the other versions now!
9131
9132         If we dont get a response from the dbus server just
9133         give up with it and not enable metadata.
9134
9135 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9136
9137         * Makefile.am:
9138         * backend/Makefile.am:
9139         * configure.ac:
9140         * cut-n-paste/recent-files/Makefile.am:
9141         * cut-n-paste/toolbar-editor/Makefile.am:
9142         * cut-n-paste/zoom-control/Makefile.am:
9143         * lib/Makefile.am:
9144         * pdf/Makefile.am:
9145         * pixbuf/Makefile.am:
9146         * properties/Makefile.am:
9147         * ps/Makefile.am:
9148         * shell/Makefile.am:
9149         * thumbnailer/Makefile.am:
9150         * tiff/Makefile.am:
9151
9152         Make frontends depend on just libev.
9153         Rework and group CFLAGS/LIBS definitions.
9154         Cleanups.
9155
9156 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9157
9158         * shell/ev-window:
9159
9160         do not unnecessarily save zoom
9161
9162         * configure.ac:
9163         * lib/ev-file-helpers.c: (ev_dot_dir):
9164         * shell/Makefile.am:
9165         * shell/dummy.cc:
9166
9167         Some cleanups
9168
9169 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9170
9171         * configure.ac:
9172         
9173         Remove unnecessary dependencies
9174
9175 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9176
9177         * properties/Makefile.am:
9178         * thumbnailer/Makefile.am:
9179         * tiff/Makefile.am:
9180
9181         Some more cleanups. Was really necessary
9182         but I probably introduced bugs, feel free
9183         to flame :)
9184
9185 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9186
9187         * backend/Makefile.am:
9188         * configure.ac:
9189         * cut-n-paste/recent-files/Makefile.am:
9190         * cut-n-paste/toolbar-editor/Makefile.am:
9191         * cut-n-paste/zoom-control/Makefile.am:
9192         * lib/Makefile.am:
9193         * pdf/Makefile.am:
9194         * pixbuf/Makefile.am:
9195         * properties/Makefile.am:
9196         * ps/Makefile.am:
9197         * shell/Makefile.am:
9198         * thumbnailer/Makefile.am:
9199         * tiff/Makefile.am:
9200
9201         Use gnome-common macros when possible.
9202         Cleanup dependencies.
9203         Actually disable deprecated where possible.
9204
9205 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9206
9207         * Makefile.am:
9208         * backend/Makefile.am:
9209         * properties/Makefile.am:
9210         * shell/Makefile.am:
9211         * thumbnailer/Makefile.am:
9212
9213         This should solve the circular dep without
9214         requiring dir reorg!
9215
9216         * shell/ev-window.c: (setup_view_from_metadata):
9217
9218         Never restore window size/position when the
9219         window is already visible.
9220
9221 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9222
9223         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9224
9225         Return a boolean from timeout func. Fix ported from gedit.
9226
9227 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9228
9229         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9230
9231 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9232
9233         * shell/ev-document-types.c: set "All Documents" as default filter in
9234         open dialog
9235
9236 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9237
9238         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9239         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9240         (ev_metadata_manager_set_boolean): fix value/val thinko.
9241
9242 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9243
9244         * shell/ev-window.c: (setup_view_from_metadata),
9245         (window_state_event_cb), (window_configure_event_cb),
9246         (ev_window_init):
9247
9248         Remember window position and maximized state
9249
9250 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9251
9252         * configure.ac:
9253
9254         Fix DBUS configure checks.
9255
9256         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9257         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9258         (ev_metadata_manager_set_boolean):
9259
9260         Plug mem leaks.
9261
9262         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9263         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9264         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9265         (ev_window_continuous_changed_cb),
9266         (ev_window_dual_mode_changed_cb), (ev_window_new):
9267
9268         Fix the build without DBUS.
9269
9270 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9271
9272         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9273         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9274         (ev_metadata_manager_set_string),
9275         (ev_metadata_manager_set_boolean):
9276         * shell/ev-metadata-manager.h:
9277
9278         Add support for some more types
9279
9280         * shell/ev-view.c: (scroll_to_current_page),
9281         (ev_view_get_continuous), (ev_view_set_continuous),
9282         (ev_view_get_dual_page):
9283         * shell/ev-view.h:
9284         * shell/ev-window.c: (page_changed_cb),
9285         (setup_document_from_metadata), (ev_window_setup_document),
9286         (setup_view_from_metadata), (ev_window_open_uri),
9287         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9288         (ev_window_run_presentation), (ev_window_stop_presentation),
9289         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9290         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9291         (ev_window_update_dual_page_action),
9292         (ev_window_continuous_changed_cb),
9293         (ev_window_dual_mode_changed_cb), (ev_window_init):
9294
9295         Remember a bunch of view/document properties. Prolly some
9296         are still missing but it's getting interesting.
9297
9298 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9299
9300         * configure.ac: check if dbus-binding-tool is installed. Not the
9301         case on current Ubuntu breezy, it seems.
9302
9303 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9304
9305         * data/evince.desktop.in.in:
9306         
9307         Allow open uri lists and add TryExec field.
9308
9309 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9310
9311         * configure.ac:
9312
9313         Enable dbus when available, do not require a configure
9314         option.
9315
9316 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9317
9318         * configure.ac:
9319
9320         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9321         disabled.
9322
9323 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9324         Marco Pesenti Gritti  <mpg@redhat.com>
9325
9326         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9327         
9328         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9329         functions to the format required by dbus
9330
9331         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9332         errors. Use the RPC parameters in the expected way
9333
9334 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9335
9336         * Makefile.am:
9337         * properties/Makefile.am:
9338         * properties/ev-properties-main.c: (ev_properties_get_pages):
9339
9340         Support all mime types
9341
9342         * shell/Makefile.am:
9343         * thumbnailer/Makefile.am:
9344         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9345         (evince_thumbnail_pngenc_get):
9346
9347         Use the document factory
9348
9349 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9350
9351         * backend/Makefile.am:
9352         * backend/ev-document-factory.c:
9353         (mime_type_supported_by_gdk_pixbuf),
9354         (ev_document_type_get_from_mime),
9355         (ev_document_factory_get_document),
9356         (ev_document_factory_get_backend),
9357         (ev_document_factory_get_mime_types),
9358         (ev_document_factory_get_all_mime_types):
9359         * backend/ev-document-factory.h:
9360         * shell/Makefile.am:
9361         * shell/ev-document-types.c: (get_document_from_uri),
9362         (ev_document_types_get_document),
9363         (file_filter_add_mime_list_and_free),
9364         (ev_document_types_add_filters):
9365         * shell/ev-document-types.h:
9366         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9367         * shell/ev-properties-dialog.c:
9368         (ev_properties_dialog_set_document):
9369         * shell/ev-window.c: (ev_window_cmd_file_open),
9370         (ev_window_cmd_save_as):
9371         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9372
9373         Rework document types managing to avoid code duplication
9374         and actually abstract from backend implementations.
9375         Also provide a minimal factory api that can be used by
9376         thumbnailer/properties.
9377
9378 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9379
9380         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9381         Plug a mem leak.
9382         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9383         HIG spacings.
9384
9385 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9386
9387         * shell/ev-properties-dialog.c
9388         (ev_properties_dialog_set_document): only call
9389         ev_properties_fonts_set_document() if the document implements the
9390         fonts interface
9391
9392 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9393
9394         * configure.ac:
9395         * properties/Makefile.am:
9396         * properties/ev-properties-view.c:
9397         (ev_properties_view_register_type):
9398         * properties/ev-properties-view.h:
9399         * properties/ev-properties-main.h:
9400
9401         Implement nautilus plugin for properties.
9402         Works only for pdf atm, I need to rework the
9403         document types stuff to get this to work
9404         for all backends...
9405
9406 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9407
9408         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9409         (ev_properties_fonts_set_document): use
9410         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9411
9412 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9413
9414         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9415         them
9416         (PlaceImage, tiff2ps_process_page): use
9417         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9418
9419
9420 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9421
9422         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9423         (main): to call gnome_authentication_manager_init. Should fix
9424         Bug #308510
9425
9426         * configure.ac: that requires libgnomeui 2.6.0.
9427
9428 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9429
9430         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9431         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9432         use the new tiff2ps interfaces
9433
9434         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9435         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9436
9437         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9438         structure instead of global variables.  Remove use of static
9439         variables in functions.
9440
9441 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9442
9443         * shell/ev-page-action.c: unref the completion after setting it to the
9444         entry
9445
9446 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9447
9448         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9449         postscript files
9450
9451 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9452
9453         * shell/ev-window.c (update_action_sensitivity): disable
9454         File->Print if the document does not implement the ps exporter
9455         interface
9456
9457 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9458
9459         * Makefile.am:
9460         * configure.ac:
9461         * data/evince-properties.glade:
9462         * properties/.cvsignore:
9463         * properties/Makefile.am:
9464         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9465         (ev_properties_view_class_init), (ev_properties_view_format_date),
9466         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9467         (ev_properties_view_init), (ev_properties_view_new):
9468         * properties/ev-properties-view.h:
9469         * shell/Makefile.am:
9470         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9471         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9472         (ev_properties_dialog_new):
9473         * shell/ev-properties-dialog.h:
9474         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9475         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9476         (update_progress_label), (job_fonts_finished_cb),
9477         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9478         * shell/ev-properties-fonts.h:
9479         * shell/ev-properties.c:
9480         * shell/ev-properties.h:
9481         * shell/ev-window.c: (ev_window_setup_document),
9482         (ev_window_cmd_file_properties):
9483
9484         Split the properties pages in two different objects, depend
9485         only on the backend where possible, use widgets instead
9486         of gobject for the glade part, reimplement the dialog
9487         itself with gtk.
9488         I need this to implement nautilus properties page.
9489
9490 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9491
9492         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9493         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9494         (tiff_document_document_ps_exporter_iface_init): implement the ps
9495         exporter interface for tiff documents
9496
9497         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9498         libtiff to implement TIFF postscript export
9499
9500         * tiff/tiff2ps.h: added a header file for external tiff2ps
9501         functions.
9502
9503         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9504         tiff2ps.h
9505
9506 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9507
9508         * shell/ev-view.c: (scroll_to_current_page),
9509         (ev_view_set_fullscreen), (ev_view_set_presentation):
9510         
9511         Scroll to current page when exit from presentation
9512
9513 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9514
9515         * shell/ev-window.c: (update_document_mode),
9516         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9517         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9518         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9519         
9520         Exit from fullscreen mode when switch to presentation. Fix for
9521         bug 309365
9522
9523 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9524
9525         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9526         return NULL if the document does not implement the selection
9527         interface.
9528
9529 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9530
9531         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9532         reported height by using the resolution aspect ratio
9533         (tiff_document_render_pixbuf): scale the pixbuf using the
9534         resolution aspect ratio
9535
9536 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9537
9538         * configure.ac:
9539         
9540         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9541         <kiltedaco@gmail.com>
9542         
9543         * djvu/djvu-document.c: (djvu_document_get_orientation),
9544         (djvu_document_set_orientation), (djvu_document_get_page_size),
9545         (rotate_pixbuf), (djvu_document_render_pixbuf),
9546         (djvu_document_document_iface_init):
9547         * dvi/dvi-document.c: (dvi_document_get_orientation),
9548         (dvi_document_set_orientation), (dvi_document_get_page_size),
9549         (rotate_pixbuf), (dvi_document_render_pixbuf),
9550         (dvi_document_document_iface_init):
9551         
9552         Dvi and djvu backends are ported to new API
9553
9554 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9555
9556         * backend/ev-selection.c: (ev_selection_get_selection_region),
9557         (ev_selection_get_selection_map):
9558         * backend/ev-selection.h:
9559         * pdf/ev-poppler.cc:
9560         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9561         * shell/ev-jobs.h:
9562         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9563         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9564         (ev_pixbuf_cache_get_text_mapping):
9565         * shell/ev-pixbuf-cache.h:
9566         * shell/ev-view.c: (location_in_text),
9567         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9568         support to EvView.  Now we can see where we can select!  Sweet!
9569
9570 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9571
9572         * shell/ev-view.c (ev_view_button_press_event): Fix
9573         event->y + view->scroll_x typo.
9574
9575 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9576
9577         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9578         sub-GdkPixbuf instead of passing dest_x and dest_y.
9579         
9580         * shell/ev-view.c: (view_point_to_doc_point),
9581         (view_rect_to_doc_rect), (ev_view_button_press_event),
9582         (ev_view_motion_notify_event), (compute_new_selection_rect),
9583         (gdk_rectangle_point_in), (compute_new_selection_text),
9584         (compute_selections): Update selection code to keep the selection
9585         around as two points and not as a normalized rectangle, and fix
9586         page level selection in two-column mode.
9587
9588 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9589
9590         * shell/ev-window.c: (window_configure_event_cb): 
9591         
9592         Fix compilation
9593         
9594 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9595
9596         * pdf/ev-poppler.cc:
9597
9598         Fix compilation
9599
9600 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9601
9602         * shell/Makefile.am:
9603         * shell/ev-metadata-manager.c: (item_free),
9604         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9605         (parse_value), (parseItem), (load_values),
9606         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9607         (save_values), (save_item), (get_oldest), (resize_items),
9608         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9609         * shell/ev-metadata-manager.h:
9610
9611         Metadata manager from gedit but modified to use GValue, so that
9612         we dont need to keep converting from strings.
9613
9614         * configure.ac:
9615
9616         ENABLE_METADATA conditional, on when dbus is on
9617
9618         * shell/ev-application.c: (ev_application_open_uri):
9619
9620         Show the window after load so that we can initialize
9621         window size before it's showed.
9622
9623         * shell/ev-window.c: (ev_window_setup_from_metadata),
9624         (ev_window_open_uri), (window_configure_event_cb),
9625         (ev_window_init):
9626
9627         Save and load metadata information about window size.
9628         Not yet keeping states in account.
9629
9630         * shell/main.c: (main):
9631
9632         Shutdown metadata manager.
9633
9634 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9635
9636         * shell/ev-application-service.xml:
9637         * configure.ac:
9638         * shell/Makefile.am:
9639         * shell/ev-application.c:
9640         * shell/ev-application.h:
9641         * shell/ev-window.c:
9642         * shell/ev-window.h:
9643         * shell/main.c:
9644
9645         Add an optional dbus interface (--enable-dbus).
9646         Rework application code, mainly to be easier to
9647         use "remotely".
9648         Do not open multiple windows with the same document,
9649         spatial evince!
9650
9651 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9652
9653         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9654         pixbuf iff it exists.
9655
9656 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9657
9658         * shell/*:
9659         * backend/ev-render-context.[ch]:
9660         * backend/ev-selection.[ch]:
9661
9662         Massive changes.  We now support text selection of pdfs, and not
9663         just rectangular selection.  This is pretty broken still, but I
9664         want to get something into CVS.
9665
9666 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9667
9668         * pdf/ev-poppler.cc:
9669         
9670         Fix for Bug 309080: crash on window close.
9671         
9672         * shell/ev-page-action.c: (page_changed_cb):
9673         
9674         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9675         jensgr@gmx.net (Jens Granseuer).
9676
9677 2005-06-25  Marcel Telka  <marcel@telka.sk>
9678
9679         * configure.in (ALL_LINGUAS): Added sk.
9680
9681 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9682
9683         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9684         not a document open
9685
9686 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9687
9688         * NEWS:
9689         * configure.ac:
9690
9691         Release 0.3.2
9692
9693         * cut-n-paste/recent-files/Makefile.am:
9694
9695         Fix make distcheck
9696
9697 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9698
9699         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9700         (pixbuf_document_set_orientation), (rotate_pixbuf),
9701         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9702         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9703
9704         Implement rotation and cleanup the code a bit.
9705
9706         * tiff/tiff-document.c: (tiff_document_get_page_size),
9707         (tiff_document_get_orientation), (tiff_document_set_orientation),
9708         (rotate_pixbuf), (tiff_document_render_pixbuf),
9709         (tiff_document_document_iface_init), (tiff_document_init):
9710
9711         Implement rotation. Was the quicker solution for the release
9712         but we really need to share this code in the shell.
9713
9714 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9715
9716         * pdf/ev-poppler.cc:
9717
9718         Enable rotation, require poppler cvs. Fix a leak.
9719
9720 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9721
9722         * shell/ev-window.c: (update_action_sensitivity):
9723         
9724         Make properties unsensitive if document backend doesn't provide
9725         any info
9726
9727 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9728
9729         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9730         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9731         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9732         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9733         (bitmap_flip_rotate_counter_clockwise):
9734         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9735         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9736         (buff_gets):
9737         * dvi/mdvi-lib/common.h:
9738         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9739         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9740         (opendvi), (mdvi_reload), (mdvi_init_context),
9741         (mdvi_destroy_context), (mdvi_dopage), (special):
9742         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9743         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9744         (file_hash_free), (register_encoding), (parse_spec),
9745         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9746         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9747         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9748         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9749         (mdvi_register_font_type), (mdvi_unregister_font_type),
9750         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9751         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9752         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9753         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9754         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9755         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9756         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9757         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9758         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9759         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9760         (mdvi_unregister_special), (mdvi_flush_specials):
9761         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9762         (t1_font_remove):
9763         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9764         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9765         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9766         (free_font_metrics), (flush_font_metrics):
9767         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9768         (tt_font_remove):
9769         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9770         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9771         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9772         (dstring_insert), (dstring_new), (dstring_reset):
9773         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9774         
9775         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9776         avoid conflict with libtool on FC4
9777         
9778         * shell/ev-window.c: (ev_window_cmd_help_about):
9779         
9780         Update copyright year. Fix for bug 308828.
9781
9782 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9783
9784         * shell/ev-view.c: (add_scroll_binding_keypad),
9785         (ev_view_binding_activated), (ev_view_class_init),
9786         (on_adjustment_value_changed):
9787         
9788         Bug 170874: Arrow keys switch pages in presentation mode
9789
9790 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9791
9792         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9793         
9794         Fix for Bug 308265: Sidebar dissappears coming out of 
9795         Presentation mode
9796
9797 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9798
9799         * shell/ev-application.c: (ev_application_open):
9800         * shell/ev-document-types.c: (ev_document_types_add_filters),
9801         (ev_document_types_add_filters_for_type):
9802         * shell/ev-document-types.h:
9803         * shell/ev-window.c: (ev_window_cmd_save_as):
9804         
9805         Suggest basename as template when saving, provide filters
9806         for save dialog. It's bug 308402
9807
9808 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9809
9810         * pdf/ev-poppler.cc:
9811         * shell/ev-sidebar-links.c: (job_finished_callback):
9812         * shell/ev-view.c: (update_find_status_message):
9813         
9814         Some leaks fixed
9815
9816 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9817
9818         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9819         (egg_recent_view_uimanager_set_list):
9820
9821         Fix buglet in !show_numbers case.
9822
9823 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9824
9825         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9826         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9827
9828         Use pango ellipsisation.
9829
9830         * pdf/ev-poppler.cc:
9831
9832         Fix refcount leak, from nsh.
9833
9834 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9835
9836         * cut-n-paste/recent-files/Makefile.am:
9837         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9838         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9839         
9840         Removed EggRecentViewGtk
9841         
9842         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9843         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9844         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9845         (ev_window_setup_recent):
9846         
9847         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9848         with other projects
9849
9850 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9851
9852         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9853         (egg_recent_view_gtk_finalize):
9854
9855         Fix memory leak
9856
9857         * cut-n-paste/toolbar-editor/Makefile.am:
9858         
9859         Fix location of cursor icon.
9860         
9861         * pdf/ev-poppler.cc:
9862         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9863         (display_completion_text), (match_completion):
9864         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9865         (selection_changed_callback), (create_loading_model),
9866         (print_section_cb), (links_page_num_func),
9867         (update_page_callback_foreach):
9868         * shell/ev-window.c: (ev_window_dispose):
9869         
9870         Small memory fixes. Links model now store objects instead
9871         of pointers to improve memory management. 
9872
9873 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9874
9875         * shell/ev-window.c: (zoom_control_changed_cb):
9876         
9877         Fix update of zoom control (bug 308268).
9878
9879 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9880
9881         * shell/ev-properties.c (set_property): escape the text correctly.
9882         Handles non-UTF-8 properties and escaped properties.  Also, sets
9883         the text to "<i>None</i>" if the property isn't set.
9884
9885         * data/evince-properties.glade: Change the label to be ellipsized,
9886         and give it a minimum size.
9887
9888 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9889
9890         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9891         * shell/ev-sidebar-links.c: (create_loading_model):
9892         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9893         * shell/ev-view.c: (ev_view_set_document):
9894         * shell/ev-window.c: (ev_window_dispose):
9895         
9896         Various small fixes, mostly memory leaks. Thanks to valgrind.
9897
9898 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9899
9900         * ps/ps-document.c: remove the locale.h include again ;-). And
9901         kill the (bogus) setlocale/savelocale business.
9902
9903 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9904
9905         * ps/ps-document.c:
9906         
9907         Include locale.h to fix build
9908         
9909         * shell/ev-sidebar.c:
9910         
9911         Remove unnecessary includes
9912
9913 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9914
9915         * dvi/dvi-document.c: (dvi_document_load):
9916         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9917         * po/POTFILES.in:
9918         
9919         Check for incorrect dvi files. Fix parsing dvi on AMD64
9920         platform. Thanks to tester@tester.ca (Olivier Crete).
9921
9922 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9923
9924         * shell/ev-page-action.c: (match_selected_cb),
9925         (display_completion_text), (match_completion), (update_model):
9926         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9927         (expand_open_links):
9928         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9929         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9930         (ev_sidebar_set_document):
9931         * shell/ev-window.c: (ev_window_xfer_job_cb),
9932         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9933         
9934         Fixed lot's of memory leaks, for example, memory leak on reload, 
9935         described in bug 307793.
9936
9937 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9938
9939         * pdf/ev-poppler.cc:
9940         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9941         (update_visible_range), (adjustment_changed_cb),
9942         (ev_sidebar_thumbnails_fill_model),
9943         (ev_sidebar_thumbnails_refresh),
9944         (ev_sidebar_tree_selection_changed),
9945         (ev_sidebar_icon_selection_changed),
9946         (ev_sidebar_thumbnails_use_icon_view),
9947         (ev_sidebar_thumbnails_set_document):
9948         * shell/ev-sidebar-thumbnails.h:
9949         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9950         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9951
9952         Refresh thumbnails when changing orientation. Not fully
9953         working yet becuase of a sidebar bug.
9954
9955         Set page orientation to poppler page everywhere. This sucks
9956         really need to fix poppler.
9957
9958 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9959
9960         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9961         (egg_recent_view_gtk_new_menu_item),
9962         (egg_recent_view_gtk_set_property),
9963         (egg_recent_view_gtk_get_property),
9964         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9965         (egg_recent_view_gtk_set_tooltip_func),
9966         (egg_recent_view_gtk_set_label_width),
9967         (egg_recent_view_gtk_get_label_width):
9968         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9969
9970         Sync with libegg (ellipsize labels)
9971
9972 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9973
9974         * data/evince-ui.xml:
9975         * shell/ev-window.c: (ev_window_cmd_go_forward),
9976         (ev_window_cmd_go_backward):
9977         
9978         Shift + PageUp moves 10 Pages. Fix for 306125
9979
9980 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9981
9982         * pdf/ev-poppler.cc:
9983
9984         Add a flag to check if orientation has been overriden
9985
9986 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9987
9988         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9989         field if necessary.
9990
9991         * ps/ps.h: add creator field to document.
9992
9993         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9994         set creator field.
9995
9996 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9997
9998         * data/evince-properties.glade:
9999         * shell/ev-properties.c: (ev_properties_set_document):
10000
10001         s/PDF Version/Format
10002
10003 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10004
10005         * shell/ev-properties.c: (ev_properties_set_document):
10006
10007         Remove unnecessary translations
10008
10009 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10010
10011         * cut-n-paste/toolbar-editor/Makefile.am:
10012
10013         Correct library name    
10014
10015 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10016
10017         * configure.ac:
10018         * cut-n-paste/recent-files/egg-recent-model.c:
10019         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10020         (egg_recent_model_unlock_file):
10021         * cut-n-paste/recent-files/egg-recent-util.c:
10022         (egg_recent_util_get_unique_id):
10023         * cut-n-paste/recent-files/update-from-egg.sh:
10024         * cut-n-paste/toolbar-editor/Makefile.am:
10025         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10026         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10027         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10028         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10029         (egg_toolbars_model_get_type):
10030         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10031
10032         Better makefile for toolbar editor and update everything
10033         to latest libegg.
10034
10035 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10036
10037         * shell/ev-window.c: (update_document_mode):
10038
10039         Prefer presentation mode when the document
10040         require fullscreen.
10041
10042 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10043
10044         * data/evince-ui.xml:
10045         * shell/ev-window.c:
10046
10047         Add control-equal for zooming
10048
10049 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10050
10051         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10052
10053 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10054
10055         * backend/ev-document.c: (ev_document_get_orientation):
10056         * backend/ev-document.h:
10057         * pdf/ev-poppler.cc:
10058         * ps/ps-document.c: (ps_document_get_orientation),
10059         (ps_document_set_orientation), (ps_document_document_iface_init):
10060
10061         Add a get_orientation api. Improve set_orientation.
10062
10063         * data/evince-ui.xml:
10064         * shell/ev-view.c: (ev_view_set_orientation),
10065         (ev_view_rotate_right), (ev_view_rotate_left):
10066         * shell/ev-view.h:
10067         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10068         (ev_window_cmd_edit_rotate_right):
10069
10070         Better ui for changing document orientation
10071
10072 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10073
10074         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10075         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10076         * shell/ev-sidebar-links.h:
10077         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10078         (ev_sidebar_page_iface_init):
10079         * shell/ev-sidebar-page.h:
10080         * shell/ev-sidebar-thumbnails.c:
10081         (ev_sidebar_thumbnails_get_property),
10082         (ev_sidebar_thumbnails_class_init),
10083         (ev_sidebar_thumbnails_set_document):
10084         * shell/ev-sidebar-thumbnails.h:
10085         * shell/ev-view.c: (ev_view_motion_notify_event):
10086         * shell/ev-window.c: (update_chrome_visibility),
10087         (ev_window_cmd_focus_page_selector),
10088         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10089         (sidebar_page_main_widget_update_cb), (ev_window_init):
10090         
10091         Autoraise toolbar on GoToPage binding and fix bindings in
10092         EvSidebarThumbnails page.
10093
10094 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10095
10096         * shell/ev-properties.c: (update_progress_label):
10097
10098         Hide the progress label when finished; bug #307697.
10099
10100 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10101
10102         * pdf/ev-poppler.cc:
10103
10104         Enable is_open for links, you will need poppler cvs
10105
10106         * shell/ev-properties.c: (job_fonts_finished_cb):
10107
10108         Get a lock on the document when filling the tree view
10109
10110 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10111
10112         * backend/ev-document-links.h:
10113         * pdf/ev-poppler.cc:
10114         * shell/ev-sidebar-links.c: (create_loading_model),
10115         (expand_open_links), (job_finished_callback):
10116
10117         Expand links when specified by the document.
10118         Depend on a poppler api (defined out for now)
10119
10120 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10121
10122         * shell/ev-properties.c: (ev_properties_dispose),
10123         (ev_properties_class_init), (dialog_destroy_cb),
10124         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10125         (ev_properties_set_document), (ev_properties_new),
10126         (ev_properties_show):
10127         * shell/ev-properties.h:
10128
10129         Make it an object, cleanup the code, api to show it as transient
10130         and to set the document.
10131
10132         * shell/ev-window.c: (ev_window_setup_document),
10133         (ev_window_cmd_file_properties):
10134
10135         Adapt to EvProperties changes, do not show multiple
10136         times, update it when document changes.
10137
10138 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10139
10140         * ps/gstypes.h:
10141         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10142         (ps_document_set_orientation), (ps_document_document_iface_init):
10143         * ps/ps-document.h:
10144
10145         Implement orientation here too
10146
10147         * shell/ev-properties.c: (ev_properties_new):
10148         * data/evince-properties.glade:
10149
10150         Hide the fonts page for backends that doesnt
10151         support it.     
10152
10153 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10154
10155         * backend/ev-document.c: (ev_document_set_orientation):
10156         * backend/ev-document.h:
10157         * pdf/ev-poppler.cc:
10158
10159         Add orientation api. Currently poppler api is not optimal,
10160         we need to set orientation every time we _get a page.
10161         I will try to fix that at some point.
10162
10163         * data/evince-ui.xml:
10164         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10165         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10166
10167         Add orientation menu items
10168
10169         * shell/ev-page-cache.c: (ev_page_cache_clear):
10170         * shell/ev-page-cache.h:
10171
10172         Add api to clear the cache
10173
10174         * shell/ev-view.c: (setup_caches), (clear_caches),
10175         (ev_view_set_document), (ev_view_zoom_out),
10176         (ev_view_set_orientation):
10177         * shell/ev-view.h:
10178
10179         Implement orientation changing
10180
10181 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10182
10183         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10184         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10185         * backend/ev-document-fonts.h:
10186
10187         Separate scan and fill so that we can incrementally fill from
10188         the main thread. Add a progress api.
10189
10190         * data/evince-properties.glade:
10191         * pdf/ev-poppler.cc:
10192         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10193         * shell/ev-jobs.h:
10194         * shell/ev-properties.c: (update_progress_label),
10195         (job_fonts_finished_cb), (setup_fonts_view):
10196
10197         Incrementally feel the list and show the progress
10198         percentage in a label like acrobat does.
10199
10200         You are going to need poppler cvs
10201
10202 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10203
10204         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10205         * backend/ev-document-fonts.h:
10206         * pdf/ev-poppler.cc:
10207
10208         Make fonts model fill incrementally.
10209
10210         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10211         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10212         (ev_job_queue_remove_job):
10213         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10214         (ev_job_fonts_new), (ev_job_fonts_run):
10215         * shell/ev-jobs.h:
10216
10217         New job for fonts scanning
10218
10219         * shell/ev-properties.c: (job_fonts_finished_cb),
10220         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10221         * shell/ev-properties.h:
10222         * shell/ev-window.c: (ev_window_cmd_file_properties):
10223
10224         Incrementally feel the treeview using the new job. Show Loading...
10225         message until scanning is completed.
10226
10227         Hopefully I didnt break the build without the poppler patch.
10228
10229 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10230
10231         * shell/ev-application.c: (ev_application_open):
10232         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10233         (ev_document_type_get_type), (ev_document_type_lookup):
10234         * shell/ev-document-types.h:
10235         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10236         * shell/ev-job-xfer.h:
10237         * shell/ev-window.c: (ev_window_clear_local_uri),
10238         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10239         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10240         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10241         
10242         Transfer remote documents to tmp directory to display them later.
10243
10244 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10245
10246         * backend/ev-document-info.h:
10247         * shell/ev-properties.c: (ev_properties_new):
10248
10249         s/GTime*/GTime. Not sure why we was using a pointer
10250         at all there!
10251
10252 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10253
10254         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10255         situations.  That situation is that you're using GTK+-HEAD with
10256         the patch at #306726 is applied, and you have a document with <
10257         1500 pages in it.  It's not quite as uniformly nice as the
10258         TreeView, but should be better in the long run.
10259
10260         I'm pretty sure I guarded against breaking compilation with
10261         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10262         I missed some.
10263
10264         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10265         widget yet, so I commented that code out
10266         enable_view_actions_for_widget() for now.  Need to figure this
10267         out.
10268
10269         * shell/ev-page-action.c (match_selected_cb): emit the right
10270         signals.  Our cool C-l completion now works.
10271
10272 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10273
10274         * backend/Makefile.am:
10275         * backend/ev-document-fonts.c:
10276         * backend/ev-document-links.c:
10277         * backend/ev-document.c: (ev_document_load):
10278         * backend/ev-document.h:
10279         * backend/ev-job-queue.c:
10280         * backend/ev-job-queue.h:
10281         * backend/ev-jobs.c:
10282         * backend/ev-jobs.h:
10283         * backend/ev-page-cache.c:
10284         * backend/ev-page-cache.h:
10285
10286         EvPageCache and EvJobs are moved to shell.
10287
10288         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10289         (ev_tmp_filename):
10290         * lib/ev-file-helpers.h:
10291         
10292         New helper to work with temporary files
10293         
10294         * shell/Makefile.am:
10295         * shell/ev-application.c: (ev_application_open):
10296         * shell/ev-application.h:
10297         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10298         (remove_job_from_async_queue), (add_job_to_async_queue),
10299         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10300         (handle_job), (search_for_jobs_unlocked),
10301         (no_jobs_available_unlocked), (ev_render_thread),
10302         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10303         (ev_job_queue_add_job), (move_job_async), (move_job),
10304         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10305         * shell/ev-job-queue.h:
10306         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10307         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10308         * shell/ev-job-xfer.h:
10309         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10310         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10311         (ev_job_links_class_init), (ev_job_render_init),
10312         (ev_job_render_dispose), (ev_job_render_class_init),
10313         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10314         (ev_job_thumbnail_class_init), (ev_job_load_init),
10315         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10316         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10317         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10318         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10319         * shell/ev-jobs.h:
10320         * shell/ev-page-action.c: (ev_page_action_set_document):
10321         * shell/ev-page-cache.c: (ev_page_cache_init),
10322         (ev_page_cache_class_init), (ev_page_cache_finalize),
10323         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10324         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10325         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10326         (ev_page_cache_get_title), (ev_page_cache_get_size),
10327         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10328         (ev_page_cache_get_height_to_page),
10329         (ev_page_cache_get_max_label_chars),
10330         (ev_page_cache_get_page_label),
10331         (ev_page_cache_has_nonnumeric_page_labels),
10332         (ev_page_cache_get_info), (ev_page_cache_next_page),
10333         (ev_page_cache_prev_page), (ev_page_cache_get):
10334         * shell/ev-page-cache.h:
10335         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10336         (ev_pixbuf_cache_clear_job_sizes),
10337         (ev_pixbuf_cache_add_jobs_if_needed),
10338         (ev_pixbuf_cache_set_page_range):
10339         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10340         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10341         * shell/ev-sidebar-thumbnails.c:
10342         (ev_sidebar_tree_selection_changed),
10343         (ev_sidebar_thumbnails_set_document):
10344         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10345         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10346         (ev_statusbar_get_context_id), (ev_statusbar_push),
10347         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10348         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10349         (ev_statusbar_set_progress):
10350         * shell/ev-statusbar.h:
10351         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10352         (ev_view_find_previous):
10353         * shell/ev-window.c: (ev_window_is_empty),
10354         (ev_window_setup_document), (password_dialog_response),
10355         (ev_window_clear_jobs), (ev_window_load_job_cb),
10356         (ev_window_xfer_job_cb), (ev_window_open_uri),
10357         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10358         (ev_window_print), (ev_window_print_range),
10359         (ev_window_state_event), (ev_window_cmd_view_reload),
10360         (menu_item_select_cb), (menu_item_deselect_cb),
10361         (view_status_changed_cb), (ev_window_dispose),
10362         (drag_data_received_cb), (ev_window_init):
10363         * shell/ev-window.h:
10364         * shell/main.c: (load_files):
10365         
10366         New statusbar to show progress on idle. Two new jobs - 
10367         xfer job and load job to load document in background. And update
10368         of page_cache clients to new location of code.
10369
10370 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10371
10372         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10373         selection in open dialog. It also remembers the last visited directory 
10374         in the current session.
10375
10376 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10377
10378         * shell/ev-properties.c: (ev_properties_new):
10379         * shell/ev-properties.h:
10380         * shell/ev-window.c: (ev_window_cmd_file_properties):
10381         
10382         Get document info from page cache instead of document itself.
10383         This should fix crash related to race conditions described in
10384         bug 306545.
10385
10386 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10387
10388         * ps/ps-document.c: (ps_document_init),
10389         (send_ps), (get_page_box), (output), (catchPipe), (input),
10390         (stop_interpreter), (file_length), (file_readable),
10391         (check_filecompressedb), (ps_document_enable_interpreter),
10392         (document_load), (ps_async_renderer_render_pixbuf):
10393         * ps/ps-document.h:
10394
10395         Big cleanup of the ps code
10396
10397 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10398
10399         * backend/Makefile.am:
10400         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10401         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10402         * backend/ev-async-renderer.h:
10403
10404         Add an async renderer interface (method + callback) which
10405         is useful for backends like ps.
10406
10407         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10408         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10409         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10410         (ev_job_queue_add_job), (move_job_async), (move_job),
10411         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10412
10413         Add queues for async renderer, these are executed on the
10414         main thread.
10415
10416         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10417         (ev_job_render_run):
10418         * backend/ev-jobs.h:
10419
10420         If the backend support async renderer interface use it.
10421
10422         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10423         (setup_pixmap), (ps_document_get_type),
10424         (ps_async_renderer_render_pixbuf),
10425         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10426
10427         Implement async renderer interface.
10428
10429 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10430
10431         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10432
10433         Cleanup links job on exit.
10434
10435 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10436
10437         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10438         (drag_data_get_cb), (drag_data_received_cb):
10439         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10440         (drag_data_get_cb), (parse_item_list),
10441         (egg_toolbar_editor_load_actions):
10442         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10443         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10444         (parse_item_list), (parse_toolbars):
10445         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10446         (dvi_pixbuf_put_pixel):
10447         
10448         Fix gcc 4.0 warnings
10449
10450 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10451
10452         * ps/ps-document.c: (start_interpreter):
10453
10454         Fix warning when loading ps
10455
10456 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10457
10458         * ps/ps-document.c: (output):
10459
10460         Fix crash when priting gs error messages.
10461
10462 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10463
10464         * backend/ev-page-cache.c: (_ev_page_cache_new):
10465         * backend/ev-page-cache.h:
10466
10467         Use a const to return title so that we dont double
10468         free it. Small cleanup and fix a leak.
10469
10470         * shell/ev-window.c: (update_window_title):
10471
10472         strdup value from get_title.
10473
10474 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10475
10476         * shell/ev-sidebar-links.c: (job_finished_callback),
10477         (ev_sidebar_links_set_document):
10478
10479         Cleanup the old job when changing document
10480
10481 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10482
10483         * shell/ev-stock-icons.c:
10484         * shell/ev-stock-icons.h:
10485         * shell/ev-window.c:
10486         
10487         Add stock icons for actions that can appear in toolbar. Fix for
10488         bug 306566.
10489
10490 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10491
10492         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10493         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10494         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10495         * backend/ev-page-cache.h:
10496         * shell/ev-view.c: (scroll_to_current_page),
10497         (view_update_range_and_current_page), (get_page_y_offset),
10498         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10499         (ev_view_size_request_continuous),
10500         (ev_view_zoom_for_size_continuous_and_dual_page),
10501         (ev_view_zoom_for_size_continuous):
10502         
10503         More compact EvView layout in document with pages of different size.
10504
10505 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10506
10507         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10508         compilation.
10509
10510 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10511
10512         * shell/ev-view.c: (view_set_adjustment_values):
10513         * shell/ev-window.c: (ev_window_cmd_file_properties):
10514         
10515         A bit different fix for rounding problem but it has no
10516         problems on startup. Make properties window transient to parent.
10517
10518 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10519
10520         * pdf/ev-poppler.cc:
10521         
10522         More commenting of font stuff.
10523
10524 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10525
10526         * pdf/ev-poppler.cc:
10527
10528         Comment out some more fonts stuff. Should really
10529         work without the poppler patch now.
10530
10531 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10532
10533         * pdf/ev-poppler.cc:
10534
10535         Adapt to api change
10536
10537 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10538
10539         * data/evince-properties.glade:
10540         * pdf/ev-poppler.cc:
10541         * shell/ev-properties.c: (setup_fonts_view):
10542
10543         Set the column title. Show the dialog only
10544         once everything is setup.
10545         Getting font info can be very slow... will
10546         prolly need to make this threaded too.
10547
10548 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10549
10550         * backend/Makefile.am:
10551         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10552         (ev_document_fonts_get_fonts_model):
10553         * backend/ev-document-fonts.h:
10554         * data/evince-properties.glade:
10555         * pdf/ev-poppler.cc:
10556         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10557         * shell/ev-properties.h:
10558         * shell/ev-window.c: (ev_window_cmd_file_properties):
10559
10560         Implement fonts list. Defined out for now, since it depends
10561         on a not yet committed poppler patch.
10562
10563 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10564
10565         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10566         page + 1.
10567
10568         * shell/ev-window.c: Make sure we add the timeout when we get a
10569         focus-in event.
10570
10571         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10572         adjustment->value before calculating the zoom factor to average
10573         out all of our rounding errors.  The page no longer 'drifts' when
10574         resizing.
10575
10576 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10577
10578         * data/evince-properties.glade:
10579         * shell/ev-properties.c: (ev_properties_format_date),
10580         (set_property):
10581         
10582         Labels don't expand when the dialogue is resized.
10583         strftime result needs to be converted to UTF-8. Thanks
10584         to Christian Persch <chpe@gnome.org>.
10585
10586 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10587
10588         * data/evince-properties.glade:
10589
10590         Hide the fonts tab
10591
10592 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10593
10594         * backend/ev-document-info.h:
10595         * backend/ev-document.c: (ev_document_info_free):
10596         * data/evince-properties.glade:
10597         * pdf/ev-poppler.cc:
10598         * ps/ps-document.c: (ps_document_get_info):
10599         * shell/ev-properties.c: (ev_properties_format_date),
10600         (set_property), (ev_properties_new):
10601         * shell/ev-properties.h:
10602         * shell/ev-window.c: (ev_window_cmd_file_properties):
10603
10604         Rework properties code to take only EvPropertyInfo
10605         in the constructor so that it can be useful for
10606         nautilus plugin too.
10607
10608         Deal with backends that doesnt support some properties.
10609         Make set property code generic.
10610
10611 2005-06-04  Christian Persch <chpe@gnome.org>
10612
10613         * data/evince-properties.glade:
10614
10615         fix spacings, make resizeable, and make data labels
10616         selectable + ellipsised
10617
10618 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10619
10620         * backend/ev-document-info.h:
10621         * data/Makefile.am:
10622         * data/evince-ui.xml:
10623         * pdf/ev-poppler.cc:
10624         * shell/Makefile.am:
10625         * shell/ev-window.c: (update_action_sensitivity),
10626         (ev_window_cmd_file_properties):
10627
10628         Initial go at file properties. Patch by
10629         Emil Soleyman-Zomalan <emil@soleyman.com>.
10630         Needs love see #169583
10631
10632 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10633
10634         * ps/ps-document.c: (output):
10635         * ps/ps.c: (psscan):
10636
10637         Try to render even if psscan fails.
10638
10639 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10640
10641         * ps/ps.c: (psscan), (pscopydoc):
10642
10643         Port buffered reading code from gv
10644
10645 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10646
10647         * ps/ps-document.c: (interpreter_message), (output):
10648
10649         Do not fail on interpreter messages
10650
10651 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10652
10653         * backend/ev-document-misc.c:
10654         (ev_document_misc_get_thumbnail_frame):
10655
10656         Pages can be 0 x 0, dont assert on this case
10657
10658 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10659
10660         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10661         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10662
10663         Correctly manage our reference on document. Finally the reload
10664         huge leak is gone...
10665
10666 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10667
10668         * ps/ps-document.c: (ps_document_dispose):
10669
10670         Forgot to chain it to the parent. Thanks chpe.
10671
10672 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10673
10674         * ps/ps-document.c: (ps_document_dispose),
10675         (ps_document_class_init), (stop_interpreter), (document_load):
10676
10677         Cleanup dispose a bit. Dont leak the whole pixmap.
10678
10679 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10680
10681         * pdf/ev-poppler.cc:
10682
10683         Release the poppler document on dispose
10684
10685 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10686
10687         * shell/ev-view.c: (ev_view_set_document):
10688
10689         Release ref on the pixbuf cache when changing
10690         document.
10691
10692 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10693
10694         * ps/ps-document.c: (ps_document_get_info):
10695
10696         Fix a double free
10697
10698 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10699
10700         * backend/ev-page-cache.c: (ev_page_cache_init),
10701         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10702         * backend/ev-page-cache.h:
10703         * shell/ev-page-action.c: (page_changed_cb):
10704         
10705         Set page action entry width depending on labels width. Fix
10706         for bug 305202.
10707
10708 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10709
10710         * backend/ev-link.c: (ev_link_class_init):
10711
10712         Allow -1 as page value (error)
10713
10714 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10715
10716         * shell/ev-sidebar-thumbnails.c:
10717         (ev_sidebar_thumbnails_set_document):
10718         * shell/ev-view.c: (scroll_to_current_page),
10719         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10720         (page_changed_cb), (on_adjustment_value_changed),
10721         (ev_view_set_document):
10722
10723         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10724         Fix bug 305377
10725
10726 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10727
10728         * configure.ac:
10729         * djvu/djvu-document.c: (djvu_document_get_page_size):
10730
10731         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10732         bug 301993.
10733
10734 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10735
10736         * shell/ev-view.c (draw_one_page): modify the expose handling to
10737         get the shadows.
10738
10739         * shell/ev-window.c (update_action_sensitivity): Respect
10740         permissions field.  Kowtow to the man.
10741
10742         * pdf/ev-poppler.cc: Get the permissions field.
10743
10744         * tiff/*c: Make a tiny bit more robust.
10745
10746 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10747
10748         * djvu/djvu-document.c:
10749         
10750         Pop messages from djvu context message queue.
10751
10752 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10753
10754         * configure.ac, Makefile.am, shell/Makefile.am:
10755         * tiff/Makefile.am, shell/ev-document-types.c:
10756         
10757         Cleanup tiff configure checks. Fix for bug 305218.
10758
10759 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10760
10761         * configure.ac: Added "uk" to ALL_LINGUAS.
10762
10763 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10764
10765         * cut-n-paste/zoom-control/ephy-zoom.c:
10766         (ephy_zoom_get_changed_zoom_level):
10767         * cut-n-paste/zoom-control/ephy-zoom.h:
10768         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10769         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10770         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10771         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10772         (zoom_control_changed_cb), (ev_window_init):
10773         
10774         Fix minor points related to moving best fit up. Introduce
10775         "zoom" property and make zoom control change it's value on
10776         notify::zoom signals. Fix for 305080.
10777
10778 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10779
10780         * data/evince-ui.xml:
10781         * shell/ev-window.c: (set_view_actions_sensitivity):
10782         
10783         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10784
10785 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10786
10787         * configure.ac:
10788
10789         Depends on poppler 0.3.2
10790
10791 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10792
10793         * cut-n-paste/recent-files/egg-recent-item.c:
10794         (egg_recent_item_get_short_name):
10795         * cut-n-paste/toolbar-editor/Makefile.am:
10796         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10797         (new_pixbuf_from_widget):
10798         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10799         * cut-n-paste/toolbar-editor/egg-marshal.c:
10800         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10801         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10802
10803         Sync
10804
10805 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10806
10807         * tiff/tiff-document.c: Rough TIFF backend.
10808
10809 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10810
10811         * NEWS:
10812         * configure.ac:
10813         * cut-n-paste/toolbar-editor/Makefile.am:
10814
10815         Release 0.3.1
10816
10817 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10818
10819         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10820         (ev_view_find_next), (ev_view_find_previous):
10821
10822         Remove the locks around get_n_results   
10823
10824 2005-05-21  Juerg Billeter  <j@bitron.ch>
10825
10826         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10827
10828         Pass correct number of pages to poppler.
10829
10830 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10831
10832         * configure.ac:
10833         * data/Makefile.am:
10834         * data/evince.desktop.in: 
10835         * data/evince.desktop.in.in:
10836         * po/POTFILES.in:
10837         
10838         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10839
10840 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10841
10842         * shell/ev-view.c: (view_update_adjustments),
10843         (view_set_adjustment_values): cast adjustmen->value to (int)
10844         before using it.  Otherwise, we get off by a pixel in some
10845         situations.
10846
10847         (draw_one_page): Draw the border on expose.
10848
10849 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10850
10851         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10852         adjustment when the mode changes, #304923
10853
10854 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10855
10856         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10857         flickering on resize but still use gdk_window_scroll on
10858         scrolling
10859
10860 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10861
10862         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10863         option, #170458
10864
10865 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10866
10867         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10868         second page on page_changed if possible, #304669
10869
10870 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10871
10872         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10873         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10874
10875 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10876
10877         * .cvsignore:
10878         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10879         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10880         (ev_view_zoom_for_size_presentation),
10881         (ev_view_zoom_for_size_continuous_and_dual_page),
10882         (ev_view_zoom_for_size_continuous),
10883         (ev_view_zoom_for_size_dual_page),
10884         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10885         * shell/ev-view.h:
10886         * shell/ev-window.c: (update_view_size),
10887         (ev_window_sizing_mode_changed_cb):
10888
10889         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10890         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10891         an infinite loop, #304769
10892
10893
10894 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10895
10896         * data/evince-ui.xml:
10897         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10898         * shell/ev-window.c: (set_view_actions_sensitivity):
10899
10900         Make PgUp/Down behave like Space
10901
10902 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10903
10904         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10905         * backend/ev-ps-exporter.h:
10906         * pdf/ev-poppler.cc:
10907         * ps/ps-document.c: (ps_document_ps_export_begin):
10908         * shell/ev-print-job.c: (idle_print_handler):
10909
10910         Adapt to new poppler api
10911
10912 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10913
10914         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10915         (ephy_zoom_control_init):
10916
10917         Translate zoom levels
10918
10919 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10920
10921         * cut-n-paste/zoom-control/ephy-zoom.c:
10922         (ephy_zoom_get_zoom_level_index):
10923
10924         Fix current zoom -> zoom control match
10925
10926 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10927
10928         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10929         rather than the scrolled_window that it's in. Fixes bug #304655.
10930
10931 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10932
10933         * shell/ev-view.c: (view_update_adjustments),
10934         (view_set_adjustment_values), (view_update_range_and_current_page),
10935         (view_scroll_to_page), (set_scroll_adjustment),
10936         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10937         (ev_view_scroll), (ev_view_scroll_view),
10938         (ensure_rectangle_is_visible), (find_page_at_location),
10939         (get_link_at_location), (go_to_link), (status_message_from_link),
10940         (ev_view_size_request_continuous_dual_page),
10941         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10942         (ev_view_unrealize), (ev_view_expose_event),
10943         (ev_view_button_press_event), (ev_view_motion_notify_event),
10944         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10945         (draw_rubberband), (highlight_find_results), (draw_one_page),
10946         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10947         (ev_view_init), (find_changed_cb), (page_changed_cb),
10948         (on_adjustment_value_changed), (ev_view_new),
10949         (ev_view_set_document), (ev_view_set_zoom),
10950         (ev_view_set_continuous), (ev_view_set_dual_page),
10951         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10952         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10953         (ev_view_zoom_for_size_presentation),
10954         (ev_view_zoom_for_size_continuous_dual_page),
10955         (ev_view_zoom_for_size_continuous),
10956         (ev_view_zoom_for_size_dual_page),
10957         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10958         (ev_view_get_status), (ev_view_set_status),
10959         (update_find_status_message), (ev_view_get_find_status),
10960         (ev_view_set_find_status), (jump_to_find_result),
10961         (jump_to_find_page), (compute_selections), (clear_selection),
10962         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10963         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10964         (ev_view_update_primary_selection),
10965         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10966         * shell/ev-view.h:
10967         * shell/ev-window.c: (ev_window_open_page_label),
10968         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10969         (ev_window_init):
10970         * shell/ev-window.h:
10971         * shell/main.c: (load_files):
10972
10973         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10974         when resizing.  Remove the bin_window().  Also, patch from James
10975         Bowes to fix command line page, #300641
10976         
10977 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10978
10979         * data/evince-ui.xml:
10980         * shell/ev-view.c:
10981         * shell/ev-view.h:
10982         * shell/ev-window.c: (update_action_sensitivity):
10983
10984         Get rid of View->Normal Size, it's just confusing
10985
10986 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10987
10988         * backend/ev-document-info.h:
10989         * backend/ev-document.c: (ev_document_info_free): Free the
10990         EvDocumentInfo.
10991
10992         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10993         (clear_range), (add_range), (update_visible_range),
10994         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10995         (ev_sidebar_thumbnails_set_document):
10996         * shell/ev-window.c: (ev_window_setup_document): Only render the
10997         visible thumbnails.  It takes an instant to render, but it uses
10998         much less memory.
10999
11000 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11001
11002         * shell/ev-sidebar-links.c: (popup_menu_cb):
11003
11004         Select first item
11005
11006 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11007
11008         * lib/Makefile.am:
11009         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11010         (button_press_cb), (ev_sidebar_links_construct):
11011
11012         Show the popup menu also on keybindings
11013
11014 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11015
11016         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11017         * shell/ev-window.h:
11018
11019         Expose api to print a range (with dialog). Make private _print use
11020         it.
11021
11022         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11023         (ev_sidebar_links_construct):
11024
11025         Show a print context menu on linkx, it prints the selected
11026         section.
11027
11028 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11029
11030         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11031         button.
11032
11033 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11034
11035         * AUTHORS:
11036
11037         Update
11038
11039         * shell/ev-window.c: (build_comments_string),
11040         (ev_window_cmd_help_about):
11041
11042         Show poppler version/backend and authors
11043
11044 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11045
11046         * cut-n-paste/zoom-control/ephy-zoom.c:
11047         (ephy_zoom_get_zoom_level_index):
11048         * cut-n-paste/zoom-control/ephy-zoom.h:
11049
11050         Move the best fit items at the top of the list
11051
11052 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11053
11054         * shell/ev-marshal.list:
11055         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11056         (activate_cb), (match_selected_cb), (activate_link_cb),
11057         (connect_proxy), (ev_page_action_class_init):
11058         * shell/ev-page-action.h:
11059
11060         Use signals to notify action activation. Hopefully
11061         I did not break completion since I cant test...
11062
11063         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11064         (register_custom_actions):
11065
11066         Connect to page selector actions and also grab focus on
11067         the view when activated.
11068
11069 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11070
11071         * pdf/ev-poppler.cc:
11072         * backend/ev-page-cache.c: make page size calculation consistent
11073         and set it to (int)( width * scale + 0.5).  This makes the weird
11074         line going through the middle of the page go away.
11075
11076         * shell/ev-view.c: move painting the background page after
11077         checking the expose area covers us.
11078
11079 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11080
11081         * data/evince-password.glade:
11082         
11083         Mark labels as not translatable. Fix for bug 302842.
11084
11085 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11086
11087         * configure.ac: Added "es" to ALL_LINGUAS.
11088
11089 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11090
11091         * data/evince-toolbar.xml:
11092         * shell/ev-window.c: (update_action_sensitivity),
11093         (ev_window_setup_document), (ev_window_set_page_mode),
11094         (ev_window_init):
11095
11096         Remove some leftover code from jrb first continous
11097         attempt. Use the new actions, we still need good icons
11098         though...
11099
11100 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11101
11102         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11103
11104         Update label when connecting proxy. Fix a warning with NULL
11105         page_cache.
11106
11107 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11108
11109         * data/evince-ui.xml:
11110         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11111         * shell/ev-page-action.h:
11112         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11113
11114         Add mnemonic for edit toolbar.
11115         ctrl+l focus the page entry.
11116
11117 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11118
11119         * lib/Makefile.am:
11120         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11121         (ev_window_init):
11122         * shell/main.c: (main):
11123
11124         Put the toolbar xml in evince own dot dir
11125
11126 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11127
11128         * shell/ev-window.c: (ev_window_init):
11129
11130         Make the toolbar not removable
11131
11132 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11133
11134         * data/evince-ui.xml:
11135         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11136         * shell/ev-sidebar-links.h:
11137         * shell/ev-sidebar-thumbnails.c:
11138         (ev_sidebar_thumbnails_get_treeview):
11139         * shell/ev-sidebar-thumbnails.h:
11140         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11141         (ev_view_class_init):
11142         * shell/ev-view.h:
11143         * shell/ev-window.c: (update_action_sensitivity),
11144         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11145         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11146         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11147         (ev_window_init):
11148
11149         This is evil... Make space/backspace global accelerators but
11150         enable them only for some widgets (sidebars and view).
11151         I dont like it, but I dont know a better way... :/
11152
11153 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11154
11155         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11156         (ev_page_action_widget_finalize),
11157         (ev_page_action_widget_class_init), (update_page_cache):
11158
11159         Keep a weak reference on proxy->page_cache so that we
11160         dont try to disconnect the signal if the object is already
11161         gone. Maybe there is a better way to cleanup reference handling
11162         in page action though...
11163
11164 2005-05-10  Juerg Billeter  <j@bitron.ch>
11165
11166         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11167         * backend/ev-ps-exporter.h:
11168         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11169         * ps/ps-document.c: (ps_document_ps_export_begin):
11170         
11171         Change api to pass print range to ps_exporter_begin. The pdf backend
11172         requires this information.
11173         
11174         * shell/ev-print-job.c: (idle_print_handler):
11175         
11176         Adapt to api change
11177
11178 2005-05-10  Juerg Billeter  <j@bitron.ch>
11179
11180         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11181         (idle_print_handler)
11182         * shell/ev-window.c: (ev_window_print):
11183
11184         Support printing page range, based on patch by Amaury Jacquot
11185
11186 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11187
11188         * data/evince-toolbar.xml:
11189
11190         Add zoom control to available items
11191
11192 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11193
11194         * shell/ev-window.c: (update_action_sensitivity):
11195
11196         Set slash action insensitive when appropriate
11197
11198 2005-05-10  Christian Persch <chpe@gnome.org>
11199
11200         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11201
11202         Fix warning on the overflow menu
11203
11204 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11205
11206         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11207
11208         Check for uri correctness/existence
11209
11210 2005-05-09  Juerg Billeter  <j@bitron.ch>
11211
11212         * shell/ev-window.c: (using_postscript_printer):
11213
11214         LPD printers use postscript, too
11215
11216 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11217
11218         * shell/ev-window.c: (register_custom_actions):
11219
11220         The zoom one is actually sort of useful,
11221         put it back
11222
11223 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11224
11225         * shell/ev-window.c: (register_custom_actions):
11226
11227         Hide page/zoom controls from overflow, they
11228         are useless.
11229
11230 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11231
11232         * cut-n-paste/update-from-egg.sh:
11233         
11234         Share it between all cut-n-paste subdirs
11235
11236         * cut-n-paste/recent-files/Makefile.am:
11237
11238         Fix to use "global" update-from-egg.sh
11239
11240         * cut-n-paste/recent-files/egg-recent-model.c:
11241         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11242         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11243         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11244         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11245
11246         Update from libegg
11247
11248         * cut-n-paste/toolbar-editor/Makefile.am:
11249
11250         Fix to use "global" update-from-egg.sh
11251
11252         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11253
11254         Update from libegg
11255
11256 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11257
11258         * configure.ac:
11259         * cut-n-paste/Makefile.am:
11260         * cut-n-paste/recent-files/Makefile.am:
11261         * cut-n-paste/toolbar-editor/.cvsignore:
11262         * cut-n-paste/toolbar-editor/Makefile.am:
11263         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11264         (egg_editable_toolbar_get_type), (get_toolbar_position),
11265         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11266         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11267         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11268         (set_item_drag_source), (create_item_from_action), (create_item),
11269         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11270         (popup_toolbar_context_menu_cb), (free_dragged_item),
11271         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11272         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11273         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11274         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11275         (item_added_cb), (item_removed_cb),
11276         (egg_editable_toolbar_construct),
11277         (egg_editable_toolbar_disconnect_model),
11278         (egg_editable_toolbar_deconstruct),
11279         (egg_editable_toolbar_set_model),
11280         (egg_editable_toolbar_set_ui_manager),
11281         (egg_editable_toolbar_set_property),
11282         (egg_editable_toolbar_get_property),
11283         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11284         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11285         (egg_editable_toolbar_new_with_model),
11286         (egg_editable_toolbar_get_edit_mode),
11287         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11288         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11289         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11290         (new_pixbuf_from_widget), (new_separator_pixbuf),
11291         (update_separator_image), (style_set_cb),
11292         (_egg_editable_toolbar_new_separator_image),
11293         (egg_editable_toolbar_get_model):
11294         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11295         * cut-n-paste/toolbar-editor/egg-marshal.c:
11296         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11297         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11298         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11299         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11300         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11301         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11302         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11303         (editor_drag_data_delete_cb), (drag_data_get_cb),
11304         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11305         (editor_create_item), (update_editor_sheet), (setup_editor),
11306         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11307         (parse_item_list), (model_has_action), (update_actions_list),
11308         (egg_toolbar_editor_load_actions):
11309         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11310         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11311         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11312         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11313         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11314         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11315         (egg_toolbars_model_add_separator), (impl_add_item),
11316         (parse_item_list), (egg_toolbars_model_add_toolbar),
11317         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11318         (impl_get_item_data), (impl_get_item_type),
11319         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11320         (egg_toolbars_model_init), (free_toolbar),
11321         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11322         (egg_toolbars_model_remove_toolbar),
11323         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11324         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11325         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11326         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11327         (egg_toolbars_model_get_item_data),
11328         (egg_toolbars_model_get_item_type):
11329         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11330         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11331         * data/Makefile.am:
11332         * data/evince-toolbar.xml:
11333         * data/evince-ui.xml:
11334         * data/hand-open.png:
11335         * po/POTFILES.in:
11336         * shell/Makefile.am:
11337         * shell/ev-window.c: (update_chrome_visibility),
11338         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11339         (ev_window_dispose), (ev_window_init):
11340
11341         Implement epiphany like toolbar editor. Based on patch by
11342         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11343
11344 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11345
11346         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11347
11348         Use set_cursor instead of set_selection, so that
11349         the keyboard focus moves too.
11350
11351 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11352
11353         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11354
11355         Fix infinite loop when loading Type1 fonts
11356
11357 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11358
11359         * data/evince-ui.xml:
11360         * shell/ev-window.c:
11361
11362         Slash -> Find
11363
11364 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11365
11366         * configure.ac:
11367
11368         Make --disable really disable
11369
11370 2005-05-07  Juerg Billeter  <j@bitron.ch>
11371
11372         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11373
11374         Compare page labels even without has_labels set, fixes setting page
11375         with entry
11376
11377 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11378
11379         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11380         (ev_view_set_cursor), (ev_view_button_press_event),
11381         (ev_view_motion_notify_event), (ev_view_button_release_event),
11382         (ev_view_init):
11383
11384         Implement middle button scrolling. Based on a patch
11385         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11386
11387 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11388
11389         * shell/ev-document-types.c: (get_slow_mime_type),
11390         (get_document_type_from_mime), (ev_document_type_lookup):
11391         * shell/ev-document-types.h:
11392
11393         Change api to lookup from uri. Do fast lookup first, if the
11394         type is unknown try with data sniffing.
11395
11396         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11397         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11398
11399         Adapt to api change
11400
11401 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11402
11403         * thumbnailer/Makefile.am:
11404
11405         Fix distcheck
11406
11407 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11408
11409         * NEWS:
11410         * configure.ac:
11411
11412         Release 0.3.0
11413
11414         * data/evince-ui.xml:
11415
11416         Hide presentation mode for now
11417
11418         * shell/ev-view.c: (highlight_find_results):
11419
11420         Show current find selection only on current page
11421
11422 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11423
11424         * shell/ev-view.c: (ev_view_select_all):
11425
11426         Compute size of the actual page, not of
11427         the current one.
11428
11429 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11430
11431         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11432         (view_rect_to_doc_rect), (compute_selections),
11433         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11434         (ev_view_copy), (ev_view_primary_get_cb),
11435         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11436         (ev_view_button_press_event), (ev_view_motion_notify_event),
11437         (ev_view_button_release_event), (page_changed_cb):
11438
11439         Fix text selection
11440
11441 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11442
11443         * shell/ev-view.c: (compute_border), (get_page_extents),
11444         (doc_rect_to_view_rect), (highlight_find_results),
11445         (ev_view_bin_expose), (ev_view_select_all),
11446         (ev_view_motion_notify_event), (update_find_status_message),
11447         (jump_to_find_result), (jump_to_find_page):
11448
11449         First go at fixing search, still buggy
11450
11451 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11452
11453         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11454         dropdown box and button at the top of the sidebar.
11455
11456 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11457
11458         * configure.ac: Output zoom-control Makefile.
11459         * cut-n-paste/Makefile.am: build zoom-control subdir.
11460         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11461         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11462         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11463         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11464         * cut-n-paste/zoom-control/ephy-zoom.c:
11465         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11466         from epiphany, and modified to add a separator into the menu.
11467         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11468         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11469         zoom-control action.
11470         * shell/Makefile.am: Include zoom-control flags.
11471         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11472         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11473         (ev_view_zoom_for_size_presentation),
11474         (ev_view_zoom_for_size_continuous_and_dual_page),
11475         (ev_view_zoom_for_size_continuous),
11476         (ev_view_zoom_for_size_dual_page),
11477         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11478         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11479         ev_view_get_zoom and ev_view_get_sizing_mode.
11480         * shell/ev-view.h:
11481         * shell/ev-window.c: (update_action_sensitivity),
11482         (update_sizing_buttons), (zoom_control_changed_cb),
11483         (register_custom_actions): Initialize and use the zoom-control 
11484         widget.
11485
11486 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11487
11488         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11489         preview cache back to 1.  Don't know when it got set to 0.
11490         
11491         * shell/ev-view.c: (compute_border), (ev_view_realize),
11492         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11493         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11494         (ev_view_get_fullscreen), (ev_view_set_presentation),
11495         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11496         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11497         * shell/ev-view.h:
11498         * shell/ev-window.c:
11499         (update_chrome_visibility),
11500         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11501         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11502         (update_document_mode), (ev_window_update_fullscreen_action),
11503         (ev_window_fullscreen), (ev_window_unfullscreen),
11504         (ev_window_cmd_view_fullscreen),
11505         (ev_window_update_presentation_action),
11506         (ev_window_run_presentation), (ev_window_stop_presentation),
11507         (ev_window_cmd_view_presentation), (ev_window_state_event),
11508         (ev_window_focus_in_event), (ev_window_focus_out_event),
11509         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11510         * data/evince-ui.xml: Initial presentation mode.  We should
11511         probably hide this until it's done, as it's quite rough.  Also,
11512         change full-screen to fullscreen and add two getters to EvView.
11513
11514 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11515
11516         * shell/ev-page-action.c: (update_page_cache),
11517         (ev_page_action_dispose):
11518         * shell/ev-window.c: (destroy_fullscreen_popup),
11519         (ev_window_create_fullscreen_popup):
11520
11521         Use connect_object rather than explicitly
11522         disconnect on dispose.
11523
11524 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11525
11526         * shell/ev-page-action.c: (update_page_cache),
11527         (ev_page_action_dispose):
11528
11529 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11530
11531         * backend/ev-page-cache.c: (_ev_page_cache_new),
11532         (ev_page_cache_set_page_label),
11533         (ev_page_cache_has_nonnumeric_page_labels):
11534         * backend/ev-page-cache.h:
11535         * shell/ev-page-action.c: (update_pages_label):
11536         
11537         If all page labels are numeric, fallback to default
11538         way to display number of pages. See bug 173185.
11539
11540 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11541
11542         * shell/ev-page-action.c: (ev_page_action_dispose):
11543         * shell/ev-view.c: (view_update_range_and_current_page):
11544         * shell/ev-window.c: (ev_window_dispose):
11545         
11546         Set page on scroll in continuous mode. Fixes bug 301986.
11547         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11548
11549 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11550
11551         * configure.ac:
11552
11553         Require poppler 0.3.0
11554
11555 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11556         
11557         * shell/Makefile.am, configure.ac: Fix build problems
11558         with t1lib. Bug 301996.
11559
11560 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11561
11562         * shell/ev-view.c: (ev_view_scroll_event):
11563         
11564         Scroll up increase zoom
11565
11566 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11567
11568         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11569         (ev_view_set_sizing_mode),
11570         (ev_view_zoom_for_size_continuous_and_dual_page),
11571         (ev_view_zoom_for_size_continuous):
11572         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11573         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11574         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11575         (ev_window_init):
11576
11577         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11578         Fix for 165473 and 165472.
11579
11580 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11581
11582         * po/POTFILES.in:
11583         * thumbnailer/Makefile.am:
11584         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11585         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11586         * thumbnailer/evince-thumbnailer.schemas.in:
11587         
11588         Make thumbnailer schemas translatable. Fix for bug 301773
11589         
11590         * thumbnailer/evince-thumbnailer-djvu.schemas:
11591         * thumbnailer/evince-thumbnailer-dvi.schemas:
11592         * thumbnailer/evince-thumbnailer.schemas:
11593
11594         Removed files
11595
11596 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11597
11598         * shell/ev-view.c (ev_view_init): forgot to set this.
11599
11600 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11601
11602         * shell/ev-view.c: (find_page_at_location),
11603         (get_link_at_location),
11604         (ev_view_set_show_border), (ev_view_set_spacing),
11605         (ev_view_zoom_for_size_continuous_and_dual_page),
11606         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11607         Also, add a quick fix measuring of widths.  Also, removed
11608         ev_view_set_spacing and ev_view_set_show_border.
11609         
11610         * shell/ev-window.c: (ev_window_unfullscreen),
11611         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11612
11613 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11614
11615         * shell/ev-view.c: (view_update_range_and_current_page),
11616         (page_changed_cb):
11617         
11618         Fix crash on exit and scrolling to page in continuous view.
11619
11620 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11621
11622         * TODO:
11623         * backend/ev-page-cache.c: (_ev_page_cache_new),
11624         (ev_page_cache_get_max_width_size),
11625         (ev_page_cache_get_max_height_size):
11626         * backend/ev-page-cache.h:
11627         * data/evince-ui.xml:
11628         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11629         * shell/ev-view.c: (view_update_adjustments),
11630         (view_update_range_and_current_page), (get_bounding_box_size),
11631         (ev_view_size_request_continuous_and_dual_page),
11632         (ev_view_size_request_continuous),
11633         (ev_view_size_request_dual_page),
11634         (ev_view_size_request_single_page), (ev_view_size_request),
11635         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11636         (ev_view_bin_expose), (ev_view_expose_event),
11637         (ev_view_set_property), (ev_view_get_property),
11638         (ev_view_class_init), (ev_view_init), (ev_view_new),
11639         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11640         (ev_view_set_dual_page), (ev_view_set_full_screen),
11641         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11642         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11643         (ev_view_zoom_out), (zoom_for_size_fit_width),
11644         (zoom_for_size_best_fit),
11645         (ev_view_zoom_for_size_continuous_and_dual_page),
11646         (ev_view_zoom_for_size_continuous),
11647         (ev_view_zoom_for_size_dual_page),
11648         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11649         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11650         * shell/ev-view.h:
11651         * shell/ev-window.c: (update_action_sensitivity),
11652         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11653         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11654         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11655         (ev_window_cmd_view_zoom_out), (update_view_size),
11656         (ev_window_set_sizing_mode), (ev_window_init):
11657
11658         Add Continuous and Dual page modes.
11659
11660 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11661
11662         * dvi/dvi-document.c: (dvi_document_load),
11663         (dvi_document_thumbnails_get_thumbnail),
11664         (dvi_document_init_params): Fix up some mixups between
11665         width and height to correct thumbnail rendering.
11666
11667 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11668
11669         * dvi/mdvi-lib/private.h:
11670         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11671         
11672         Suppess output for kpathsea during font generation. Thanks to
11673         James Bowes
11674
11675 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11676
11677         * NEWS:
11678         * configure.ac:
11679
11680         Release 0.2.1
11681
11682         * Makefile.am: fix distcheck.
11683
11684 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11685
11686         * shell/ev-sidebar-links.c: (selection_changed_callback),
11687         (update_page_callback), (row_activated_callback),
11688         (job_finished_callback), (ev_sidebar_links_set_document):
11689         
11690         Fix for bug #169901. Double click on links expands tree.
11691
11692 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11693
11694         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11695         hard-coded style. Fix for bug 170111
11696
11697 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11698
11699         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11700         locking.
11701
11702 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11703
11704         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11705
11706 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11707
11708         * pdf/ev-poppler.cc:
11709         * shell/ev-view.c: (highlight_find_results):
11710
11711         Fix find on single page documents
11712
11713 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11714
11715         * data/evince.schemas.in: fix for bug 301390
11716
11717 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11718
11719         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11720         (ev_view_zoom_out), (ev_view_zoom_normal):
11721         * shell/ev-view.h:
11722         * shell/ev-window.c: (update_action_sensitivity),
11723         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11724         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11725         (ev_window_cmd_view_normal_size):
11726
11727         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11728         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11729         better than oom. 
11730
11731 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11732
11733         * configure.ac:
11734
11735         Depend on 2.57, 2.59 doesnt seem to be necessary
11736
11737 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11738
11739         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11740         (create_tool_item):
11741
11742         Put back total number of pages as (1 of 1234)
11743
11744 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11745
11746         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11747         remove the job.
11748
11749         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11750         function.  This helps debugging.
11751
11752 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11753
11754         * djvu/djvu-document.c: (djvu_document_class_init),
11755         (djvu_document_get_info), (djvu_document_document_iface_init):
11756         * dvi/dvi-document.c: (dvi_document_class_init),
11757         (dvi_document_get_info), (dvi_document_document_iface_init):
11758
11759         Dummy implementation of get_info method for dvi and
11760         djvu. Fix crashes with those backends
11761
11762 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11763
11764         * data/evince.desktop.in:
11765
11766         Add application/x-gzpostscript
11767
11768 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11769
11770         * data/evince.schemas.in: Added real long descriptions, 
11771         closes bug 172496 
11772
11773         * README: Added actual text, closes bug 171869
11774
11775 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11776
11777         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11778
11779         Thumbnail page 0
11780
11781 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11782
11783         * backend/ev-document-info.h:
11784
11785         s/GDate */GDate so we can just use g_free
11786
11787 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11788
11789         * shell/ev-window.c: (update_document_mode),
11790         (ev_window_setup_document):
11791
11792         Show the window in fullscreen when specified by
11793         the document
11794
11795 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11796
11797         * backend/ev-document.c: (ev_document_class_init),
11798         (ev_document_get_info), (ev_document_render_pixbuf):
11799         * backend/ev-document.h:
11800         * backend/ev-page-cache.c: (_ev_page_cache_new):
11801         * pdf/ev-poppler.cc:
11802         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11803         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11804         * ps/ps-document.c: (ps_document_class_init), (document_load),
11805         (ps_document_get_info), (ps_document_document_iface_init):
11806
11807         Remove get_title from the interface, we can just use document info
11808
11809 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11810
11811         * backend/Makefile.am:
11812         * backend/ev-document.c: (ev_document_render_get_info):
11813         * backend/ev-document.h:
11814         * pdf/ev-poppler.cc:
11815
11816         Initial support for document info. Based on jrb patch.
11817
11818 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11819
11820         * shell/ev-window.c: (ev_window_state_event),
11821         (ev_window_class_init), (ev_window_init):
11822         
11823         Doesn't show resize grip when maximized. See bug #301053
11824
11825 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11826
11827         * po/POTFILES.in:
11828         
11829         ev-sidebar-thumbnails now has translatable labels
11830         
11831         * shell/Makefile.am:
11832         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11833         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11834         (ev_sidebar_links_page_iface_init):
11835         * shell/ev-sidebar-links.h:
11836         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11837         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11838         (ev_sidebar_page_get_label):
11839         * shell/ev-sidebar-page.h:
11840         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11841         (ev_sidebar_thumbnails_set_document),
11842         (ev_sidebar_thumbnails_support_document),
11843         (ev_sidebar_thumbnails_get_label),
11844         (ev_sidebar_thumbnails_page_iface_init):
11845         * shell/ev-sidebar-thumbnails.h:
11846         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11847         (ev_sidebar_set_document):
11848         * shell/ev-sidebar.h:
11849         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11850         
11851         Small rework of sidebar code. Now sidebar pages should implement
11852         EvSidebarPage interface. That makes page management in EvSidebar
11853         easier. See bug #164811 for details
11854
11855 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11856
11857         * shell/ev-application.c: (ev_application_open):
11858         * shell/ev-document-types.c:
11859         
11860         Fix build error and small problem with application exit
11861
11862 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11863
11864         * thumbnailer/Makefile.am:
11865         * thumbnailer/evince-thumbnailer-djvu.schemas:
11866         * thumbnailer/evince-thumbnailer-dvi.schemas:
11867         
11868         Conditionally install schemas for djvu/dvi thumbnailer
11869
11870 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11871
11872         * shell/ev-document-types.h: 
11873         * shell/ev-document-types.c: 
11874         New files, handling the mapping from mimetypes to backends
11875         
11876         * shell/ev-window.c: 
11877         * thumbnailer/evince-thumbnailer.c:     
11878         Use the ev-document-types code
11879         
11880         * shell/Makefile.am: 
11881         Added new convenience library libevbackendfactory_la, containing
11882         the new mimetype->backend logic; moved the backends into it.
11883
11884         * thumbnailer/Makefile.am:
11885         Make the thumbnailer link with the libevbackend.la convenience
11886         library, rather than having a duplicate of the backend logic here.
11887
11888 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11889
11890         * shell/ev-stock-icons.c: constify some vars.
11891         * shell/ev-window.c: ditto.
11892
11893 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11894
11895         * ps/ps-document.c (get_page_orientation):
11896
11897         Respect document orientation 
11898
11899 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11900
11901         * djvu/Makefile.am:
11902         * dvi/Makefile.am:
11903         * shell/Makefile.am:
11904         
11905         Move library dependencies to components.
11906         
11907         * shell/ev-window.c: (update_window_title),
11908         (start_loading_document):
11909         
11910         Fix display of uris with spaces. Bug 168358.
11911
11912 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11913
11914         * shell/ev-sidebar-links.c: (selection_changed_cb):
11915         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11916         (ev_view_button_release_event), (ev_view_set_document):
11917         * shell/ev-view.h:
11918         * shell/ev-window.c: (find_bar_search_changed_cb):
11919         * shell/ev-window.h: Minor cleanups removing some dead code.
11920
11921 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11922
11923         * backend/ev-page-cache.c: (_ev_page_cache_new):
11924         
11925         Set current page to 0 if document has pages.
11926
11927 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11928
11929         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11930
11931         Initialize GError to NULL, fix a crash when loading fails.
11932
11933 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11934
11935         * shell/ev-window.c: (update_view_size):
11936
11937         Calculate shadow size only when there is actually
11938         a shadow.
11939
11940 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11941
11942         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11943         * shell/ev-view.h:
11944
11945         Allow setting view spacing, default to 0
11946
11947         * shell/ev-window.c: (ev_window_unfullscreen),
11948         (ev_window_cmd_view_fullscreen), (ev_window_init):
11949
11950         Remove spacing in fullscreen mode
11951
11952 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11953
11954         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11955         (ev_view_size_request), (expose_bin_window),
11956         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11957         * shell/ev-view.h:
11958         * shell/ev-window.c: (ev_window_unfullscreen),
11959         (ev_window_cmd_view_fullscreen):
11960
11961         Do not draw the border in fulscreen
11962
11963 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11964
11965         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11966         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11967         (find_page_at_location), (page_changed_cb):
11968
11969         Rework border calculation, so that I can more easily disable it.
11970         Code somewhat cleaner too.
11971
11972 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11973
11974         * backend/ev-page-cache.c: (ev_page_cache_init),
11975         (_ev_page_cache_new):
11976
11977         Remove some assertions, documents can have 0 pages.
11978         Make initial current page -1.
11979
11980         * shell/ev-page-action.c: (page_changed_cb):
11981
11982         Show "" if current page is -1
11983
11984         * shell/ev-window.c: (update_action_sensitivity),
11985         (ev_window_setup_document):
11986
11987         When document has 0 pages do not set the view
11988         and make nearly everything insensitive.
11989
11990 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11991
11992         * shell/ev-page-view.c:
11993         * shell/ev-page-view.h:
11994
11995         Remove unused files.
11996         
11997         * shell/ev-sidebar-thumbnails.c:
11998         (ev_sidebar_thumbnails_set_document):
11999         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12000         (ev_sidebar_supports_document):
12001         * shell/ev-sidebar.h:
12002         * shell/ev-window.c: (ev_window_setup_document):
12003         
12004         Doesn't show thumbnails if document has 1 page. Make
12005         sidebar menu entries sensitive only if if they have 
12006         sense. Fix bug 164811. 
12007
12008 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12009
12010         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12011         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12012         (ev_view_zoom_out), (ev_view_set_size):
12013
12014         Rework sizing to deal with documents with not uniform page
12015         size.
12016
12017 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12018
12019         * backend/ev-page-cache.c: (_ev_page_cache_new):
12020
12021         Fix several page size caching bugs
12022
12023 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12024
12025         * shell/ev-window.c: (set_action_properties):
12026
12027         Make all toolbar items translatable
12028
12029 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12030
12031         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12032         (save_page_list), (ps_document_save),
12033         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12034         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12035         (ps_document_ps_exporter_iface_init):
12036         * ps/ps-document.h:
12037
12038         Based on a patch by J�rg Billeter <j@bitron.ch>
12039         
12040         Implement print and save a copy for the ps backend.
12041
12042 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12043
12044         * backend/ev-document.h:
12045         * djvu/djvu-document.c: (djvu_document_can_get_text),
12046         (djvu_document_document_iface_init):
12047         * dvi/dvi-document.c: (dvi_document_can_get_text),
12048         (dvi_document_document_iface_init):
12049         * pdf/ev-poppler.cc:
12050         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12051         (pixbuf_document_document_iface_init):
12052         * ps/ps-document.c: (ps_document_can_get_text),
12053         (ps_document_document_iface_init):
12054         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12055         * shell/ev-window.c: (update_action_sensitivity):
12056
12057         Fix the crash when trying to copy in backends that doesnt
12058         support it. We can implement a better solution once we
12059         do real text selection.
12060
12061 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12062
12063         * data/evince-ui.xml:
12064         * shell/ev-window.c: (ev_window_cmd_escape):
12065         
12066         Work around the Escape conflict (find bar and unfullscreen)
12067
12068 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12069
12070         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12071         
12072         Fix for #300233. Next page correctly handles document end.
12073         
12074         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12075         (ev_sidebar_thumbnails_class_init),
12076         (ev_sidebar_thumbnails_set_document),
12077         (ev_sidebar_thumbnails_clear_job),
12078         (ev_sidebar_thumbnails_clear_model):
12079         
12080         Cleanup thumbnail jobs on document changes.
12081         
12082         * shell/ev-view.c: (add_scroll_binding_keypad),
12083         (add_scroll_binding_shifted), (ev_view_class_init):
12084         
12085         Shift + Space scrolls up. Fix for #173184
12086         
12087         * shell/ev-window.c: (ev_window_open_page),
12088         (ev_window_cmd_view_reload):
12089         
12090         Fix reload (Bug #300094)
12091
12092 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12093
12094         
12095         * dvi/mdvi-lib/assoc.c:
12096         * dvi/mdvi-lib/assoc.h: Removed garbage files
12097         
12098         * dvi/mdvi-lib/bitmap.c:
12099         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12100         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12101         * dvi/mdvi-lib/color.h: Antialias of rules
12102         
12103         * dvi/mdvi-lib/common.h:
12104         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12105         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12106         * dvi/mdvi-lib/files.c:
12107         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12108         * dvi/mdvi-lib/mdvi.h:
12109         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12110         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12111         * dvi/mdvi-lib/util.c: Fix compile warnings
12112         
12113         * dvi/dvi-document.c:
12114         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12115         (dvi_document_thumbnails_get_thumbnail),
12116         (dvi_document_document_thumbnails_iface_init):
12117         * dvi/mdvi-lib/Makefile.am:
12118         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12119         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12120         
12121         Dvi backend now renders thumbnails
12122
12123 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12124
12125         * shell/main.c: (main): 
12126         
12127         Save accelerators on exit. Fixes bug #172095.
12128
12129 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12130
12131         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12132         update priority" comment.
12133
12134         * backend/ev-job-queue.c: Give a way to change priority.
12135
12136 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12137
12138         * shell/ev-page-action.c: Fix logic.
12139
12140 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12141
12142         * shell/ev-view.c: (ev_view_can_find_next):
12143         * shell/ev-window.c: (ev_window_setup_document):
12144
12145         Check that the document supports find
12146
12147 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12148
12149         * data/evince-ui.xml:
12150         * shell/ev-view.c: (ev_view_can_find_next):
12151         * shell/ev-view.h:
12152         * shell/ev-window.c: (update_action_sensitivity),
12153         (find_changed_cb), (ev_window_setup_document),
12154         (ev_window_cmd_edit_find_next):
12155
12156         Add Edit->Find Next
12157
12158 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12159
12160         * pdf/ev-poppler.cc:
12161         * shell/ev-print-job.c: (idle_print_handler):
12162
12163         Make printing work again
12164
12165 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12166
12167         * shell/ev-page-action.h:
12168         * shell/ev-page-action.c: (ev_page_action_widget_init),
12169         (ev_page_action_widget_class_init), (page_changed_cb),
12170         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12171         (get_filter_model_from_model), (match_selected_cb),
12172         (display_completion_text), (match_completion), (update_model),
12173         (connect_proxy), (ev_page_action_set_property),
12174         (ev_page_action_get_property), (ev_page_action_set_document),
12175         (ev_page_action_set_model), (ev_page_action_class_init): Big
12176         reworking to make completions work iff we have >= GTK-2.7.0
12177                 
12178         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12179         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12180         (job_finished_cb): We now have a 'model' property that is set when
12181         the links are loaded.  This can be caught with "notify::model"
12182
12183         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12184         listen for the model to be set, and propagate it to the action.
12185
12186 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12187
12188         * cut-n-paste/recent-files/egg-recent-item.c:
12189         (egg_recent_item_set_uri), (make_valid_utf8),
12190         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12191         * cut-n-paste/recent-files/egg-recent-item.h:
12192         
12193         Update egg-recent from libegg. This should fix long
12194         startup problem. For details see
12195         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12196
12197 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12198
12199         * cut-n-paste/recent-files/Makefile.am:
12200         * data/evince-ui.xml, shell/Makefile.am:
12201         * shell/ev-application.c, shell/ev-application.h:
12202         * shell/ev-window.c: Recent files support.
12203         
12204         * configure.ac: Added "ru" to ALL_LINGUAS.
12205         
12206         * dvju: new backend to support DJVU files.
12207         * dvi: new backend to support DVI.
12208
12209         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12210         * ev-application.c: Support for new backends.
12211         
12212         * help, ev-window.c, main.c shell/Makefile.am: 
12213         Evince user documentation.
12214
12215 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12216
12217         * po/POTFILES.in:
12218         * shell/ev-window.c:
12219         * thumbnailer/evince-thumbnailer.c:
12220
12221         s/pdf-document/ev-poppler
12222
12223 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12224
12225         * NEWS:
12226         * configure.ac:
12227
12228         Release 0.2.0
12229
12230         * ps/ps-document.c: (setup_pixmap):
12231
12232         Remove debug code
12233
12234 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12235
12236         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12237         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12238         (ev_window_cmd_go_first_page): Fix of by one errors.
12239
12240 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12241
12242         * ps/ps-document.c: (get_page_box):
12243
12244         Fix page size calculation
12245
12246 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12247
12248         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12249         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12250         (get_page_orientation), (setup_page), (document_load),
12251         (ps_document_get_page_size), (render_pixbuf_idle):
12252         * ps/ps-document.h:
12253
12254         More refactoring to adapt to EvDocument changes
12255
12256 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12257
12258         * ps/ps-document.c: (start_interpreter):
12259
12260         Actually add alpha args
12261
12262 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12263
12264         * pdf/ev-poppler.cc:
12265
12266         Make clipboard work again
12267
12268 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12269
12270         Make searching work again.
12271         
12272         * backend/ev-document.c:
12273         * backend/ev-document.h:
12274         * backend/ev-document-find.c:
12275         * backend/ev-document-find.h: Change EvDocumentIface so we no
12276         longer store the current page or zoom level in the document.  The
12277         consequence is that all calls that operate on the current page now
12278         instead take the page number as an extra argument, and all
12279         coordinates are now doubles in document coordinate system.
12280
12281         * pdf/ev-poppler.cc:
12282         * pixbuf/pixbuf-document.c:
12283         * ps/ps-document.c: Update backends accordingly.
12284
12285 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12286
12287         * autogen.sh:
12288
12289         Add required gettext version
12290
12291 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12292
12293         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12294         make F1 bring up non-existent help.
12295
12296         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12297         epiphany's find bar, #167477
12298
12299         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12300         <emil@nishra.com> to add space-bar scrolling, 
12301
12302         * shell/ev-window.c (static GtkActionEntry entries): add default
12303         keybinding for Help (F1)
12304         Fixes #171068
12305
12306         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12307         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12308         170110
12309
12310 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12311
12312         * Makefile.am: 
12313         * pixbuf/pixbuf-document.c: 
12314
12315         Got pixbuf backend working again
12316
12317 2005-04-01  Steve Murphy  <murf@e-tools.com>
12318
12319         * configure.in: Added "rw" to ALL_LINGUAS.
12320
12321 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12322
12323         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12324         model types, noticed by Martin Kretzschmar.
12325
12326 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12327
12328         * pdf/ev-poppler.cc: Implement search based on
12329         poppler_page_find_text().  Currently a bit crude since we remember
12330         all matches from all pages.  Also, we grab the big document lock
12331         when we search since searching changes the underlying stream and
12332         thus conflicts with the rendering thread.
12333         
12334         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12335         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12336         (ev_view_find_previous): Fix some page indexes to be 0 based,
12337         offset rubber band by view offset,
12338
12339 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12340
12341         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12342
12343 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12344
12345         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12346         completely because I didn't understand GtkActions.  I should
12347         read Marco's code more carefully in the future.
12348
12349         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12350         function
12351
12352 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12353
12354         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12355         PopplerRectangle change from poppler CVS.
12356
12357 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12358
12359         * backend/ev-document.c: (ev_document_get_page_label):
12360         * backend/ev-document.h:
12361         * backend/ev-page-cache.c: (_ev_page_cache_new),
12362         (ev_page_cache_get_page_label):
12363         * backend/ev-page-cache.h:
12364         * pdf/ev-poppler.cc:
12365         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12366         (links_page_num_func):
12367         * shell/ev-sidebar-thumbnails.c:
12368         (ev_sidebar_thumbnails_set_document):
12369         * shell/ev-view.c: (status_message_from_link),
12370         (ev_view_motion_notify_event):
12371         * shell/ev-window.c: (document_supports_sidebar): Add in page
12372         label support.  It's not perfect yet, but it's the first 'feature'
12373         in a while.
12374         Also, fix a bogus comment noticed by crispin. 
12375
12376 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12377
12378         * Makefile.am: Remove pixbuf backend for now
12379
12380         * configure.ac: Require poppler-glib instead of just poppler.
12381
12382         * backend/ev-document-thumbnails.h: Add a comment
12383
12384         * backend/ev-document.h:
12385         * backend/ev-document.c: (ev_document_class_init),
12386         (ev_document_load), (ev_document_get_link),
12387         (ev_document_get_links): Remove 3 methods and add get_links.
12388         Also, made 0 based.
12389
12390         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12391         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12392
12393         * backend/ev-link.c: (ev_link_set_title),
12394         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12395         (ev_link_mapping_find):
12396         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12397         
12398         * backend/ev-page-cache.c: (ev_page_cache_init),
12399         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12400         (ev_page_cache_get_size), (ev_page_cache_next_page),
12401         (ev_page_cache_prev_page): Fix to be 0 based.
12402
12403         * pdf/Makefile.am: 
12404         * pdf/ev-poppler.h:
12405         * pdf/ev-poppler.cc: New backend.
12406         
12407         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12408         (ps_document_get_page), (ps_document_document_iface_init):
12409
12410         * shell/ev-pixbuf-cache.h:
12411         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12412         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12413         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12414         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12415         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12416         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12417         based.
12418         
12419         * shell/ev-sidebar-thumbnails.c:
12420         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12421         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12422
12423         * shell/ev-view.c: (status_message_from_link),
12424         (find_page_at_location), (get_link_at_location),
12425         (ev_view_motion_notify_event), (ev_view_button_release_event),
12426         (ev_view_init): Use the new link code.  Fix to be 0 based.
12427
12428         * shell/ev-window.c: (update_action_sensitivity),
12429         (document_supports_sidebar): 0 based.
12430
12431 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12432
12433         * pdf/pdf-document.cc: Patch from Fernando Herrera
12434         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12435         *blush*
12436
12437 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12438
12439         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12440         1 to the page, as this seems to be 1 based.  I thought we has this
12441         fixed.  grump.
12442
12443 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12444
12445         * TODO:
12446         * backend/Makefile.am:
12447         * backend/ev-document-links.c:
12448         (ev_document_links_has_document_links),
12449         (ev_document_links_get_links_model):
12450         * backend/ev-document-links.h:
12451         * backend/ev-document.c: (ev_document_get_page_cache),
12452         (ev_document_get_doc_mutex), (ev_document_load),
12453         (ev_document_save), (ev_document_get_title),
12454         (ev_document_get_n_pages), (ev_document_set_page),
12455         (ev_document_get_page), (ev_document_set_target),
12456         (ev_document_set_scale), (ev_document_set_page_offset),
12457         (ev_document_get_page_size), (ev_document_get_text),
12458         (ev_document_get_link), (ev_document_render),
12459         (ev_document_render_pixbuf), (ev_document_scale_changed):
12460         * backend/ev-document.h:
12461         * backend/ev-job-queue.c: (remove_object_from_queue),
12462         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12463         (no_jobs_available_unlocked), (ev_render_thread),
12464         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12465         (ev_job_queue_remove_job):
12466         * backend/ev-job-queue.h:
12467         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12468         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12469         (ev_job_links_class_init), (ev_job_render_init),
12470         (ev_job_render_dispose), (ev_job_render_class_init),
12471         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12472         (ev_job_thumbnail_class_init), (ev_job_finished),
12473         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12474         (ev_job_render_run), (ev_job_thumbnail_new),
12475         (ev_job_thumbnail_run):
12476         * backend/ev-jobs.h:
12477         * backend/ev-link.c:
12478         * backend/ev-link.h:
12479         * backend/ev-page-cache.c: (ev_page_cache_init),
12480         (ev_page_cache_class_init), (ev_page_cache_finalize),
12481         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12482         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12483         (ev_page_cache_set_link), (ev_page_cache_get_title),
12484         (ev_page_cache_get_size), (ev_page_cache_next_page),
12485         (ev_page_cache_prev_page):
12486         * backend/ev-page-cache.h:
12487         * pdf/pdf-document.cc:
12488         * ps/gsdefaults.c:
12489         * ps/gsdefaults.h:
12490         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12491         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12492         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12493         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12494         (is_interpreter_ready), (output), (catchPipe), (input),
12495         (start_interpreter), (check_filecompressed), (compute_dimensions),
12496         (ps_document_enable_interpreter), (document_load),
12497         (ps_document_next_page), (render_page), (ps_document_set_page),
12498         (ps_document_set_scale), (render_pixbuf_idle),
12499         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12500         * ps/ps-document.h:
12501         * shell/Makefile.am:
12502         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12503         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12504         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12505         (ev_pixbuf_cache_new), (job_finished_cb),
12506         (check_job_size_and_unref), (move_one_job),
12507         (ev_pixbuf_cache_update_range), (find_job_cache),
12508         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12509         (ev_pixbuf_cache_add_jobs_if_needed),
12510         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12511         * shell/ev-pixbuf-cache.h:
12512         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12513         (idle_print_handler):
12514         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12515         (selection_changed_cb), (create_loading_model),
12516         (ev_sidebar_links_construct), (links_page_num_func),
12517         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12518         (update_page_callback), (job_finished_cb),
12519         (ev_sidebar_links_set_document):
12520         * shell/ev-sidebar-thumbnails.c:
12521         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12522         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12523         (page_changed_cb), (thumbnail_job_completed_callback),
12524         (ev_sidebar_thumbnails_set_document):
12525         * shell/ev-sidebar-thumbnails.h:
12526         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12527         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12528         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12529         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12530         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12531         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12532         (ev_view_button_release_event), (ev_view_scroll_view),
12533         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12534         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12535         (ev_view_new), (job_finished_cb), (page_changed_cb),
12536         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12537         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12538         (ev_view_find_previous):
12539         * shell/ev-view.h:
12540         * shell/ev-window.c: (update_action_sensitivity),
12541         (ev_window_open_page), (update_window_title), (update_total_pages),
12542         (page_changed_cb), (ev_window_setup_document),
12543         (password_dialog_response), (ev_window_cmd_save_as),
12544         (ev_window_print), (ev_window_cmd_go_previous_page),
12545         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12546         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12547         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12548         * shell/main.c: (main):
12549
12550         Merge evince-threads branch
12551
12552 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12553
12554         * configure.ac: Added "lt" to ALL_LINGUAS.
12555
12556 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12557
12558         * NEWS:
12559         * configure.ac:
12560
12561         Release 0.1.9
12562
12563 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12564
12565         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12566
12567         Fix here also the thumbnails 1-basedness :)
12568
12569 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12570
12571         * NEWS:
12572         * configure.ac:
12573
12574         Release 0.1.8
12575
12576 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12577
12578         * pdf/pdf-document.cc:
12579         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12580         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12581
12582         Fix the mess we did with thumbnails and 1-basedness
12583
12584 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12585
12586         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12587
12588 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12589
12590         * NEWS:
12591         * configure.ac:
12592
12593         Release 0.1.7
12594
12595 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12596
12597         * ps/Makefile.am:
12598         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12599         (gtk_gs_defaults_get_alpha_parameters),
12600         (gtk_gs_defaults_get_ungzip_cmd),
12601         (gtk_gs_defaults_get_unbzip2_cmd):
12602         * ps/gsdefaults.h:
12603         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12604         (ps_document_get_orientation), (document_load),
12605         (ps_document_goto_page), (ps_document_set_page_size):
12606         * ps/ps-document.h:
12607
12608         Some more sanitization of the ps backend. Remove a lot
12609         of unused code and do not base our defaults on ggv
12610         preferences (ugh!)
12611
12612 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12613
12614         * thumbnailer/evince-thumbnailer.schemas:
12615         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12616         (main): add -s option for thumbnail size.
12617
12618 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12619
12620         * configure.ac:
12621
12622         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12623         remove it.
12624
12625 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12626
12627         * pdf/pdf-document.cc:
12628
12629         Remove 4 pixels of useless border from the
12630         thumbnail.
12631
12632 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12633
12634         * backend/ev-document-thumbnails.c:
12635         (ev_document_thumbnails_get_thumbnail):
12636         * backend/ev-document-thumbnails.h:
12637
12638         Rework API a bit. Add a border flag and
12639         change sizing logic (now the size we specify
12640         applies to the bigger dimension).
12641
12642         * pdf/pdf-document.cc:
12643         * pixbuf/pixbuf-document.c:
12644         (pixbuf_document_thumbnails_get_thumbnail):
12645         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12646         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12647
12648         Adapt to the new API and do not draw a border for nautilus
12649         thumbnailer.
12650
12651 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12652
12653         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12654         take thumbnails from page "0" instead of "1". Added a copyright header.
12655
12656 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12657
12658         * ps/ps-document.c: (set_up_page), (start_interpreter):
12659
12660         Make it C89 compliant
12661
12662 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12663
12664         * Makefile.am:
12665         * configure.ac:
12666         * pdf/.cvsignore:
12667         * pdf/pdf-document.cc:
12668         * thumbnailer/Makefile.am:
12669         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12670         (main):
12671         * thumbnailer/evince-thumbnailer.schemas:
12672         * thumbnailer/pdf-icon.png:
12673
12674         Add a nautilus thumbnailer.
12675         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12676
12677 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12678
12679         * NEWS:
12680         * configure.ac:
12681         * po/POTFILES.in:
12682
12683         Release 0.1.6
12684
12685 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12686
12687         Use poppler instead of including xpdf source code.  Poppler is a
12688         fork of xpdf to build it as a shared library. See
12689         http://freedesktop.org/wiki/Software/poppler.
12690
12691         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12692         xpdf fork.
12693         
12694         * pdf/Makefile.am: Build libpdfdocument.a here.
12695         
12696         * pdf/GDKSplashOutputDev.cc:
12697         * pdf/GDKSplashOutputDev.h:
12698         * pdf/GnomeVFSStream.cc:
12699         * pdf/GnomeVFSStream.h:
12700         * pdf-document.cc:
12701         * pdf-document.h:
12702         * test-gdk-output-dev.cc
12703         * Thumb.cc:
12704         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12705         against poppler.
12706
12707 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12708
12709         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12710
12711         Clear idle stack before unsetting the document
12712
12713 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12714
12715         * ps/ps-document.c: (ps_document_widget_event),
12716         (ps_document_set_target), (ps_document_finalize),
12717         (ps_document_get_page):
12718
12719         Disconnect the widget event signal on finalize.
12720         Some code cleanups.
12721
12722 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12723
12724         * ps/ps-document.c: (set_up_page):
12725
12726         If there is no bpixmap create one, even if size
12727         is not changed.
12728
12729 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12730
12731         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12732         (set_up_page), (document_load), (ps_document_set_zoom):
12733
12734         Default page is 0. Calculate size even when we have no
12735         target yet.
12736
12737 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12738
12739         * shell/ev-sidebar.c: expand the selection widget to be always as
12740         wide as the sidebar
12741
12742 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12743
12744         * shell/ev-sidebar-thumbnails.c:
12745         (ev_sidebar_thumbnails_set_document):
12746
12747         Clear the list store when setting document
12748
12749 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12750
12751         * shell/ev-page-action.c: (update_entry), (sync_entry),
12752         (activate_cb), (entry_size_request_cb), (create_tool_item),
12753         (connect_proxy):
12754
12755         Use an entry for the page control instead of spinbuttons
12756
12757 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12758
12759         * data/evince.schemas.in:
12760
12761         Correct confusing string
12762
12763 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12764
12765         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12766         for real.  Gosh, how long has this been broken.
12767
12768         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12769         check for a NULL link.  We crash otherwise.
12770
12771 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12772
12773         * NEWS:
12774         * configure.ac:
12775
12776         Release 0.1.5
12777
12778 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12779
12780         * configure.ac: add the french translation.
12781
12782 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12783
12784         * shell/ev-window.c:
12785
12786         Remove unused header -> fix distcheck
12787
12788 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12789
12790         * shell/ev-window.c: (update_window_title),
12791         (ev_window_popup_password_dialog):
12792
12793         Unescape filename for display
12794
12795 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12796
12797         * pdf/xpdf/pdf-document.cc:
12798
12799         In get_page_size deal with rotation. Also
12800         cleanup the function a bit.
12801
12802 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12803
12804         * pdf/xpdf/pdf-document.cc:
12805
12806         Fix crash when opening in new window
12807
12808 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12809
12810         * configure.ac:
12811
12812         Check ghostscript >= 7
12813
12814 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12815
12816         * shell/ev-window.c:
12817
12818         Make page width the default sizing mode
12819
12820 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12821         Marco Pesenti Gritti <marco@gnome.org>
12822
12823         * shell/ev-window.c: Remember the sidebar size
12824
12825         * data/evince.schemas.in: Add a new gconf key to store the size of
12826         the sidebar
12827
12828 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12829
12830         * data/evince-ui.xml:
12831         * shell/ev-window.c: (update_action_sensitivity),
12832         (ev_window_cmd_view_reload):
12833         
12834         Add a "Reload" action and menu entry
12835
12836 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12837
12838         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12839         iff the type doesn't support thumbnailing and indexing.
12840
12841 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12842
12843         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12844
12845 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12846
12847         * pdf/splash/Splash.cc:
12848
12849         Port fix for a crasher from kde bug
12850         http://bugs.kde.org/show_bug.cgi?id=97131
12851
12852 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12853
12854         * pdf/xpdf/pdf-document.cc:
12855
12856         Return a link even if it's of an unrecognized
12857         type. Otherwise we go in an infinte cycle.
12858
12859 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12860
12861         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12862         (size_allocate_cb), (ev_window_set_sizing_mode):
12863
12864         Update size when switching mode
12865
12866 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12867
12868         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12869         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12870         (ev_window_cmd_view_normal_size):
12871
12872         Fix size toggle buttons behavior
12873
12874 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12875
12876         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12877         (doc_rect_to_view_rect), (ev_view_size_allocate),
12878         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12879         (scale_changed_callback):
12880
12881         Do not cache offsets in size_allocate.
12882
12883 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12884
12885         * shell/ev-view.c: (ev_view_size_allocate):
12886
12887         Calculate offsets before calling the parent
12888         class (which does a redraw)
12889
12890 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12891
12892         * pdf/xpdf/pdf-document.cc:
12893
12894         Fix a crasher on exit. Unused code, put a TODO
12895
12896 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12897
12898         * backend/ev-document.c: (ev_document_class_init),
12899         (ev_document_page_changed), (ev_document_scale_changed):
12900         * backend/ev-document.h:
12901
12902         Separate page/scale notifications
12903
12904         * pdf/xpdf/pdf-document.cc:
12905
12906         Emit the new signals.
12907         Do not display the pdf page in _render, do it
12908         when scale/page are requested.
12909
12910         * ps/ps-document.c: (ps_document_set_zoom),
12911         (ps_document_widget_event):
12912         * ps/ps-document.h:
12913
12914         Emit the new signals.
12915
12916         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12917         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12918         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12919         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12920         * shell/ev-view.h:
12921         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12922         (ev_window_cmd_view_page_width), (size_allocate_cb),
12923         (ev_window_set_sizing_mode):
12924
12925         Rework sizing to be pixel based.
12926         There are bugs but should be already way better.
12927
12928 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12929
12930         * shell/ev-window.c: (ev_window_init):
12931
12932         Do not allow to shrink sidebar smaller then
12933         child requisition
12934
12935 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12936
12937         * shell/ev-sidebar.[ch]
12938         * shell/ev-window.c:
12939
12940         Improved sidebar widget. Fixes #166683
12941
12942 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12943
12944         * shell/ev-view.c (update_find_status_message): Give translators
12945         more flexibility with ngettext plural handling.
12946
12947 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12948
12949         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12950         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12951         page when we get the page size.
12952
12953 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12954
12955         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12956
12957         ps pages are 0 based, convert 
12958
12959 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12960
12961         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12962
12963         Initialize correct parent class. Set GError on document load
12964
12965 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12966
12967         * pdf/xpdf/pdf-document.cc:
12968
12969         Fixup selection offset calculation
12970
12971         * shell/ev-view.c: (view_rect_to_doc_rect),
12972         (doc_rect_to_view_rect), (ev_view_size_allocate),
12973         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12974         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12975
12976         Store selection as document relative, so that zooming
12977         and offset changing doesnt break it.
12978
12979 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12980
12981         * shell/ev-view.c: (ev_view_best_fit):
12982
12983         Do not try to best fit if the view is not realized
12984
12985 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12986           
12987         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12988
12989 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12990
12991         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12992
12993 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12994
12995         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12996         the popup window.  That prevents it resizing when in full screen
12997         mode.
12998
12999         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13000         multiple rerenders.  This pretty much sucks.
13001
13002         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13003         rest of the toolbar.
13004
13005 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13006
13007         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13008
13009 2005-02-17  Alexander Shopov  <ash@contact.bg>
13010
13011         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13012
13013 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13014
13015         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13016
13017 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13018
13019         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13020         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13021         (set_document_page), (document_changed_callback),
13022         (ev_view_set_document), (ev_view_find_previous),
13023         (ev_view_hide_cursor), (ev_view_show_cursor):
13024         * shell/ev-view.h:
13025         * shell/ev-window.c: (update_chrome_visibility),
13026         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13027         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13028         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13029         (ev_window_unfullscreen):
13030         * shell/main.c: (main):
13031
13032         Automatically hide the fullscreen button.
13033         Patch by Kristian Høgsberg <krh@redhat.com>
13034
13035 2005-02-16  Vincent Noel  <vnoel@cox.net>
13036
13037         * shell/main.c (main): Specify an icon for the window. Patch by
13038         Jaap A. Haitsma. Fixes #166177.
13039
13040 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13041
13042         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13043
13044 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13045
13046         * backend/ev-document-misc.h:
13047         * backend/ev-document-misc.c:
13048         (ev_document_misc_get_page_border_size),
13049         (ev_document_misc_paint_one_page): New function to canonicalize
13050         sizing/painting a border.
13051
13052         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13053         used.
13054
13055         * pdf/xpdf/pdf-document.cc: use new function
13056
13057         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13058         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13059         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13060         shell/ev-window.c: (update_sizing_buttons),
13061         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13062         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13063         (ev_window_cmd_view_page_width), (size_allocate_cb),
13064         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13065         and "fit width" values act as toggle buttons so they stay
13066         toggled.  It's not 100% perfect, and it's a little slow, but it's
13067         good enough to commit I think.
13068
13069 2005-02-15  David Lodge  <dave@cirt.net>
13070
13071         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13072
13073 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13074
13075         * shell/ev-window.c (update_window_title): replace newlines in
13076         the title by spaces. Bug #166107.
13077
13078 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13079
13080         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13081         parameters providing allocation width and height without
13082         scrollbars and width of a possible vertical scrollbar. With this
13083         additional information the functions can work as
13084         intended. Unfortunately they're not idempotent. We should
13085         transform these commands to toggles. Fixes Bug #164976
13086         Initial patch by Stephane Loeuillet, then heavily modified.
13087
13088         * shell/ev-view.h: update prototypes.
13089
13090         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13091         (ev_window_cmd_view_page_width): provide EvView fit functions with
13092         all the information they need. Formulas to calculate this
13093         information taken from GtkScrolledWindow.
13094
13095 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13096
13097         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13098         created a thumbnail, the list store is updated to know
13099         that the thumbnail is set. Fixes bug #166792
13100
13101 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13102
13103         * shell/ev-window.c: fixed typo, closes bug 166897
13104
13105         * TODO: updated TODO with bug numbers that are relevant
13106
13107 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13108
13109         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13110
13111 2005-02-09  Vincent Noel  <vnoel@cox.net>
13112
13113         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13114         and "Next" toolbar buttons as important to make them stand out.
13115
13116 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13117
13118         * lib/ev-debug.c:
13119         * lib/ev-debug.h:
13120         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13121         (start_interpreter), (stop_interpreter), (document_load),
13122         (ps_document_next_page), (ps_document_goto_page),
13123         (ps_document_set_page_size), (ps_document_widget_event),
13124         (ps_document_render):
13125         * shell/ev-page-view.c: (ev_page_view_dispose):
13126         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13127
13128         Fix compilation on non-gcc platforms
13129
13130 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13131
13132         * NEWS:
13133         * configure.ac:
13134
13135         Release 0.1.4
13136
13137         * pdf/xpdf/Catalog.cc:
13138         * pdf/xpdf/XRef.cc:
13139
13140         Fix the fix for CAN-2004-0888
13141
13142 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13143
13144         * data/Makefile.am:
13145         * data/evince-ui.xml:
13146         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13147         * shell/ev-stock-icons.h:
13148         * shell/ev-window.c: (update_action_sensitivity),
13149         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13150         (set_action_properties):
13151
13152         Improve toolbar layout/icons
13153
13154 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13155
13156         * pdf/xpdf/pdf-document.cc:
13157
13158         Add warnings about unimplemented/unknown link
13159         types.
13160
13161 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13162
13163         * ps/ps-document.c: (set_up_page):
13164
13165         Log gs property
13166
13167 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13168
13169         * ps/ps-document.c: (start_interpreter):
13170
13171         Log gs env var
13172
13173 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13174
13175         * shell/ev-page-view.c: (ev_page_view_dispose):
13176         * shell/ev-view.c: (ev_view_finalize):
13177         * shell/ev-window.c: (ev_window_setup_document),
13178         (ev_window_dispose), (ev_window_init):
13179
13180         Solve more refs issues.
13181
13182         I commented out the page_view initialization for now:
13183         it was never destroyed (because it's never added
13184         to a container). Because of that we was leaking
13185         gs processes. Couldnt think to a clean fix.
13186         We need to figure this out, password view has the
13187         same issue probably.
13188
13189 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13190
13191         * ps/ps-document.c: (ps_document_finalize),
13192         (ps_document_get_n_pages), (ps_document_get_page):
13193
13194         Some cleanups, stop the interpreter on finalize
13195
13196         * shell/ev-page-view.c: (ev_page_view_dispose),
13197         (ev_page_view_class_init):
13198
13199         Release our reference on the document
13200
13201 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13202
13203         * Makefile.am:
13204         * configure.ac:
13205         * doc/debugging.txt:
13206         * lib/.cvsignore:
13207         * lib/Makefile.am:
13208         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13209         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13210         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13211         * lib/ev-debug.h:
13212
13213         Add debugging helpers
13214
13215         * ps/Makefile.am:
13216         * ps/ps-document.c: (set_up_page), (start_interpreter),
13217         (stop_interpreter), (document_load), (ps_document_next_page),
13218         (ps_document_goto_page), (ps_document_set_page_size),
13219         (ps_document_widget_event), (ps_document_render):
13220         * shell/Makefile.am:
13221         * shell/ev-view.c: (expose_bin_window):
13222         * shell/main.c: (main):
13223
13224         Add some logs
13225         
13226 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13227
13228         * ps/ps-document.c: (ps_document_widget_event):
13229
13230         Initialize message_window, this should make ps
13231         rendering really work! (Never noticed because I was
13232         testing with a ps that is causing gs to exit every time!)
13233
13234 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13235
13236         * data/evince.schemas.in: updated simple error in applyto closing tag
13237
13238 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13239
13240         * Makefile.am:
13241         * configure.ac:
13242         * data/.cvsignore:
13243         * data/Makefile.am:
13244         * data/evince-ui.xml:
13245         A data/evince.schemas.in:
13246         * po/POTFILES.in:
13247         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13248         * shell/ev-stock-icons.h:
13249         * shell/ev-window.c: (update_chrome_visibility),
13250         (update_chrome_flag), (ev_window_cmd_edit_find),
13251         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13252         (ev_window_unfullscreen), (ev_window_focus_in_event),
13253         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13254         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13255         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13256         (ev_window_dispose), (ev_window_class_init),
13257         (set_action_properties), (set_chrome_actions), (load_chrome),
13258         (ev_window_init):
13259
13260         Implement fullscreen mode changes from bug #164776.
13261         Also implement persistent chrome toggles.
13262
13263 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13264
13265         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13266
13267 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13268
13269         * NEWS:
13270         * configure.ac:
13271         * shell/ev-view.c:
13272
13273         Add another check for find interface
13274
13275         Release 0.1.3
13276
13277 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13278
13279         * shell/ev-application.c: (ev_application_open):
13280         * shell/ev-window.c: (ev_window_open):
13281
13282         Open gzipped ps documents
13283
13284 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13285
13286         * TODO:
13287         * shell/ev-view.c: (set_document_page):
13288
13289         Clamp page number, dont try to move to
13290         not existant pages.
13291
13292 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13293
13294         * backend/ev-document-find.c: (ev_document_find_changed):
13295         * backend/ev-document-find.h:
13296         * pdf/xpdf/pdf-document.cc:
13297         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13298         * shell/ev-window.c: (find_bar_search_changed_cb):
13299
13300         Fix several bugs with find
13301
13302 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13303
13304         * shell/ev-sidebar-thumbnails.c
13305         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13306         document. Prevents warning from scroll_to_cell.
13307
13308 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13309
13310         * configure.ac: Add «nb» to ALL_LINGUAS too.
13311
13312 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13313
13314         * NOTES: New file with some random thoughts.
13315
13316         * TODO: Update.
13317
13318         * backend/ev-document-misc.c:
13319         (ev_document_misc_get_page_border_size): New function to
13320         canonicalize shadow drawing sizes.  Possibly goofy.
13321
13322         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13323         (ev_view_best_fit), (ev_view_fit_width):
13324         * pdf/xpdf/pdf-document.cc:
13325         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13326         * ps/ps-document.c: (ps_document_get_page_size):
13327         * backend/ev-document-misc.h:
13328         * backend/ev-document.c: (ev_document_get_page_size):
13329         * backend/ev-document.h: get_page_size now takes a page number
13330         parameter.  Made all the backends/frontends honor it.
13331
13332         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13333         see.  Doesn't work yet.
13334
13335         * shell/Makefile.am:
13336         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13337         Doesn't do anything yet.
13338
13339         * shell/ev-sidebar-thumbnails.c:
13340         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13341         [0..n_pages-1]
13342
13343         * shell/ev-window.c: (update_action_sensitivity),
13344         (ev_window_setup_document), (ev_window_set_page_mode),
13345         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13346         view-swapping code a bit so we can have multiple views on a
13347         document.  Add the multi-page view, though it can't be turned on
13348         yet.
13349
13350 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13351
13352         * shell/ev-application.c: (ev_application_open):
13353         * shell/ev-view.c: (expose_bin_window):
13354         * shell/ev-window.c: (ev_window_open):
13355
13356         Support eps and check document supports find
13357         before drawing highlightings in expose.
13358
13359 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13360
13361         * pixbuf/pixbuf-document.c:
13362         (pixbuf_document_thumbnails_get_dimensions),
13363         (pixbuf_document_document_thumbnails_iface_init):
13364
13365         implement get_dimensions
13366
13367 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13368
13369         * NEWS:
13370         * configure.ac:
13371
13372         Release 0.1.2
13373
13374 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13375
13376         * shell/ev-view.c: (set_document_page):
13377
13378         Scroll at the top of the page when changing page
13379
13380 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13381
13382         * shell/ev-view.c: (ev_view_motion_notify_event):
13383
13384         Do not redraw unnecessarily
13385
13386 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13387
13388         * pdf/xpdf/pdf-document.cc:
13389         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13390         (expose_bin_window), (find_changed_cb):
13391
13392         Yay! find works now... Now to find bugs...
13393
13394 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13395
13396         * backend/ev-document-find.c: (ev_document_find_base_init),
13397         (ev_document_find_changed):
13398         * backend/ev-document-find.h:
13399         * pdf/xpdf/pdf-document.cc:
13400         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13401         (expose_bin_window), (ev_view_init), (set_document_page),
13402         (ensure_rectangle_is_visible), (jump_to_find_result),
13403         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13404         (ev_view_find_next), (ev_view_find_previous):
13405         * shell/ev-view.h:
13406         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13407
13408         More work on find implementation, mostly there now
13409
13410 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13411
13412         * backend/ev-backend-marshalers.list:
13413         * backend/ev-document-find.c: (ev_document_find_base_init),
13414         (ev_document_find_cancel), (ev_document_find_page_has_results),
13415         (ev_document_find_get_n_results), (ev_document_find_get_result),
13416         (ev_document_find_get_progress), (ev_document_find_changed):
13417         * backend/ev-document-find.h:
13418
13419         Enanche the find interface to be really able to do
13420         multi page find.
13421
13422         * pdf/xpdf/pdf-document.cc:
13423
13424         Implement
13425
13426         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13427         (expose_bin_window), (ev_view_init),
13428         (ev_view_get_find_status_message), (find_changed_cb),
13429         (ev_view_set_document), (set_document_page):
13430
13431         Adapt to the new interface. A few things are regressed sorry,
13432         I will finish it soon.
13433
13434 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13435
13436         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13437         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13438         ev_sidebar_thumbnails_parent_class variable, don't define another
13439         parent_class variable.
13440
13441         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13442         (ev_page_action_class_init): ditto.
13443
13444         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13445         (pixbuf_document_class_init): ditto.
13446
13447         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13448         ditto.
13449
13450         * .cvsignore: ignore various valgrind output files.
13451
13452 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13453
13454         * data/evince-ui.xml:
13455         * shell/Makefile.am:
13456         * shell/ev-history.c:
13457         * shell/ev-history.h:
13458         * shell/ev-navigation-action.c:
13459         * shell/ev-navigation-action.h:
13460         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13461         (ev_view_set_page), (ev_view_fit_width):
13462         * shell/ev-view.h:
13463         * shell/ev-window.c: (update_action_sensitivity),
13464         (ev_window_setup_document), (register_custom_actions):
13465
13466         Kill session history
13467
13468 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13469
13470         * shell/ev-window.c: (update_action_sensitivity):
13471
13472         Fix inverted up/down buttons
13473
13474 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13475
13476         * shell/ev-sidebar-thumbnails.c
13477         (ev_sidebar_thumbnails_select_page): make sure the selected
13478         thumbnail stays visible.
13479
13480 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13481
13482         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13483         scrolled window for Federico.
13484
13485 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13486
13487         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13488
13489 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13490
13491         * configure.ac:
13492         * pdf/splash/SplashFTFontEngine.cc:
13493
13494         Fix CID fonts with freetype 2.1.9
13495
13496 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13497
13498         * TODO: added item for desktop icon thumbnailer
13499
13500 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13501
13502         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13503         unloaded docs when the title is accessed.
13504
13505         * shell/ev-password-view.[hc]: New widget for displaying password
13506         state.
13507
13508         * shell/ev-window.[ch]: Refactor password handling code to handle
13509         the new view.
13510
13511 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13512
13513         * NEWS:
13514         * configure.ac:
13515         * data/Makefile.am:
13516
13517         Release 0.1.1
13518
13519 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13520
13521         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13522         ignore page offset here, to make search results independent of it,
13523
13524         * shell/ev-view.c (expose_bin_window): but take offsets into
13525         account here. Bug #164932
13526
13527         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13528         scale at the right time. Bug #164996
13529
13530 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13531
13532         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13533         fix the problem. Now I just removed the Adobe font names and hope
13534         that the URW fonts are always in outline format. Bug #164934
13535
13536         * shell/ev-window.c (update_window_title): empty titles are
13537         useless, use filename in that case too.
13538
13539         * NEWS: Add some content.
13540
13541 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13542
13543         * TODO: added one more TODO item and a TODONE section :)
13544
13545 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13546
13547         * ps/ps-document.h: add page_[xy]_offset fields.
13548
13549         * ps/ps-document.c (ps_document_set_page_offset)
13550         (ps_document_render): Keep offset in consideration in a few
13551         places. Bug #164752 "postscript documents are not centered in
13552         window"
13553
13554         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13555         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13556
13557         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13558         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13559         stub out missing methods for complete EvDocument implementation.
13560         Fixes segfaults with Save A Copy and Copy actions.
13561
13562         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13563         (ps_document_document_iface_init): ditto.
13564         
13565 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13566
13567         * data/.cvsignore:
13568         * data/Makefile.am:
13569         * data/evince.desktop.in:
13570
13571         Add desktop file
13572
13573 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13574
13575         * shell/ev-view.c: (ev_view_button_press_event),
13576         (ev_view_motion_notify_event):
13577
13578         Make selection work in any direction
13579
13580 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13581
13582         * TODO:
13583         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13584
13585         Use shorter labels for some of the toolbars items
13586
13587 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13588
13589         * pdf/xpdf/pdf-document.cc:
13590
13591         Check the links info is initialized before
13592         using it. Should fix a crash on startup.
13593
13594 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13595
13596         * pixbuf/pixbuf-document.c
13597         (pixbuf_document_thumbnails_get_dimensions): force floating point
13598         division to calculate page_ratio. Fixes crash with landscape
13599         format pixbufs.
13600
13601 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13602
13603         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13604
13605 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13606
13607         * shell/ev-view.c (set_document_page): unset has_selection when
13608         the page changes.
13609         (set_document_page): handle paper size changes when the page
13610         changes (test with Free Culture, page 2).
13611
13612 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13613
13614         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13615         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13616
13617         Use normal style color for the widget background and
13618         draw a black box around the page.
13619
13620 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13621
13622         * pdf/xpdf/pdf-document.cc:
13623
13624         Keep offset in consideration in a few places
13625
13626         * shell/ev-view.c: (expose_bin_window):
13627
13628         Set the offsets so that the document is ever centered
13629
13630 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13631
13632         * TODO: Added TODO items and finished off the first todo item
13633
13634         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13635         reflect current authors
13636
13637 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13638
13639         * pdf/xpdf/pdf-document.cc:
13640         * shell/ev-view.c: (ev_view_set_cursor),
13641         (ev_view_motion_notify_event), (document_changed_callback),
13642         (set_document_page):
13643
13644         Show a wait cursor while the page is rendering
13645
13646 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13647
13648         * shell/ev-sidebar-thumbnails.c:
13649         (ev_sidebar_tree_selection_changed),
13650         (ev_sidebar_thumbnails_select_page):
13651         * shell/ev-sidebar-thumbnails.h:
13652         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13653         (ev_view_can_go_forward):
13654         * shell/ev-window.c: (ev_window_open_page),
13655         (ev_window_setup_document), (update_current_page),
13656         (view_page_changed_cb), (ev_window_init):
13657         * shell/ev-window.h:
13658
13659         Ensure thumbnails selection, toolbar page control and
13660         current page are in sync.
13661
13662 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13663
13664         * pdf/xpdf/XRef.cc:
13665
13666         Fix CAN-2005-0064
13667
13668 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13669
13670         * backend/Makefile.am:
13671         * backend/ev-document-links.h:
13672         * backend/ev-document-security.c: (ev_document_security_get_type),
13673         (ev_document_security_has_document_security),
13674         (ev_document_security_set_password):
13675         * backend/ev-document-security.h:
13676         * backend/ev-document.c: (ev_document_error_quark):
13677         * backend/ev-document.h:
13678         * data/Makefile.am:
13679         * data/evince-password.glade:
13680         * pdf/xpdf/pdf-document.cc:
13681         * shell/Makefile.am:
13682         * shell/ev-password.c: (ev_password_set_bad_password_label),
13683         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13684         (ev_password_dialog_get_password),
13685         (ev_password_dialog_set_bad_pass):
13686         * shell/ev-password.h:
13687         * shell/ev-window.c: (ev_window_get_attribute),
13688         (ev_window_set_property), (update_action_sensitivity),
13689         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13690         (ev_window_setup_document), (ev_window_get_password),
13691         (ev_window_open), (ev_window_cmd_save_as),
13692         (using_postscript_printer), (ev_window_print),
13693         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13694         (update_fullscreen_popup), (ev_window_fullscreen),
13695         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13696         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13697         (menu_item_select_cb), (find_bar_search_changed_cb),
13698         (ev_window_dispose), (ev_window_init):
13699
13700         Add initial support for password-supported dialogs.  This could be
13701         a lot cooler, but it'll do for now.
13702
13703 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13704
13705         * pdf/xpdf/pdf-document.cc:
13706         * shell/ev-view.c: (status_message_from_link),
13707         (ev_view_set_status), (ev_view_set_cursor),
13708         (ev_view_motion_notify_event), (ev_view_init):
13709         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13710
13711         Fix bugs in the links implementation and change cursor
13712         when hovering a link.
13713
13714 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13715
13716         * viewer/.cvsignore: added cvsignore file for viewer directory
13717
13718         * TODO: created TODO document
13719
13720 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13721
13722         * shell/ev-view.h:
13723         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13724         new functions to help with implementation of sensitivity code
13725         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13726         of all actions that might require it.  Fixes a crash when you
13727         click on the Zoom actions in a window lacking a document.
13728
13729 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13730
13731         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13732         of the Find action
13733
13734 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13735
13736         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13737         (pixbuf_document_document_iface_init):
13738         * ps/ps-document.c: (ps_document_get_link),
13739         (ps_document_document_iface_init):
13740         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13741         (status_message_from_link), (ev_view_set_status),
13742         (ev_view_set_find_status), (ev_view_motion_notify_event),
13743         (ev_view_button_release_event), (ev_view_set_property),
13744         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13745         (ev_view_get_find_status_message), (update_find_results),
13746         (ev_view_get_status), (ev_view_get_find_status):
13747         * shell/ev-view.h:
13748         * shell/ev-window.c: (view_status_changed_cb),
13749         (view_find_status_changed_cb), (ev_window_init):
13750
13751         View status message support, use it to show the links.
13752         Needs work...
13753
13754 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13755
13756         * backend/ev-document.c: (ev_document_get_link):
13757         * backend/ev-document.h:
13758         * pdf/xpdf/pdf-document.cc:
13759         * shell/ev-application.c: (ev_application_open):
13760         * shell/ev-application.h:
13761         * shell/ev-sidebar-links.c: (selection_changed_cb):
13762         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13763         (ev_view_go_to_link):
13764
13765         Add support for document links
13766
13767 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13768
13769         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13770         (create_tool_item):
13771         Set the spin button limits correctly.
13772         
13773         * shell/ev-sidebar-thumbnails.c:
13774         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13775         Support changing pages by clicking on the thumbnails.
13776         
13777 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13778
13779         * pixbuf/pixbuf-document.c:
13780         (pixbuf_document_thumbnails_get_dimensions),
13781         (pixbuf_document_document_thumbnails_iface_init):
13782
13783         implement get_dimensions
13784
13785 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13786
13787         * ps/ps-document.c: (ps_document_goto_page):
13788
13789         Fix page switching on multipage documents
13790
13791 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13792
13793         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13794         
13795         check for NULL before assigning to width and height parameters
13796
13797 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13798
13799         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13800         (pixbuf_document_set_property), (pixbuf_document_get_property):
13801
13802         implement get/set properties
13803
13804 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13805
13806         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13807         
13808         return NULL instead of "Unknown", letting the title get set to
13809         the filename when the pdf has no title.
13810
13811 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13812
13813         * ps/ps-document.c: (ps_document_get_page_count),
13814         (ps_document_goto_page):
13815
13816 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13817
13818         * shell/ev-history.c: (ev_history_get_property),
13819         (ev_history_set_property), (ev_history_class_init),
13820         (ev_history_add_page), (ev_history_set_current_index):
13821         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13822         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13823         (ev_navigation_action_finalize):
13824         * shell/ev-navigation-action.h:
13825         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13826         (ev_view_go_forward), (ev_view_get_find_status_message),
13827         (history_index_changed_cb), (ev_view_set_history):
13828         * shell/ev-view.h:
13829         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13830         (update_current_page), (register_custom_actions):
13831
13832         Implement history dropdowns
13833
13834 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13835
13836         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13837         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13838         (ev_view_go_forward):
13839         * shell/ev-window.c: (register_custom_actions):
13840
13841         Fix several history bugs
13842
13843 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13844
13845         * configure.ac: Add «nb» to ALL_LINGUAS.
13846
13847 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13848
13849         * backend/Makefile.am:
13850         * backend/ev-bookmark.c:
13851         * backend/ev-bookmark.h:
13852         * backend/ev-document-bookmarks.c:
13853         * backend/ev-document-bookmarks.h:
13854         * backend/ev-document-links.c: (ev_document_links_get_type),
13855         (ev_document_links_has_document_links),
13856         (ev_document_links_begin_read), (ev_document_links_get_link),
13857         (ev_document_links_get_child), (ev_document_links_next),
13858         (ev_document_links_free_iter):
13859         * backend/ev-document-links.h:
13860         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13861         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13862         (ev_link_get_link_type), (ev_link_set_link_type),
13863         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13864         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13865         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13866         (ev_link_new_external):
13867         * backend/ev-link.h:
13868         * pdf/xpdf/pdf-document.cc:
13869         * shell/Makefile.am:
13870         * shell/ev-application.c: (ev_application_open_link):
13871         * shell/ev-application.h:
13872         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13873         (ev_history_get_link_nth):
13874         * shell/ev-history.h:
13875         * shell/ev-sidebar-bookmarks.c:
13876         * shell/ev-sidebar-bookmarks.h:
13877         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13878         (ev_sidebar_links_class_init), (selection_changed_cb),
13879         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13880         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13881         (do_one_iteration), (populate_links_idle),
13882         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13883         * shell/ev-sidebar-links.h:
13884         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13885         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13886         (go_to_index):
13887         * shell/ev-view.h:
13888         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13889         * shell/ev-window.h:
13890
13891         Rename bookmark to link, and use "Index" for the sidebar panel.
13892
13893 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13894
13895         * shell/Makefile.am:
13896         * shell/ev-application.c: (ev_application_open_bookmark):
13897         * shell/ev-application.h:
13898         * shell/ev-history.c: (ev_history_init), (free_links_list),
13899         (ev_history_finalize), (ev_history_class_init),
13900         (ev_history_add_link), (ev_history_add_page),
13901         (ev_history_get_link_nth), (ev_history_get_n_links),
13902         (ev_history_get_current_index), (ev_history_set_current_index),
13903         (ev_history_new):
13904         * shell/ev-history.h:
13905         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13906         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13907         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13908         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13909         (ev_view_set_page):
13910         * shell/ev-view.h:
13911         * shell/ev-window.c: (ev_window_open_bookmark),
13912         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13913         (goto_page_cb), (register_custom_actions):
13914         * shell/ev-window.h:
13915
13916         Initial history implementation. Needs work.
13917
13918 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13919
13920         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13921
13922 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13923
13924         * cut-n-paste/recent-files/egg-recent-item.c:
13925         * cut-n-paste/recent-files/egg-recent-item.h:
13926         * cut-n-paste/recent-files/egg-recent-model.c:
13927         * cut-n-paste/recent-files/egg-recent-util.c:
13928         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13929         * cut-n-paste/recent-files/egg-recent-view.c:
13930
13931         Update
13932
13933 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13934
13935         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13936         (fillGlyph, fillImageMask, drawImage):
13937         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13938         pdf/splash/SplashTypes.h:
13939         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13940         packed mode for Splash.
13941
13942         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13943         RGB8 packed mode, eliminates the pixbuf data creation loop.
13944
13945         * shell/ev-print-job.c (ev_print_job_finalize)
13946         (ev_print_job_set_property, ev_print_job_get_property)
13947         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13948         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13949         (print_closure_finalize, ev_print_job_print): implement
13950         printing (for backends with EvPsExporter)
13951
13952         * shell/ev_print_job.h: update prototypes.
13953
13954         * shell/ev-window.c (ev_window_print): unref print job after
13955         printing.
13956
13957         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13958         unless the document implements the EvDocumentFind interface.
13959
13960 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13961
13962         * configure.ac: Added ja to ALL_LINGUAS.
13963
13964 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13965
13966         * pdf/xpdf/pdf-document.cc:
13967
13968         add a FIXME. We should probably not allocate
13969         a bookmark object every time
13970
13971 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13972
13973         * shell/ev-application.c: (ev_application_open),
13974         (ev_application_open_bookmark):
13975         * shell/ev-application.h:
13976         
13977         Add a way to open bookmarks
13978
13979         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13980         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13981         (ev_bookmark_set_property), (ev_bookmark_class_init),
13982         (ev_bookmark_new_title), (ev_bookmark_new_link),
13983         (ev_bookmark_new_external):
13984
13985         Support for external uris, better constructors.
13986
13987         * backend/ev-bookmark.h:
13988         * pdf/xpdf/pdf-document.cc:
13989         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13990
13991         Handle external uris
13992
13993 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13994
13995         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13996         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13997
13998         Hook up bookmarks navigation
13999
14000 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14001
14002         * backend/Makefile.am:
14003         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14004         (ev_bookmark_get_title), (ev_bookmark_set_title),
14005         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14006         (ev_bookmark_get_page), (ev_bookmark_set_page),
14007         (ev_bookmark_get_property), (ev_bookmark_set_property),
14008         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14009         (ev_bookmark_new):
14010         * backend/ev-bookmark.h:
14011         * backend/ev-document-bookmarks.c:
14012         (ev_document_bookmarks_get_bookmark):
14013         * backend/ev-document-bookmarks.h:
14014         * pdf/xpdf/pdf-document.cc:
14015         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14016
14017         Add a bookmark object to the backend and use it instead of get_values
14018
14019 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14020
14021         * data/evince-ui.xml:
14022
14023         Cleanup and add select all.
14024
14025         * shell/ev-view.c: (ev_view_select_all),
14026         (ev_view_button_press_event):
14027         * shell/ev-view.h:
14028         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14029
14030         Add select all.
14031         Clear selection on click.
14032
14033 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14034
14035         * shell/ev-sidebar-thumbnails.c
14036         (ev_sidebar_thumbnails_set_document): forgot to unref the
14037         loading_icon.
14038
14039 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14040
14041         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14042         at the visible page, not just linearly.  This makes it look fast.
14043
14044 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14045
14046         * backend/ev-document-misc.c
14047         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14048         white.
14049         * backend/ev-document-thumbnails.h: New interface to get the size
14050         of a page.
14051
14052 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14053
14054         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14055         make dist works
14056
14057 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14058
14059         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14060         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14061         things up a bit.
14062
14063         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14064
14065 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14066
14067         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14068         fonts. Should fix font problems on systems that have the base
14069         fonts in bitmap format. Reported by James Henstridge
14070         <james@jamesh.id.au>.
14071
14072 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14073
14074         * pdf/xpdf/Gfx.cc:
14075         * pdf/xpdf/GfxState.cc:
14076
14077         Fix for CAN-2004-1125
14078
14079 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14080
14081         * shell/ev-view.c: (ev_view_copy):
14082         * shell/ev-view.h:
14083         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14084
14085         Implement Edit->Copy
14086
14087 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14088
14089         * backend/ev-document.c: (ev_document_get_text):
14090         * backend/ev-document.h:
14091         * pdf/xpdf/pdf-document.cc:
14092         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14093         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14094         (ev_view_update_primary_selection), (ev_view_button_press_event),
14095         (ev_view_motion_notify_event), (ev_view_button_release_event):
14096
14097         Beginnings of clipboard support. Incomplete but primary sort
14098         of work.
14099
14100 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14101
14102         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14103         (expose_bin_window):
14104
14105         Nicer rubberband drawing, from GtkIconView.
14106
14107 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14108
14109         * backend/ev-document.c: (ev_document_save):
14110         * backend/ev-document.h:
14111         * data/evince-ui.xml:
14112         * pdf/xpdf/pdf-document.cc:
14113         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14114
14115         Implement "Save a copy..." menu item
14116
14117 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14118
14119         * shell/ev-view.c: (ev_view_zoom):
14120
14121         Queue a resize when zoom changes
14122
14123 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14124
14125         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14126         shadows.
14127
14128         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14129         thumbnails..
14130
14131 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14132
14133         * pdf/xpdf/pdf-document.cc
14134         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14135
14136 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14137
14138         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14139         It's slow, but I'll speed it up next!
14140
14141 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14142
14143         * shell/main.c (load_files):
14144
14145         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14146         from the command line and because it seems more appropriate.
14147
14148 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14149
14150         * data/evince-ui.xml:
14151         * shell/ev-window.c: (update_action_sensitivity),
14152         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14153
14154         s/next page/page down
14155         s/previous page/page up
14156
14157 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14158
14159         * data/evince-ui.xml:
14160
14161         Change the layout to match clarkbw design.
14162
14163         * shell/Makefile.am:
14164         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14165         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14166         (ev_navigation_action_finalize),
14167         (ev_navigation_action_set_property),
14168         (ev_navigation_action_get_property),
14169         (ev_navigation_action_class_init):
14170         * shell/ev-navigation-action.h:
14171
14172         Implement clarkbw toolbar navigation controls (incomplete)
14173
14174         * shell/ev-page-action.c: (update_label), (update_spin),
14175         (value_changed_cb), (create_tool_item), (connect_proxy),
14176         (ev_page_action_init), (ev_page_action_finalize),
14177         (ev_page_action_set_property), (ev_page_action_get_property),
14178         (ev_page_action_set_current_page),
14179         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14180         * shell/ev-page-action.h:
14181
14182         Implement a page switcher in the toolbar
14183
14184         * shell/ev-view.c: (ev_view_scroll_view):
14185         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14186         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14187         (register_custom_actions), (ev_window_init):
14188
14189         Change page on PageUp/Down.
14190
14191 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14192
14193         * pdf/xpdf/pdf-document.cc
14194         (pdf_document_thumbnails_get_thumbnail): initial stab at
14195         implementing thumbnail support for pdfs.  It only does documents
14196         with precached pdfs now.
14197
14198 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14199
14200         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14201         thumbnail code into a time-based idle as well.  Also, turn off the
14202         shadow temporarily as it's really slow.
14203
14204 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14205
14206         * backend/ev-document.c: (ev_document_class_init):
14207         * pdf/xpdf/pdf-document.cc:
14208         * shell/ev-window.c: (ev_window_open):
14209
14210         Fix document title bugs and fallback to
14211         filename when not available.
14212
14213 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14214
14215         * backend/ev-document.c: (ev_document_get_type),
14216         (ev_document_class_init), (ev_document_load),
14217         (ev_document_get_title):
14218         * backend/ev-document.h:
14219         * pdf/xpdf/pdf-document.cc:
14220         * ps/ps-document.c: (ps_document_set_property),
14221         (ps_document_get_property), (ps_document_class_init),
14222         (document_load):
14223         * ps/ps-document.h:
14224         * ps/ps.h:
14225         * shell/ev-window.c: (update_window_title), (ev_window_open),
14226         (ev_window_init):
14227
14228         Initial support for document title. Not working yet.
14229
14230 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14231
14232         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14233
14234         Grab focus on the view when clicking it
14235
14236 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14237
14238         * shell/ev-marshal.list:
14239         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14240         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14241
14242         Add key bindings to the view. Now if the focus would work
14243         right...
14244
14245 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14246
14247         * Makefile.am:
14248         * backend/Makefile.am:
14249         * data/Makefile.am:
14250         * dvi/Makefile.am:
14251         * dvi/dvilib/Makefile.am:
14252         * pdf/xpdf/Makefile.am:
14253         * po/POTFILES.in:
14254         * ps/Makefile.am:
14255
14256         Fix distcheck
14257
14258 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14259
14260         * shell/ev-view.c: (ev_view_realize):
14261
14262         Fix mouse wheel scrolling
14263
14264 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14265
14266         * ps/Makefile.am:
14267         * ps/gstypes.h:
14268         * ps/gtkgs.c:
14269         * ps/gtkgs.h:
14270         * ps/ps-document.c: (catchPipe), (ps_document_init),
14271         (ps_document_class_init), (ps_document_cleanup),
14272         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14273         (set_up_page), (close_pipe), (is_interpreter_ready),
14274         (interpreter_failed), (output), (input), (start_interpreter),
14275         (stop_interpreter), (file_length), (file_readable),
14276         (check_filecompressed), (check_pdf), (compute_xdpi),
14277         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14278         (ps_document_get_type), (ps_document_emit_error_msg),
14279         (document_load), (ps_document_next_page),
14280         (ps_document_get_current_page), (ps_document_get_page_count),
14281         (ps_document_goto_page), (ps_document_set_page_size),
14282         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14283         (ps_document_load), (ps_document_get_n_pages),
14284         (ps_document_set_page), (ps_document_get_page),
14285         (ps_document_widget_event), (ps_document_set_target),
14286         (ps_document_set_scale), (ps_document_set_page_offset),
14287         (ps_document_get_page_size), (ps_document_render),
14288         (ps_document_document_iface_init):
14289         * ps/ps-document.h:
14290         * ps/ps.c:
14291         * shell/ev-window.c: (ev_window_open):
14292
14293         Rename GtkGS to PSDocument
14294
14295 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14296
14297         * ps/gtkgs.c: (gtk_gs_class_init):
14298         * ps/gtkgs.h:
14299
14300         Some more leftover...
14301
14302 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14303
14304         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14305         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14306         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14307         * ps/gtkgs.h:
14308
14309         Remove unused code and make a lot of stuff private
14310
14311 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14312
14313         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14314         (gtk_gs_defaults_changed):
14315         * ps/gsdefaults.h:
14316         * ps/gtkgs.c:
14317         * ps/gtkgs.h:
14318         * ps/ps.h:
14319
14320         Cleanup headers dependencies
14321
14322 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14323
14324         * ps/Makefile.am:
14325         * ps/ggvutils.c:
14326         * ps/ggvutils.h:
14327         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14328         * ps/gsdefaults.h:
14329         * ps/gtkgs.c: (file_length), (file_readable),
14330         (check_filecompressed), (check_pdf), (gtk_gs_load),
14331         (gtk_gs_get_postscript):
14332
14333         Get rid of ggvutils
14334
14335 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14336
14337         * ps/ggvutils.c:
14338         * ps/ggvutils.h:
14339         * ps/gsio.h:
14340         * ps/gtkgs.c: (gtk_gs_set_zoom):
14341
14342         Cleanups
14343
14344 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14345
14346         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14347
14348         Ensure the page is rerendered when changing zoom
14349
14350 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14351
14352         * backend/ev-document.c: (ev_document_base_init),
14353         (ev_document_changed):
14354         * backend/ev-document.h:
14355
14356         Add a changed event that is emitted when the page content
14357         changes. This is necessary to deal with the fact that
14358         in ps backend rendering happen asycrounously.
14359         This makes the ps backend mostly work.
14360
14361         * pdf/xpdf/pdf-document.cc:
14362
14363         Emit changed event
14364
14365         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14366         (ps_document_set_target):
14367
14368         Emit changed event
14369
14370         * shell/ev-view.c: (document_changed_callback),
14371         (ev_view_set_document), (ev_view_set_page):
14372
14373         Redraw on the changed signal
14374
14375 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14376
14377         * configure.ac: Added pt_BR to ALL_LINGUAS.
14378
14379 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14380
14381         * backend/ev-document-bookmarks.c:
14382         (ev_document_bookmarks_get_child): *
14383         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14384         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14385         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14386         (ev_sidebar_bookmarks_destroy),
14387         (ev_sidebar_bookmarks_class_init),
14388         (ev_sidebar_bookmarks_construct), (stack_data_free),
14389         (do_one_iteration), (populate_bookmarks_idle),
14390         (ev_sidebar_bookmarks_clear_document),
14391         (ev_sidebar_bookmarks_set_document): *
14392         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14393         (ev_sidebar_add_page),
14394         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14395         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14396         it displays both the topics and the page numbers.
14397
14398 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14399
14400         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14401         toggle.
14402         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14403         visible.
14404
14405 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14406
14407         * configure.ac: Added en_CA to ALL_LINGUAS.
14408
14409 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14410
14411         * ChangeLog: replace bottom of this ChangeLog (merged history of
14412         ggv and gpdf; where all paths were wrong and most of the files are
14413         not even in this tree) with ChangeLog (from arch) of the shell
14414         code.
14415
14416 2004-12-23  Havoc Pennington  <hp@redhat.com>
14417
14418         * shell/ev-window.c: hook up potentially-questionable "find
14419         results status text" feature - something involving the sidebar or
14420         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14421         might be better in the end.
14422
14423         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14424         with corresponding signal when it should be updated
14425
14426         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14427
14428 2004-12-22  Havoc Pennington  <hp@redhat.com>
14429
14430         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14431         find stuff on other pages, sort of (only returns one result on
14432         invisible pages, to show they have results; updates full results
14433         for a page when you view it). Currently repaints the current page
14434         every time a new result is found on any page, which isn't so nice.
14435
14436 2004-12-22  Havoc Pennington  <hp@redhat.com>
14437
14438         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14439         the document doesn't support find (better ideas?)
14440         (find_bar_search_changed_cb): handle missing document or document
14441         that doesn't support find
14442
14443         * pdf/xpdf/pdf-document.cc: port to implement the new
14444         EvDocumentFindIface
14445
14446         * backend/ev-document-find.c: create a new interface for searching
14447
14448         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14449
14450 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14451
14452         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14453         libevbackend.la.
14454
14455         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14456         EvPrintJob constructor arguments.
14457
14458         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14459         for documents that can export PostScript (page by page).
14460
14461         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14462         
14463         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14464         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14465         (pdf_document_ps_exporter_iface_init:
14466         Implement EvPSExporter.
14467
14468         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14469
14470 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14471
14472         * backend/Makefile.am:
14473         * backend/ev-document-thumbnails.c:
14474         (ev_document_thumbnails_get_type),
14475         (ev_document_thumbnails_get_thumbnail):
14476         * backend/ev-document-thumbnails.h:
14477         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14478         (pixbuf_document_thumbnails_get_thumbnail),
14479         (pixbuf_document_document_thumbnails_iface_init):
14480         * shell/Makefile.am:
14481         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14482         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14483         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14484         * shell/ev-sidebar-thumbnails.h:
14485         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14486         (ev_sidebar_set_document):
14487         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14488         (create_shadow), (ev_pixbuf_add_shadow):
14489         * shell/ev-utils.h:
14490         Add thumbnail support.
14491         
14492 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14493
14494         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14495         (using_postscript_printer): Set up a print dialog for "PostScript
14496         injection" method.
14497
14498         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14499         EvPrintJob.
14500
14501         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14502
14503 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14504
14505         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14506         (ps_document_set_target), (ps_document_get_page_size),
14507         (ps_document_render):
14508         * ps/gtkgs.h:
14509
14510         Fix a few bugs
14511
14512 2004-12-22  Christian Rose  <menthos@menthos.com>
14513
14514         * configure.ac: Added "sv" to ALL_LINGUAS.
14515
14516 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14517
14518         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14519         document supports bookmarks.
14520
14521 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14522
14523         * ps/ggvutils.c: (ggv_file_readable):
14524         * ps/ggvutils.h:
14525         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14526         (gtk_gs_get_postscript):
14527
14528         Remove unused utils
14529
14530 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14531
14532         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14533         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14534         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14535         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14536         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14537         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14538         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14539         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14540         (gtk_gs_set_antialiasing), (ps_document_load),
14541         (ps_document_render):
14542         * ps/gtkgs.h:
14543
14544         Another check point for the ps backend. Now I can get it to show
14545         pages!
14546
14547 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14548
14549         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14550         document setting code.
14551
14552 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14553
14554         * shell/eggfindbar.c: (entry_activate_callback):
14555         Animate the next button when activate is pressed.
14556         
14557 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14558
14559         * shell/ev-window.c: (ev_window_cmd_edit_find),
14560         (update_fullscreen_popup), (ev_window_fullscreen),
14561         (ev_window_unfullscreen), (ev_window_state_event_cb),
14562         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14563         Fix bugs in fullscreen code.
14564         
14565 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14566
14567         * Makefile.am:
14568         * configure.ac:
14569         * pixbuf/Makefile.am:
14570         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14571         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14572         (pixbuf_document_set_page), (pixbuf_document_get_page),
14573         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14574         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14575         (pixbuf_document_render), (pixbuf_document_begin_find),
14576         (pixbuf_document_end_find), (pixbuf_document_finalize),
14577         (pixbuf_document_class_init),
14578         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14579         * pixbuf/pixbuf-document.h:
14580         * shell/Makefile.am:
14581         * shell/ev-application.c: (ev_application_open):
14582         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14583         (ev_window_open):
14584         Add pixbuf backend.
14585         
14586 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14587
14588         * Makefile.am: 
14589         * dvi/dvilib/Makefile.am:
14590         * dvi/Makefile.am:
14591         * configure.ac: Auto*ify dvi and dvi/dvilib
14592
14593         * dvi/Makefile: Remove from CVS
14594         
14595         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14596         confusion.
14597
14598         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14599         
14600         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14601         
14602 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14603
14604         * ps/Makefile.am:
14605         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14606         (gtk_gs_value_adjustment_changed), (compute_size),
14607         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14608         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14609         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14610         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14611         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14612         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14613         (ps_document_load), (ps_document_get_n_pages),
14614         (ps_document_set_page), (ps_document_get_page),
14615         (ps_document_set_target), (ps_document_set_scale),
14616         (ps_document_set_page_offset), (ps_document_get_page_size),
14617         (ps_document_render), (ps_document_begin_find),
14618         (ps_document_end_find), (ps_document_document_iface_init):
14619         * ps/gtkgs.h:
14620         * shell/Makefile.am:
14621         * shell/ev-window.c: (ev_window_open):
14622
14623         Some work to integrate gtkgs with EvDocument
14624
14625 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14626
14627         * shell/ev-window.c: (update_fullscreen_popup),
14628         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14629         (exit_fullscreen_button_clicked_cb),
14630         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14631         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14632         (ev_window_state_event_cb), (ev_window_init):
14633         Add fullscreen support from Epiphany.
14634         
14635 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14636
14637         * data/ev-stock-zoom-fit-width.png: fit-width
14638         stock icon from gpdf.
14639         
14640         * shell/ev-stock-icons.[ch]: copied from gpdf.
14641         
14642         * shell/main.c: (main): init stock icons.
14643         
14644         * shell/ev-window.c: use the fit-width icon.
14645         
14646         * data/evince-ui.xml: add zooming toolbar items.
14647
14648 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14649
14650         * shell/ev-view.c: 
14651         (ev_view_best_fit), (ev_view_fit_width): because
14652         get_page_size() returns the scaled page size, we
14653         need to calculate the scale factor relative to
14654         the previous scale factor. Should really just
14655         add get_real_page_size().
14656
14657 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14658
14659         * shell/ev-view.[ch]:
14660         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14661         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14662         add zooming.
14663         
14664         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14665         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14666         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14667         hook it up.
14668         
14669         * pdf/xpdf/pdf-document.cc:
14670         (pdf_document_begin_find),
14671         (pdf_document_end_find): make static.
14672
14673 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14674
14675         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14676
14677         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14678         names to fontconfig patterns.
14679         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14680
14681         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14682         setupBaseFontsFc.
14683
14684 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14685
14686         * Makefile.am:
14687         * configure.ac:
14688         * ps/Makefile.am:
14689         * ps/ggvutils.c:
14690         * ps/ggvutils.h:
14691         * ps/gsdefaults.c:
14692         * ps/gsdefaults.h:
14693         * ps/gsio.c:
14694         * ps/gsio.h:
14695         * ps/gtkgs.c:
14696         * ps/gtkgs.h:
14697         * ps/ps.c:
14698         * ps/ps.h:
14699
14700         Import ggv backend. Not hooked up yet.
14701
14702 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14703
14704         * shell/main.c: (load_files), (main): load files
14705         from the command line.
14706
14707 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14708
14709         * configure.ac: don't require bonobo.
14710         
14711         * cut-n-paste/recent-files/*: kill bonobo recent
14712         view.
14713
14714         * shell/ev-window.c:
14715         (ev_window_is_empty): upd.
14716         (unable_to_load), (ev_window_open): load backend
14717         based on the mime type.
14718
14719 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14720
14721         * backend/.cvsignore: ignore generated marshalers source.
14722
14723         * shell/main.c (main): this is not epiphany.
14724
14725 2004-12-22  Havoc Pennington  <hp@redhat.com>
14726
14727         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14728         (expose_bin_window): draw find highlights
14729
14730         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14731         
14732         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14733         (pdf_document_end_find): implement this interface
14734
14735         * backend/ev-document.c (ev_document_found): add this to emit
14736         signal
14737
14738 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14739
14740         * data/evince-ui.xml: Add a few more toolbar items.
14741
14742         * shell/ev-window.c: Hook up page navigation toolbar 
14743         items.
14744
14745         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14746         a page-changed signal.
14747
14748         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14749         Add ev_document_get_page().
14750
14751         * shell/ev-window.c: Sensitize/desensitize navigation
14752         actions.
14753
14754 2004-12-21  Havoc Pennington  <hp@redhat.com>
14755
14756         * backend/ev-backend-marshal.c,
14757         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14758         marshaler-generator thingy. I'm sure there's a better way to do
14759         this in the modern world.
14760
14761         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14762         end_find methods and "found" signal.
14763
14764         * configure.ac: find glib-genmarshal
14765
14766 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14767
14768         * shell/ev-sidebar.c: Construct an actual sidebar.
14769         * shell/ev-sidebar-bookmarks.[ch]:
14770         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14771
14772 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14773
14774         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14775         Redo size handling.
14776         
14777         * shell/ev-view.c: Track the size from the document.
14778
14779 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14780
14781         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14782         constructor assumes ownership of the string passed in.
14783         
14784         * shell/ev-window.c (ev_window_open): Destroy the error
14785         dialog once we've displayed it.
14786
14787 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14788
14789         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14790         a bit, it works! (sort of)
14791
14792         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14793         Move to .cc since we need to use C++ in the implementation.
14794
14795         * shell/dummy.cc: Add a CC file to force evince
14796         to be linked as a C++ program.
14797
14798 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14799
14800         * shell/ev-view.[ch]: Start of content-area widget.
14801
14802         * shell/ev-window.c: Create a EvView, update it
14803         as we change documents.
14804
14805         * shell/Makefile.am shell/ev-marshal.list: Add
14806         generated marshalers.
14807
14808 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14809
14810         * Makefile.am (SUBDIRS): move shell.
14811
14812 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14813
14814         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14815         .a to libtool convenience libraries.
14816
14817         * shell/ev-window.c (ev_window_open): Hard code loading
14818         a PDF document.
14819         
14820         * backend/ev-document.h: Add a boolean return to load(),
14821         fix GError * to GError **.
14822
14823         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14824         object for a PDF backend EvDocument.
14825
14826 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14827
14828         * dvi/*: New directory with the beginning of a .dvi backend.
14829
14830 2004-12-21  Havoc Pennington  <hp@redhat.com>
14831
14832         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14833         previous/next instead of back/forward
14834
14835 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14836
14837         * backend/ev-document.[ch]: Fix a couple of problems so
14838         it compile.
14839
14840 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14841
14842         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14843         to backend/ directory, rename EvViewer to EvDocument.
14844
14845 2004-12-21  Havoc Pennington  <hp@redhat.com>
14846
14847         * shell/ev-window.c: hook up the find bar widget; now we just need
14848         a document to find things in
14849
14850         * shell/eggfindbar.c: a find bar widget
14851
14852 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14853
14854         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14855
14856 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14857
14858         * pdf/**: Import of xpdf code from gpdf. 
14859
14860         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14861
14862         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14863         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14864         Fix FreeType includes.
14865
14866         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14867         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14868         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14869         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14870         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14871         Include xpdfconfig.h
14872         
14873 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14874
14875         * shell/ev-window.c (ev_window_dispose): dispose can be called
14876         multiple times.
14877
14878 2004-12-21  Havoc Pennington  <hp@redhat.com>
14879
14880         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14881         rather than Evince
14882
14883         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14884         items; really they should be synced with the strings, etc. from
14885         current gpdf, but just getting the boring typing out of the way 
14886
14887 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14888
14889         * po/POTFILES.in:
14890         * shell/ev-application.c: (window_destroy_cb):
14891         * shell/ev-window.c:
14892         * shell/main.c: (main):
14893
14894         Actually show the window...
14895
14896 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14897
14898         * Makefile.am:
14899         * shell/Makefile.am:
14900         * shell/ev-application.c: (ev_application_class_init):
14901         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14902
14903         Make it build again
14904
14905 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14906
14907         Import to gnome cvs.
14908         
14909         * Remove copies of gpdf and ggv trees.
14910         * Rip out all the recursive configure code.
14911         * Remove bonobo machinery.
14912         * viewer/*: GInterfaces that backends should/can implement.
14913
14914 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14915
14916         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14917         typo
14918
14919 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14920
14921         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14922         (ev_application_finalize, ev_application_class_init)
14923         (ev_application_init): use GType instance private data for priv.
14924
14925         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14926         (ev_window_finalize, ev_window_class_init)
14927         (ev_window_init): ditto.
14928
14929 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14930
14931         * shell/ev-application.c (ev_application_new_window): make public
14932         (ev_application_show_initial_window): kill.
14933
14934         * shell/ev-application.h: update prototypes.
14935
14936         * shell/main.cc (main): inline ev_application_show_initial_window.
14937
14938 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14939
14940         * shell/ev-application.c (ev_application_new_window): impl.
14941         (ev_application_show_initial_window): use it.
14942         (is_window_empty, ev_application_get_empty_window): returns an
14943         existing empty window or a new one.
14944         (ev_application_open): from ev_window_cmd_file_open.
14945
14946         * shell/ev-application.h: update prototypes
14947
14948         * shell/ev-window.c (ev_window_is_empty): impl.
14949         (ev_window_open): make public.
14950         (ev_window_cmd_file_open): use ev_application_open
14951
14952         * shell/ev-window.h: update prototypes, remove unused.
14953
14954 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14955
14956         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14957         move destroy handler out of here...
14958
14959         * shell/ev-application.c, shell/ev-application.h: ...into this new
14960         class. Also handles initial window creation.
14961
14962         * shell/main.cc (main): use EvApplication to create initial
14963         window.
14964
14965 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14966
14967         * Makefile.am (SUBDIRS): add cut-n-paste
14968
14969         * cut-n-paste/Makefile.am: add
14970
14971         * configure.ac: generate Makefiles in cut-n-paste
14972
14973 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14974
14975         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14976         (ev_window_class_init): install ev_window_dispose.
14977
14978 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14979
14980         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14981         char (gchar looks stupid).
14982
14983 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14984
14985         * po/de.po: updated German translation.
14986
14987 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14988
14989         * configure.ac: add more pkg-config library checks for gnome-vfs,
14990         bonobo etc.
14991
14992         * gpdf/configure.in: temporarily disable libpaper
14993         checks. Otherwise I'd have to add the checks for the shell, too.
14994
14995 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14996
14997         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14998         and * file filters to the file choose.
14999
15000 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15001
15002         * po/de.po: Updated German translation.
15003
15004 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15005
15006         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15007
15008 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15009
15010         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15011
15012         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15013         (ev_window_init): implement those menuitems.
15014
15015 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15016
15017         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15018
15019         * shell/ev-window.c (ev_window_init): use the toolbar.
15020
15021 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15022
15023         * shell/ev-window.c (ev_window_init): use menu translations
15024
15025 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15026
15027         * configure.ac: add "de" to ALL_LINGUAS.
15028
15029         * po/de.po: add German translation.
15030
15031 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15032
15033         * Makefile.am (SUBDIRS): add po
15034
15035         * configure.ac: check intltool, glib-gettext etc, generate
15036         po/Makefile.in
15037
15038         * po, po/POTFILES.in, po/POTFILES.skip: new.
15039
15040 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15041
15042         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15043         already use (#ifdef ENABLE_NLS)
15044
15045         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15046         pointer indirection thinko.
15047
15048         * shell/main.c: include gi18n.h for bindtextdomain etc.
15049
15050 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15051
15052         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15053         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15054         tooltips for menu items in the statusbar.
15055
15056 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15057
15058         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15059         pkgdatadir drop UIDIR
15060
15061 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15062
15063         * data/evince-ui.xml: Add File->Open menu item
15064
15065         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15066         chooser), hook it up in the ui manager.
15067
15068 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15069
15070         * shell/ev-window.c: fix Help->About tooltip.
15071
15072 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15073
15074         * configure.ac: set CFLAGS for libevprivate.
15075
15076         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15077         definitions, factory etc.
15078
15079         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15080
15081         * shell/Makefile.am: link against libevprivate.a.
15082
15083         * shell/ev-window.c (entries): add stock icon to Help->About.
15084
15085         * shell/main.c (main): init stock icon code.
15086
15087 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15088
15089         * lib/recent-files: egg recent files code
15090
15091         * lib/Makefile.am: add.
15092
15093         * Makefile.am: add lib subdir.
15094
15095         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15096         set CFLAGS for recent-files.
15097
15098 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15099
15100         * configure.ac: disable -ansi and -pedantic gcc flags. They
15101         disable POSIX stuff in stdio.h, but egg-recent uses them.
15102
15103 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15104
15105         * configure.ac: add --disable-deprecated flag (defaults to on in
15106         "cvs" builds).
15107
15108         * shell/Makefile.am (INCLUDES): use it.
15109
15110 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15111
15112         * shell/main.c: add missing #include.
15113
15114         * shell/ev-window.c: fix for pedantic gcc.
15115         (ev_window_cmd_help_about): split license into paragraphs for
15116         translators and pedantic compilers.
15117
15118 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15119
15120         * configure.ac: add more warning flags if compiling with gcc from
15121         cvs (or explicitly requested with --enable-more-warnings).
15122
15123 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15124
15125         * data/evince-ui.xml: add File and File->Close menu.
15126
15127         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15128         (ev_window_destroy): quit after destroy.
15129         (ev_window_class_init): override GtkObject::destroy.
15130         (entries): install close_window callback.
15131
15132 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15133
15134         * Makefile.am (SUBDIRS): add data subdir.
15135
15136         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15137         gtk+ 2.5.0 for GtkAboutDialog.
15138
15139         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15140         main window.
15141
15142         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15143
15144         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15145         manager.
15146         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15147
15148 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15149
15150         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15151
15152 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15153
15154         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15155
15156 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15157
15158         * shell/*: Added shell directory boilerplate, build it.
15159
15160 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15161
15162         * configure.ac, Makefile.am: Added top-level configure.ac and
15163         Makefile.am