]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update for release 2.25.5
[evince.git] / ChangeLog
1 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * NEWS:
4
5         Update for release 2.25.5
6         
7 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * libview/ev-view.c: (ev_view_drag_data_get):
10
11         Fix second parameter passed to gtk_selection_data_set_uris(), 
12         it expects a gchar **.
13         
14 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
15
16         * libdocument/Makefile.am:
17         * libdocument/ev-document-info.h:
18         * libdocument/ev-document-type-builtins.c.template:
19         * libdocument/ev-document-type-builtins.h.template:
20         * libdocument/ev-document.c: (ev_document_info_get_type),
21         (ev_document_info_copy):
22
23         Make EvDocumentInfo and enums definded in ev-document-info.h
24         GTypes. Fixes bug #567789.
25         
26 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
27
28         * shell/main.c (arguments_parse): Fix for a minor code typo.
29
30 2009-01-18  Christian Persch  <chpe@gnome.org>
31
32         * help/reference/Makefile.am:
33         * help/reference/evince.types: Fix the API docs build. Bug #568171.
34
35 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
36
37         * libview/Makefile.am:
38         * libview/ev-view-type-builtins.c.template:
39         * libview/ev-view-type-builtins.h.template:
40
41         Make EvJobPriority a proper GType. Fixes bug #567788.
42         
43 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
44
45         * configure.ac:
46         * cut-n-paste/*/Makefile.am:
47         * libdocument/Makefile.am:
48
49         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
50         code.
51         
52 2009-01-18  Christian Persch  <chpe@gnome.org>
53
54         * libview/ev-view.c: (ev_view_drag_data_get),
55         (ev_view_drag_motion), (ev_view_update_primary_selection),
56         (clear_link_selected):
57         * shell/ev-sidebar-attachments.c:
58         (ev_sidebar_attachments_drag_data_get),
59         (ev_sidebar_attachments_get_property),
60         (ev_sidebar_attachments_init):
61         * shell/ev-window.c: Update drag handling code to use the
62         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
63         hardcoding the targets lists. Bug #558084.
64         
65 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
66
67         * libdocument/Makefile.am:
68         * libdocument/ev-backend-marshal.c:
69         * libdocument/ev-backend-marshalers.list:
70         * libdocument/ev-document.c:
71
72         Remove unused marshalers stuff from libdocument.
73         
74 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
75
76         * po/POTFILES.in:
77
78         Update for the current source tree.
79         
80 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
81
82         * configure.ac:
83         * Makefile.am:
84         * libdocument/Makefile.am:
85         * libview/Makefile.am:
86         * libview/ev-job-scheduler.[ch]:
87         * libview/ev-jobs.[ch]:
88         * libview/ev-page-cache.[ch]:
89         * libview/ev-pixbuf-cache.[ch]:
90         * libview/ev-timeline.[ch]:
91         * libview/ev-transition-animation.[ch]:
92         * libview/ev-view-accessible.[ch]:
93         * libview/ev-view-marshal.list:
94         * libview/ev-view.[ch]:
95         * shell/Makefile.am:
96
97         Move EvView specific code to a libeviview library so that it can
98         be embbeded in other applications. Based on patches by Tomeu
99         Vizoso. Fixes bug #567751.
100         
101 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
102
103         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
104         * shell/ev-window.c: (ev_window_load_job_cb),
105         (ev_window_load_job_cb), (ev_window_open_uri),
106         (ev_window_reload_local), (ev_window_dispose):
107
108         Remove dest, mode and search_string from EvJobLoad since they are
109         not really needed by the job, but for the window.
110         
111 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * shell/ev-view.c: (ev_view_drag_data_received),
114         (ev_view_class_init), (ev_view_init):
115         * shell/ev-window.c: (ev_window_drag_data_received),
116         (ev_window_class_init), (ev_window_init):
117
118         Make the whole EvWindow the destination of a drag and drop
119         operation.
120         
121 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * shell/ev-window.c: (window_open_file_copy_progress_cb):
124
125         Add missing brakets around the percentage in progress
126         messages. See bug #567910.
127         
128 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
129
130         * shell/ev-application.c: (ev_application_open_window),
131         (ev_application_open_uri_at_dest):
132
133         Do no use gdk_x11_* when not available. Based on patch by Hib
134         Eris, see bug #339172.
135         
136 2009-01-16  Hib Eris  <hib@hiberis.nl>
137
138         * configure.ac:
139         * properties/ev-properties-view.c:
140         (ev_properties_view_format_date):
141
142         Check for localtime_r. See bug #339172.
143         
144 2009-01-16  Hib Eris  <hib@hiberis.nl>
145
146         * shell/main.c:
147
148         Include gdkx only for dbus support. See bug #339172.
149         
150 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
151
152         * shell/ev-view.c: (ev_view_set_zoom_for_size):
153
154         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
155         #567785.
156         
157 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
158
159         * shell/ev-window.c: (reload_remote_copy_progress_cb),
160         (window_save_file_copy_progress_cb):
161
162         Use brakets around the percentage in progress messages. See bug
163         #567910.
164         
165 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * shell/ev-window.c: (reload_remote_copy_ready_cb):
168
169         Fix typo in error message. See bug #567910.
170         
171 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * shell/ev-window.c: (ev_window_cmd_file_close_window):
174
175         Fix mnemonic conflict. Fixes bug #567937.
176         
177 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
178
179         * NEWS:
180         * configure.ac:
181
182         Update for release 2.25.4
183         
184 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
185
186         * configure.ac:
187         
188         GLib version requirement bumped to 2.18 due to g_set_error_literal.
189         Thanks to Christian Spurk.
190
191 2008-12-31  Hib Eris  <hib@hiberis.nl>
192         
193         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
194
195         Fix mime type handling.
196         
197 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
198
199         * po/POTFILES.in:
200
201         Add ev-print-operation.c.
202         
203 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
204
205         * shell/ev-window.c: (ev_window_clear_progress_idle),
206         (reset_progress_idle), (ev_window_show_progress_message),
207         (ev_window_reset_progress_cancellable),
208         (ev_window_progress_response_cb), (show_loading_progress),
209         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
210         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
211         (show_reloading_progress), (reload_remote_copy_ready_cb),
212         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
213         (show_saving_progress), (window_save_file_copy_ready_cb),
214         (window_save_file_copy_progress_cb), (ev_window_save_remote),
215         (ev_window_dispose):
216
217         Show progress information when loading/saving remote files. Fixes
218         bug #370958.
219         
220 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
221
222         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
223
224         Show better warning message when temp file cannot be deleted.
225         
226 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * shell/ev-window.c: (image_save_dialog_response_cb):
229
230         Fix saving images to remote locations.
231         
232 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
233
234         * shell/ev-application.[ch]: (ev_application_shutdown),
235         (ev_application_get_print_settings_file),
236         (ev_application_save_print_settings),
237         (ev_application_get_print_settings),
238         (ev_application_set_print_settings),
239         (ev_application_get_page_setup), (ev_application_set_page_setup):
240         * shell/ev-window.c: (ev_window_save_print_page_setup),
241         (ev_window_load_print_page_setup_from_metadata),
242         (ev_window_print_page_setup_done_cb),
243         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
244         (ev_window_cmd_preview_print):
245
246         Remember page setup options too. Paper size is globally remembered
247         while page margins are stored per document in metadata file. Fixes
248         bugs #525185 and #349102.
249         
250 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
251
252         * shell/ev-print-operation.c:
253         (ev_print_operation_export_print_dialog_response_cb):
254
255         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
256         
257 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
258
259         * shell/ev-print-operation.c: (export_cancel),
260         (export_job_cancelled), (ev_print_operation_export_begin),
261         (ev_print_operation_export_cancel):
262         * shell/ev-window.c: (ev_window_print_cancel),
263         (ev_window_print_update_pending_jobs_message),
264         (ev_window_print_operation_done),
265         (ev_window_print_operation_status_changed),
266         (print_jobs_confirmation_dialog_response),
267         (ev_window_cmd_file_close_window):
268
269         Show a confirmation dialog when there are pending print jobs while
270         closing the main window. Fixes bug #480964.
271         
272 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
273
274         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
275         (ev_print_operation_get_job_name),
276         (ev_print_operation_get_status),
277         (ev_print_operation_get_progress),
278         (ev_print_operation_update_status),
279         (ev_print_operation_export_get_job_name), (clamp_ranges),
280         (get_first_and_last_page), (ev_print_operation_export_run_next),
281         (print_job_finished), (export_print_done), (export_job_cancelled),
282         (update_progress), (export_print_page),
283         (ev_print_operation_export_begin),
284         (ev_print_operation_export_print_dialog_response_cb),
285         (ev_print_operation_export_run),
286         (ev_print_operation_export_cancel),
287         (ev_print_operation_export_class_init):
288         * shell/ev-window.c:
289         (ev_window_print_update_pending_jobs_message),
290         (ev_window_print_operation_done),
291         (ev_window_print_progress_response_cb),
292         (ev_window_print_operation_status_changed),
293         (ev_window_print_operation_begin_print), (ev_window_print_range),
294         (ev_window_dispose):
295
296         Show progress information when printing. Fixes bug #482770.
297         
298 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * shell/Makefile.am:
301         * shell/ev-progress-message-area.[ch]:
302         * shell/ev-message-area.[ch]: (ev_message_area_init),
303         (ev_message_area_set_image_from_stock):
304
305         Add EvProgressMessageArea derived from EvMessageArea to show
306         progress information in the message area. 
307         
308 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
309
310         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
311
312         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
313         close button. Add a function to get the contents of the message
314         area.
315         
316 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
317
318         * shell/Makefile.am:
319         * shell/ev-print-operation.[ch]:
320         * shell/ev-jobs.[ch]: (ev_job_export_init),
321         (ev_job_export_dispose), (ev_job_export_run),
322         (ev_job_export_class_init), (ev_job_export_new),
323         (ev_job_export_set_page):
324         * shell/ev-window.c: (ev_window_print_operation_done),
325         (ev_window_print_range), (ev_window_dispose):
326
327         First step of the printing system rework. EvJobPrint has been
328         replaced by EvJobExport so that every page is scheduled to be
329         exported in a thread instead of scheduling the whole printing
330         process. This way the gui is responsive during printing.
331         
332 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
333
334         * shell/ev-window.c: (setup_size_from_metadata),
335         (ev_window_load_print_settings_from_metadata):
336
337         Fix memory leaks.
338         
339 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
340
341         * libdocument/ev-document.c: (ev_document_get_type):
342
343         Add GObject type as prerequisite to EvDocument interface so that
344         document instances can be used as GObjects.
345         
346 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
347
348         * shell/ev-view.c: (jump_to_find_result):
349
350         Only jump the the location of the find result for the first match
351         when searching. It drastically improves the performance when
352         searching. Bug catched and fixed by Michael Hunold. Fixes bug
353         #564774.
354         
355 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * properties/ev-properties-main.c: (ev_properties_get_pages):
358         * properties/ev-properties-view.[ch]:
359         (ev_properties_view_dispose), (ev_properties_view_class_init),
360         (ev_properties_view_set_info), (ev_properties_view_new):
361         * shell/ev-properties-dialog.[ch]:
362         (ev_properties_dialog_set_document):
363         * shell/ev-window.c: (ev_window_setup_document),
364         (ev_window_cmd_file_properties):
365
366         Add document URI to properties page. Fixes bug #555376.
367         
368 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * configure.ac:
371         * data/Makefile.am:
372         * data/evince-password.glade: Removed
373         * data/evince-properties.glade: Removed
374         * properties/ev-properties-view.c:
375         (ev_properties_view_class_init), (set_property),
376         (ev_properties_view_set_info), (ev_properties_view_init):
377         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
378         (font_cell_data_func), (ev_properties_fonts_init):
379
380         Remove Glade dependency.
381         
382 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
383
384         * backend/comics/comics-document.c: (comics_document_load):
385
386         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
387         
388 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * NEWS:
391         * configure.ac:
392
393         Update for release 2.25.2
394         
395 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
396
397         * configure.ac:
398         * shell/Makefile.am:
399         * shell/ev-keyring.[ch]:
400         * shell/ev-password.[ch]: Removed
401         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
402         (ev_password_view_class_init), (ev_password_view_clicked_cb),
403         (ev_password_view_init), (ev_password_view_set_uri),
404         (ev_password_dialog_got_response),
405         (ev_password_dialog_remember_button_toggled),
406         (ev_password_dialog_entry_changed_cb),
407         (ev_password_dialog_entry_activated_cb),
408         (ev_password_view_ask_password), (ev_password_view_get_password),
409         (ev_password_view_get_password_save_flags),
410         (ev_password_view_new):
411         * shell/ev-window.c: (ev_window_password_view_unlock),
412         (ev_window_load_job_cb), (ev_window_close_dialogs),
413         (ev_window_init):
414
415         Rework the password view. When the password is in the keyring it's
416         used automatically without showing the password dialog and it's  
417         only stored in the keyring when we are sure it's correct. The
418         password dialog has been reworked too, in order to make it
419         more hig compliant and consistent with the GTK+ dialog used in
420         gtkmountoperation. Fixes bug #562496. 
421         
422 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
423
424         * backend/comics/comics-document.c: (comics_document_load):
425
426         Do not trust file extensions when getting the command needed to
427         uncompress comic documents. Fixes bug #562143.
428         
429 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
430
431         * libdocument/ev-document-factory.c: (get_document_from_uri),
432         (ev_document_factory_get_document):
433         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
434         (get_mime_type_from_data), (ev_file_get_mime_type):
435
436         Move mime-type functions from document-facrory to file-helpers so
437         that it can be reused.
438         
439 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
440
441         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
442         (window_open_file_copy_ready_cb), (ev_window_reload_local),
443         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
444         (ev_window_reload_remote), (ev_window_reload_document):
445
446         Add support for reloading remote documents. Fixes bug #555399.
447         
448 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * shell/ev-view.c: (ev_view_find_previous):
451
452         Make sure find_result is never < 0 which causes a crash while
453         searching. Fixes bug #558377.
454         
455 2008-11-19  Marek Kašík <mkasik@redhat.com>
456
457         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
458         (ev_pixbuf_cache_get_selection_surface):
459         
460         Fixes crash on fast scrolling with simultaneous text selection.
461
462 2008-11-19  Marek Kašík <mkasik@redhat.com>
463
464         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
465         * shell/ev-window.c (launch_external_uri):
466         
467         Fixes assertion fail on selecting text. See bug #561393.
468
469 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
470
471         * shell/Makefile.am:
472         * shell/ev-jobs.[ch]: (ev_job_layers_init),
473         (ev_job_layers_dispose), (ev_job_layers_run),
474         (ev_job_layers_class_init), (ev_job_layers_new):
475         * shell/ev-sidebar-layers.[ch]:
476         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
477         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
478         (ev_view_reload_page), (ev_view_reload):
479         * shell/ev-window.c: (setup_sidebar_from_metadata),
480         (ev_window_sidebar_current_page_changed_cb),
481         (sidebar_layers_visibility_changed), (ev_window_init):
482
483         Add layers support.
484         
485 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
486
487         * data/icons/22x22/actions/Makefile.am:
488         * data/icons/22x22/actions/eye.png:
489         * shell/ev-stock-icons.[ch]:
490         
491         Add eye icon from gimp to hide/show layers.
492         
493 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
494
495         * configure.ac:
496         * cut-n-paste/Makefile.am:
497         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
498         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
499         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
500
501         Add GimpCellRendererToggle from gimp slightly modified to fit our
502         needs. 
503         
504 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * configure.ac:
507         * backend/pdf/ev-poppler.cc:
508
509         Implement layers interface in PDF backend.
510         
511 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * libdocument/Makefile.am:
514         * libdocument/ev-document-layers.[ch]:
515         * libdocument/ev-layer.[ch]:
516
517         Add optional content (layers) interface.
518         
519 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
520
521         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
522         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
523
524         Removes unused code.
525
526 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
527
528         * NEWS:
529         * configure.ac:
530
531         Update for 2.25.1 release
532
533 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
534
535         * shell/ev-window.c:
536
537         Fix build with GTK+ < 2.14
538
539 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
540
541         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
542         
543         Makes menu label translatable. Fixes bug #559129.
544
545 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
546
547         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
548         (t1_transform_font):
549         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
550         
551         More renames of warning to mdvi_warning in follow up to the
552         fix of the bug #553369. Fix for the bug #559257 by
553         Tuxce <tuxce.net@gmail.com>.
554         
555 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
556
557         * shell/ev-application.c: (ev_application_init_session):
558         * shell/main.c: (main):
559
560         Move the egg_set_desktop_file() call to main and remove
561         gtk_window_set_default_icon_name() since it's already called by
562         egg_set_desktop_file()
563         
564 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
567
568         Initialize GError to NULL.
569         
570 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
571
572         * shell/ev-window.c: (window_save_file_copy_ready_cb),
573         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
574         (ev_window_preview_print_finished), (launch_action):
575
576         Do not use popup dialogs to show error messages anymore, use the
577         message area instead.
578         
579 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
580
581         * shell/ev-window.c: (ev_window_error_message),
582         (ev_window_warning_message), (ev_window_set_document),
583         (ev_window_load_job_cb), (ev_window_load_remote_failed),
584         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
585         (ev_window_cmd_help_contents), (launch_external_uri),
586         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
587         (ev_attachment_popup_cmd_open_attachment),
588         (attachment_save_dialog_response_cb):
589
590         Use a message format (with printf()-style) in
591         ev_window_error_message and ev_window_warning_message.
592
593 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
594
595         * shell/ev-window.c: (ev_window_error_message),
596         (ev_window_warning_message), (ev_window_set_document),
597         (ev_window_load_job_cb), (ev_window_load_remote_failed),
598         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
599         (ev_window_cmd_help_contents), (launch_external_uri),
600         (image_save_dialog_response_cb),
601         (ev_attachment_popup_cmd_open_attachment),
602         (attachment_save_dialog_response_cb):
603
604         Change ev_window_error_message and ev_window_warning_message to
605         receive a EvWindow instead of a GtkWindow. It's more consistent
606         and avoids unneeded casts.
607         
608 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * shell/ev-window.c: (ev_window_cmd_help_contents):
611
612         Use gtk_show_uri() when availale to display help contents.
613         
614 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
615
616         * configure.ac:
617         * backend/pdf/ev-poppler.cc:
618         * properties/ev-properties-view.c:
619         * shell/Makefile.am:
620         * shell/ev-tooltip.[ch]: Removed
621         * shell/ev-view-private.h
622         * shell/eggfindbar.c:
623         * shell/ev-application.c:
624         * shell/ev-open-recent-action.c:
625         * shell/ev-sidebar-thumbnails.c:
626         * shell/ev-view.c:
627         * shell/ev-window.c:
628
629         Bump GTK+ requirement to 2.12.
630         
631 2008-10-27 Christian Persch <chpe@gnome.org>
632
633         * backend/djvu/djvu-document.c
634         * backend/dvi/cairo-device.c
635         * cut-n-paste/evmountoperation/ev-mount-operation.h
636         * cut-n-paste/gedit-message-area/gedit-message-area.h
637         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
638         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
639         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
640         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
641         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
642         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
643         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
644         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
645         * cut-n-paste/zoom-control/ephy-zoom-action.c
646         * cut-n-paste/zoom-control/ephy-zoom-action.h
647         * cut-n-paste/zoom-control/ephy-zoom-control.c
648         * cut-n-paste/zoom-control/ephy-zoom-control.h
649         * libdocument/ev-async-renderer.h
650         * libdocument/ev-document-factory.c
651         * libdocument/ev-document-misc.h
652         * libdocument/ev-image.h
653         * libdocument/ev-selection.h
654         * shell/ev-properties-fonts.h
655         * shell/ev-stock-icons.h
656         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
657         directly. Bug #558064.
658
659 2008-10-27 Christian Persch <chpe@gnome.org>
660
661         * cut-and-paste/smclient/*: Update from libegg.
662
663 2008-10-27 Christian Persch <chpe@gnome.org>
664
665         * backend/djvu/djvu-document.c
666         * backend/ps/ev-spectre.c
667         * shell/ev-jobs.c: Use printf safely. Bug #558066.
668
669 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
670
671         * shell/ev-view.c (ev_view_change_page),
672         (ev_view_transition_animation_finish),
673         (ev_view_transition_animation_cancel), (page_changed_cb),
674         (ev_view_set_presentation), (ev_view_next_page),
675         (ev_view_previous_page):
676         
677         Cancel the animation without scheduling transition start
678         and proceed to the next page to fix bug #516749.
679
680 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
681
682         * NEWS:
683         * configure.ac:
684
685         Update for release 2.24.1
686         
687 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
688
689         * shell/ev-window.c: (ev_window_cmd_view_presentation):
690
691         Disable toggle function of F5 when in presentation mode. Patch by
692         Dave Neary. Fixes bug #556162.
693         
694 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
695
696         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
697         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
698         (ev_sidebar_thumbnails_fill_model),
699         (ev_sidebar_thumbnails_refresh),
700         (ev_sidebar_thumbnails_set_document):
701
702         Instead of using only one loading icon for thumbnails based on the
703         size of the first page, create an icon for every different page
704         size. Fixes bug #556264.
705         
706 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
707
708         * shell/ev-page-cache.c: (ev_page_cache_finalize):
709
710         Fix memory leak.
711         
712 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
713
714         * shell/ev-window-title.c (ev_window_title_sanitize_title):
715
716         Removes bad prefixes from window title. Patch by 
717         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
718         
719 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
720
721         * shell/ev-window.c: (launch_external_uri):
722
723         Do not consider mailto links as http uris. Fixes bug #555801.
724         
725 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
726
727         * shell/ev-view.c: (merge_selection_region), (clear_selection):
728
729         Fix memory leak. Fixes bug #555134.
730         
731 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
732
733         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
734
735         Emit the job finished signal when the job is handled before the
736         page_ready callback.
737         
738 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
739
740         * shell/ev-window.c: (launch_action):
741
742         Use GdkAppLaunchContext when available to launch external
743         applications.
744         
745 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * shell/ev-window.c: (launch_action):
748
749         Fix launching external applications for launch actions which seems
750         to be broken since the gio port. Fixes bug #554500.
751         
752 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
753
754         * backend/dvi/Makefile.am:
755         * backend/dvi/cairo-device.c:
756         * backend/dvi/dvi-document.c:
757         * backend/dvi/mdvi-lib/Makefile.am:
758
759         Fix several compile warnings in the dvi backend.
760         
761 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
762
763         * backend/dvi/mdvi-lib/common.h:
764         * backend/dvi/mdvi-lib/dviread.c:
765         * backend/dvi/mdvi-lib/font.c:
766         * backend/dvi/mdvi-lib/fontmap.c:
767         * backend/dvi/mdvi-lib/fontsrch.c:
768         * backend/dvi/mdvi-lib/gf.c:
769         * backend/dvi/mdvi-lib/pagesel.c:
770         * backend/dvi/mdvi-lib/pk.c:
771         * backend/dvi/mdvi-lib/sp-epsf.c:
772         * backend/dvi/mdvi-lib/special.c:
773         * backend/dvi/mdvi-lib/tfm.c:
774         * backend/dvi/mdvi-lib/tfmfile.c:
775         * backend/dvi/mdvi-lib/util.c:
776         * backend/dvi/mdvi-lib/vf.c:
777
778         Rename error as mdvi_error to avoid symbol conflicts with the libc
779         error. Rename also message, crash, fatal and warning for
780         consistency. Fixes bug #553369.
781         
782 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * backend/dvi/dvi-document.c: (dvi_document_load):
785
786         Fix memory leak.
787         
788 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * backend/dvi/dvi-document.c:
791
792         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
793         G_IMPLEMENT_INTERFACE.
794         
795 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
796
797         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
798
799         Make sure copy_job_page_and_selection_to_job_info is always called
800         before copy_job_to_job_info. Fixes bug #552382.
801         
802 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * NEWS:
805         * configure.ac:
806
807         Update for release 2.24.0
808         
809 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * shell/ev-window.c: (launch_external_uri):
812
813         Use GdkAppLaunchContext when available to launch external uris.
814         
815 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * shell/ev-window.c: (launch_external_uri):
818
819         Use the message area to show errors when lauching external uris
820         instead of a popup window.
821         
822 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * shell/ev-window.c: (launch_external_uri):
825
826         Assume invalid uris are http uris. Fixes bug #552071.
827         
828 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
829
830         * NEWS:
831         * configure.ac:
832
833         Update for release 2.23.92.
834         
835 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * shell/eggfindbar.c: (egg_find_bar_class_init):
838
839         Allow page scrolling with PageUp/PageDown keys when find bar is
840         active. Fixes bug #529833.
841         
842 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * shell/ev-view-private.h:
845         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
846         (ev_view_scroll), (ev_view_class_init):
847         * shell/ev-view-accessible.c:
848         (ev_view_accessible_action_do_action):
849         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
850         (ev_window_cmd_scroll_backward):
851
852         Use GtkScrollType instead of EvScrollType.
853         
854 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
855
856         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
857         
858         Patch for case unsensitive page label match by Michael Lee.
859         See bug #550136.
860         
861         * shell/ev-page-action.c (create_tool_item):    
862         * test/Makefile.am:
863         * test/test1.py:
864         * test/test4.py:
865         * test/test5.py:
866         
867         Added test for the above and updated other tests.
868
869 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
870
871         * shell/ev-window.c: (image_save_dialog_response_cb):
872
873         Do not append the file extension twice when saving an image.
874         
875 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
878
879         Remove an invalid ifdef.
880         
881 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * shell/ev-view.c: (ev_view_motion_notify_event):
884
885         Make sure the cursor is correctly restored after showing the right
886         click menu.
887         
888 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
891         (ev_attachment_open):
892         * shell/ev-sidebar-attachments.c:
893         (ev_sidebar_attachments_button_press):
894         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
895
896         Use GdkAppLaunchContext when available to open attachments.
897         
898 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
899
900         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
901
902         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
903         by Eric Piel.
904         
905 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * shell/ev-application.c: (ev_application_get_media_keys):
908         * shell/ev-media-player-keys.[ch]:
909         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
910         (ev_media_player_keys_grab_keys),
911         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
912         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
913         * shell/ev-window.[ch]: (ev_window_dispose),
914         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
915         (ev_window_init):
916
917         Clean up the media player keys stuff.
918         
919 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
920
921         * NEWS:
922         * configure.ac:
923
924         Update for release 2.23.91.
925         
926 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
927
928         * cut-n-paste/smclient/eggsmclient-xsmp.c:
929         (sm_client_xsmp_set_initial_properties):
930
931         Fix memory leak.
932         
933 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
934
935         * shell/ev-application.c: (ev_application_open_window),
936         (ev_application_open_uri_at_dest):
937
938         Make sure evince starts up in the right workspace when resuming a
939         previous session.
940         
941 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * shell/ev-application.[ch]: (ev_application_open_window),
944         (ev_application_add_icon_path_for_screen),
945         (ev_application_open_uri_at_dest):
946
947         Fix window manager warnings shown in ~/.xsession-errors
948         
949 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
950
951         * configure.ac:
952         * cut-n-paste/Makefile.am:
953         * cut-n-paste/smclient/Makefile.am:
954         * cut-n-paste/smclient/eggdesktopfile.[ch]:
955         * cut-n-paste/smclient/eggsmclient-private.h:
956         * cut-n-paste/smclient/eggsmclient-xsmp.c:
957         * cut-n-paste/smclient/eggsmclient.[ch]:
958
959         EggSMClient copied from libegg
960
961         * libdocument/ev-file-helpers.c: (ev_dot_dir):
962         * shell/Makefile.am:
963         * shell/ev-application.[ch]: (ev_application_load_session),
964         (smclient_save_state_cb), (smclient_quit_cb),
965         (ev_application_init_session), (ev_application_shutdown),
966         (ev_application_init):
967         * shell/main.c: (main):
968
969         Use EggSMClient instead of gnome-client and remove libgnome and
970         libgnomeui dependencies.
971         
972 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * shell/main.c: (main):
975
976         Remove gnome_authentication_manager_init.
977         
978 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
979
980         * shell/ev-view.c: (ev_view_goto_window_create):
981
982         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
983         since it's now deprecated.
984         
985 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
986
987         * backend/djvu/Makefile.am:
988         * backend/djvu/djvu-document-private.h:
989         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
990         (djvu_document_find_iface_init):
991         * backend/djvu/djvu-text-page.[ch]:
992         * backend/djvu/djvu-text.[ch]: Removed
993         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
994         (pdf_document_find_iface_init):
995         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
996         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
997         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
998         (ev_job_find_get_n_results), (ev_job_find_get_progress),
999         (ev_job_find_has_results), (ev_job_find_get_results):
1000         * shell/ev-view-private.h:
1001         * shell/ev-view.[ch]: (ev_view_expose_event),
1002         (highlight_find_results), (ev_view_finalize),
1003         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1004         (ev_view_set_document), (ev_view_find_get_n_results),
1005         (ev_view_find_get_result), (jump_to_find_result),
1006         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1007         (ev_view_find_previous), (ev_view_find_search_changed),
1008         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1009         * shell/ev-window.c: (ev_window_update_actions),
1010         (page_changed_cb), (ev_window_setup_document),
1011         (ev_window_update_find_status_message),
1012         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1013         (ev_window_clear_find_job), (find_bar_close_cb),
1014         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1015         (ev_window_dispose), (ev_window_init):
1016
1017         Rework find interface. The find logic has been moved from backends
1018         to the shell avoiding a lot of duplicated code in the backends and
1019         making easier to implement the find interface in the backends.
1020         
1021 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1022
1023         * backend/pdf/ev-poppler.cc:
1024         (pdf_document_thumbnails_get_dimensions):
1025
1026         Make sure thumbnail size returned by the PDF is actually
1027         valid. Fixes bug #548462.
1028         
1029 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1030
1031         * shell/ev-window.c: (ev_window_setup_document),
1032         (ev_window_set_document), (ev_window_dispose):
1033
1034         Remove the idle function for setting the document up when the
1035         window is destroyed. Fixes bug #549163.
1036         
1037 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1040         (ev_job_attachments_dispose), (ev_job_attachments_run),
1041         (ev_job_attachments_class_init), (ev_job_attachments_new):
1042         * shell/ev-sidebar-attachments.c:
1043         (ev_sidebar_attachments_set_document):
1044
1045         Add a new job to get the attachments in a thread with the document
1046         lock held. Fixes bug #548653.
1047         
1048 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1049
1050         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1051         (tiff_document_document_iface_init):
1052
1053         Implement document_get_page_label in tiff backend.
1054         
1055 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * backend/tiff/tiff-document.c: (tiff_document_render):
1058
1059         Handle document orientation in tiff backend. Fixes bug #548444.
1060         
1061 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1062
1063         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1064
1065         Do not crash when adjustment page size is 0. Fixes bug #547440.
1066         
1067 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1068
1069         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1070
1071         Sync with current GTK+.
1072         
1073 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1074
1075         * configure.ac:
1076         
1077         Update for release 2.23.6.
1078
1079 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1080
1081         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1082         (ev_job_load_set_password):
1083         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1084         * shell/ev-window.c: (password_dialog_response),
1085         (ev_window_load_job_cb):
1086
1087         Fix loading encrypted documents since I broke it with the jobs
1088         rework.
1089         
1090 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * NEWS:
1093
1094         Update NEWS for 2.23.6 release.
1095         
1096 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1097
1098         * backend/impress/impress-document.c:
1099         * backend/impress/render.h:
1100         * libdocument/ev-document-factory.c:
1101         * libdocument/ev-document-factory.h:
1102         * libdocument/ev-document-links.h:
1103         * libdocument/ev-document-misc.c:
1104         * libdocument/ev-document-misc.h:
1105         * properties/ev-properties-main.c:
1106         * properties/ev-properties-view.c:
1107         * properties/ev-properties-view.h:
1108         * shell/eggfindbar.c:
1109         * shell/eggfindbar.h:
1110         * shell/ev-application.c:
1111         * shell/ev-application.h:
1112         * shell/ev-jobs.h:
1113         * shell/ev-message-area.h:
1114         * shell/ev-navigation-action.c:
1115         * shell/ev-navigation-action.h:
1116         * shell/ev-open-recent-action.c:
1117         * shell/ev-open-recent-action.h:
1118         * shell/ev-page-action-widget.c:
1119         * shell/ev-page-action.c:
1120         * shell/ev-page-action.h:
1121         * shell/ev-page-cache.h:
1122         * shell/ev-password-view.h:
1123         * shell/ev-password.h:
1124         * shell/ev-pixbuf-cache.h:
1125         * shell/ev-properties-fonts.c:
1126         * shell/ev-sidebar-attachments.c:
1127         * shell/ev-sidebar-links.c:
1128         * shell/ev-sidebar-links.h:
1129         * shell/ev-sidebar-thumbnails.c:
1130         * shell/ev-sidebar-thumbnails.h:
1131         * shell/ev-sidebar.c:
1132         * shell/ev-sidebar.h:
1133         * shell/ev-stock-icons.c:
1134         * shell/ev-tooltip.h:
1135         * shell/ev-view.c:
1136         * shell/ev-view.h:
1137         * shell/ev-window.c:
1138         * shell/ev-window.h:
1139         * shell/main.c:
1140
1141         More #include cleanups. Again: reordering, single gtk.h
1142         includes and other stuff.
1143
1144 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1145
1146         * shell/eggfindbar.c:
1147         * shell/ev-application.c:
1148         * shell/ev-message-area.c:
1149         * shell/ev-navigation-action.c:
1150         * shell/ev-open-recent-action.c:
1151         * shell/ev-page-action-widget.c:
1152         * shell/ev-page-action.c:
1153         * shell/ev-password-view.c:
1154         * shell/ev-properties-dialog.c:
1155         * shell/ev-properties-fonts.c:
1156         * shell/ev-sidebar-attachments.c:
1157         * shell/ev-sidebar-page.c:
1158         * shell/ev-sidebar-thumbnails.c:
1159         * shell/ev-stock-icons.c:
1160         * shell/ev-tooltip.c:
1161         * shell/ev-view.c:
1162         * shell/ev-window.c:
1163         * shell/main.c:
1164
1165         Cleanup many #include statements: reorder so that a
1166         generic-to-specific order is used, use single gtk.h
1167         includes, and some other cleanups.
1168
1169 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * shell/ev-jobs.h:
1172
1173         Add gio header.
1174         
1175 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1178         (ev_document_fc_mutex_trylock):
1179         * shell/Makefile.am:
1180         * shell/ev-job-queue.[ch]:
1181         * shell/ev-job-scheduler.[ch]:
1182         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1183         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1184         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1185         (ev_job_failed_from_error), (ev_job_succeeded),
1186         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1187         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1188         (ev_job_links_class_init), (ev_job_render_init),
1189         (notify_page_ready), (ev_job_render_page_ready),
1190         (ev_job_render_run), (ev_job_render_class_init),
1191         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1192         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1193         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1194         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1195         (ev_job_save_dispose), (ev_job_save_run),
1196         (ev_job_save_class_init), (ev_job_print_init),
1197         (ev_job_print_dispose), (ev_job_print_run),
1198         (ev_job_print_class_init):
1199         * shell/ev-page-cache.c:
1200         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1201         (check_job_size_and_unref), (move_one_job),
1202         (copy_job_to_job_info), (add_job),
1203         (ev_pixbuf_cache_add_jobs_if_needed):
1204         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1205         (job_fonts_finished_cb), (job_fonts_updated_cb),
1206         (ev_properties_fonts_set_document):
1207         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1208         (ev_sidebar_links_set_document):
1209         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1210         (ev_sidebar_thumbnails_set_document),
1211         (ev_sidebar_thumbnails_clear_job):
1212         * shell/ev-view-private.h:
1213         * shell/ev-view.c:
1214         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1215         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1216         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1217         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1218         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1219         (ev_window_reload_document), (ev_window_clear_save_job),
1220         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1221         (ev_window_clear_print_job), (ev_window_print_job_cb),
1222         (ev_window_print_dialog_response_cb):
1223         * shell/main.c: (main):
1224
1225         Rework the jobs system in order to make it simpler and more
1226         extensible. It allows to run jobs in the main loop instead of
1227         using a thread when it's appropriate like the fonts job. Now it's
1228         also possible to cancel jobs that are currently running. 
1229         
1230 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * libdocument/ev-debug.c: (profile_init):
1233
1234         Create the hash table also when profiling service is enabled for
1235         all sections.
1236         
1237 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1240         (ev_profiler_stop):
1241         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1242         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1243         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1244         (ev_job_print_run):
1245         * shell/main.c: (main):
1246
1247         Add a profile mode available when debug is enabled. Add profilers
1248         in ev-jobs.
1249         
1250 2008-07-23  Götz Waschk <waschk@mandriva.org>
1251
1252         * configure.ac: Correctly build desktop file. Fixes
1253         bug #544237.
1254
1255 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1256
1257         * configure.ac:
1258         
1259         Update for release 2.23.5.
1260
1261 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1262
1263         * NEWS:
1264
1265         Update NEWS for 2.23.5 release.
1266         
1267 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1268
1269         * shell/ev-window.c: (ev_window_state_event),
1270         (ev_window_class_init):
1271
1272         Intercept window manager's fullscreen request in order to run/stop
1273         fullscreen mode. Fixes bug #493541.
1274         
1275 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1278
1279         Restart the job search when the find bar is opened for the second
1280         time. Fixes bug #531956.
1281         
1282 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1285         (get_document_from_uri):
1286
1287         Make sure we always return a valid error struct when
1288         get_document_from_uri fails. Fixes nautilus crash, see bug
1289         #542548.
1290         
1291 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1292
1293         * libdocument/ev-transition-effect.c
1294         (ev_transition_effect_type_get_type),
1295         (ev_transition_effect_alignment_get_type),
1296         (ev_transition_effect_direction_get_type):
1297         
1298         Fixes bug #542924. Makes enums static to fix Solaris build.
1299
1300 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1301
1302         * shell/ev-view.c: (ev_view_key_press_event):
1303
1304         Add '.' keybinding for blanking the screen in presentation
1305         mode. Fixes bug #542001.
1306         
1307 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * libdocument/ev-document-misc.c:
1310         (ev_document_misc_pixbuf_from_surface):
1311
1312         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1313         #540950.
1314         
1315 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1316
1317         * backend/comics/comics-document.c (comics_document_load):
1318         * backend/comics/comicsdocument.evince-backend.in:
1319         * configure.ac:
1320         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1321         
1322         Added support for 7-zip based cb7 comic book. Patch by
1323         Kartik Rustagi. Fixes bug #532312.
1324
1325 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1326
1327         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1328         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1329         Fixes bug #539972.
1330
1331 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1332
1333         * shell/Makefile.am:
1334         * shell/ev-application.c (ev_application_init),
1335         (ev_application_get_media_keys):
1336         * shell/ev-application.h:
1337         * shell/ev-marshal.list:
1338         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1339         (proxy_destroy), (on_media_player_key_pressed),
1340         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1341         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1342         * shell/ev-media-player-keys.h:
1343         * shell/ev-window.c (ev_window_go_previous_page),
1344         (ev_window_go_next_page), (ev_window_go_first_page),
1345         (ev_window_go_last_page), (ev_window_start_presentation),
1346         (ev_window_dispose), (view_actions_focus_in_cb):
1347         * shell/ev-window.h: When building with D-Bus support, listen
1348         for multimedia key events from gnome-settings-daemon. This allows
1349         to go to the next/previous/first/last pages using, respectively,
1350         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1351         a presentation. Fixes bug #539971.
1352
1353 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1354
1355         * configure.ac:
1356         
1357         Update for release 2.23.4.
1358
1359 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * NEWS:
1362
1363         Update news for 2.23.4 release.
1364         
1365 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1368         * shell/ev-sidebar-thumbnails.c:
1369         (ev_sidebar_thumbnails_set_loading_icon),
1370         (ev_sidebar_thumbnails_refresh):
1371         * shell/ev-window.c: (ev_window_error_message),
1372         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1373         (ev_window_set_document):
1374
1375         Do not crash opening documents with no pages and show a warning
1376         message in the message area. Fixes bugs #537574 and #171588.
1377         
1378 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * shell/Makefile.am:
1381         * shell/ev-file-monitor.[ch]:
1382         * shell/ev-window.c: (ev_window_document_changed),
1383         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1384         (ev_window_reload_job_cb), (ev_window_open_uri),
1385         (ev_window_reload_document), (ev_window_cmd_view_reload),
1386         (ev_window_dispose):
1387
1388         Automaticly reload the document when the file has changed on
1389         disk. Bug #304249.
1390         
1391 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1392
1393         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1394         * libdocument/ev-image.c: (ev_image_save_tmp):
1395         * libdocument/ev-module.c: (ev_module_load):
1396         * shell/ev-application.c: (ev_application_shutdown),
1397         (ev_application_get_print_settings):
1398         * shell/ev-sidebar-attachments.c:
1399         (ev_sidebar_attachments_button_press),
1400         (ev_sidebar_attachments_drag_data_get):
1401         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1402         (ev_window_print_finished), (ev_window_print_send),
1403         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1404         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1405         (ev_window_cmd_preview_print):
1406         * shell/main.c: (load_files_remote):
1407         Fix some build warnings under GCC 4.3.0. (#537535).
1408
1409 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1410
1411         * shell/ev-jobs.c: (ev_job_render_dispose):
1412
1413         Fix a crash in debug mode. Patch by Daniel M German.
1414         
1415 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1416
1417         * shell/ev-window.c:
1418
1419         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1420         
1421 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1422
1423         * shell/ev-window.c: (ev_window_print_send),
1424         (ev_window_do_preview_print):
1425
1426         Use the window title as print job name instead of just
1427         "evince-print". Fixes bug #534493.
1428         
1429 2008-05-19  Frederic Peters  <fpeters@0d.be>
1430
1431         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1432         Bug #533897.
1433
1434 2008-05-19  Frederic Peters  <fpeters@0d.be>
1435
1436         * help/reference/Makefile.am: added missing libevmountoperation to
1437         gtkdoc-scanobj libraries.  Bug #533896.
1438
1439 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1440
1441         * properties/ev-properties-view.c (get_default_user_units):
1442         Fixes check for default units string translation. Bug #533323.
1443
1444 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1445
1446         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1447         be an iks_free(). Fix an array overflow in the XML parser that
1448         would occur whenever the number of attributes in a tag was greater
1449         than 0 and divisible by 6. Fixes GNOME bug #530852.
1450
1451 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1452
1453         * backend/djvu/djvu-document-private.h:
1454         * backend/djvu/djvu-links.c:
1455         * backend/djvu/djvu-text.c:
1456         * backend/djvu/djvu-document.c: (djvu_handle_events),
1457         (djvu_wait_for_message), (djvu_document_load),
1458         (document_get_page_size), (djvu_document_render),
1459         (djvu_document_thumbnails_get_thumbnail),
1460         (djvu_document_file_exporter_end):
1461
1462         Make sure load job doesn't finish successfully when the document
1463         is not successfully decoded by libdjvu. Fixes bug #530202.
1464         
1465 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * configure.ac:
1468         * libdocument/Makefile.am:
1469         * libdocument/ev-debug.[ch]:
1470         * libdocument/ev-document.c:
1471         * shell/ev-jobs.c: (ev_job_links_dispose),
1472         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1473         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1474         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1475         (ev_job_render_page_ready), (ev_job_render_run),
1476         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1477         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1478         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1479         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1480         (ev_job_print_new), (ev_job_print_run):
1481         * shell/main.c: (main):
1482
1483         Add debug mode based on gedit code. Add debug messages in
1484         ev-jobs.
1485         
1486 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1487
1488         * libdocument/ev-document-factory.c: (get_document_from_uri):
1489
1490         Fix memory leak.
1491         
1492 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1493
1494         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1495         (get_mime_type_from_data), (get_document_from_uri),
1496         (ev_document_factory_get_document):
1497         
1498         Improved error message about file opening failture.
1499         Bug #529129.
1500
1501 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1502
1503         * data/evince-toolbar.xml:
1504         
1505         Allow to add SaveAs to toolbar.
1506
1507 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * shell/ev-view-private.h:
1510         * shell/ev-view.[ch]: (ev_view_button_release_event),
1511         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1512         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1513         (ev_view_update_primary_selection), (clear_link_selected),
1514         (ev_view_copy_link_address):
1515         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1516
1517         Update also the primary selection when copying a link
1518         address. Fixes bug #520855.
1519         
1520 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1521
1522         * libdocument/ev-document-factory.c: (get_document_from_uri):
1523
1524         Use the pixbuf backend only when the mime type is not supported by
1525         any of the other backend so that tiff documents, for instance, are
1526         handled by the tiff backend instead of the pixbuf backend. fixes
1527         bug #520290.
1528         
1529 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1530
1531         * cut-n-paste/Makefile.am:
1532
1533         Add evmountoperation to subdirs list.
1534         
1535 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1536
1537         * configure.ac:
1538
1539         Fix libspectre check in configure script. Fixes bug #528549.
1540         
1541 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * configure.ac:
1544         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1545         * shell/Makefile.am:
1546         * shell/ev-window.c: (ev_window_load_remote_failed),
1547         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1548
1549         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1550         open documents in remote locations that are not mounted.
1551         
1552 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1553
1554         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1555         (bitmap_convert_msb8):
1556         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1557         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1558
1559         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1560         
1561 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1562
1563         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1564         (ev_job_render_new), (ev_job_render_set_selection_info),
1565         (ev_job_render_run):
1566         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1567         (check_job_size_and_unref),
1568         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1569         (add_job), (ev_pixbuf_cache_get_selection_surface):
1570
1571         Create the render context needed for rendering a page in the render
1572         thread so that we don't block the main thread. Simplify
1573         EvJobRender API.
1574         
1575 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * libdocument/Makefile.am:
1578         * libdocument/ev-page.[ch]:
1579         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1580         (ev_render_context_new), (ev_render_context_set_page):
1581         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1582         (ev_form_field_finalize), (ev_form_field_class_init):
1583         * libdocument/ev-document-forms.[ch]:
1584         (ev_document_forms_get_form_fields):
1585         * libdocument/ev-document.[ch]: (ev_document_get_page),
1586         (ev_document_get_page_size), (ev_document_get_page_label):
1587         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1588         (ev_job_render_run), (ev_job_thumbnail_new),
1589         (ev_job_thumbnail_run), (ev_job_print_run):
1590         * shell/ev-page-cache.c: (ev_page_cache_new):
1591         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1592         (check_job_size_and_unref), (add_job):
1593         * shell/ev-sidebar-thumbnails.c: (add_range):
1594         * shell/ev-view.c: (ev_view_form_field_get_region),
1595         (ev_view_form_field_button_create_widget),
1596         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1597         (ev_view_handle_form_field), (ev_view_size_allocate),
1598         (get_selected_text):
1599         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1600         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1601         (pdf_document_get_page), (pdf_document_get_page_label),
1602         (pdf_document_render), (pdf_document_get_info),
1603         (pdf_document_document_iface_init),
1604         (pdf_document_thumbnails_get_thumbnail),
1605         (pdf_document_thumbnails_get_dimensions),
1606         (pdf_document_file_exporter_do_page),
1607         (pdf_selection_render_selection),
1608         (pdf_selection_get_selected_text),
1609         (pdf_selection_get_selection_region),
1610         (pdf_selection_get_selection_map),
1611         (pdf_document_forms_get_form_fields),
1612         (pdf_document_forms_form_field_text_get_text),
1613         (pdf_document_forms_form_field_text_set_text),
1614         (pdf_document_forms_form_field_button_set_state),
1615         (pdf_document_forms_form_field_button_get_state),
1616         (pdf_document_forms_form_field_choice_get_item),
1617         (pdf_document_forms_form_field_choice_get_n_items),
1618         (pdf_document_forms_form_field_choice_is_item_selected),
1619         (pdf_document_forms_form_field_choice_select_item),
1620         (pdf_document_forms_form_field_choice_toggle_item),
1621         (pdf_document_forms_form_field_choice_unselect_all),
1622         (pdf_document_forms_form_field_choice_set_text),
1623         (pdf_document_forms_form_field_choice_get_text):
1624         * backend/ps/ev-spectre.c: (ps_document_get_page),
1625         (ps_document_get_page_size), (ps_document_get_page_label),
1626         (ps_document_render), (ps_document_document_iface_init),
1627         (ps_document_file_exporter_do_page):
1628         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1629         (tiff_document_render), (tiff_document_render_pixbuf),
1630         (tiff_document_file_exporter_do_page):
1631         * backend/pixbuf/pixbuf-document.c:
1632         (pixbuf_document_get_page_size):
1633         * backend/comics/comics-document.c:
1634         (comics_document_get_page_size), (comics_document_render_pixbuf):
1635         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1636         (djvu_document_render), (djvu_selection_get_selected_text),
1637         (djvu_document_thumbnails_get_thumbnail),
1638         (djvu_document_file_exporter_do_page),
1639         (djvu_document_find_get_result):
1640         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1641         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1642         (dvi_document_thumbnails_get_thumbnail),
1643         (dvi_document_file_exporter_do_page):
1644         * backend/impress/impress-document.c:
1645         (impress_document_get_page_size),
1646         (impress_document_render_pixbuf):
1647         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1648
1649         Add EvPage so that we can hold a reference to the backend
1650         page. Form fields keep now a reference to the poppler page
1651         improving performance since we don't have to create/destroy the
1652         poppler field for every form operation. This will be needed for
1653         annotations too.
1654         
1655 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1656
1657         * data/evince-ui.xml:
1658         * shell/ev-window.c:
1659
1660         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1661         
1662 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1663
1664         * configure.ac:
1665         * backend/ps/Makefile.am:
1666
1667         Remove gs stuff from ps backend.
1668         
1669 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * configure.ac:
1672         * backend/pdf/ev-poppler.cc:
1673
1674         Bump poppler requirement to 0.8.0.
1675         
1676 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1677
1678         * NEWS:
1679         * configure.ac:
1680
1681         Update for release 2.22.1.1
1682
1683 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1684
1685         * configure.ac:
1686
1687         Fix build (again) when poppler version is 0.6
1688         
1689 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1690
1691         * backend/djvu/djvu-links.c: (build_tree):
1692
1693         Make sure link title is a valid utf8 string. Fixes bug #526517.
1694         
1695 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * configure.ac:
1698
1699         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1700         #526799.
1701         
1702 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1703
1704         * configure.ac:
1705         
1706         Update for release 2.22.1.
1707
1708 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1709
1710         * NEWS:
1711
1712         Update for upcoming release.
1713
1714 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1715
1716         * configure.ac:
1717         * backend/dvi/dvidocument.evince-backend.in:
1718
1719         Add compressed dvi to the list of supported mime types. Patch by
1720         Ed Catmur. Fixes bug #307087.
1721
1722 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1723
1724         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1725
1726         Fix a crash when printing a range that doesn't specify the start or
1727         end page. Fixes bug #524288.
1728
1729 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1730
1731         * shell/ev-window.c: (ev_window_cmd_continuous),
1732         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1733         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1734         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1735         (ev_window_run_presentation), (ev_window_stop_presentation),
1736         (ev_window_cmd_view_presentation),
1737         (ev_window_cmd_leave_fullscreen),
1738         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1739
1740         Do not unfullscreen and fullscreen again the window when changing
1741         from fullscreen to presentation mode and vice versa. Fixes bug
1742         #524112.
1743         
1744 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1745
1746         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1747
1748         Do not crash when thumbnail failed to render in PS backend. Fixes
1749         bug #525015.
1750         
1751 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1752
1753         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1754         (ev_window_load_file_remote), (ev_window_open_uri):
1755
1756         Handle errors when opening remote files.
1757         
1758 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1759
1760         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1761
1762         Only grab the focus for the current visible proxy widget. Fixes
1763         bug #521224.
1764         
1765 2008-03-30  Emil Soleyman  <emil@nishra.com>
1766
1767         * shell/ev-window.c: (launch_external_uri):
1768         
1769         Reuse g_app_info_launch_default_for_uri to
1770         save some code and fix bug #525009.
1771
1772 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1773
1774         * shell/ev-window.c (image_save_dialog_response_cb):
1775
1776         Use g_str_has_suffix. See bug #523069.
1777
1778 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1779
1780         * configure.ac:
1781
1782         Add a configure option to enable/diable DBus. Patch by Rémi
1783         Cardona. Fixes bug 521797.
1784
1785 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1786
1787         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1788
1789         Fix printing in documents with rotated pages. Patch by Eugen
1790         Dedu. Fixes bug #512648.
1791         
1792 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1793
1794         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1795         (ev_link_from_action):
1796
1797         Fix warning messages.
1798         
1799 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1800
1801         * shell/ev-window.c: (image_save_dialog_response_cb):
1802
1803         Do not append the extension to filename when saving an image
1804         if the filename alredy contains the extension. Fixes bug #523069.
1805         
1806 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1807
1808         * shell/ev-view.[ch]: (ev_view_find_cancel):
1809         * shell/ev-window.c: (find_bar_close_cb):
1810
1811         Cancel the find operation when the find bar is closed. Fixes bug
1812         #508845.
1813         
1814 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1815
1816         * backend/ps/psdocument.evince-backend.in:
1817
1818         Make ps backend module resident. Fixes bug #520607.
1819         
1820 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * shell/ev-jobs.c: (ev_job_print_run):
1823
1824         Invert collate action in order to work as expected, fix reverse
1825         printing so that it doesn't start with a blank page and fix number
1826         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1827         
1828 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1829
1830         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1831
1832         Fix build with poppler <= 0.7.2
1833         
1834 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1835
1836         * libdocument/ev-document-misc.c:
1837         (ev_document_misc_surface_from_pixbuf):
1838
1839         Fix selections with poppler-splash.
1840         
1841 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1842
1843         * configure.ac:
1844         * backend/pdf/ev-poppler.cc:
1845
1846         Fix build with poppler >= 0.7.2
1847         
1848 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1849
1850         * configure.ac:
1851         
1852         Update for release 2.22.0
1853
1854 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1855
1856         * NEWS:
1857
1858         Update for upcoming release.
1859
1860 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1861
1862         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1863
1864         Bug 495107 – Handle print dialog responses correctly
1865
1866         Correctly handle print dialog response. Properly fixes
1867         the above mentioned bug.
1868
1869 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1872
1873         Make sure print job is only run when the print button is
1874         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1875         
1876 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1877
1878         * backend/pdf/pdfdocument.evince-backend.in:
1879         * libdocument/ev-backends-manager.c:
1880         (ev_backends_manager_load_backend),
1881         (ev_backends_manager_get_document):
1882         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1883
1884         Allow making backend modules resident. This is needed only for
1885         some backends like pdf to avoid registering glib types more than
1886         once.
1887         
1888 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * backend/comics/comics-document.c:
1891         * backend/djvu/djvu-document.c:
1892         * backend/impress/impress-document.c:
1893         * backend/pdf/ev-poppler.cc:
1894         * backend/pixbuf/pixbuf-document.c:
1895         * backend/ps/ev-spectre.c:
1896         * backend/ps/ps-document.c:
1897         * backend/tiff/tiff-document.c:
1898         * libdocument/ev-document.h:
1899         * properties/ev-properties-main.c:
1900
1901         Use g_type_module_add_interface instead of
1902         g_type_add_interface_static. Fixes bug #519679.
1903         
1904 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1905
1906         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1907         Added. Returns whether the animation has everything necessary to run.
1908         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1909         is ready just because it's been created. Fixes #519106.
1910         (draw_one_page): Do not show the "Loading..." text in presentation
1911         mode, there was a slim probability that this could happen.
1912
1913 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1914
1915         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1916
1917         Duplicate mime_type string before freeing it so that it doesn't
1918         always fail when getting mime type from uri. Fixes bug #518874.
1919         
1920 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1921
1922         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1923
1924         Fix a crash when a choice form field doesn't have any item
1925         selected. Fixes bug #518831
1926         
1927 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1928
1929         * shell/ev-window.c (ev_window_clear_temp_file):
1930         Use g_file_has_prefix instead of renamed
1931         g_file_contains_file.
1932
1933         * configure.ac:
1934         Require new glib for above change.
1935         
1936 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1937
1938         * libdocument/ev-image.c: (ev_image_finalize),
1939         (ev_image_save_tmp):
1940
1941         Return a real uri instead of a filename when saving an
1942         image. Fixes images drag an drop from evince to nautilus. 
1943         
1944 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1945
1946         * backend/pdf/ev-poppler.cc:
1947         (pdf_document_images_get_image_mapping):
1948
1949         Return the image list in the right order. Fixes bug #516237.
1950         
1951 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1952
1953         * backend/impress/impress-document.c:
1954         (impress_document_thumbnails_get_thumbnail):
1955
1956         Remove unused variable to avoid a compiler warning.
1957
1958 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1959
1960         * configure.ac:
1961         
1962         Update for release 2.21.91.
1963
1964 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1965
1966         * configure.ac:
1967         * shell/Makefile.am:
1968         * shell/ev-application.[ch]:
1969         * shell/ev-sidebar-links.c:
1970         * shell/ev-utils.[ch]:
1971         * shell/ev-window.[ch]:
1972
1973         Remove libgnomeprint support. Fixes bug #512370.
1974         
1975 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1976
1977         * thumbnailer/evince-thumbnailer.c: (main):
1978
1979         Initialize glib type system before using it. Fixes bug #513934.
1980         
1981 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1982
1983         * properties/ev-properties-main.c:
1984
1985         Add missing #include.
1986         
1987 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1988
1989         * configure.ac:
1990         * backend/djvu/djvu-document.c: (djvu_document_render):
1991         * backend/tiff/tiff-document.c: (tiff_document_render):
1992
1993         Use the new cairo function cairo_format_stride_for_width when
1994         available. Fixes bug #482720.
1995
1996 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1997
1998         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1999         (get_mime_type_from_data), (get_document_from_uri):
2000
2001         Use g_content_type_guess() only when slow is true in
2002         get_document_from_uri(). Fix several memory leaks.
2003         
2004 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2005
2006         * libdocument/ev-document-factory.c:
2007         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2008         (get_document_from_uri):
2009
2010         Use g_content_type_guess () to get mimetype for files.
2011         Bug #510401.
2012
2013 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2014
2015         * thumbnailer/Makefile.am:
2016
2017         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2018         
2019 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2020
2021         * configure.ac:
2022
2023         Fix build with --without-libgnome. Fixes bug #512771.
2024         
2025 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2026
2027         * backend/dvi/Makefile.am: Install only dvi
2028         module. Fixes bug #512718.
2029
2030 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2031
2032         * properties/ev-properties-main.c: (nautilus_module_initialize):
2033         
2034         Initialize backends in properties tab. Fixes bug
2035         #512720.
2036
2037 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2038
2039         * properties/Makefile.am: No need to link with 
2040         libraries. Fixes bug #512719.
2041
2042 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2043
2044         * NEWS:
2045         * configure.ac:
2046         
2047         Update for release 2.21.90.
2048
2049 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * shell/ev-window.c: (ev_window_cmd_escape):
2052
2053         Fix compile warning.
2054         
2055 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2056
2057         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2058
2059         Fix printing in dvi backend when filename contains white
2060         espaces. Fixes bug #502839.
2061         
2062 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2065         (screensaver_disable_x11):
2066         * shell/Makefile.am:
2067         * shell/xdg-user-dir-lookup.c: Removed
2068         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2069         * shell/ev-view.c: (ev_view_presentation_transition_start):
2070         * shell/ev-window.c: (ev_window_cmd_file_open),
2071         (ev_window_cmd_save_as), (presentation_set_timeout):
2072
2073         Remove #ifdefs that are no longer needed.
2074         
2075 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2076
2077         * shell/ev-view.[ch]: (ev_view_button_release_event),
2078         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2079         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2080         (ev_window_cmd_escape):
2081
2082         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2083         
2084 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2085
2086         * configure.ac:
2087         * backend/comics/comics-document.c: (comics_document_load):
2088         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2089         (ev_attachment_set_property), (ev_attachment_init),
2090         (ev_attachment_save), (ev_attachment_launch_app),
2091         (ev_attachment_open):
2092         * libdocument/ev-document-factory.c: (get_document_from_uri):
2093         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2094         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2095         * shell/ev-jobs.c:
2096         * shell/ev-password.c: (ev_password_dialog_set_property),
2097         (ev_password_dialog_save_password):
2098         * shell/ev-sidebar-attachments.c:
2099         (ev_sidebar_attachments_drag_data_get):
2100         * shell/ev-window-title.c: (get_filename_from_uri):
2101         * shell/ev-window.c: (ev_window_clear_temp_file),
2102         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2103         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2104         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2105         (launch_external_uri), (image_save_dialog_response_cb),
2106         (attachment_save_dialog_response_cb):
2107         * shell/main.c: (load_files), (load_files_remote), (main):
2108         * thumbnailer/evince-thumbnailer.c: (main):
2109
2110         Port to gio and drop gnome-vfs dependency. Fixes bug
2111         #510401. Based on patch by Cosimo Cecchi.
2112         
2113 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2114
2115         * NEWS:
2116
2117         Fixed formatting inconsistencies (spaces vs. tabs)
2118
2119 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2120
2121         * shell/ev-window.c:
2122
2123         Use top/up/bottom/down arrows instead of
2124         first/left/last/right in the toolbar and menu actions.
2125         This fixes issues with RTL languages and is visually
2126         consistent with the page view. Fixes bug #170081.
2127
2128 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2129
2130         * NEWS:
2131
2132         Fixed some inaccuracies pointed out by Carlos Garcia
2133         Campos.
2134
2135 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2136
2137         * NEWS:
2138         * data/evince.schemas.in:
2139         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2140
2141         Override PDF restrictions by default. Fixes bug #382700.
2142
2143 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2144
2145         * NEWS: Updated for upcoming release
2146
2147 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2148
2149         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2150
2151         Fix memory leak.
2152         
2153 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2154
2155         * shell/ev-window.c: (register_custom_actions):
2156         
2157         Added comment for translators
2158
2159 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * shell/ev-view.c: (ev_view_button_release_event):
2162
2163         Do not create the idle function for kinetic scrolling if we are
2164         not in a drag operation.
2165
2166 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2167
2168         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2169         (ev_view_button_press_event), (ev_view_motion_notify_event),
2170         (ev_view_button_release_event):
2171
2172         Restore cursor after autoscrolling. Fixes bug #509958.
2173
2174 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2175
2176         * configure.ac:
2177         * backend/pdf/ev-poppler.cc:
2178         (pdf_document_images_get_image_mapping),
2179         (pdf_document_images_get_image),
2180         (pdf_document_document_images_iface_init):
2181         * libdocument/ev-document-images.[ch]:
2182         (ev_document_images_get_image_mapping),
2183         (ev_document_images_get_image):
2184         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2185         (ev_image_get_id), (ev_image_save_tmp):
2186         * shell/ev-jobs.c: (ev_job_render_run):
2187         * shell/ev-view.c: (ev_view_drag_data_get):
2188         * shell/ev-window.c: (image_save_dialog_response_cb),
2189         (ev_view_popup_cmd_copy_image):
2190
2191         Do not render images when rendering the page but on demand. It
2192         reduces the memory comsumption.
2193         
2194 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2195
2196         * configure.a:
2197         * shell/ev-password.c:
2198
2199         Make gnome-keyring optional. Fixes bug #509676.
2200         
2201 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2202
2203         * shell/ev-pixbuf-cache.c: (add_job):
2204
2205         Initialize include_images variable as FALSE instead of TRUE.
2206         
2207 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2208
2209         * configure.ac:
2210         * cut-n-paste/Makefile.am:
2211         * cut-n-paste/fileformatchooser/Makefile.am:
2212         * cut-n-paste/fileformatchooser/egg-macros.h:
2213         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2214         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2215         * shell/Makefile.am:
2216         * shell/ev-utils.c:
2217         (file_chooser_dialog_add_writable_pixbuf_formats),
2218         (get_gdk_pixbuf_format_by_extension):
2219         * shell/ev-utils.h:
2220         * shell/ev-window.c: (ev_window_error_message),
2221         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2222         
2223         Simplify image format selection on save.
2224
2225 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2226
2227         * shell/ev-view.c: (ev_view_scroll_event):
2228         
2229         Repair gorizontal scrolling with shift. Fixes
2230         bug #483412.
2231
2232 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2233         
2234         * MAINTAINERS:
2235
2236         Fix formatting issues.
2237         
2238 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2239
2240         * backend/comics/comics-document.c: (comics_regex_quote):
2241         
2242         Don't overquote special chars except of '. See bug 
2243         502500. Thanks to Tom Parker.
2244
2245 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2246
2247         * MAINTAINERS:
2248         
2249         Added Nickolay and Carlos, since they're doing most of
2250         the releases nowadays.
2251
2252 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2253
2254         * properties/Makefile.am:
2255
2256         Get the nautilus extension dir properly instead of using
2257         a hack. Fixes bug #505359.
2258
2259 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2260
2261         * properties/Makefile.am:
2262         
2263         Install nautilus extension into new place. See bug
2264         #505359. Thanks to Matthias Clasen, Brian Pepple and
2265         Damien Carbery.
2266
2267 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2268
2269         * shell/ev-window.c: (ev_window_get_recent_file_label):
2270         
2271         RTL marker in recent file list. See bug #509076.
2272
2273 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2274
2275         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2276         * shell/ev-window.c: (image_save_dialog_response_cb):
2277
2278         Fix compile warnings due to unused variables.
2279         
2280 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * configure.ac:
2283         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2284         * backend/ps/ev-spectre.c: (ps_document_render):
2285
2286         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2287
2288 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2289
2290         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2291         (ev_transition_animation_paint): Implement "fade" effect.
2292
2293 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2294
2295         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2296         (ev_transition_animation_paint): Implement "uncover" effect.
2297
2298 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2299
2300         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2301         (ev_transition_animation_paint): Implement "cover" effect.
2302
2303 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2304
2305         * shell/ev-transition-animation.c (ev_transition_animation_push)
2306         (ev_transition_animation_paint): Implement "push" effect.
2307
2308 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2309
2310         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2311         (ev_transition_animation_paint): Implement "dissolve" effect.
2312
2313 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2314
2315         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2316         (ev_transition_animation_paint): Implement "wipe" effect.
2317
2318 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2319
2320         * shell/ev-transition-animation.c (ev_transition_animation_box)
2321         (ev_transition_animation_paint): Implement "box" effect.
2322
2323 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2324
2325         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2326         (ev_transition_animation_paint): Implement "blinds" effect.
2327
2328 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2329
2330         * shell/ev-transition-animation.c (ev_transition_animation_split)
2331         (ev_transition_animation_paint): Implement "split" effect.
2332
2333 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2334
2335         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2336         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2337         (ev_view_transition_animation_start) 
2338         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2339         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2340         (ev_view_next_page) (ev_view_previous_page):
2341         
2342         Use EvTransitionAnimation to drive page changes in the presentation
2343         mode, the animation will wait to start until both the origin and 
2344         destination page surfaces are available. Fixes #458460.
2345
2346         (draw_loading_text):
2347
2348         Remove workaround for bug #320352, it's now fixed properly.
2349
2350
2351 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2352
2353         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2354         will contain the implementations for page transition animations, at
2355         the moment it just has the "replace" effect.
2356         * shell/Makefile.am: Added these files to build.
2357
2358 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2359
2360         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2361         animations.
2362         * shell/Makefile.am: Added these files to build.
2363
2364 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2365
2366         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2367         implementation to get_effect() in EvDocumentTransitionIface.
2368
2369 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2370
2371         * libdocument/ev-transition-effect.[ch]: New files, define a page
2372         transition effect, at the moment it maps PopplerPageTransition to a
2373         GObject.
2374         * libdocument/Makefile.am: Added these files to build.
2375         * libdocument/ev-document-transition.[ch]
2376         (ev_document_transition_get_effect): New method, gets the
2377         EvTransitionEffect returned by the interface implementation, with
2378         fallback to the "replace" effect.
2379
2380 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2381
2382         * configure.ac:
2383         * cut-n-paste/Makefile.am:
2384         * cut-n-paste/fileformatchooser/Makefile.am:
2385         * cut-n-paste/fileformatchooser/egg-macros.h:
2386         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2387         * shell/Makefile.am:
2388         * shell/ev-window.c: (image_save_dialog_response_cb),
2389         (ev_view_popup_cmd_save_image_as):
2390
2391         Allow exporting images in any format supported by
2392         GdkPixbuf. Fixes bug #500209.
2393         
2394 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2395
2396         * backend/pixbuf/pixbuf-document.c:
2397
2398         More warnings fixed.
2399         
2400 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2403         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2404         * backend/djvu/djvu-text.h:
2405         * backend/tiff/tiff-document.c: (tiff_document_render):
2406
2407         Fix compile warnings.
2408         
2409 2007-12-28  Christian Persch  <chpe@gnome.org>
2410
2411         * **/*.c: Include config.h. Bug #504721.
2412
2413 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * configure.ac:
2416         * Makefile.am:
2417         * po/POTFILES.in:
2418         * backend/comics/Makefile.am:
2419         * backend/comics/comics-document.[ch]:
2420         * backend/comics/comicsdocument.evince-backend.in:
2421         * backend/djvu/Makefile.am:
2422         * backend/djvu/djvu-document.[ch]:
2423         * backend/djvu/djvudocument.evince-backend.in:
2424         * backend/dvi/Makefile.am:
2425         * backend/dvi/dvi-document.[c]:
2426         * backend/dvi/dvidocument.evince-backend.in:
2427         * backend/impress/Makefile.am:
2428         * backend/impress/impress-document.[ch]:
2429         * backend/impress/impressdocument.evince-backend.in:
2430         * backend/pdf/Makefile.am:
2431         * backend/pdf/ev-poppler.cc:
2432         * backend/pdf/ev-poppler.h:
2433         * backend/pdf/pdfdocument.evince-backend.in:
2434         * backend/pixbuf/Makefile.am:
2435         * backend/pixbuf/pixbuf-document.[ch]:
2436         * backend/pixbuf/pixbufdocument.evince-backend.in:
2437         * backend/ps/Makefile.am:
2438         * backend/ps/ev-spectre.[ch]:
2439         * backend/ps/ps-document.[ch]:
2440         * backend/ps/psdocument.evince-backend.in:
2441         * backend/tiff/Makefile.am:
2442         * backend/tiff/tiff-document.[ch]:
2443         * backend/tiff/tiffdocument.evince-backend.in:
2444         * libdocument/Makefile.am:
2445         * libdocument/ev-backends-manager.[ch]:
2446         * libdocument/ev-module.[ch]:
2447         * libdocument/ev-document.h:
2448         * libdocument/ev-document-factory.[ch]:
2449         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2450         (get_compression_from_mime_type), (get_document_from_uri),
2451         (ev_document_factory_get_document), (file_filter_add_mime_types),
2452         (ev_document_factory_add_filters):
2453         * shell/Makefile.am:
2454         * shell/ev-window-title.c: (get_filename_from_uri):
2455         * shell/main.c: (main):
2456         * thumbnailer/Makefile.am:
2457         * thumbnailer/evince-thumbnailer.c: (main):
2458
2459         Plugin system for backends. Fixes bug #351348.
2460         
2461 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2462
2463         * shell/ev-view-private.h:
2464         * shell/ev-view.c: (ev_view_drag_update_momentum),
2465         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2466         (ev_view_button_release_event), (ev_view_destroy):
2467         
2468         Kinetic scrolling implemented as requested in
2469         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2470
2471 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2472
2473         * data/evince-toolbar.xml:
2474         * data/evince-ui.xml:
2475         * shell/ev-view-private.h:
2476         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2477         (ev_view_button_press_event), (ev_view_motion_notify_event),
2478         (ev_view_button_release_event), (ev_view_init),
2479         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2480         (ev_view_set_cursor):
2481         * shell/ev-view.h:
2482         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2483         (ev_window_cmd_view_autoscroll):
2484         
2485         Autoscroll feature with the context menu. Fixes bug 
2486         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2487
2488 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2489
2490         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2491
2492         Disconnect also page-ready signal when removing a job because the
2493         page size has changed. Thanks to kripken
2494         <kripkensteiner@gmail.com>.
2495
2496 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2497
2498         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2499         
2500         Scroll pages in page entry with mouse wheel. Fixes bug
2501         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2502
2503 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2504
2505         * backend/dvi/Makefile.am:
2506         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2507         (mdvi_cairo_device_init):
2508         * backend/dvi/mdvi-lib/common.h:
2509         * backend/dvi/mdvi-lib/mdvi.h:
2510         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2511         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2512         (mdvi_build_path_from_cwd):
2513
2514         Add ps specials support in dvi backend when libspectre is
2515         present. Fixes bug #386005.
2516         
2517 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2518
2519         * configure.ac:
2520         * backend/ps/Makefile.am:
2521         * backend/ps/ev-spectre.[ch]:
2522         
2523         Use libspectre, if available, for the ps backend. Fixes bugs
2524         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2525
2526 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2527         
2528         * backend/comics/comics-document.c: (comics_document_load):
2529         
2530         Cygwin build issue fix.
2531
2532 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2533
2534         * shell/ev-view.c: (ev_view_set_zoom):
2535
2536         Do not limit the minimum zoom factor when sizing mode is best bit
2537         or fit width. Fixes bug #503805.
2538         
2539 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2540
2541         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2542         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2543         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2544         (ev_link_dest_get_property), (ev_link_dest_set_property),
2545         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2546         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2547         (ev_link_dest_new_fitr):
2548         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2549         (goto_fith_dest), (goto_xyz_dest):
2550
2551         Do not change left, top and zoom values when they are null in PDF
2552         destinations. Fixes bug #460658.
2553         
2554 2007-12-10  Christian Persch  <chpe@gnome.org>
2555
2556         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2557         (ev_view_accessible_class_init),
2558         (ev_view_accessible_idle_do_action),
2559         (ev_view_accessible_action_do_action),
2560         (ev_view_accessible_action_get_description),
2561         (ev_view_accessible_action_set_description),
2562         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2563         (ev_view_accessible_factory_init),
2564         (ev_view_accessible_factory_get_accessible_type):
2565         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2566         private data, and G_DEFINE_TYPE. Bug #502843.
2567
2568 2007-12-08  Christian Persch  <chpe@gnome.org>
2569
2570         * shell/ev-metadata-manager.c: (item_free),
2571         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2572         (value_free), (parse_value), (parseItem),
2573         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2574         (save_values): Use GSlice to allocate small amounts of memory. Bug
2575         #475972.
2576
2577 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2578
2579         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2580
2581         Restore cursor to normal after a drag operation. Fixes bug
2582         #501603.
2583         
2584 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2585
2586         * NEWS:
2587         * configure.ac:
2588         
2589         Update for release 2.21.1
2590
2591 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2592
2593         * configure.ac:
2594         * cut-n-paste/gedit-message-area/Makefile.am:
2595         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2596         * shell/Makefile.am:
2597         * shell/ev-message-area.[ch]:
2598         * shell/ev-window.c: (ev_window_set_message_area),
2599         (ev_window_error_message_response_cb), (ev_window_error_message),
2600         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2601         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2602         (ev_attachment_popup_cmd_open_attachment),
2603         (attachment_save_dialog_response_cb), (ev_window_set_document),
2604         (ev_window_init):
2605
2606         Use a message area instead of a popup dialog for error
2607         notifications. Fixes bug #337495.
2608         
2609 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2610
2611         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2612         (ev_window_run_fullscreen):
2613
2614         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2615         
2616 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2617
2618         * ev-sidebar-thumbnails.c: (update_visible_range),
2619         (ev_sidebar_thumbnails_refresh),
2620         (ev_sidebar_thumbnails_set_document),
2621         (ev_sidebar_thumbnails_support_document):
2622
2623         Show thumbnails for documents with one page. Fixes bug #358751.
2624         
2625 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2626
2627         * shell/ev-window.c:
2628         (ev_window_load_print_settings_from_metadata),
2629         (ev_window_save_print_settings), (ev_window_print_finished),
2630         (ev_window_print_range):
2631
2632         Print settings that are specific to the document are now saved per
2633         document in the metadata file. Fixes bug #488806.
2634         
2635 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2636
2637         * backend/tiff/tiff-document.c: (tiff_document_render):
2638
2639         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2640         
2641 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2642
2643         * shell/ev-application.[ch]: (get_find_string_from_args),
2644         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2645         (ev_application_open_uri_list):
2646         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2647         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2648         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2649         (ev_window_cmd_recent_file_activate),
2650         (ev_window_open_recent_action_item_activated),
2651         (ev_window_print_send), (open_remote_link):
2652         * shell/main.c: (arguments_parse):
2653
2654         Add a command line option for search. Fixes bug #497710.
2655         
2656 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2657
2658         * shell/ev-jobs.c: (ev_job_print_new):
2659
2660         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2661         
2662 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * data/evince-toolbar.xml:
2665         * shell/Makefile.am:
2666         * shell/ev-application.c: (ev_application_init):
2667         * shell/ev-open-recent-action.[ch]:
2668         * shell/ev-window.c:
2669         (ev_window_open_recent_action_item_activated),
2670         (register_custom_actions):
2671
2672         Add an expander to the open toolbar item which pops up a dropdown
2673         menu with the recently used documents. Fixes bug #487215.
2674         
2675 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2676
2677         * shell/ev-window.c: (ev_window_open_uri),
2678         (ev_window_cmd_view_reload):
2679
2680         Do not jump to the first page when reloading by running evince
2681         from the command line. Fixes bug #490847.
2682         
2683 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2684
2685         * shell/ev-window.c: (ev_window_cmd_help_contents):
2686
2687         Plugged memory leak when help file is not found. Fixes bug
2688         #490762.
2689         
2690 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * configure.ac:
2693
2694         Enable djvu, dvi and comics backends by default. Fixes bug
2695         #437121.
2696         
2697 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2698
2699         * configure.ac:
2700         * cut-n-paste/Makefile.am:
2701         * cut-n-paste/recent-files/*: Removed
2702         * help/reference/Makefile.am:
2703         * shell/Makefile.am:
2704         * shell/ev-application.[ch]: (ev_application_shutdown),
2705         (ev_application_init):
2706         * shell/ev-window.c: (ev_window_add_recent),
2707         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2708
2709         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2710         
2711 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2712
2713         * shell/ev-window.c: (launch_external_uri):
2714
2715         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2716         and report error if the URL is not supported (#489910).
2717
2718 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2719
2720         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2721         (pdf_document_file_exporter_begin_page),
2722         (pdf_document_file_exporter_end_page):
2723
2724         Fix printing with poppler splash backend. Fixes bug #489774.
2725         
2726 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2727
2728         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2729         * shell/ev-print-job.c: (ev_print_job_class_init):
2730
2731         Fix a crash when printing with the gnome-print dialog. Fixes bug
2732         #488939.
2733         
2734 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2735
2736         * backend/pixbuf/pixbuf-document.c:
2737
2738         Fix an implicit function definition warning (#487655)
2739
2740 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2741
2742         * shell/ev-window.c:
2743
2744         Fix conflicting shortcut for view sade pane and presentation.
2745         
2746 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * backend/pdf/ev-poppler.cc:
2749         (pdf_document_file_exporter_begin_page),
2750         (pdf_document_file_exporter_do_page),
2751         (pdf_document_file_exporter_end_page),
2752         (pdf_document_file_exporter_iface_init):
2753         * libdocument/ev-file-exporter.[ch]:
2754         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2755         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2756         (ev_job_print_run):
2757
2758         When printing multiple pages per sheet in reverse option, do not
2759         invert the order of the pages in every sheet, but the order of the
2760         sheets. Do not print blank pages when page range is invalid. Fixes
2761         bugs #484857 and #485521.
2762         
2763 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2764
2765         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2766         (ev_job_print_run):
2767         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2768
2769         Respect ranges order when printing more than one range in random
2770         order.
2771         
2772 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2773
2774         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2775         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2776
2777         Rotate also the window icon when document is rotated. Fixes bug
2778         #474681.
2779         
2780 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2783         (pdf_document_forms_get_form_fields):
2784
2785         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2786         Matthias Drochner.
2787         
2788 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2789
2790         * configure.ac:
2791         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2792
2793         Use poppler_page_render_for_printing() instead of
2794         poppler_page_render() if available when exporting to a ps or pdf
2795         file. Fixes bug #476627.
2796         
2797 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2798
2799         * shell/ev-window.c: (ev_window_run_fullscreen):
2800
2801         Do not show the toolbar in fullscreen mode if the main toolbar is
2802         not visible. Fixes bug #483048.
2803         
2804 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2805
2806         * shell/ev-view.c: (ev_view_button_press_event):
2807
2808         Give priority to form fields over images when deciding whether a
2809         button press event is over an image or form field. It allows edit
2810         form fields when they are over a background image. Fixes bug
2811         #477841.
2812         
2813 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2814
2815         * NEWS:
2816         * configure.ac:
2817         
2818         Update for release 2.20.0
2819
2820 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2821
2822         * backend/pdf/ev-poppler.cc:
2823
2824         Remove #ifdef HAVE_FORMS, so that forms support works again.
2825
2826 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2827
2828         * configure.ac:
2829         * data/evince.desktop.in.in:
2830         
2831         Fixes desktop file issues. See bug #473471.
2832
2833 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2834
2835         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2836         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2837         (ev_job_queue_remove_job):
2838         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2839         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2840         * shell/ev-window.c: (ev_window_clear_save_job),
2841         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2842         (ev_window_dispose):
2843
2844         Move save a copy task to its own job so that it's carried out in a
2845         thread avoiding another lock in the main thread. Use
2846         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2847         can be saved to a pathin another file system. Fixes bug #456891.
2848         
2849 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2850
2851         * NEWS:
2852         * configure.ac:
2853         
2854         Update for release 2.19.92
2855
2856 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2857
2858         * configure.ac:
2859         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2860         (pdf_selection_get_selection_region),
2861         (pdf_selection_get_selection_map),
2862         (ev_form_field_from_poppler_field):
2863
2864         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2865         and triple click selections are enabled again now.
2866
2867 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2868
2869         * shell/ev-window.c: (ev_window_add_history):
2870
2871         Make sure not to use the history with documents not supporting
2872         links. Fixes bug #468954.
2873
2874 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2875
2876         * shell/ev-window.c: (ev_window_load_job_cb):
2877
2878         Restart the search when reloading a document with the find bar
2879         visible. Fixes bug #461962.
2880
2881 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2882
2883         * shell/ev-window.c: (setup_document_from_metadata),
2884         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2885
2886         Do not jump to the first page when reloading a document from the
2887         last page.
2888
2889 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * shell/ev-window.c: (update_chrome_flag),
2892         (setup_sidebar_from_metadata),
2893         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2894         (ev_window_cmd_edit_find_next),
2895         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2896         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2897         (find_bar_close_cb), (view_actions_focus_in_cb):
2898
2899         Do not update visibility when changing a chrome flag so that it's
2900         possible to update several flags and update visibility only once
2901         for all of them.
2902
2903 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2906
2907         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2908         supported by gtk+. Fixes bug #460907.
2909
2910 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2911
2912         * shell/ev-view.c: (view_update_range_and_current_page):
2913
2914         Make sure current-page <= end-page in continuous mode. Fixes bug
2915         #454950.
2916
2917 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * backend/pdf/ev-poppler.cc: (build_tree):
2920
2921         Ignore outline items without a title. Fixes bug #453913.
2922
2923 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2926         (ev_view_button_release_event), (ev_view_leave_notify_event):
2927
2928         Use always drag mouse cursor during a drag operation. Fixes bug
2929         #470564.
2930
2931 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2932
2933         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2934         (pdf_selection_get_selection_region),
2935         (pdf_selection_get_selection_map):
2936
2937         Temporarily disable double and triple selections since it depends on
2938         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2939         released and the update of the external dependency minimal version
2940         approved.
2941
2942 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2943
2944         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2945         (pdf_document_file_exporter_do_page):
2946         * libdocument/ev-file-exporter.h:
2947         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2948         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2949
2950         Actually fix printing regressions. Remove orientation from
2951         EvPrintContext since it's redundant.
2952
2953 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2954
2955         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2956         * backend/impress/impress-document.c:
2957         (impress_document_document_iface_init):
2958         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2959         * backend/djvu/djvu-document.c:
2960         (djvu_document_document_iface_init),
2961         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2962         * backend/tiff/tiff-document.c:
2963         (tiff_document_document_iface_init):
2964         * backend/pixbuf/pixbuf-document.c:
2965         (pixbuf_document_document_iface_init):
2966         * backend/comics/comics-document.c:
2967         (comics_document_document_iface_init):
2968         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2969         (pdf_selection_render_selection),
2970         (pdf_selection_get_selected_text),
2971         (pdf_selection_get_selection_region),
2972         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2973         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2974         (ev_selection_get_selection_region),
2975         (ev_selection_get_selection_map):
2976         * libdocument/ev-document.[ch]:
2977         * shell/ev-pixbuf-cache.[ch]: (add_job),
2978         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2979         * shell/ev-view-private.h:
2980         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2981         (ev_job_render_run):
2982         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2983         * shell/ev-view.c: (start_selection_for_event),
2984         (ev_view_button_press_event), (ev_view_drag_data_get),
2985         (ev_view_drag_data_received), (ev_view_button_release_event),
2986         (compute_new_selection_text), (compute_selections),
2987         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2988         (ev_view_primary_get_cb):
2989
2990         Add support for double and triple click selections.
2991
2992 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2993
2994         * NEWS:
2995         * configure.ac:
2996
2997         Update for release 2.19.4
2998
2999 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3000
3001         * shell/ev-view-private.h:
3002         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3003         (ev_view_set_highlight_search):
3004         * shell/ev-view.h:
3005         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3006         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3007         (find_bar_visibility_changed_cb):
3008         
3009         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3010
3011 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3012
3013         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3014         (pdf_document_file_exporter_begin),
3015         (pdf_document_file_exporter_do_page):
3016         * shell/ev-jobs.c: (ev_job_print_run):
3017         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3018
3019         Create always a portrait cairo surface and rotate when needed for
3020         landscape. It fixes printing problems in real printers.
3021
3022 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3023
3024         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3025         * libdocument/ev-file-exporter.[ch]:
3026         (ev_file_exporter_get_capabilities):
3027         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3028         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3029
3030         Adjust number of pages per row according to page orientation when
3031         printing 2 or 6 pages per sheet.
3032
3033 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3034
3035         * shell/ev-window.c: (ev_window_print_send):
3036
3037         Reset also cups setting to 1 when printing multiple pages per
3038         sheet. Fixes bug #468853.
3039
3040 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3041
3042         * libdocument/ev-document-misc.c:
3043         (ev_document_misc_surface_rotate_and_scale):
3044
3045         Use directly cairo_surface_get_content() when creating a similar
3046         surface as suggested by Jeff Muizelaar. Thanks again.
3047
3048 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3049
3050         * backend/djvu/djvu-document.c: (djvu_document_render):
3051         * backend/tiff/tiff-document.c: (tiff_document_render):
3052         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3053         * libdocument/ev-document-misc.c:
3054         (ev_document_misc_surface_from_pixbuf),
3055         (ev_document_misc_surface_rotate_and_scale):
3056
3057         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3058         creating page surfaces. Fixes bug #453123. Thank you very much to
3059         Jeff Muizelaar <jeff@infidigm.net>.
3060
3061 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3062
3063         * shell/ev-page-cache.c: (ev_page_cache_new),
3064         (ev_page_cache_get_thumbnail_size):
3065         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3066         (ev_sidebar_thumbnails_set_loading_icon):
3067
3068         Also store in page-cache the dimensions of the thumbnails so that
3069         they can be used to create the correct loading icon in the side
3070         pane. Fixes bug #466857.
3071
3072 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3073
3074         * backend/pdf/ev-poppler.cc:
3075         (pdf_document_thumbnails_get_thumbnail):
3076
3077         Fix thumbnails rotation in pdf documents that include embedded 
3078         thumbnails.
3079
3080 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3081
3082         * backend/pdf/ev-poppler.cc:
3083
3084         Don't use #ifdef in macro expansion. Some compilers don't
3085         like that. Closes bug #467042.
3086
3087 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3088
3089         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3090         
3091         Fixes memory leak in djvu backend.
3092
3093 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3094
3095         * data/icons/32x32/Makefile.am:
3096         * data/icons/32x32/actions/Makefile.am:
3097         * data/icons/32x32/actions/view-page-cont.svg:
3098         * data/icons/32x32/actions/view-page-facing.svg:
3099         * data/icons/48x48/Makefile.am:
3100         * data/icons/48x48/actions/Makefile.am:
3101         * data/icons/48x48/actions/view-page-cont.svg:
3102         * data/icons/48x48/actions/view-page-facing.svg:
3103         
3104         Icons for a new sizes.
3105
3106 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3107
3108         * shell/ev-page-cache.c: (build_height_to_page),
3109         (ev_page_cache_get_height_to_page):
3110         
3111         Fixes invalid read, see bug #466401.
3112
3113 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3114
3115         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3116         (set_drag_cursor):
3117         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3118         (configure_item_cursor), (new_pixbuf_from_widget):
3119
3120         Fix multihead problems in toolbar editor. Fixes bug #382055.
3121
3122 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3123
3124         * shell/ev-window.c: (ev_window_cmd_file_open),
3125         (ev_window_cmd_save_as):
3126
3127         Use g_get_user_special_dir when available instead of
3128         xdg_user_dir_lookup.
3129
3130 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3131
3132         * MAINTAINERS:
3133         
3134         Updated according to request on desktop-devel.
3135
3136 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3137
3138         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3139
3140         Do not use cairo_rectangle and cairo_clip since we are
3141         not using cairo_fill but cairo_paint. Use the same cairo context
3142         for every page in the same expose event.
3143
3144 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3145
3146         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3147         leak.
3148
3149 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3150
3151         * configure.ac:
3152         * NEWS:
3153
3154         Release 0.9.3
3155
3156 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3157
3158         * libdocument/ev-document-info.h:
3159         * libdocument/ev-document.h:
3160         * shell/ev-page-action.h:
3161         * shell/ev-sidebar-links.h:
3162
3163         Fix a headers problem with ev-link
3164         
3165         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3166         * shell/ev-view-private.h:
3167         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3168         (get_link_area), (ev_view_query_tooltip),
3169         (ev_view_leave_notify_event), (ev_view_destroy),
3170         (ev_view_class_init):
3171
3172         Use new gtk tooltips when available instead of ev-tooltip.
3173         
3174 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * shell/ev-window.c: (update_chrome_visibility),
3177         (ev_window_sidebar_visibility_changed_cb):
3178
3179         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3180         
3181 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3182
3183         * shell/ev-navigation-action.c:
3184         (ev_navigation_action_history_changed),
3185         (ev_navigation_action_set_history):
3186         * shell/ev-navigation-action-widget.c:
3187         (ev_navigation_action_widget_init):
3188         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3189
3190         Fix compile warnings.
3191         
3192 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3195         (egg_editable_toolbar_dispose):
3196
3197         Fix memory leak.
3198         
3199 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3200
3201         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3202         (screensaver_disable_x11):
3203         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3204         * shell/ev-window.c: (presentation_set_timeout):
3205         * shell/ev-view.c: (ev_view_presentation_transition_start):
3206
3207         Use g_timeout_add_seconds instead of g_timeout_add when
3208         available.
3209         
3210 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3211
3212         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3213
3214         Set horizontal scrollbar policy to AUTOMATIC instead of
3215         NEVER. Workaround for bug #449462.
3216         
3217 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3218
3219         * shell/ev-jobs.c: (ev_job_render_page_ready):
3220
3221         Add page_ready callback to main loop with high priority and hold
3222         a reference to job during idle.
3223         
3224 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3225
3226         * configure.ac:
3227         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3228         (pdf_document_file_exporter_begin),
3229         (pdf_document_file_exporter_do_page),
3230         (pdf_document_file_exporter_get_capabilities):
3231         * libdocument/ev-file-exporter.h:
3232         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3233         * shell/ev-window.c: (ev_window_print_send),
3234         (ev_window_print_dialog_response_cb):
3235
3236         Allow printing multiple pages per sheet. Fixes bug #395573.
3237         
3238 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3239
3240         * shell/ev-view.c: (tip_from_link):
3241         
3242         Check for NULL, fixes bug #460862.
3243
3244 2007-07-29  Christian Persch  <chpe@gnome.org>
3245
3246         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3247         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3248         (ev_window_cmd_preview_print):
3249         
3250         Fixes bug #437681 - blocks while enumerating printers.
3251
3252 2007-07-29  Christian Persch  <chpe@gnome.org>
3253
3254         * shell/ev-window.c: (ev_window_screen_changed):
3255         
3256         Don't use deprecated gtk+ function. See bug #460909.
3257
3258 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3259
3260         * shell/ev-utils.c: (get_num_monitors):
3261         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3262
3263         Do not use display before initializing it. Remove compile
3264         warnings.
3265
3266 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3267
3268         * shell/ev-view.c: (ev_view_class_init):
3269         
3270         Unix-like hjkl bindings added. See bug #458111.
3271
3272 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3273
3274         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3275         * shell/ev-utils.h:
3276         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3277         (ev_view_update_view_size):
3278         * shell/ev-view.h:
3279         * shell/ev-window.c: (ev_window_update_actions),
3280         (setup_view_from_metadata), (ev_window_screen_changed),
3281         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3282         (zoom_control_changed_cb):
3283         * shell/ev-window.h:
3284         
3285         Reorganizes utility functions.
3286
3287 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3288
3289         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3290         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3291         (add_job), (ev_pixbuf_cache_get_surface),
3292         (ev_pixbuf_cache_get_link_mapping),
3293         (ev_pixbuf_cache_get_image_mapping),
3294         (ev_pixbuf_cache_get_form_field_mapping),
3295         (ev_pixbuf_cache_get_text_mapping):
3296         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3297         (notify_page_ready), (ev_job_render_page_ready),
3298         (ev_job_render_run):
3299
3300         Add page_ready signal to notify that page is ready as soon as
3301         possible even if other page elements like links, forms, images or
3302         text mapping are not ready yet.
3303
3304 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3305
3306         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3307         (dvi_document_file_exporter_do_page),
3308         (dvi_document_file_exporter_get_capabilities),
3309         (dvi_document_file_exporter_iface_init):
3310         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3311         (ps_document_file_exporter_do_page),
3312         (ps_document_file_exporter_get_capabilities),
3313         (ps_document_file_exporter_iface_init):
3314         * backend/djvu/djvu-document.c:
3315         (djvu_document_file_exporter_begin),
3316         (djvu_document_file_exporter_end),
3317         (djvu_document_file_exporter_get_capabilities),
3318         (djvu_document_file_exporter_iface_init):
3319         * backend/tiff/tiff-document.c:
3320         (tiff_document_file_exporter_begin),
3321         (tiff_document_file_exporter_get_capabilities),
3322         (tiff_document_document_file_exporter_iface_init):
3323         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3324         (pdf_document_file_exporter_do_page),
3325         (pdf_document_file_exporter_get_capabilities),
3326         (pdf_document_file_exporter_iface_init):
3327         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3328         (ev_file_exporter_get_capabilities):
3329         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3330         (idle_print_handler), (ev_print_job_print):
3331         * shell/ev-jobs.c: (ev_job_print_run):
3332         * shell/ev-window.c: (ev_window_print_send),
3333         (ev_window_print_range):
3334
3335         Use capabilities to know which options should be offered by the
3336         print dialog depending on the document backend.
3337
3338 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3339
3340         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3341
3342         Give priority to forms over text to set the cursor.
3343
3344 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3345
3346         * shell/ev-view-private.h:
3347         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3348         (ev_view_leave_notify_event), (ev_view_finalize),
3349         (ev_view_get_property), (ev_view_class_init):
3350
3351         Use IBEAM cursor for text form fields and NORMAL cursor for read
3352         only fields. Remove unused status attribute.
3353
3354 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3355
3356         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3357
3358         Update region for current selected items also for checkbox
3359         buttons, since they can behave as radio buttons when they are in a
3360         set.
3361
3362 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3363
3364         * configure.ac:
3365         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3366
3367         Get max length of text form fields.
3368
3369 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3370
3371         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3372         * libdocument/ev-form-field.h:
3373         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3374
3375         Fix build with current poppler cvs head.
3376
3377 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3378
3379         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3380         * shell/eggfindbar.c: (egg_find_bar_init):
3381
3382         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3383         deprecation. Fixes bug #455667
3384
3385 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3386
3387         * NEWS:
3388         * configure.ac:
3389         
3390         Update for release 0.9.2
3391
3392 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3393
3394         * shell/ev-view.c: (ev_view_form_field_text_save),
3395         (ev_view_form_field_choice_save):
3396
3397         Fix a crash when closing whith a form widget visible.
3398
3399 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3400
3401         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3402
3403         Update also the region of the current selected button when
3404         clicking on another button if they are radio buttons.
3405
3406 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3409         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3410         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3411         (ev_pixbuf_cache_get_link_mapping),
3412         (ev_pixbuf_cache_get_image_mapping),
3413         (ev_pixbuf_cache_get_form_field_mapping),
3414         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3415         * shell/ev-view.c: (ev_view_form_field_get_region),
3416         (ev_view_form_field_button_create_widget),
3417         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3418         (job_finished_cb):
3419
3420         Redraw only form field region instead of the whole page when
3421         reloading a page to show changes on the form field.
3422
3423 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3424
3425         * shell/ev-view.c: (ev_view_form_field_choice_save):
3426
3427         Fix selection of first item in list form fields.
3428
3429 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3430
3431         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3432         (ev_pixbuf_cache_reload_page),
3433         (ev_pixbuf_cache_get_form_field_mapping):
3434
3435         Some refactoring to avoid duplicated code.
3436
3437 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3438
3439         * configure.ac:
3440         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3441         (ev_form_field_from_poppler_field),
3442         (pdf_document_forms_get_form_fields),
3443         (pdf_document_forms_form_field_text_get_text),
3444         (pdf_document_forms_form_field_text_set_text),
3445         (pdf_document_forms_form_field_button_set_state),
3446         (pdf_document_forms_form_field_button_get_state),
3447         (pdf_document_forms_form_field_choice_get_item),
3448         (pdf_document_forms_form_field_choice_get_n_items),
3449         (pdf_document_forms_form_field_choice_is_item_selected),
3450         (pdf_document_forms_form_field_choice_select_item),
3451         (pdf_document_forms_form_field_choice_toggle_item),
3452         (pdf_document_forms_form_field_choice_unselect_all),
3453         (pdf_document_forms_form_field_choice_set_text),
3454         (pdf_document_forms_form_field_choice_get_text),
3455         (pdf_document_document_forms_iface_init):
3456         * libdocument/Makefile.am:
3457         * libdocument/ev-form-field.[ch]:
3458         * libdocument/ev-document-forms.[ch]:
3459         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3460         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3461         (add_job), (ev_pixbuf_cache_reload_page),
3462         (ev_pixbuf_cache_get_form_field_mapping):
3463         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3464         * shell/ev-view-private.h:
3465         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3466         (ev_view_handle_cursor_over_xy),
3467         (ev_view_get_form_field_at_location),
3468         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3469         (ev_view_form_field_button_create_widget),
3470         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3471         (ev_view_form_field_text_create_widget),
3472         (ev_view_form_field_choice_save),
3473         (ev_view_form_field_choice_changed),
3474         (ev_view_form_field_choice_create_widget),
3475         (ev_view_handle_form_field), (ev_view_size_allocate),
3476         (ev_view_realize), (draw_end_presentation_page),
3477         (ev_view_button_press_event), (ev_view_remove_all),
3478         (ev_view_motion_notify_event), (ev_view_key_press_event),
3479         (ev_view_enter_notify_event), (highlight_find_results),
3480         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3481         (ev_view_class_init), (page_changed_cb),
3482         (on_adjustment_value_changed), (ev_view_set_presentation),
3483         (merge_selection_region), (ev_view_set_cursor),
3484         (ev_view_reset_presentation_state):
3485         
3486         Merge evince-forms branch.
3487
3488 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3489
3490         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3491
3492         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3493         This script also updates itself from libegg
3494
3495         * cut-n-paste/toolbar-editor/egg*:
3496         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3497         libegg
3498
3499 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3500
3501         * shell/ev-window.c:
3502         
3503         Adds a nice icon to page action during toolbar editing.
3504         See bug #452872.
3505
3506 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3507
3508         * data/evince-toolbar.xml:
3509         * shell/ev-window.c:
3510         
3511         Let user add a presentation and fullscreen icons on toolbar.
3512         See bug #449734.
3513
3514 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3515
3516         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3517
3518         new script to keep in sync with toolbareditor in libegg
3519
3520         * cut-n-paste/toolbar-editor/*: 
3521
3522         Run update-toolbareditor-from-libegg so we are in sync again. 
3523         Fixes bug #452850.
3524         
3525
3526 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3527
3528         * shell/ev-sidebar-links.c: (job_finished_callback):
3529
3530         Do not connect selection changed signal more than once. Fixes bug
3531         #349433.
3532
3533 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3534
3535         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3536
3537         Do not change sidebar chrome flag when pressing F9 key in
3538         presentation mode.
3539
3540 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3541
3542         * backend/pdf/ev-poppler.cc:
3543         (pdf_document_thumbnails_get_dimensions):
3544
3545         Make sure thumbnails width and height is not <= 0. Fixes a crash
3546         with some pdf documents which have really small pages.
3547
3548 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3549
3550         * shell/main.c: (main):
3551
3552         Fixes program description translation issue.
3553         Bug #450148.
3554
3555 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3556
3557         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3558
3559         Do not change current page when returning from black/white mode
3560         in presentation. Fixes bug #415032.
3561
3562 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3563
3564         * NEWS:
3565         * configure.ac:
3566         
3567         Update for release 0.9.1
3568
3569 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3570
3571         * backend/dvi/dvi-document.c:
3572         (dvi_document_finalize),
3573         (dvi_document_file_exporter_format_supported),
3574         (dvi_document_file_exporter_begin),
3575         (dvi_document_file_exporter_do_page),
3576         (dvi_document_file_exporter_end),
3577         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3578         
3579         PDF exporter for dvi documents. Fixes bug #441319.
3580
3581 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3582
3583         * shell/ev-window.c: (ev_window_clear_print_job):
3584
3585         Clear gtk print job when job has finished. Fixes bug #447612.
3586
3587 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3588
3589         * shell/ev-window.c: (ev_window_print_send),
3590         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3591
3592         Add preview button to print dialog. Fixes bug #445419.
3593
3594 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3595
3596         * backend/dvi/Makefile.am:
3597         * backend/dvi/pixbuf-device.[ch]: Removed
3598         * backend/dvi/cairo-device.[ch]: Added
3599         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3600         * backend/dvi/dvi-document.c: (dvi_document_load),
3601         (dvi_document_render), (dvi_document_finalize),
3602         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3603         (dvi_document_do_color_special):
3604         * libdocument/ev-document-misc.[ch]:
3605         (ev_document_misc_pixbuf_from_surface):
3606
3607         Port dvi backend to cairo and fix a problem with colors. 
3608
3609 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3610
3611         * shell/ev-view.c: (draw_one_page):
3612
3613         Draw only visible region.
3614
3615 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3616
3617         * backend/djvu/djvu-document.c: (djvu_document_render):
3618
3619         Fix rotation in djvu backend.
3620
3621 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3622
3623         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3624         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3625         (ev_pixbuf_cache_get_image_mapping),
3626         (ev_pixbuf_cache_get_text_mapping):
3627
3628         Redraw view every time we have a new surface. Fixes bug #443587.
3629
3630 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3631
3632         * libdocument/ev-document.c: (ev_document_info_free):
3633
3634         Fix memory leaks.
3635
3636 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * backend/dvi/dvi-document.c: (dvi_document_render),
3639         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3640         * backend/impress/impress-document.c:
3641         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3642         (impress_document_render), (impress_document_document_iface_init),
3643         (impress_document_thumbnails_get_thumbnail):
3644         * backend/djvu/djvu-document-private.h:
3645         * backend/djvu/djvu-document.c: (djvu_document_render),
3646         (djvu_document_finalize), (djvu_document_document_iface_init),
3647         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3648         * backend/tiff/tiff-document.c: (tiff_document_render),
3649         (tiff_document_render_pixbuf),
3650         (tiff_document_document_iface_init):
3651         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3652         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3653         (pdf_selection_render_selection):
3654         * backend/comics/comics-document.c:
3655         (comics_document_render_pixbuf), (comics_document_render),
3656         (comics_document_document_iface_init):
3657         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3658         (pixbuf_document_document_iface_init):
3659         * libdocument/ev-document-misc.[ch]:
3660         (ev_document_misc_surface_from_pixbuf),
3661         (ev_document_misc_surface_rotate_and_scale):
3662         * libdocument/ev-document.[ch]: (ev_document_render):
3663         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3664         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3665         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3666         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3667         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3668         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3669         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3670         (render_finished_cb), (ev_job_render_run):
3671         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3672         (merge_selection_region):
3673
3674         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3675         and selections.
3676
3677 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3678
3679         * shell/ev-window-title.c: (ev_window_title_update):
3680
3681         Fix memory leak.
3682
3683 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3684
3685         * shell/ev-view.c: (draw_loading_text):
3686
3687         Show loading text centered. Fixes bug #433061
3688
3689 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3690
3691         * shell/ev-sidebar-thumbnails.c:
3692         (ev_sidebar_thumbnails_set_loading_icon):
3693
3694         Remove a mutex in the main thread that blocks the UI in heavy
3695         documents.
3696
3697 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3700
3701         Set points_set to TRUE so that selections don't disappear after a
3702         zoom change.
3703
3704 2007-06-07  Michael Monreal  <infernux@web.de>
3705
3706         * data/icons/16x16/actions/Makefile.am:
3707         * data/icons/16x16/actions/zoom.svg:
3708         * data/icons/22x22/actions/Makefile.am:
3709         * data/icons/22x22/actions/zoom.svg:
3710         * data/icons/24x24/actions/Makefile.am:
3711         * shell/ev-stock-icons.c:
3712         * shell/ev-stock-icons.h:
3713         * shell/ev-window.c:
3714         
3715         Zoom icon artwork. See bug #444795.
3716
3717 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3718
3719         * shell/ev-metadata-manager.c: Remove extraneous function
3720         (Closes: #444386)
3721
3722 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3723
3724         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3725         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3726         (ev_metadata_manager_set), (ev_metadata_manager_save):
3727         Simplify the timeout, no need for modified anymore
3728
3729 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3730
3731         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3732         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3733         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3734         (ev_metadata_manager_save): Adapted patch from Arjan van de
3735         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3736         time, saves on power (Closes: #443851)
3737
3738 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3739
3740         * configure.ac:
3741         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3742         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3743
3744         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3745
3746 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3747
3748         * shell/ev-window.c: (ev_window_add_history):
3749
3750         Check if history is NULL
3751
3752 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3753
3754         * libdocument/ev-image.c: (ev_image_finalize):
3755         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3756         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3757         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3758         (ev_tmp_uri_unlink):
3759
3760         Add functions to delete temporary files created by evince in a safe
3761         way.
3762
3763         * shell/ev-window.c: (ev_window_clear_local_uri),
3764         (open_xfer_update_progress_callback),
3765         (save_xfer_update_progress_callback), (ev_window_save_remote),
3766         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3767         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3768         (attachment_save_dialog_response_cb),
3769         (ev_attachment_popup_cmd_save_attachment_as):
3770
3771         Allow saving a copy of a document, image or attachment to a remote
3772         location. Fixes bug #440754. 
3773
3774 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3775
3776         * configure.ac:
3777         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3778
3779         Fix build with current poppler from cvs head. 
3780
3781 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3782
3783         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3784
3785         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3786         directory exists.
3787
3788 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3789
3790         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3791         * shell/ev-window.c:
3792
3793         Change sidebar ordering. Fixes bug #439939.
3794
3795 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3796
3797         * backend/comics/Makefile.am:
3798         
3799         Fixes build with --without-libgnome.
3800
3801 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3802         
3803         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3804
3805         Update cursor and tooltip on page change and view scroll. Fixes bug
3806         #439217.
3807
3808 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3809
3810         * NEWS:
3811         * configure.ac:
3812         
3813         Update for release 0.9.0
3814
3815 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3816
3817         * backend/djvu/djvu-document-private.h:
3818         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3819         (djvu_document_finalize),
3820         (djvu_document_file_exporter_format_supported),
3821         (djvu_document_file_exporter_begin),
3822         (djvu_document_file_exporter_do_page),
3823         (djvu_document_file_exporter_end),
3824         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3825         
3826         Implemented printing with djvu. Bug #437998.
3827
3828 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * backend/impress/zip.c:
3831         Add missing ulong definition.
3832
3833         * backend/ps/ps-interpreter.c:
3834         Add missing headers.
3835
3836         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3837
3838 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3839
3840         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3841
3842         Add missing call to parent class dispose method. 
3843
3844 2007-05-12  Ross Burton  <ross@openedhand.com>
3845
3846         * shell/main.c:
3847         Sync keybindings manually when building without libgnome
3848         (#437925).
3849
3850 2007-05-12  Ross Burton  <ross@openedhand.com>
3851
3852         * shell/ev-window.c:
3853         Respect the screen when opening help (#437866).
3854
3855 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3856
3857         * data/evince-ui.xml:
3858         * shell/ev-application.[ch]: (get_print_settings_from_args),
3859         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3860         (ev_application_open_uri_list):
3861         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3862         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3863         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3864         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3865         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3866         (ev_window_dispose):
3867         * shell/main.c: (arguments_parse):
3868
3869         Add print button in preview mode. Fixes bug #396475. 
3870
3871 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3872
3873         * cut-n-paste/zoom-control/ephy-zoom.h:
3874         
3875         Fixes zoom level factors. See bug #408119 for details.
3876
3877 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3878
3879         * backend/comics/comics-document.c: (comics_regex_quote),
3880         (extract_argv):
3881         
3882         Correctly quote symbols. Fixes crash in the bug
3883         #415370.
3884
3885 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3886
3887         * shell/ev-navigation-action-widget.c:
3888         (ev_navigation_action_widget_init),
3889         (ev_navigation_action_widget_class_init),
3890         (ev_navigation_action_widget_button_press_event):
3891         
3892         Connect to button-press event on correct widget. Fixes
3893         bug #431988
3894
3895 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3896
3897         * shell/ev-application.c: (ev_application_open_window),
3898         (ev_application_add_icon_path_for_screen),
3899         (ev_application_open_uri_at_dest):
3900         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3901         * shell/ev-navigation-action.c: (build_menu):
3902         
3903         Add app-specific icons to our icon theme. Fixes bug
3904         #425508.
3905
3906 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3907
3908         * shell/ev-history.c: (ev_history_class_init),
3909         (ev_history_add_link):
3910         * shell/ev-history.h:
3911         * shell/ev-navigation-action.c:
3912         (ev_navigation_action_history_changed),
3913         (ev_navigation_action_set_history), (build_menu),
3914         (ev_navigation_action_finalize):
3915         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3916         
3917         Make navigation action unsensitive instead of showing
3918         menu with unsensitive word. Fixes bug #417392.
3919
3920 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3921
3922         * shell/ev-application.[ch]: (ev_application_shutdown),
3923         (ev_application_get_print_settings),
3924         (ev_application_set_print_settings):
3925         * shell/ev-window.c:
3926
3927         Remember print settings. Fixes bug #349102. 
3928
3929 2007-05-08  Christian Persch  <chpe@gnome.org>
3930
3931         * configure.ac:
3932         * properties/ev-properties-view.c:
3933
3934         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3935         Bug #382438.
3936
3937 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3938
3939         * configure.ac:
3940         * properties/ev-properties-view.c: (ev_regular_paper_size):
3941
3942         Use gtk+ builtin paper list to identify the document's paper size.
3943         Fixes bug #382438. 
3944
3945 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3946
3947         * configure.ac:
3948
3949         Fix build when compiling with thumbnailer and libgnome support. 
3950
3951 2007-05-04  Ross Burton  <ross@openedhand.com>
3952
3953         * configure.ac:
3954         Add --without-libgnome, check for libgnome and libgnomeui
3955         separately, and add them to the symbols as required.
3956
3957         * libdocument/ev-file-helpers.c:
3958         When building without libgnome, use g_get_user_config_dir instead
3959         of gnome_user_dir_get.
3960
3961         * shell/ev-application.c:
3962         When building without libgnome, don't use session management.
3963
3964         * shell/main.c:
3965         When building without libgnome, don't use GnomeProgram or
3966         initialise the authentication manager.
3967
3968         This fixes #328842.
3969
3970 2007-05-04  Ross Burton  <ross@openedhand.com>
3971
3972         * shell/ev-window.c:
3973         Don't use libgnome to open help, instead call Yelp directly.
3974
3975 2007-05-04  Ross Burton  <ross@openedhand.com>
3976
3977         * shell/ev-sidebar-attachments.c:
3978         Don't use libgnome to lookup icons for MIME types, instead copy
3979         code from GTK+ to do it manually.
3980
3981 2007-05-04  Ross Burton  <ross@openedhand.com>
3982
3983         * configure.ac:
3984         Add libxml to the dependencies for SHELL_CORE (#435818).
3985
3986 2007-05-02  Ross Burton  <ross@openedhand.com>
3987
3988         * configure.ac:
3989         * Makefile.am:
3990         Add --disable-thumbnailer (#434825)
3991
3992 2007-05-02  Ross Burton  <ross@openedhand.com>
3993
3994         * shell/ev-window.c:
3995         Add missing includes, fix indentation.
3996
3997         * shell/main.c:
3998         Fix indentation.
3999
4000 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4001
4002         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4003         ev_application_open_uri_at_dest instead of ev_application_open_uri
4004         preventing new document always being opened in a new window even if there
4005         is an empty window.
4006
4007 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4008
4009         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4010         (egg_recent_view_uimanager_finalize):
4011         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4012         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4013         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4014         (ev_pixbuf_cache_dispose):
4015         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4016         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4017         
4018         Add missing chain to parent class methods. Fixes
4019         bug #433128.
4020
4021 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4022
4023         * data/Makefile.am (update-icon-cache): Updates
4024         gtk-update-icon-cache in uninstall-hook.
4025
4026 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4027
4028         * shell/ev-window.c: (ev_window_setup_document),
4029         (ev_window_set_document), (ev_window_load_job_cb):
4030         * shell/ev-view.c: (setup_caches):
4031         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4032
4033         Start rendering pages before any other jobs. 
4034
4035 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4036
4037         * shell/ev-window.c: (ev_window_stop_fullscreen),
4038         (ev_window_stop_presentation):
4039
4040         Update chrome visibility before window unfullscreen. 
4041
4042 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4043
4044         * data/Makefile.am:
4045         * data/evince-ui.xml:
4046         * shell/ev-stock-icons.[ch]:
4047         * shell/ev-application.[ch]: (ev_application_shutdown),
4048         (ev_application_init), (ev_application_get_toolbars_model):
4049         * shell/ev-window.c: (update_chrome_visibility),
4050         (fullscreen_toolbar_setup_item_properties),
4051         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4052         (ev_window_run_presentation), (ev_window_stop_presentation),
4053         (ev_window_run_preview), (ev_window_screen_changed),
4054         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4055         (ev_window_dispose), (ev_window_init):
4056
4057         Make fullscreen toolbar always visible. Do not use egg toolbars for
4058         fullscreen and preview modes since such toolbars are not editables.
4059         Fixes bugs #300278, #338910 and #316188.  
4060
4061 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4062
4063         * shell/ev-application.c:
4064         * shell/ev-job-queue.c:
4065         * shell/ev-metadata-manager.c:
4066         * shell/ev-stock-icons.c:
4067         * shell/ev-window.c:
4068         * shell/main.c:
4069         
4070         Developers documentation updated.
4071
4072 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4073
4074         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4075
4076         Check whether uri is valid before launching it. Fixes bug #427664.
4077
4078 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4079
4080         * shell/ev-window.c:
4081
4082         Change key accelerator for Open a Copy menu entry which is in conflict
4083         with Close. Fixes bug #427321.
4084
4085 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4086
4087         * NEWS:
4088         * configure.ac:
4089         
4090         Update for release 0.8.1
4091
4092 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4093
4094         * shell/ev-window.c: (setup_size_from_metadata):
4095         
4096         Do not make window bigger than screen. Fixes bug 
4097         #388985.
4098
4099 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4100
4101         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4102         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4103
4104         Use default resolution when it's not provided by document. Fixes bug
4105         #408762.
4106
4107 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4108
4109         * configure.ac:
4110         * thumbnailer/Makefile.am:
4111         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4112         * thumbnailer/evince-thumbnailer.schemas.in:
4113         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4114
4115         Add support for ps, eps and compressed documents thumbnails. Do not
4116         ignore size parameter. 
4117
4118 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4119
4120         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4121         (dvi_document_do_color_special):
4122         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4123
4124         Implement font color specials in the DVI backend. Fixes bug #303651.
4125
4126 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4127
4128         Fixup the previous commit:
4129
4130         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4131         * shell/xdg-user-dir-lookup.c: Make the function non-static
4132         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4133
4134 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4135
4136         * shell/ev-window.c (file_open_dialog_response_cb): Use
4137         the xdg-user-dirs DOCUMENTS folder as default folder when
4138         opening a file chooser.  (#424858)
4139
4140         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4141         xdg-user-dirs.
4142
4143 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4144
4145         * shell/ev-window.c: (ev_window_load_job_cb):
4146
4147         Do not setup view from metadata on preview mode. 
4148
4149 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4150
4151         * shell/main.c:
4152
4153         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4154
4155 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4156
4157         * shell/ev-view.c: (ev_view_primary_get_cb):
4158
4159         Check pointer != NULL before using it. Fixes bug #416841. 
4160
4161 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4162
4163         * NEWS:
4164         * configure.ac:
4165         
4166         Release 0.8.0
4167
4168 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4169
4170         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4171
4172         Do not render thumbnails when sidebar thumbnail page is not visible
4173         at startup. Fixes bug #416447. 
4174
4175 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4176
4177         * data/evince.desktop.in.in:
4178
4179         "Application" is not a valid category in the freedesktop specification.
4180
4181 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4182
4183         * libdocument/ev-file-helpers.[ch]: (compression_run),
4184         (ev_file_uncompress), (ev_file_compress):
4185         * shell/ev-window.c: (file_save_dialog_response_cb):
4186
4187         Save document compressed when saving a copy of a compressed document.
4188         Fixes bug #334542.
4189
4190 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4191
4192         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4193
4194         Allow deleting in goto window entry in presentation mode. 
4195
4196 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4197
4198         * Makefile.am: Dist MAINTAINERS.
4199
4200 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4201
4202         * shell/ev-window.c: (ev_window_update_actions):
4203
4204         Fix zoom shortcut keys when searching. Fixes bug #409828.
4205
4206 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4207
4208         * shell/ev-window.c: (ev_window_setup_document):
4209
4210         Fix crash when loading documents with only one page. 
4211
4212 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4213
4214         * backend/dvi/dvi-document.c:
4215         (dvi_document_thumbnails_get_dimensions),
4216         (dvi_document_thumbnails_get_thumbnail):
4217         * backend/impress/impress-document.c:
4218         (impress_document_thumbnails_get_thumbnail),
4219         (impress_document_thumbnails_get_dimensions):
4220         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4221         (ps_document_thumbnails_get_dimensions):
4222         * backend/djvu/djvu-document.c:
4223         (djvu_document_thumbnails_get_dimensions),
4224         (djvu_document_thumbnails_get_thumbnail):
4225         * backend/tiff/tiff-document.c:
4226         (tiff_document_thumbnails_get_thumbnail),
4227         (tiff_document_thumbnails_get_dimensions):
4228         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4229         (pdf_document_thumbnails_get_thumbnail),
4230         (pdf_document_thumbnails_get_dimensions):
4231         * backend/comics/comics-document.c:
4232         (comics_document_thumbnails_get_thumbnail),
4233         (comics_document_thumbnails_get_dimensions):
4234         * backend/pixbuf/pixbuf-document.c:
4235         (pixbuf_document_thumbnails_get_thumbnail),
4236         (pixbuf_document_thumbnails_get_dimensions):
4237         * libdocument/ev-document-thumbnails.[ch]:
4238         (ev_document_thumbnails_get_thumbnail),
4239         (ev_document_thumbnails_get_dimensions):
4240         * libdocument/ev-document-misc.[ch]:
4241         (ev_document_misc_get_thumbnail_frame):
4242         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4243         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4244         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4245         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4246         (ev_sidebar_thumbnails_refresh):
4247         * shell/ev-window.c: (ev_window_setup_document):
4248         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4249
4250         Use an EvRenderContext for rendering thumbnails instead of a suggested
4251         width, so that different sized pages get sized proportionally.
4252
4253 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4254
4255         * shell/ev-view.c: (ev_view_button_press_event),
4256         (ev_view_key_press_event):
4257
4258         Fix critical warnings when there is no document loaded. 
4259
4260 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4261
4262         * shell/ev-page-action-widget.c:
4263         * shell/ev-navigation-action.c:
4264         * shell/ev-window.c:
4265
4266         Fix compile warnings. 
4267
4268 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4269
4270         * backend/djvu/djvu-text.h:
4271         * backend/djvu/djvu-document.c:
4272         * backend/djvu/djvu-text-page.c:
4273         * backend/djvu/djvu-links.c:
4274         * backend/djvu/djvu-text-page.h:
4275         * backend/djvu/djvu-text.c:
4276         
4277         Fix build on Mac. Fixes bug #392186. Patch by
4278         <ephraim_owns@hotmail.com>
4279
4280 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4281
4282         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4283
4284         Restore cairo context before rendering every page when printing a PDF
4285         document into a PDF file. 
4286
4287 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4288
4289         * backend/ps/gstypes.h:
4290         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4291         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4292         (ps_document_thumbnails_get_thumbnail):
4293
4294         Handle PostScript page orientation. Fixes bug #318568.
4295
4296 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4297
4298         * backend/ps/Makefile.am:
4299         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4300         (document_load), (ps_document_load), (save_document),
4301         (save_page_list), (ps_document_get_n_pages),
4302         (ps_document_get_page_size), (ps_document_get_info),
4303         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4304         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4305         (ps_document_thumbnails_get_thumbnail),
4306         (ps_document_thumbnails_get_dimensions),
4307         (ps_document_document_thumbnails_iface_init):
4308         * backend/ps/ps.[ch]: (psgetpagebox):
4309         * backend/ps/ps-interpreter.[ch]:
4310
4311         Add support for thumbnails in ps backend. Fixes bug #164755. 
4312
4313 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4314
4315         * NEWS:
4316         * configure.ac:
4317         
4318         Release 0.7.2
4319
4320 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4321
4322         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4323         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4324         (ev_window_dispose):
4325
4326         Use document thumbnail as window icon. Fixes bug #384442.
4327
4328 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4329
4330         * configure.ac:
4331
4332         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4333         duplicated adding application/x-bzpostscript instead. 
4334
4335 2007-02-11  Tom Parker  <palfrey@tevp.net>
4336
4337         * backend/ps/ps-document.c: (document_load):
4338
4339         Check return value of psscan before trying
4340         to use it. Fixes bug #372414.
4341
4342 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4343
4344         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4345
4346         Fix invalid free in ev-page-cache. Fixes bug #404745.
4347
4348 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4349
4350         * test/Makefile.am:
4351         * test/test3.py:
4352         
4353         Added reload test case.
4354
4355 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4356
4357         * po/POTFILES.in:
4358         * backend/djvu/djvu-document.c: (djvu_document_load):
4359
4360         Check whether there are missing files in indirect multipage djvu
4361         documents. Fixes bug #361683. 
4362
4363 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4364
4365         * test/Makefile.am:
4366         * test/test-mime.bin:
4367         * test/test3.py:
4368         
4369         Added test for slow mime type
4370
4371 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4372
4373         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4374
4375         Add some checks and call parent_class->finalize. Fixes bug #404745.
4376
4377 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4378
4379         * shell/ev-navigation-action.c: (connect_proxy):
4380         
4381         Fixes dropdown history menu. Thanks a lot Carlos!
4382
4383 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4384
4385         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4386
4387         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4388         bug #373715.
4389
4390 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4391
4392         * backend/ps/ps.c: (psscan):
4393
4394         Fix memory leak. 
4395
4396 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4397
4398         * configure.ac:
4399         * libdocument/ev-file-helpers.c: 
4400
4401         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4402
4403 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4404
4405         * configure.ac:
4406         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4407         (ps_interpreter_start), (document_load), (save_document),
4408         (save_page_list):
4409         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4410         * libdocument/ev-document-factory.c:
4411         (ev_document_factory_get_from_mime), (get_document_from_uri),
4412         (free_uncompressed_uri), (ev_document_factory_get_document):
4413         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4414
4415         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4416
4417 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4418
4419         * libdocument/ev-document.h:
4420
4421         Fix typo in function name. 
4422
4423 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4424
4425         * backend/ps/ps-document.c: (ps_interpreter_finished),
4426         (ps_interpreter_start), (ps_interpreter_failed):
4427
4428         Handle ghostscript interpreter crashes. 
4429
4430 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4431
4432         * shell/ev-window.c: (ev_window_open_uri),
4433         (window_configure_event_cb):
4434
4435         Setup window size and position before showing it. Fixes bug #401711.
4436
4437 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4438
4439         * backend/ps/Makefile.am:
4440         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4441         (ps_document_dispose), (ps_document_class_init),
4442         (ps_interpreter_input), (ps_interpreter_output),
4443         (ps_interpreter_error), (setup_interpreter_env),
4444         (ps_interpreter_start), (ps_interpreter_stop),
4445         (ps_interpreter_failed), (ps_interpreter_is_ready),
4446         (check_filecompressed), (document_load), (ps_document_load),
4447         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4448         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4449         (render_page):
4450
4451         Rework ps-document. Code cleanups, remove deprecated code. 
4452
4453 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4454
4455         * shell/ev-view.c: (ev_view_button_press_event):
4456
4457         Do not start an image drag and drop operation when pointer is on 
4458         text, so that we can select text when the whole background is an
4459         image. 
4460
4461 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4462
4463         * shell/ev-window.c: (ev_window_update_actions): 
4464
4465         Disable all zoom related actions during presentation mode. 
4466
4467 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4468
4469         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4470
4471         Do not zoom in or out on presentation mode. Fixes bug #401305.
4472
4473 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4474
4475         * shell/ev-navigation-action.c: (connect_proxy),
4476         (create_menu_item), (ev_navigation_action_class_init):
4477         
4478         Correctly show menu and fix crash when navigaton 
4479         action is out of toolbar visible area.
4480
4481 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4482
4483         * data/Makefile.am:
4484         * data/evince.1:
4485         
4486         Added man file
4487
4488 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4489
4490         * help/reference/* :
4491         * configure.ac:
4492         
4493         Added gtk-doc based documentation for Evince.
4494         Still in initial state but I hope it will
4495         grow.
4496         
4497         * configure.ac:
4498         
4499         Lower dbus requirement to 0.70
4500
4501 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4502
4503         * shell/ev-window.c: (ev_window_add_history):
4504
4505         Fix memory leak. 
4506
4507 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4508
4509         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4510         * shell/ev-view.h:
4511         * shell/ev-window.c: (ev_window_add_history):
4512         
4513         Correctly handle named destination links
4514
4515 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4516
4517         * NOTES:
4518         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4519         * backend/pdf/ev-poppler.cc:
4520         * libdocument/ev-document-links.h:
4521         * libdocument/ev-link.c: (ev_link_get_page):
4522         * libdocument/ev-link.h:
4523         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4524         (ev_history_add_link):
4525         * shell/ev-history.h:
4526         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4527         (new_history_menu_item), (build_menu):
4528         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4529         * shell/ev-sidebar-links.c: (create_loading_model),
4530         (print_section_cb), (ev_sidebar_links_construct),
4531         (fill_page_labels), (update_page_callback_foreach),
4532         (update_page_callback), (job_finished_callback):
4533         * shell/ev-view.c: (ev_view_handle_link):
4534         * shell/ev-window.c: (ev_window_find_chapter),
4535         (ev_window_add_history), (view_handle_link_cb),
4536         (history_changed_cb):
4537         
4538         Implements another history variant
4539
4540 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4541
4542         * shell/ev-window.c: (view_external_link_cb):
4543         * shell/ev-view.c: (ev_view_button_release_event):
4544
4545         Open links in new window when clicking with middle button. 
4546
4547 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4548
4549         * shell/ev-navigation-action.c: (new_history_menu_item):
4550         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4551         * shell/ev-view.c: (ev_view_handle_link):
4552         * shell/ev-window.c:
4553         
4554         Store link before jump, not the destination. For me it 
4555         seems like more natural history behavior.
4556
4557 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4558
4559         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4560         (ev_navigation_action_class_init):
4561         * shell/ev-navigation-action.h:
4562         * shell/ev-page-action.c: (activate_cb):
4563         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4564         (ev_page_cache_set_current_page_history):
4565         * shell/ev-page-cache.h:
4566         * shell/ev-sidebar-thumbnails.c:
4567         (ev_sidebar_tree_selection_changed),
4568         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4569         * shell/ev-view-private.h:
4570         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4571         * shell/ev-view.h:
4572         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4573         (ev_window_setup_document), (ev_window_load_job_cb):
4574         * shell/ev-window.h:
4575         
4576         History finally works as expected.
4577
4578 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4579
4580         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4581
4582         Do not update links treeview if it doesn't have a model assigned yet. 
4583
4584 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4585
4586         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4587         (ev_sidebar_links_class_init), (update_page_callback):
4588
4589         Do not update links treeview when sidepane is not visible. 
4590
4591 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4592
4593         * shell/ev-marshal.list:
4594         * shell/ev-page-action.c: (activate_cb),
4595         (ev_page_action_class_init):
4596         * shell/ev-page-action.h:
4597         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4598         * shell/ev-window.c:
4599         
4600         Remove activate_link signal, not required.
4601
4602 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4603
4604         * shell/ev-navigation-action.c: (build_menu):
4605         
4606         Reorder menu items and build menu with fixed length.
4607
4608 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4609
4610         * shell/ev-view.c: (get_selected_text):
4611         
4612         Normalize text to fix ligatures problem. See bug
4613         #341947 for details.
4614
4615 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4616
4617         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4618
4619         Fix memory leak in ev-page-cache. 
4620
4621 2007-01-25  Tom Parker <palfrey@tevp.net>
4622
4623         * backend/impress/impress-document.c: (impress_document_load),
4624         (impress_document_finalize), (impress_document_init):
4625         * properties/ev-properties-main.c: (ev_properties_get_pages):
4626         
4627         Correctly handle impress document errors. Fixes nautilus
4628         crash in property page #370491.
4629
4630 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4631
4632         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4633         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4634         (ev_job_queue_remove_job):
4635         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4636         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4637         (ev_job_load_run):
4638         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4639         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4640         (ev_window_load_job_cb), (xfer_update_progress_callback),
4641         (ev_window_open_uri), (ev_window_dispose):
4642         * shell/main.c: (main):
4643
4644         Do file transfer asynchronously in the main thread instead of
4645         synchronously in the load thread. Fixes bugs #399694, #398307 and
4646         #343542.
4647
4648 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4649
4650         * shell/ev-jobs.c: (ev_job_xfer_run):
4651
4652         Load the document with the font-config lock held. 
4653
4654 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4655
4656         * backend/ps/ps-document.c: (start_interpreter):
4657
4658         Fix memory leaks in ps backend. 
4659
4660 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4661
4662         * backend/impress/impress-document.c:
4663         (impress_document_render_pixbuf):
4664
4665         Do not acquire fontconfig lock in impress backend, since it is using
4666         the main loop for rendering. 
4667
4668 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4669
4670         * po/POTFILES.in: 
4671
4672         Remove mdvi files that shouldn't be translated. 
4673
4674 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4675
4676         * shell/ev-view-private.h:
4677         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4678         (ev_view_set_zoom):
4679
4680         Render "loading..." text into a cairo surface instead of directly into
4681         the window so that fontconfig lock is only needed once and UI is not
4682         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4683
4684 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4685
4686         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4687         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4688
4689         Use icon theme associated with the window screen rather than default. 
4690
4691 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4692
4693         * configure.ac:
4694
4695         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4696
4697 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4698
4699         * data/icons/*/apps/evince.*:
4700
4701         Move Evince icons under new apps directory.
4702
4703         * data/icons/*/actions/*:
4704
4705         Add new custom themeable Evince icons: view-page-continuous, 
4706         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4707         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4708
4709         * configure.ac:
4710
4711         Add new directories to AC_CONFIG_FILES.
4712
4713         * shell/ev-stock-icons.c:
4714         * shell/ev-stock-icons.h:
4715
4716         Use new custom themeable icons.
4717
4718 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4719
4720         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4721
4722         Do not draw white background page in presentation mode. 
4723
4724 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4725
4726         * shell/ev-view.c: Remove unused gnome-vfs include.
4727
4728 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4729
4730         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4731         
4732         Format string is corrected, fixes bug #397129.
4733
4734 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4735
4736         * shell/ev-window.c: (ev_window_setup_recent):
4737
4738         Do not include in recent menu inexistent documents. Fixes
4739         bug #339171.
4740
4741 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4742
4743         * po/POTFILES.skip: 
4744
4745         Update POTFILES.skip file according to current source tree. 
4746
4747 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4748
4749         * shell/ev-window.c: (file_save_dialog_response_cb):
4750
4751         Do Save a copy in atomic way. Fixes bug #328266. 
4752
4753 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4754
4755         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4756
4757         Keep selected cell always visible in index treeview.
4758
4759 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4760         
4761         * shell/ev-view.c: (ev_view_size_allocate):
4762
4763         Restore horizontal scrollbar after switching to/from fullscreen
4764         or presentation mode. Fixes bug #331728.
4765
4766 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4767
4768         * shell/ev-view-private.h:
4769         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4770         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4771         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4772         (ev_view_can_zoom_out):
4773
4774         Use max and min scale values in the view iby taking dpi into account. 
4775
4776 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4777
4778         * configure.ac:
4779         * NEWS:
4780
4781         Release 0.7.1
4782
4783 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4784
4785         * shell/ev-window.c: (ev_window_print_send):
4786
4787         Send print job to printer with some settings set to default values,
4788         since we have already exported to a file according to such settings
4789         and they could be taken twice by some printers. 
4790
4791 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4792
4793         * shell/ev-jobs.c: (ev_job_xfer_run):
4794         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4795
4796         Show main window and load document with the font-config lock held. 
4797
4798 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4799
4800         * configure.ac:
4801         * shell/ev-application.c: (ev_application_register_service):
4802         * shell/main.c: (load_files_remote):
4803
4804         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4805
4806 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4807
4808         * doc/debugging.txt:
4809         
4810         Remove obsolete documentation.
4811
4812 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4813
4814         * Makefile.am:
4815         * backend/Makefile.am:
4816         * backend/comics/Makefile.am:
4817         * backend/djvu/Makefile.am:
4818         * backend/dvi/Makefile.am:
4819         * backend/ev-async-renderer.c:
4820         * backend/ev-async-renderer.h:
4821         * backend/ev-attachment.c:
4822         * backend/ev-attachment.h:
4823         * backend/ev-backend-marshal.c:
4824         * backend/ev-document-factory.c:
4825         * backend/ev-document-factory.h:
4826         * backend/ev-document-find.c:
4827         * backend/ev-document-find.h:
4828         * backend/ev-document-fonts.c:
4829         * backend/ev-document-fonts.h:
4830         * backend/ev-document-images.c:
4831         * backend/ev-document-images.h:
4832         * backend/ev-document-info.h:
4833         * backend/ev-document-links.c:
4834         * backend/ev-document-links.h:
4835         * backend/ev-document-misc.c:
4836         * backend/ev-document-misc.h:
4837         * backend/ev-document-security.c:
4838         * backend/ev-document-security.h:
4839         * backend/ev-document-thumbnails.c:
4840         * backend/ev-document-thumbnails.h:
4841         * backend/ev-document-transition.c:
4842         * backend/ev-document-transition.h:
4843         * backend/ev-document.c:
4844         * backend/ev-document.h:
4845         * backend/ev-file-exporter.c:
4846         * backend/ev-file-exporter.h:
4847         * backend/ev-image.c:
4848         * backend/ev-image.h:
4849         * backend/ev-link-action.c:
4850         * backend/ev-link-action.h:
4851         * backend/ev-link-dest.c:
4852         * backend/ev-link-dest.h:
4853         * backend/ev-link.c:
4854         * backend/ev-link.h:
4855         * backend/ev-render-context.c:
4856         * backend/ev-render-context.h:
4857         * backend/ev-selection.c:
4858         * backend/ev-selection.h:
4859         * backend/impress/Makefile.am:
4860         * backend/pdf/Makefile.am:
4861         * backend/pixbuf/Makefile.am:
4862         * backend/ps/Makefile.am:
4863         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4864         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4865         (start_interpreter), (stop_interpreter), (document_load),
4866         (ps_document_next_page), (render_page):
4867         * backend/tiff/Makefile.am:
4868         * comics/Makefile.am:
4869         * comics/comics-document.c:
4870         * comics/comics-document.h:
4871         * configure.ac:
4872         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4873         * djvu/Makefile.am:
4874         * djvu/djvu-document-private.h:
4875         * djvu/djvu-document.c:
4876         * djvu/djvu-document.h:
4877         * djvu/djvu-links.c:
4878         * djvu/djvu-links.h:
4879         * djvu/djvu-text-page.c:
4880         * djvu/djvu-text-page.h:
4881         * djvu/djvu-text.c:
4882         * djvu/djvu-text.h:
4883         * dvi/Makefile.am:
4884         * dvi/dvi-document.c:
4885         * dvi/dvi-document.h:
4886         * dvi/fonts.c:
4887         * dvi/fonts.h:
4888         * dvi/mdvi-lib/Makefile.am:
4889         * dvi/mdvi-lib/afmparse.c:
4890         * dvi/mdvi-lib/afmparse.h:
4891         * dvi/mdvi-lib/bitmap.c:
4892         * dvi/mdvi-lib/bitmap.h:
4893         * dvi/mdvi-lib/color.c:
4894         * dvi/mdvi-lib/color.h:
4895         * dvi/mdvi-lib/common.c:
4896         * dvi/mdvi-lib/common.h:
4897         * dvi/mdvi-lib/defaults.h:
4898         * dvi/mdvi-lib/dvimisc.c:
4899         * dvi/mdvi-lib/dviopcodes.h:
4900         * dvi/mdvi-lib/dviread.c:
4901         * dvi/mdvi-lib/files.c:
4902         * dvi/mdvi-lib/font.c:
4903         * dvi/mdvi-lib/fontmap.c:
4904         * dvi/mdvi-lib/fontmap.h:
4905         * dvi/mdvi-lib/fontsrch.c:
4906         * dvi/mdvi-lib/gf.c:
4907         * dvi/mdvi-lib/hash.c:
4908         * dvi/mdvi-lib/hash.h:
4909         * dvi/mdvi-lib/list.c:
4910         * dvi/mdvi-lib/mdvi.h:
4911         * dvi/mdvi-lib/pagesel.c:
4912         * dvi/mdvi-lib/paper.c:
4913         * dvi/mdvi-lib/paper.h:
4914         * dvi/mdvi-lib/pk.c:
4915         * dvi/mdvi-lib/private.h:
4916         * dvi/mdvi-lib/setup.c:
4917         * dvi/mdvi-lib/sp-epsf.c:
4918         * dvi/mdvi-lib/special.c:
4919         * dvi/mdvi-lib/sysdeps.h:
4920         * dvi/mdvi-lib/t1.c:
4921         * dvi/mdvi-lib/tfm.c:
4922         * dvi/mdvi-lib/tfmfile.c:
4923         * dvi/mdvi-lib/tt.c:
4924         * dvi/mdvi-lib/util.c:
4925         * dvi/mdvi-lib/vf.c:
4926         * dvi/pixbuf-device.c:
4927         * dvi/pixbuf-device.h:
4928         * impress/Makefile.am:
4929         * impress/common.h:
4930         * impress/document.c:
4931         * impress/f_oasis.c:
4932         * impress/f_oo13.c:
4933         * impress/iksemel.c:
4934         * impress/iksemel.h:
4935         * impress/imposter.h:
4936         * impress/impress-document.c:
4937         * impress/impress-document.h:
4938         * impress/internal.h:
4939         * impress/r_back.c:
4940         * impress/r_draw.c:
4941         * impress/r_geometry.c:
4942         * impress/r_gradient.c:
4943         * impress/r_style.c:
4944         * impress/r_text.c:
4945         * impress/render.c:
4946         * impress/render.h:
4947         * impress/zip.c:
4948         * impress/zip.h:
4949         * lib/Makefile.am:
4950         * lib/ev-debug.c:
4951         * lib/ev-debug.h:
4952         * lib/ev-file-helpers.c:
4953         * lib/ev-file-helpers.h:
4954         * lib/ev-gui.c:
4955         * lib/ev-gui.h:
4956         * lib/ev-tooltip.c:
4957         * lib/ev-tooltip.h:
4958         * libdocument/Makefile.am:
4959         * libdocument/ev-file-helpers.c:
4960         * pdf/Makefile.am:
4961         * pdf/ev-poppler.cc:
4962         * pdf/ev-poppler.h:
4963         * pixbuf/Makefile.am:
4964         * pixbuf/pixbuf-document.c:
4965         * pixbuf/pixbuf-document.h:
4966         * properties/Makefile.am:
4967         * ps/Makefile.am:
4968         * ps/gsdefaults.c:
4969         * ps/gsdefaults.h:
4970         * ps/gsio.c:
4971         * ps/gsio.h:
4972         * ps/gstypes.h:
4973         * ps/ps-document.c:
4974         * ps/ps-document.h:
4975         * ps/ps.c:
4976         * ps/ps.h:
4977         * shell/Makefile.am:
4978         * shell/ev-application.h:
4979         * shell/ev-sidebar-links.c:
4980         * shell/ev-sidebar-links.h:
4981         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4982         (ev_gui_menu_position_tree_selection):
4983         * shell/ev-utils.h:
4984         * shell/ev-view.c: (ev_view_finalize):
4985         * shell/ev-window.c:
4986         * shell/main.c: (main):
4987         * thumbnailer/Makefile.am:
4988         * tiff/Makefile.am:
4989         * tiff/tiff-document.c:
4990         * tiff/tiff-document.h:
4991         * tiff/tiff2ps.c:
4992         * tiff/tiff2ps.h:
4993         
4994         Reorganize source tree.
4995
4996 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4997
4998         * backend/ev-document-factory.c:
4999
5000         Do not include ev-poppler.h when pdf is disabled. 
5001
5002 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5003
5004         * configure.ac:
5005         * data/evince-ui.xml:
5006         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5007         (pdf_document_document_images_iface_init):
5008         * backend/Makefile.am:
5009         * backend/ev-document-images.[ch]:
5010         * backend/ev-image.[ch]:
5011         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5012         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5013         (ev_job_xfer_run):
5014         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5015         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5016         (ev_pixbuf_cache_get_image_mapping):
5017         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5018         (view_menu_popup_cb), (ev_window_dispose),
5019         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5020         (ev_view_popup_cmd_copy_image):
5021         * shell/ev-view-private.h:
5022         * shell/ev-view.c: (ev_view_get_image_at_location),
5023         (ev_view_do_popup_menu), (ev_view_popup_menu),
5024         (ev_view_button_press_event), (ev_view_drag_data_get),
5025         (ev_view_drag_motion), (ev_view_drag_data_received),
5026         (ev_view_motion_notify_event), (ev_view_button_release_event),
5027         (ev_view_finalize), (ev_view_class_init):
5028
5029         Add image handling support. Fixes bugs #310008 and #325047. Images
5030         selection is not supported yet. 
5031
5032 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5033
5034         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5035         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5036         (ev_view_init):
5037
5038         Move view drag and drop stuff to ev-view.
5039
5040 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5041
5042         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5043         * shell/ev-view.c: (clear_selection): 
5044
5045         Clear selection also in pixbuf cache.
5046
5047 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5048
5049         * data/evince.desktop.in.in:
5050         
5051         Change icon name in desktop file. See bug #390734
5052         for details.
5053
5054 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5055
5056         * thumbnailer/Makefile.am:
5057
5058         Use top_builddir instead top_srcdir for generated schema
5059         file installation. Fixes bug #390161.
5060
5061 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5062
5063         * configure.ac:
5064         * backend/Makefile.am:
5065         * backend/ev-document-transition.[ch]:
5066         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5067         (pdf_document_page_transition_iface_init):
5068         * shell/ev-view-private.h:
5069         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5070         (ev_view_set_presentation), (transition_next_page),
5071         (ev_view_presentation_transition_stop),
5072         (ev_view_presentation_transition_start), (ev_view_next_page):
5073
5074         Add page transition support in presentation mode. At the moment only
5075         page duration is supported, but not transition effects. Fixes bug
5076         #309815.
5077
5078 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5079
5080         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5081
5082         Run find_link_dest with document lock held, since it's called by links
5083         thread and main thread at the same time. 
5084
5085 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5086
5087         * shell/ev-view.c: (goto_dest):
5088
5089         Update page-cache when page is changed by the view, so that
5090         page-changed signal is emitted. 
5091
5092 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5093
5094         * test/test1.py:
5095         * test/test2.py:
5096
5097         Use C locale in tests. 
5098
5099 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5100
5101         * shell/ev-window.c: (ev_window_run_presentation):
5102         * shell/ev-view-private.h:
5103         * shell/ev-view.c: (ev_view_set_presentation):
5104
5105         Restore zoom settings when back from presentation mode. 
5106
5107 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5108
5109         * shell/ev-window.c: (ev_window_run_presentation):
5110
5111         Always use "best fit" zoom in presentation mode.
5112         Fixes bug #389195.
5113
5114 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5115
5116         * shell/ev-view.c: (ev_view_goto_window_create):
5117
5118         Show "Jump to page" label in the page jumping popup in
5119         presentation mode instead of just a GtkEntry.
5120
5121 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5122
5123         * shell/ev-window.c: (launch_external_uri):
5124
5125         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5126         #378085.
5127
5128 2006-12-22  Elijah Newren  <newren gmail com>
5129
5130         * configure.ac: explicitly check for libxml2.  Fixes #388795
5131
5132 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5133
5134         * shell/ev-view-private.h:
5135         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5136         (ev_view_goto_window_delete_event), (key_is_numeric),
5137         (ev_view_goto_window_key_press_event),
5138         (ev_view_goto_window_button_press_event),
5139         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5140         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5141         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5142
5143         Allow jumping to another page by typing a page number in presentation
5144         mode. It uses a popup window with an entry. Fixes bug #353625.
5145
5146 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5147
5148         * configure.ac:
5149         * properties/ev-properties-view.c: (ev_get_default_user_units),
5150         (ev_regular_paper_size):
5151         
5152         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5153         to Damien Carbery <damien.carbery@sun.com> and
5154         Yevgen Muntyan <muntyan@tamu.edu>.
5155
5156 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5157
5158         * shell/ev-window.c: (setup_document_from_metadata):
5159
5160         Make sure Evince doesn't restore the view on the last
5161         page when a document is reopened. Fixes bug #383381.
5162
5163 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5164
5165         * shell/ev-view.c: (draw_loading_text):
5166
5167         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5168
5169 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5170
5171         * configure.ac:
5172         * NEWS:
5173
5174         Release 0.7.0
5175
5176 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5177
5178         * configure.ac:
5179         * pdf/ev-poppler.cc: (pdf_print_context_free),
5180         (pdf_document_file_exporter_begin),
5181         (pdf_document_file_exporter_do_page):
5182
5183         Make cairo-pdf depedency optional. 
5184
5185 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5186
5187         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5188
5189         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5190
5191 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5192
5193         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5194         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5195         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5196         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5197         * shell/ev-view.c: (draw_loading_text):
5198         * shell/ev-window.c: (ev_window_cmd_file_properties):
5199
5200         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5201         related to using FontConfig from different threads.
5202         
5203 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5204
5205         * shell/ev-view.c: (draw_loading_text):
5206
5207         Acquire lock document when drawing "Loading..." text so that only one
5208         thread will use FontConfig at the same time. Fixes bug #374750.
5209
5210 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5211
5212         * shell/ev-page-action.[ch]: (activate_cb):
5213         * shell/ev-window.c: (activate_label_cb):
5214
5215         Check if text inserted in page entry is a valid page number when it
5216         doesn't match to any document page label. Fixes bug #383165.
5217
5218 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5219         * shell/ev-window.c:
5220
5221         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5222         available with GTK < 2.10. Added an ifdef to avoid compilation
5223         error.
5224
5225 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5226
5227         * configure.ac:
5228         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5229
5230         Fix ps backend in multihead systems.
5231
5232 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5233
5234         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5235         * shell/ev-window.c: (ev_window_get_screen_dpi),
5236         (ev_window_update_actions), (setup_view_from_metadata),
5237         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5238
5239         Take screen DPI into account when zooming. Fixes bug #318285.
5240
5241 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5242
5243         * data/Makefile.am:
5244
5245         Cleaned up/slightly refactored Makefile.am. Added GConf
5246         schemas uninstallation as well.
5247
5248 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5249
5250         * Makefile.am:
5251         * test/Makefile.am:
5252
5253         Fight with autotools to fix make check. Make distcheck
5254         works fine as well now!
5255
5256 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5257
5258         * shell/ev-view.c: (draw_end_presentation_page):
5259
5260         Corrected "end of presentation" string.
5261
5262 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5263
5264         * shell/ev-view.c: (ev_view_key_press_event):
5265
5266         Correctly propagate key press event so that up/down keys
5267         work as expected (correct behaviour was broken by
5268         black/white screen key bindings for presentations).
5269
5270 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5271
5272         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5273         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5274         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5275         (pdf_selection_get_selection_region),
5276         (pdf_selection_get_selection_map):
5277
5278         Add "static" to some private functions. 
5279
5280 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5281
5282         * lib/ev-tooltip.h:
5283         * properties/ev-properties-view.h:
5284         * shell/ev-jobs.h:
5285         * shell/ev-properties-dialog.h:
5286         * shell/ev-properties-fonts.h:
5287         * shell/ev-sidebar-links.h:
5288         * shell/ev-sidebar-thumbnails.h:
5289         * shell/ev-sidebar.h:
5290         * shell/ev-window.h:
5291         
5292         Fixes CHACK type in class casts. See bug #385343
5293         for details.
5294
5295 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5296
5297         * shell/ev-view-private.h:
5298         * shell/ev-view.c: (draw_end_presentation_page),
5299         (ev_view_expose_event), (ev_view_key_press_event),
5300         (ev_view_class_init), (ev_view_init):
5301
5302         Blank screen in presentation mode when pressing 'b' (filling with
5303         black) or 'w' (filling with white) keys. Fixes bug #358132.
5304
5305 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5306
5307         * data/evince-toolbar.xml:
5308         * shell/ev-window.c:
5309         
5310         Use stock icon for Select All action. Fixes
5311         bug #382652.
5312
5313 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5314
5315         * shell/ev-view.c: (get_doc_point_from_offset),
5316         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5317
5318         Add links support in rotated documents. Fixes bug #343733.
5319
5320 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5321
5322         * shell/ev-view-private.h:
5323         * shell/ev-view.c: (draw_end_presentation_page),
5324         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5325
5326         Show a blank page after the last page in presentation mode with a
5327         message indicating that presentation has finished and how to exit. 
5328
5329 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5330
5331         * shell/ev-window.c: (fullscreen_timeout_cb):
5332
5333         Hide cursor after a while in presentation mode. 
5334
5335 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5336
5337         * backend/ev-document-info.h:
5338         * data/evince-properties.glade:
5339         * pdf/ev-poppler.cc:
5340         * properties/ev-properties-view.c: (ev_regular_paper_size),
5341         (ev_properties_view_set_info):
5342         * ps/ps-document.c: (ps_document_get_info):
5343
5344         Adds a paper size field to the properties dialog. Fixes
5345         bug #307315. Patch by Kasper Svendsen (with some i18n
5346         changes done by me).
5347
5348 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5349
5350         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5351         (screensaver_init_dbus), (totem_scrsaver_new),
5352         (totem_scrsaver_init):
5353         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5354         * shell/ev-application.c: (ev_application_register_service),
5355         (ev_application_screensaver_enable),
5356         (ev_application_screensaver_disable):
5357         * shell/ev-application.h:
5358         * shell/ev-window.c: (ev_window_run_presentation),
5359         (ev_window_stop_presentation), (build_comments_string),
5360         (ev_window_init):
5361         
5362         Move screensaver handling to application. No more
5363         message on startup.
5364
5365 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5366
5367         * configure.ac:
5368         * backend/Makefile.am:
5369         * backend/ev-file-exporter.[ch]:
5370         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5371         * ps/ps-document.c: (ps_document_file_exporter_*):
5372         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5373         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5374         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5375         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5376
5377         Allow printing to PDF when suppoted by the backend.
5378         
5379 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5380
5381         * shell/ev-window.c: (build_comments_string):
5382
5383         Use always "Document Viewer" in about dialog. 
5384
5385 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5386
5387         * djvu/djvu-document.c: (djvu_document_get_page_size):
5388
5389         Display a warning message when get_pageinfo fails. 
5390
5391 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5392
5393         * Makefile.am:
5394         * backend/Makefile.am:
5395         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5396         * configure.ac:
5397         * shell/ev-window.c: (build_comments_string):
5398         
5399         Make pdf compilation optional. See bug #38007.
5400
5401 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5402
5403         * ps/ps.c: (get_next_text):
5404
5405         Fix CVE-2006-5864.
5406
5407 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5408
5409         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5410         * shell/ev-navigation-action.c: (connect_proxy),
5411         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5412         
5413         Do not call g_type_class_peek_parent twice.
5414
5415 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5416
5417         * configure.ac:
5418         * data/icons/24x24/.cvsignore:
5419         * data/icons/24x24/Makefile.am:
5420         * data/icons/24x24/evince.png:
5421         * data/icons/Makefile.am:
5422         
5423         Add 24x24 icon. Thanks to 
5424         Michael Monreal <infernux@web.de>.
5425
5426 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5427
5428         * configure.ac: Fix typo in configure.ac. Thanks
5429         to dmacks@netspace.org for notification.
5430
5431 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5432
5433         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5434         
5435         Drop dbus include, fixes compilation with older dbus.
5436
5437 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5438
5439         * configure.ac:
5440         * cut-n-paste/Makefile.am:
5441         * cut-n-paste/totem-screensaver/.cvsignore
5442         * cut-n-paste/totem-screensaver/Makefile.am:
5443         * cut-n-paste/totem-screensaver/README:
5444         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5445         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5446         * shell/Makefile.am:
5447         * shell/ev-window.c: (ev_window_run_presentation),
5448         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5449         (ev_window_init):
5450
5451         Implemented screensaver enabling/disabling for
5452         presentation mode (not fullscreen mode). Code stolen
5453         from Totem (with some minor tweaks). Fixes bug #338889.
5454
5455 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5456
5457         * configure.ac:
5458
5459         Bump gnome-icon-theme requirements. We use the rotation
5460         icons that appeared recently.
5461
5462 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5463
5464         * shell/ev-history.c: (ev_history_add_page):
5465         * shell/ev-history.h:
5466         * shell/ev-window.c: (page_changed_cb):
5467         
5468         Use page labels instead of numbers.
5469
5470 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5471
5472         * data/evince-toolbar.xml:
5473         * po/POTFILES.in:
5474         * shell/Makefile.am:
5475         * shell/ev-navigation-action-widget.c:
5476         (ev_navigation_action_widget_init),
5477         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5478         (menu_detacher), (ev_navigation_action_widget_set_menu),
5479         (menu_position_func), (popup_menu_under_arrow),
5480         (ev_navigation_action_widget_toggled),
5481         (ev_navigation_action_widget_button_press_event):
5482         * shell/ev-navigation-action-widget.h:
5483         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5484         (ev_navigation_action_set_window), (activate_menu_item_cb),
5485         (new_history_menu_item), (new_empty_history_menu_item),
5486         (build_menu), (menu_activated_cb), (connect_proxy),
5487         (create_tool_item), (ev_navigation_action_init),
5488         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5489         * shell/ev-navigation-action.h:
5490         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5491         (ev_page_action_widget_set_page_cache),
5492         (ev_page_action_widget_finalize),
5493         (ev_page_action_widget_class_init), (match_selected_cb),
5494         (display_completion_text), (match_completion), (build_new_tree_cb),
5495         (get_filter_model_from_model),
5496         (ev_page_action_widget_update_model):
5497         * shell/ev-page-action-widget.h:
5498         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5499         (connect_proxy):
5500         * shell/ev-page-action.h:
5501         * shell/ev-stock-icons.c:
5502         * shell/ev-stock-icons.h:
5503         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5504         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5505         (register_custom_actions):
5506         * shell/main.c:
5507         
5508         Preliminary history implementation
5509
5510 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5511
5512         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5513         (dvi_document_class_init), (dvi_document_init_params):
5514         * dvi/mdvi-lib/font.c: (font_reference):
5515         
5516         Add reference to subfont. Fixes bug #374277.
5517
5518 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5519
5520         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5521         (ev_window_cmd_file_open_copy_at_dest):
5522
5523         Fix a race condition when creating symlink. Increase the counter
5524         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5525         Mathias Hasselmann).
5526
5527 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5528
5529         * backend/Makefile.am:
5530         * backend/ev-attachment.c: (ev_attachment_open):
5531         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5532         (ev_tmp_dir), (ev_tmp_filename):
5533         * shell/ev-sidebar-attachments.c:
5534         (ev_sidebar_attachments_drag_data_get):
5535         * shell/ev-window.c: (ev_window_clear_temp_file):
5536
5537         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5538         in ensure_dir_exists. Abort without crashing when we can't create
5539         user's directory.
5540
5541 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5542
5543         * data/evince-ui.xml:
5544         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5545         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5546         (ev_window_cmd_file_open_copy_at_dest),
5547         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5548         (ev_view_popup_cmd_open_link_new_window):
5549
5550         Allow opening a copy of the current document in a new window. Fixes bug
5551         #357472
5552
5553 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5554
5555         * data/evince-toolbar.xml:
5556         
5557         Add rotate right and rotate left to available items for toolbar.
5558         
5559         * data/evince-ui.xml:
5560         * shell/ev-window.c: (ev_window_init):
5561         
5562         Customize toolbar with right click. Fixes bug #372451.
5563
5564 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5565
5566         * shell/ev-window.c: 
5567         
5568         Use "object-rotate-{left,right}" stock icons. Fixes 
5569         bug #373863.
5570
5571 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5572
5573         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5574         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5575         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5576         (ev_window_open_uri):
5577         * shell/main.c: (arguments_parse):
5578
5579         Remove temp file created when evince is used by GTK+ in
5580         preview mode. Fixes bug #365282. 
5581
5582 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5583
5584         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5585         
5586         Fixes bug #372474 - Side pane disabled when entering 
5587         and leaving fullscreen mode.
5588
5589 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5590
5591         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5592         * data/Makefile.am:
5593         * data/evince-preview-toolbar.xml:
5594         * data/evince-toolbar.xml:
5595         * shell/ev-application.c: (ev_application_shutdown),
5596         (ev_application_init), (ev_application_get_toolbars_model):
5597         * shell/ev-application.h:
5598         * shell/ev-window.c: (update_chrome_visibility),
5599         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5600         (ev_window_cmd_edit_toolbar), (ev_window_init):
5601         
5602         Fixes bug #364364 - toolbar editor shows zoom actions again.
5603
5604 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5605
5606         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5607
5608         Do not take margins into consideration for paper size when printing.
5609         Really fixes bug #350491.
5610
5611 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5612
5613         * data/evince-ui.xml:
5614         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5615         (ev_window_cmd_file_print_setup),
5616         (ev_window_print_dialog_response_cb),
5617         (ev_window_setup_action_sensitivity):
5618
5619         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5620
5621 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5622
5623         * shell/ev-window.c: (ev_window_print_range):
5624
5625         Revert my previuos commit, since printing to PDF is not supported by
5626         evince yet. 
5627
5628 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5629
5630         * shell/ev-window.c: (ev_window_print_range):
5631
5632         Enable print to a PDF. Fixes bug #332121.
5633
5634 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5635
5636         * shell/ev-application-service.xml:
5637         * shell/ev-application.[ch]: (ev_application_open_window),
5638         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5639         (ev_application_open_uri), (ev_application_open_uri_list):
5640         * shell/ev-window.c: (file_open_dialog_response_cb),
5641         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5642         (drag_data_received_cb), (open_remote_link):
5643         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5644
5645         Add support for multiscreen systems. Fixes bug #316206.
5646
5647 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5648
5649         * shell/ev-jobs.[ch]: (ev_job_print_new),
5650         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5651         (ev_job_print_do_page):
5652         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5653
5654         Allow printing only odd/even pages. Fixes bug #367289.
5655
5656 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5657
5658         * test/test1.py:
5659         * test/test2.py:
5660
5661         Re-add locale settings to test files.
5662
5663 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5664
5665         * data/evince-ui.xml:
5666         * shell/ev-window.c: (set_action_properties):
5667         
5668         Removed garbage from code and ui.
5669
5670 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5671
5672         * shell/ev-window.c: (ev_window_cmd_help_about):
5673
5674         Shamelessly add my name to the list of contributors.
5675
5676 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5677
5678         * test/test1.py:
5679         * test/test2.py:
5680
5681         Cleaned up the dogtail scripts.
5682
5683 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5684
5685         * shell/ev-view.c: (draw_loading_text): Don't render
5686         "loading..." text in presentation mode. Temporary
5687         workaround for bug #320352.
5688
5689 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5690
5691         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5692         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5693
5694         Use print settings scale, copies, collate and reverse which were
5695         ignored. Fixes bug #359032.
5696
5697 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5698
5699         * configure.ac:
5700         * data/evince-password.glade:
5701         * test/Makefile.am:
5702         * test/test-encrypt.pdf:
5703         * test/test-links.pdf:
5704         * test/test1.py:
5705         * test/test2.py:
5706
5707         Add automated UI tests for evince with dogtail. See
5708         bug #300948.    
5709
5710 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5711
5712         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5713
5714         Hide fullscreen toolbar when switching to another desktop workspace.
5715         Fixes bug #338871
5716
5717 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5718
5719         * shell/ev-window-title.c: 
5720         
5721         Test for .dvi in title of pdf documents.
5722
5723 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5724
5725         * shell/ev-view.c: (ev_view_scroll):
5726
5727         Page Up/Down should do page jumps in "Best fit" mode.
5728         If a user has explicitly chosen to view exactly one page
5729         at a time, scrolling just a part of the page when
5730         pressing Page Up/Down is not right. Fixes bug #323107.
5731
5732 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5733
5734         * NEWS:
5735         * configure.ac:
5736         
5737         Update for 0.6.1
5738
5739 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5740
5741         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5742         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5743         
5744         Correctly disconnect from job signals on destroy.
5745
5746 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5747
5748         * shell/ev-view-private.h:
5749         * shell/ev-view.c: (view_set_adjustment_values),
5750         (view_update_range_and_current_page),
5751         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5752         
5753         Fixes bug #343199, current page now follows find page.
5754
5755 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5756
5757         * backend/ev-document-factory.c:
5758         * configure.ac:
5759         Assigned OpenDocument presenation MIME type to the
5760         Impress backend. Added some missing (but harmless)
5761         #ifdefs in the document factory as well to make things
5762         consistent again. Fixes bug #360658.
5763
5764 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5765
5766         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5767         * backend/ev-document-find.c: (ev_document_find_get_type):
5768         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5769         * backend/ev-document-links.c: (ev_document_links_get_type):
5770         * backend/ev-document-security.c: (ev_document_security_get_type):
5771         * backend/ev-document-thumbnails.c:
5772         (ev_document_thumbnails_get_type):
5773         * backend/ev-document.c: (ev_document_get_type):
5774         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5775         * backend/ev-selection.c: (ev_selection_get_type):
5776         * cut-n-paste/recent-files/egg-recent-model.c:
5777         (egg_recent_model_get_type):
5778         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5779         (egg_recent_view_uimanager_get_type):
5780         * cut-n-paste/recent-files/egg-recent-view.c:
5781         (egg_recent_view_get_type):
5782         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5783         (egg_editable_toolbar_get_type):
5784         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5785         (egg_toolbar_editor_get_type):
5786         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5787         (egg_toolbars_model_get_type):
5788         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5789         (egg_tree_multi_drag_source_get_type):
5790         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5791         (ephy_zoom_action_get_type):
5792         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5793         (ephy_zoom_control_get_type):
5794         * impress/r_back.c: (_imp_fill_back):
5795         * properties/ev-properties-main.c:
5796         (ev_properties_plugin_register_type):
5797         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5798         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5799         (ev_view_accessible_factory_get_type):
5800
5801         Reduce relocations. Bug #360616.
5802
5803 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5804
5805         * backend/ev-document-factory.c:
5806         (ev_document_factory_get_document):
5807         
5808         Load document even if extension is wrong.
5809
5810 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5811
5812         * shell/ev-metadata-manager.c: (save_values):
5813         * shell/ev-window.c: (setup_size_from_metadata),
5814         (setup_view_from_metadata), (ev_window_setup_document),
5815         (ev_window_xfer_job_cb), (window_configure_event_cb):
5816         
5817         Set size according to the document size/page size ratio.
5818         That should correct rather wierd behaviour of the previous
5819         commit.
5820
5821 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5822
5823         * shell/ev-window.c: (setup_view_from_metadata):
5824         
5825         Set size for new windows from previous window size.
5826         See bugs #354968 and #168450 for details. Thanks
5827         to Meik Hellmund.
5828
5829 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5830
5831         * djvu/djvu-links.c: (build_tree):
5832
5833         Fix memory leak.
5834
5835 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5836
5837         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5838         
5839         Don't make sidebar close button insensitive. Fixes
5840         bug #357871.
5841
5842 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5843
5844         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5845         (ev_window_set_view_accels_sensitivity):
5846         
5847         Don't enable Slash on documents which don't support
5848         find. Fixes bug #358648.
5849
5850 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5851
5852         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5853         open dialog fall back to the current document uri if the
5854         filechooser hasn't been used before. Fixes bug #356980.
5855
5856 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5857
5858         * shell/ev-window.c: (ev_window_setup_recent), 
5859         (ev_window_get_recent_file_label):
5860
5861         Escape underscores in filenames of recent file items.
5862
5863 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5864
5865         * configure.ac:
5866         
5867         Bumped poppler requirements, really 0.5.3 is very 
5868         buggy, now we require 0.5.4.
5869
5870 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5871
5872         * djvu/Makefile.am:
5873         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5874         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5875         (djvu_document_document_links_iface_init):
5876         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5877         (number_from_string_10), (get_djvu_link_dest),
5878         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5879         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5880         (djvu_links_get_links), (djvu_links_find_link_dest),
5881         (djvu_links_get_links_model):
5882         * djvu/djvu-links.h:
5883         
5884         Add support for links and bookmarks in djvu documents. Thanks
5885         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5886         patch.
5887
5888 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5889
5890         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5891         
5892         Reopen should reload document. Fixes 
5893         bug 327951.
5894
5895 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5896
5897         * configure.ac:
5898         * data/Makefile.am:
5899         * data/evince-16.png:
5900         * data/evince-22.png:
5901         * data/evince.png:
5902         * data/evince.svg:
5903         * data/icons/16x16/Makefile.am:
5904         * data/icons/16x16/evince.png:
5905         * data/icons/22x22/Makefile.am:
5906         * data/icons/22x22/evince.png:
5907         * data/icons/48x48/Makefile.am:
5908         * data/icons/48x48/evince.png:
5909         * data/icons/Makefile.am:
5910         * data/icons/scalable/Makefile.am:
5911         * data/icons/scalable/evince.svg:
5912         
5913         Install icons with correct names. Fixes
5914         bug #354429.
5915
5916 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5917
5918         * shell/ev-view.c: (ev_view_button_release_event):
5919
5920         Don't open links with middle mouse button. Fixes bug #353649
5921
5922 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5923
5924         * NEWS:
5925         * configure.ac:
5926         
5927         Update for release 0.6.0
5928
5929 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5930
5931         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5932         Implement Close named action. Patch by Carlos Garcia Campos.
5933
5934 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5935
5936         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5937         
5938         Don't clear link mapping on copy_job_to_job_info. Fixes
5939         bug 346168.
5940
5941 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5942
5943         * shell/main.c: (main):
5944
5945         Revert my previous commit, gnome_program_init owns the option context.
5946         Fix another memory leak in main. Both caught by Christian Persch. 
5947
5948 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5949
5950         * shell/main.c: (main):
5951
5952         Fix memory leak.
5953
5954 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5955
5956         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5957
5958         Fix crash when opening a pdf with password protection. 
5959
5960 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5961
5962         * pdf/ev-poppler.cc: (pdf_document_search_free):
5963
5964         Fix memory leak. 
5965
5966 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5967
5968         * backend/ev-document-factory.c:
5969         (ev_document_factory_get_document):
5970         * tiff/tiff-document.c: (tiff_document_finalize):
5971         
5972         More correct handling of document loading. Fixes
5973         bug #349043.
5974
5975 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5976
5977         * backend/ev-attachment.c: (ev_attachment_save):
5978
5979         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5980         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5981
5982 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5983         
5984         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5985         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5986
5987 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5988
5989         * shell/ev-sidebar-thumbnails.c:
5990
5991         Do not render thumbnails unless thumbnails page is active in the
5992         sidebar.
5993
5994 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5995
5996         * shell/ev-properties-dialog.c:
5997
5998         Fix dialogue spacing. Bug #351370.
5999
6000 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6001
6002         * configure.ac:
6003
6004         Use lowercase gettext catalog file names (evince.mo
6005         instead of Evince.mo)
6006
6007 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6008
6009         * shell/ev-sidebar-attachments.c:
6010
6011         GtkIconTheme is now screen safe too. Fixes bug #350878
6012
6013 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6014
6015         * shell/ev-window.c:
6016
6017         GtkRecent manager is now screen safe. Fixes bug #350145
6018
6019 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6020
6021         * shell/ev-sidebar.c: (ev_sidebar_init):
6022         
6023         Make sidebar close icon smaller. Fix for bug 350177.
6024         See also bugs 350176 and 165770.
6025
6026 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6027
6028         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6029
6030         Ignore zoom for xyz destinations when it's <= 1, keeping user
6031         preferences instead. Set correct sizing-mode for fith and fitv
6032         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6033
6034 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6035
6036         * NEWS:
6037         * configure.ac:
6038         
6039         Update for release 0.5.5
6040
6041 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6042         
6043         * shell/ev-window.c: (ev_window_cmd_escape)
6044
6045         Escape unfocus page entry. Fixes bug #345809.
6046
6047 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6048
6049         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6050         (build_tree), (pdf_document_links_get_links),
6051         (pdf_document_links_find_link_dest):
6052         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6053         (goto_xyz_dest):
6054
6055         Convert from PDF style coordinates to X style coordinates in the
6056         backend rather than in the view. Fixes bug #338440
6057
6058 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6059
6060         * shell/ev-window.c:
6061         
6062         Remove Ctrl+Shift+T shortcut for toolbars. See
6063         the bug #350098.
6064
6065 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6066
6067         * configure.ac:
6068
6069         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6070         of this. 
6071
6072 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6073
6074         * configure.ac:
6075         * cut-n-paste/Makefile.am:
6076         * data/evince-ui.xml:
6077         * shell/Makefile.am:
6078         * shell/ev-application.[ch]:
6079         * shell/ev-window.c:
6080
6081         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6082         #349273
6083
6084 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6085
6086         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6087         findbar code: s/help/search/
6088
6089 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6090
6091         * shell/ev-window.c: (setup_document_from_metadata),
6092         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6093         (setup_view_from_metadata):
6094         
6095         Fix memory leaks.
6096
6097 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6098
6099         * autogen.sh, configure.ac: 
6100         
6101         Update automake usage. See bug 349292.
6102
6103 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6104
6105         * shell/eggfindbar.c: (egg_find_bar_class_init),
6106         (entry_activate_callback), (egg_find_bar_init),
6107         (egg_find_bar_set_status_text):
6108         * shell/eggfindbar.h:
6109         
6110         Unify Evince findbar with Epiphany. Nice patch
6111         from Fabricio Silva <silva@crans.org> and
6112         Frederic Peters <fpeters@entrouvert.com>. See
6113         bug #339966 for details.
6114
6115 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6116
6117         * data/evince.desktop.in.in:
6118         
6119         Correct information for bugzilla. Thanks to
6120         Olaf Vitters, see bug #348855.
6121
6122 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6123
6124         * shell/ev-jobs.[ch]:
6125         * shell/ev-sidebar-links.c:
6126         * shell/ev-window.[ch]:
6127
6128         GtkPrintJob doesn't support print ranges or current page, so we export
6129         to a ps file now when printing ranges or current page.
6130
6131 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6132
6133         * pdf/ev-poppler.cc:
6134         * shell/ev-window.c: (do_action_named):
6135
6136         We should be more clear about bugzilla. See the
6137         poppler bug #7623.
6138
6139 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6140
6141         * configure.ac:
6142         * shell/Makefile.am:
6143         * shell/ev-job-queue.c:
6144         * shell/ev-jobs.[ch]:
6145         * shell/ev-sidebar-links.c:
6146         * shell/ev-window.[ch]:
6147         
6148         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6149         #348422
6150
6151 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6152
6153         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6154         * shell/ev-application-service.xml:
6155         * shell/ev-application.[ch]:
6156         * shell/ev-jobs.[ch]:
6157         * shell/ev-window.[ch]: (ev_window_run_preview):
6158         * shell/main.c: 
6159
6160         Add preview mode to use evince as a printing previewer. It also adds
6161         other command line options for fullscreen and presentation modes.
6162         Fixes bugs #347822, #317031
6163
6164 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6165
6166         * NEWS:
6167         * configure.ac:
6168         
6169         Update for release 0.5.4
6170
6171 2006-07-11  Bastien Nocera <hadess@hadess.net>
6172
6173         * Makefile.am:
6174         * backend/Makefile.am:
6175         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6176         * backend/ev-document-factory.h:
6177         * configure.ac:
6178         * impress/.cvsignore:
6179         * impress/Makefile.am:
6180         * impress/common.h:
6181         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6182         (imp_get_page), (imp_next_page), (imp_prev_page),
6183         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6184         * impress/f_oasis.c: (render_object), (render_page),
6185         (get_geometry), (_imp_oasis_load):
6186         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6187         (_imp_oo13_load):
6188         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6189         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6190         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6191         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6192         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6193         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6194         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6195         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6196         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6197         (iks_new_within), (iks_insert), (iks_insert_cdata),
6198         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6199         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6200         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6201         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6202         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6203         (iks_cdata), (iks_cdata_size), (iks_has_children),
6204         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6205         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6206         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6207         (iks_tree), (iks_load), (iks_save):
6208         * impress/iksemel.h:
6209         * impress/imposter.h:
6210         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6211         (imp_render_draw_bezier_real), (imp_render_get_size),
6212         (imp_render_set_fg_color), (imp_render_draw_line),
6213         (imp_render_draw_rect), (imp_render_draw_polygon),
6214         (imp_render_draw_arc), (imp_render_draw_bezier),
6215         (imp_render_open_image), (imp_render_get_image_size),
6216         (imp_render_scale_image), (imp_render_draw_image),
6217         (imp_render_close_image), (imp_render_markup),
6218         (imp_render_get_text_size), (imp_render_draw_text),
6219         (impress_document_load), (impress_document_save),
6220         (impress_document_get_n_pages), (impress_document_get_page_size),
6221         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6222         (impress_document_finalize), (impress_document_class_init),
6223         (impress_document_can_get_text), (impress_document_get_info),
6224         (impress_document_document_iface_init),
6225         (impress_document_thumbnails_get_thumbnail),
6226         (impress_document_thumbnails_get_dimensions),
6227         (impress_document_document_thumbnails_iface_init),
6228         (impress_document_init):
6229         * impress/impress-document.h:
6230         * impress/internal.h:
6231         * impress/r_back.c: (_imp_fill_back):
6232         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6233         (_imp_draw_image), (_imp_tile_image):
6234         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6235         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6236         (r_polyline):
6237         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6238         (r_draw_gradient_complex), (r_draw_gradient):
6239         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6240         (r_get_bullet):
6241         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6242         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6243         (r_text):
6244         * impress/render.c: (imp_create_context), (imp_context_set_page),
6245         (imp_context_set_step), (imp_render), (imp_delete_context):
6246         * impress/render.h:
6247         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6248         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6249         (zip_load_xml), (zip_get_size), (zip_load):
6250         * impress/zip.h:
6251         * shell/ev-utils.c:
6252         
6253         New backend to support impress slides. Fixes bug #30867.
6254
6255 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6256
6257         * shell/ev-utils.c: (using_postscript_printer):
6258         
6259         Fixes crash when print using PAPI backend,
6260         bug #345012.
6261
6262 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6263
6264         * shell/ev-jobs.c: (ev_job_xfer_run):
6265         * shell/ev-window.c: (password_dialog_response),
6266         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6267         (ev_window_dispose):
6268         Fixes bug #344160: if the xfer job doesn't complete
6269         because a password is required, reload the existing
6270         instance instead of creating a new one.
6271
6272 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6273
6274         * shell/main.c: (main): Call gdk_threads_init. Thus
6275         we'll avoid errors in auth dialog. Fix for the bug
6276         #343347.
6277
6278 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6279
6280         * configure.ac: Advertise pixbuf support, fix
6281         for the bug 343317.
6282
6283 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6284
6285         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6286         (ev_sidebar_thumbnails_set_document):
6287         
6288         Update sidebar thumbnails after reloading.
6289
6290 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6291
6292         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6293         * shell/ev-jobs.h:
6294         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6295         (ev_window_cmd_view_reload), (ev_window_init):
6296         
6297         Don't crash on reload. Fix for the bug #343167.
6298
6299 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6300
6301         * shell/ev-jobs.c: (ev_job_render_run):
6302         
6303         Check for document links.
6304
6305 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6306
6307         * backend/ev-attachment.c: (ev_attachment_save),
6308         (ev_attachment_launch_app), (ev_attachment_open):
6309         * backend/ev-document-factory.c: (get_document_from_uri):
6310         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6311         (egg_recent_view_uimanager_set_list):
6312         * ps/ps-document.c: (check_filecompressed), (document_load),
6313         (ps_document_load):
6314         * shell/ev-metadata-manager.c: (load_values):
6315         * shell/ev-password.c: (ev_password_dialog_set_property):
6316         * shell/ev-view.c: (tip_from_link):
6317         * shell/ev-window.c: (file_save_dialog_response_cb),
6318         (ev_window_print_dialog_response_cb):
6319         
6320         Use consistent quoting style. Fix for the bug #320285.
6321
6322 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6323
6324         * shell/ev-jobs.c: (ev_job_xfer_run):
6325         * shell/main.c: (load_files):
6326                 
6327         Open links with anchors. Fix for the bug #339836.
6328
6329 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6330
6331         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6332         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6333         (ev_link_dest_set_property), (ev_link_dest_finalize),
6334         (ev_link_dest_class_init), (ev_link_dest_new_named),
6335         (ev_link_dest_new_page_label):
6336         * backend/ev-link-dest.h:
6337         * shell/ev-application.c: (ev_application_open_uri):
6338         * shell/ev-view.c: (goto_dest):
6339         * shell/ev-window.c:
6340         * shell/ev-window.h:
6341         
6342         Fix page-label command line option. Bug #342070.
6343
6344 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6345
6346         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6347         
6348         Don't show highlight rects if page can't be showed. Fix for 
6349         the bug #342076
6350
6351 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6352
6353         * shell/ev-window.c: (setup_sidebar_from_metadata),
6354         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6355         
6356         Setup sidebar from metadata even if there is no document
6357         loaded. Fix for the bug #342807.
6358
6359 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6360
6361         * cut-n-paste/toolbar-editor/Makefile.am:
6362         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6363         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6364         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6365         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6366         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6367         (popup_context_menu_cb), (button_press_event_cb),
6368         (configure_item_sensitivity), (configure_item_cursor),
6369         (configure_item_tooltip), (connect_widget_signals),
6370         (action_sensitive_cb), (create_item_from_action),
6371         (create_item_from_position), (toolbar_drag_data_received_cb),
6372         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6373         (toolbar_drag_leave_cb), (configure_drag_dest),
6374         (toggled_visibility_cb), (toolbar_visibility_refresh),
6375         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6376         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6377         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6378         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6379         (egg_editable_toolbar_dispose),
6380         (egg_editable_toolbar_set_ui_manager),
6381         (egg_editable_toolbar_get_selected),
6382         (egg_editable_toolbar_set_selected), (set_edit_mode),
6383         (egg_editable_toolbar_set_property),
6384         (egg_editable_toolbar_get_property),
6385         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6386         (egg_editable_toolbar_new_with_model),
6387         (egg_editable_toolbar_get_edit_mode),
6388         (egg_editable_toolbar_set_edit_mode),
6389         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6390         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6391         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6392         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6393         (item_added_or_removed_cb), (toolbar_removed_cb),
6394         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6395         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6396         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6397         (editor_create_item_from_name), (append_table),
6398         (update_editor_sheet), (egg_toolbar_editor_init):
6399         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6400         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6401         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6402         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6403         (toolbar_node_free), (egg_toolbars_model_get_flags),
6404         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6405         (egg_toolbars_model_get_name), (impl_add_item),
6406         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6407         (parse_data_list), (parse_item_list), (parse_toolbars),
6408         (egg_toolbars_model_load_toolbars), (parse_available_list),
6409         (parse_names), (egg_toolbars_model_load_names),
6410         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6411         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6412         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6413         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6414         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6415         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6416         (egg_toolbars_model_set_types), (fill_avail_array),
6417         (egg_toolbars_model_get_name_avail),
6418         (egg_toolbars_model_get_name_flags),
6419         (egg_toolbars_model_set_name_flags):
6420         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6421         * cut-n-paste/toolbar-editor/eggintl.h:
6422         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6423         (egg_tree_multi_drag_source_get_type),
6424         (egg_tree_multi_drag_source_row_draggable),
6425         (egg_tree_multi_drag_source_drag_data_delete),
6426         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6427         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6428         (path_list_free), (set_context_data), (get_context_data),
6429         (get_info), (egg_tree_multi_drag_drag_data_get),
6430         (egg_tree_multi_drag_motion_event),
6431         (egg_tree_multi_drag_button_press_event),
6432         (egg_tree_multi_drag_add_drag_support):
6433         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6434         * shell/ev-application.c: (ev_application_init),
6435         (ev_application_save_toolbars_model):
6436         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6437         (ev_window_cmd_edit_toolbar), (ev_window_init):
6438         
6439         Sync toolbareditor with epiphany and libegg
6440
6441 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6442
6443         * configure.ac: 
6444
6445         Depend on poppler 0.5.2
6446
6447 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6448
6449         * shell/ev-jobs.c: (ev_job_render_run):
6450         
6451         Check if document supports links iterface.
6452
6453 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6454
6455         * NEWS:
6456         * configure.ac:
6457         
6458         Update for release 0.5.3
6459
6460 2006-05-13  Michael Plump  <plumpy@skylab.org>
6461
6462         * configure.ac:
6463         * shell/Makefile.am:
6464         * shell/main.c: (main):
6465         
6466         Port to GOption command line parsing. Fix for the 
6467         bug #327518
6468
6469 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6470
6471         * shell/ev-window.c: (ev_window_cmd_help_about):
6472         
6473         Do not wrap license. Fix for the bug #309460.
6474
6475 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6476
6477         * configure.ac:
6478         * properties/ev-properties-main.c: (ev_properties_get_pages):
6479         * shell/ev-application.c: (ev_application_open_window),
6480         (ev_application_open_uri_at_dest):
6481         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6482         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6483         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6484         * shell/ev-utils.c: (save_print_config_to_file):
6485         * shell/ev-window.c: (ev_window_cmd_save_as),
6486         (ev_attachment_popup_cmd_save_attachment_as):
6487         * shell/main.c: (load_files_remote):
6488         
6489         Bump requirements to gtk 2.8 and drop all ifdefs used.
6490
6491 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6492
6493         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6494         * shell/ev-window.c: (ev_window_init):
6495         
6496         Show attachments page.
6497
6498 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6499
6500         * po/POTFILES.in:
6501         * shell/ev-attachment-bar.c:
6502         * shell/ev-attachment-bar.h:
6503         * shell/ev-sidebar-attachments.c:
6504         (ev_sidebar_attachments_icon_cache_add),
6505         (icon_theme_get_pixbuf_from_mime_type),
6506         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6507         (ev_sidebar_attachments_icon_cache_refresh),
6508         (ev_sidebar_attachments_get_attachment_at_pos),
6509         (ev_sidebar_attachments_popup_menu_show),
6510         (ev_sidebar_attachments_popup_menu),
6511         (ev_sidebar_attachments_button_press),
6512         (ev_sidebar_attachments_update_icons),
6513         (ev_sidebar_attachments_drag_data_get),
6514         (ev_sidebar_attachments_get_property),
6515         (ev_sidebar_attachments_destroy),
6516         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6517         (ev_sidebar_attachments_new),
6518         (ev_sidebar_attachments_set_document),
6519         (ev_sidebar_attachments_support_document),
6520         (ev_sidebar_attachments_get_label),
6521         (ev_sidebar_attachments_page_iface_init):
6522         * shell/ev-sidebar-attachments.h:
6523         * shell/ev-window.c: (update_chrome_visibility),
6524         (setup_sidebar_from_metadata), (ev_window_setup_document),
6525         (ev_window_sidebar_current_page_changed_cb),
6526         (attachment_bar_menu_popup_cb), (ev_window_init):
6527         
6528         Move attachments bar to sidebar.
6529
6530 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6531
6532         * pdf/ev-poppler.cc:
6533         * shell/ev-application.[ch]:
6534         * shell/main.c:
6535
6536         Fix some memory leaks.
6537
6538 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6539
6540         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6541
6542         Change the properties dialog response to
6543         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6544         will make the dialog go away when the user presses
6545         enter. With gtk+ >= 2.9 this will happen anyway, but for
6546         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6547         escape by default. Fixes bug #340539. See also bug
6548         #101293 for the gtk+ part.
6549
6550 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6551
6552         * shell/ev-view.c (tip_from_action_named): Replace some strings
6553         that were wrong. Closes #340970.
6554
6555 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6556
6557         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6558
6559         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6560         #341049
6561
6562 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6563
6564         * djvu/Makefile.am:
6565         * dvi/Makefile.am:
6566         * dvi/mdvi-lib/Makefile.am:
6567         * properties/Makefile.am:
6568         * ps/Makefile.am:
6569         * shell/Makefile.am:
6570         * thumbnailer/Makefile.am:
6571         
6572         Due to broken libtool that is unable to track dependencies
6573         of noinst libraries we are forced to explicitely point
6574         libraries for binary. Fix for the bug #333334.
6575
6576 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6577
6578         * data/evince.desktop.in.in:
6579         * shell/ev-view.c: (view_update_range_and_current_page),
6580         (ev_view_next_page), (ev_view_previous_page):
6581         * shell/ev-window.c: (update_chrome_visibility),
6582         (setup_sidebar_from_metadata), (ev_window_setup_document),
6583         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6584         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6585         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6586         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6587         (ev_window_stop_presentation), (ev_window_focus_in_event),
6588         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6589         (ev_window_init):
6590         * thumbnailer/Makefile.am:
6591         
6592         Update fullscreen and presentation timeout handling. Hide
6593         cursor in presentation after timeout. Fix for the bugs
6594         #136359 and #336981.
6595
6596 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6597
6598         * backend/ev-link-action.[ch]:
6599         * pdf/ev-poppler.cc: (ev_link_from_action):
6600         * shell/ev-view-private.h:
6601         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6602         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6603
6604         Add support for Named Action links
6605
6606 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6607
6608         * backend/Makefile.am:
6609         * backend/ev-document-links.[ch]:
6610         * backend/ev-document.[ch]:
6611         * backend/ev-link-action.[ch]:
6612         * backend/ev-link-dest.[ch]:
6613         * backend/ev-link.[ch]:
6614         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6615         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6616         * shell/ev-page-action.c: (build_new_tree_cb):
6617         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6618         (links_page_num_func), (update_page_callback):
6619         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6620         (tip_from_link):
6621         * shell/ev-jobs.c:
6622         * shell/ev-window.[ch]: (ev_window_open_uri),
6623         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6624         * shell/ev-application.[ch]: (ev_application_open_window),
6625         (ev_application_open_uri):
6626
6627         Rework links system, it adds support for remote links now and it makes
6628         easier to add new kinds of actions and destinations. Fixes bug #317292
6629
6630 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6631
6632         * data/Makefile.am:
6633         * data/evince.png:
6634         * data/evince-16.png:
6635         * data/evince-22.png:
6636         * data/evince.svg:
6637         * shell/main.c: (main):
6638         
6639         Evince use it's own icon. Fix for the bug #313392.
6640
6641         * shell/ev-window.c: (fullscreen_timeout_cb),
6642         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6643         (ev_window_cmd_help_about), (ev_window_dispose):
6644         
6645         Simplify fullscreen timeout code.
6646
6647 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6648
6649         * backend/ev-attachment.c: 
6650         * shell/ev-attachment-bar.c:
6651         * shell/ev-window.c:
6652
6653         Allow multiple selection of attachments
6654
6655 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6656
6657         * shell/ev-view.c: (view_update_range_and_current_page),
6658         (ev_view_scroll):
6659         
6660         Fix for the bug #312573 – Optimal selection of current 
6661         page among visible pages.
6662
6663 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6664
6665         * configure.ac:
6666         * djvu/Makefile.am:
6667         * djvu/djvu-text.h:
6668         
6669         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6670         for the bug 339868.
6671
6672 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6673
6674         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6675
6676 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6677
6678         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6679         dictated by the GNOME HIG. Fixes bug #339235.
6680
6681 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6682
6683         * data/evince-ui.xml:
6684         * shell/ev-view.c: (ev_view_can_find_previous):
6685         * shell/ev-view.h:
6686         * shell/ev-window.c: (ev_window_update_actions),
6687         (ev_window_cmd_edit_find_previous):
6688
6689         Add support for "Find Previous" as dictated by the GNOME HIG. A
6690         menu item is added and some glue code to make it all work is added
6691         to various files.
6692
6693 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6694
6695         * configure.ac: Award myself the "useless use of cat" award.
6696
6697 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6698
6699         * po/LINGUAS: New file listing all supported languages.
6700
6701         * configure.in: Use po/LINGUAS instead of including all languages
6702         directly in this file. See the wiki for more information:
6703         http://live.gnome.org/GnomeGoals/PoLinguas
6704
6705 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6706
6707         * backend/ev-document-factory.c:
6708
6709         Do not load the document twice when there isn't errors
6710
6711 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6712
6713         * backend/ev-attachment.c: 
6714
6715         Fix a crash when there isn't a default application to open an
6716         attachment
6717
6718 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6719
6720         * backend/ev-attachment.[ch]:
6721         * shell/ev-attachment-bar.[ch]:
6722
6723         Added missing files. 
6724
6725 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6726
6727         * backend/Makefile.am:
6728         * data/evince-ui.xml:
6729         * backend/ev-attachment.[ch]:
6730         * backend/ev-document.[ch]: (ev_document_has_attachments),
6731         (ev_document_get_attachments):
6732         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6733         (attachment_save_to_buffer), (pdf_document_get_attachments),
6734         (pdf_document_document_iface_init):
6735         * shell/Makefile.am:
6736         * shell/ev-attachment-bar.[ch]:
6737         * shell/ev-window.c:
6738
6739         Add support for PDF attachments. Fixes bug #325143
6740
6741 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6742
6743         * backend/ev-document-factory.c: (get_document_from_uri),
6744         (ev_document_factory_get_document):
6745         * backend/ev-document-factory.h:
6746         * properties/ev-properties-main.c: (ev_properties_get_pages):
6747         * shell/Makefile.am:
6748         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6749         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6750         (ev_job_queue_remove_job):
6751         * shell/ev-job-queue.h:
6752         * shell/ev-job-xfer.c:
6753         * shell/ev-job-xfer.h:
6754         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6755         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6756         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6757         (ev_job_xfer_run):
6758         * shell/ev-jobs.h:
6759         * shell/ev-window.c: (ev_window_is_empty),
6760         (password_dialog_response), (ev_window_clear_xfer_job),
6761         (ev_window_xfer_job_cb), (ev_window_open_uri),
6762         (ev_window_cmd_focus_page_selector),
6763         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6764         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6765         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6766         (ev_window_dispose):
6767         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6768         
6769         * Cleanup mime type detection on document load. Fix for the
6770         bug #336448.
6771
6772 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6773
6774         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6775         
6776         Fix crash on exit, described in the bug #336825.
6777
6778 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6779
6780         * backend/ev-document-factory.c:
6781         (ev_document_factory_get_from_mime),
6782         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6783         (ev_document_factory_get_document),
6784         (file_filter_add_mime_list_and_free),
6785         (ev_document_factory_add_filters):
6786         * backend/ev-document-factory.h:
6787         * properties/ev-properties-main.c: (ev_properties_get_pages):
6788         * shell/Makefile.am:
6789         * shell/ev-application.c:
6790         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6791         * shell/ev-window.c: (ev_window_cmd_file_open),
6792         (ev_window_cmd_save_as):
6793         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6794         
6795         Rework factory functions so they are placed now in a single 
6796         file ev-document-factory.c
6797
6798 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6799
6800         * shell/ev-window.c: (update_chrome_visibility):
6801         
6802         Fix for the bug 166566 - don't show menubar in fullscreen
6803         mode.
6804
6805 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6806
6807         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6808
6809 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6810
6811         * shell/ev-view.c: (ev_view_expose_event):
6812         
6813         More correctly draw loading text when document
6814         is empty.
6815
6816 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6817
6818         * shell/ev-view.c: (ev_view_scroll):
6819         
6820         Fix for the bug #334854, page down and page up switch
6821         pages in presentation mode.
6822
6823 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6824
6825         * shell/ev-window.c: (ev_window_set_action_sensitive),
6826         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6827         (ev_window_set_view_accels_sensitivity),
6828         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6829         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6830         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6831         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6832         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6833         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6834         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6835         (view_actions_focus_in_cb), (ev_window_init):
6836         
6837         Fix for the bug #333902, now it's possible to search
6838         words with slash.
6839
6840 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6841
6842         * configure.ac: Added Breton translation.
6843         * po/br.po: Added Breton translation.
6844
6845 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6846
6847         * shell/ev-window-title (ev_window_title_update):
6848
6849         Fix memory leak in window title. Fixes bug #333944
6850
6851 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6852
6853         * shell/ev-metadata-manager.c (parseItem):
6854
6855         Fix memory leaks. Fixes bug #333945
6856
6857 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6858         
6859         * NEWS, configure.ac, TODO:
6860         
6861         Update for release 0.5.2.
6862
6863 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6864
6865         * shell/ev-view.c: (view_update_range_and_current_page),
6866         (page_changed_cb):
6867         
6868         Don't jump on scrolling, fix for the bug #333127.
6869
6870 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6871
6872         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6873         
6874         Scroll by one page in presentation mode. Fix for the bug
6875         #332993.
6876
6877 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6878
6879         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6880
6881 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6882
6883         * configure.ac  Added lv in ALL_LINGUAS line.
6884
6885 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6886         
6887         * NEWS, configure.ac:
6888         
6889         Update for release 0.5.1
6890
6891 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6892
6893         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6894         * backend/ev-document-misc.h:
6895         * shell/ev-view.c: (draw_one_page):
6896         
6897          Clairfy what page the toolbar page number applies to. Fix
6898          for the bug #328102.
6899
6900 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6901
6902         * shell/ev-view-private.h:
6903         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6904         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6905         (ev_view_search_changed):
6906         * shell/ev-view.h:
6907         * shell/ev-window.c: (find_bar_search_changed_cb):
6908         
6909         Dont't jump to find result if window was scrolled during search.
6910         Fix for the bug #313266.
6911
6912 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6913
6914         * shell/eggfindbar.c: (egg_find_bar_class_init):
6915         * shell/eggfindbar.h:
6916         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6917         * shell/ev-view-private.h:
6918         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6919         (ev_view_class_init), (ev_sizing_mode_get_type),
6920         (ev_scroll_type_get_type):
6921         * shell/ev-view.h:
6922         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6923         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6924         (ev_window_init):
6925         
6926         Fix for the bug 319133 - Find entry should allow text scroll.
6927
6928 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6929
6930         * shell/ev-view-private.h:
6931         * shell/ev-view.c: (view_update_range_and_current_page),
6932         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6933         (ev_view_set_document), (update_find_status_message),
6934         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6935         (ev_view_find_previous):
6936         
6937         Fix for the bug #319137. Search now takes account for scrolling.
6938
6939 2006-02-19  Michael Hofmann <mh21@piware.de>
6940
6941         * configure.ac:
6942         * djvu/Makefile.am:
6943         * djvu/djvu-document-private.h:
6944         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6945         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6946         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6947         (djvu_document_can_get_text), (djvu_document_get_text),
6948         (djvu_document_document_iface_init),
6949         (djvu_document_thumbnails_get_thumbnail),
6950         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6951         (djvu_document_find_get_result),
6952         (djvu_document_find_page_has_results),
6953         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6954         (djvu_document_find_iface_init):
6955         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6956         (djvu_text_page_selection), (djvu_text_page_limits_process),
6957         (djvu_text_page_limits), (djvu_text_page_copy),
6958         (djvu_text_page_position), (djvu_text_page_union),
6959         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6960         (djvu_text_page_box), (djvu_text_page_append_text),
6961         (djvu_text_page_search), (djvu_text_page_prepare_search),
6962         (djvu_text_page_new), (djvu_text_page_free):
6963         * djvu/djvu-text-page.h:
6964         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6965         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6966         (djvu_text_n_results), (djvu_text_has_results),
6967         (djvu_text_get_result), (djvu_text_get_progress):
6968         * djvu/djvu-text.h:
6969         
6970         Text search in djvu. Fix for the bug #303415.
6971
6972 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6973
6974         * configure.ac:
6975         * shell/ev-window.c: (ev_window_cmd_save_as):
6976         
6977         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6978         Thanks to Gary Coady <gary@lyranthe.org>
6979
6980 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6981
6982         * shell/ev-print-job.c: (idle_print_handler):
6983         
6984         Inverse order printing, bug #320919.
6985
6986 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6987
6988         * data/evince-toolbar.xml:
6989         * shell/ev-window.c:
6990         
6991         Allow to add sidebar checkbutton on toolbar. Fix
6992         for the bug #144577.
6993
6994 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6995
6996         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6997         
6998         Add checks that have sense for empty ps document.
6999
7000 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7001
7002         * configure.ac: Include PS in mime types list. 
7003
7004 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7005
7006         * configure.ac:
7007         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7008         * ps/gsdefaults.h:
7009         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7010         
7011         Runtime check for gs interpreter. Fix for the bug #320868.
7012         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7013
7014 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7015
7016         * shell/ev-application.c: 
7017
7018         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7019         dbus>=0.60, so that the request is not queued. 
7020
7021 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7022
7023         * configure.ac:
7024         * shell/Makefile.am:
7025         * shell/ev-sidebar-links.c: (print_section_cb):
7026         * shell/ev-utils.c:
7027         * shell/ev-utils.h:
7028         * shell/ev-window.c: (update_action_sensitivity),
7029         (ev_window_close_dialogs), (ev_window_print):
7030         * shell/ev-window.h:
7031         
7032         Make printing support optional. Patch from Eduardo de Barros Lima
7033         <eduardo.lima@indt.org.br> for the bug #330546.
7034
7035 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7036
7037         * shell/ev-view-private.h:
7038         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7039         (ev_view_set_document):
7040         * shell/ev-view.h:
7041         * shell/ev-window.c: (ev_window_load_job_cb),
7042         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7043         (ev_window_init):
7044
7045         Draw Loading message during xfer job. Fix for the bug #329495.
7046
7047 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7048
7049         * comics/comics-document.c: (comics_regex_quote),
7050         (comics_document_load), (extract_argv):
7051         
7052         Correcly quote regexp before passing it to unzip.
7053
7054 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7055
7056         * shell/ev-page-cache.c: (build_height_to_page),
7057         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7058         (ev_page_cache_get_dual_even_left):
7059         * shell/ev-page-cache.h:
7060         * shell/ev-view.c: (view_update_range_and_current_page),
7061         (get_page_y_offset), (get_page_extents):
7062         
7063         Place even pages to the left if document has less then
7064         two pages. Fix for the bug #328856.
7065
7066 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7067
7068         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7069         
7070         Correct comics scheme. This make evince create thumbnails
7071         for comic books. Fix for the bug 329088.
7072
7073 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7074
7075         * data/evince-password.glade: Don't explicitly set
7076         invisible_char to the current default value in case
7077         the default changes; let GTK+ do its magic.
7078
7079 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7080
7081         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7082         real filename to tmp filename since often document
7083         type is determined by extension.
7084
7085 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7086
7087         * shell/ev-view.c: (add_scroll_binding_keypad),
7088         (ev_view_binding_activated), (ev_view_class_init):
7089         
7090         Add keybindings for percision-scrolling of display area. 
7091         Fix for the bug #314072.
7092
7093 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7094
7095         * data/evince.desktop.in.in:
7096         
7097         Add GTK to the list of categories. Fix for the bug #328034.
7098
7099 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7100
7101         * shell/ev-application.c: (ev_application_shutdown),
7102         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7103         * shell/ev-application.h:
7104         * shell/ev-window.c: (file_open_dialog_response_cb),
7105         (ev_window_cmd_file_open):
7106         
7107         Save last uri in file chooser dialog. Fix for the bug #327950.
7108
7109 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7110
7111         * NEWS:
7112         * README:
7113         
7114         Final update for release 0.5.0
7115         
7116         * shell/Makefile.am:
7117         
7118         Remove disable deprecated until we'll require libgnome-2.13.7
7119         and port to GOption argument parsing. See bug 327518.
7120
7121 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7122
7123         * comics/comics-document.c: (comics_document_save):
7124         * djvu/djvu-document.c: (djvu_document_save):
7125         * dvi/dvi-document.c: (dvi_document_save):
7126         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7127         * lib/ev-file-helpers.h:
7128         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7129         * tiff/tiff-document.c: (tiff_document_save):
7130         
7131         Use common save function for backends.
7132
7133 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7134
7135         * backend/ev-document-types.c:
7136         
7137         Fix crash on saving pixbuf.
7138
7139 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7140
7141         * cut-n-paste/recent-files/egg-recent-item.c:
7142         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7143         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7144         (parse_info_free), (valid_element), (start_element_handler),
7145         (end_element_handler), (text_handler), (egg_recent_model_filter),
7146         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7147         (egg_recent_model_monitor), (egg_recent_model_read),
7148         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7149         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7150         (egg_recent_model_set_property), (egg_recent_model_class_init),
7151         (egg_recent_model_init), (egg_recent_model_add_full),
7152         (egg_recent_model_delete), (egg_recent_model_get_list),
7153         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7154         (egg_recent_model_set_filter_mime_types),
7155         (egg_recent_model_clear_group_filter),
7156         (egg_recent_model_set_filter_groups),
7157         (egg_recent_model_clear_scheme_filter),
7158         (egg_recent_model_set_filter_uri_schemes),
7159         (egg_recent_model_remove_expired):
7160         * cut-n-paste/recent-files/egg-recent-util.c:
7161         (egg_recent_util_get_icon):
7162         * cut-n-paste/recent-files/egg-recent-util.h:
7163         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7164         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7165         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7166         (egg_recent_view_uimanager_set_property),
7167         (egg_recent_view_uimanager_get_property),
7168         (egg_recent_view_uimanager_class_init),
7169         (egg_recent_view_uimanager_init),
7170         (egg_recent_view_uimanager_set_label_width),
7171         (egg_recent_view_uimanager_get_label_width):
7172         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7173         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7174         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7175         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7176         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7177         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7178         
7179         Update from libegg.
7180
7181 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7182
7183         * shell/ev-page-cache.c: (build_height_to_page),
7184         (ev_page_cache_get_height_to_page):
7185         * shell/ev-page-cache.h:
7186         * shell/ev-view.c: (view_update_range_and_current_page),
7187         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7188         (ev_view_previous_page):
7189         
7190         Dual mode places even pages to the left. Fix for the bug #309393.
7191
7192         * shell/ev-view.h:
7193         * shell/ev-window.c: (update_action_sensitivity),
7194         (setup_view_from_metadata), (view_menu_popup_cb):
7195         
7196         Don't restore presentation in empty windows, more intelligent
7197         next page behaviour in dual mode.
7198
7199         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7200         (ev_pixbuf_cache_clear_job_sizes):
7201         
7202         Cleanup job callback on removal. Fix for the bug #325886.
7203
7204 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7205
7206         * ps/ps.c: (psscan):
7207         
7208         Commit workaround Mozilla problem. Fix for the bug #325919
7209         
7210         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7211         (save_item):
7212         
7213         Fix for year 2038 problem.
7214
7215 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * shell/ev-window.c: (setup_document_from_metadata),
7218         (ev_window_cmd_view_reload):
7219
7220         Clamp page recieved from metadata in valid values. Fix
7221         for the bug #325986.
7222
7223 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7224
7225         * MAINTAINERS: 
7226         Add MAINTAINERS as requested on desktop-devel-list.
7227
7228 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7229
7230         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7231         (mime_type_supported_by_gdk_pixbuf),
7232         (ev_document_factory_get_mime_types),
7233         (ev_document_factory_get_all_mime_types):
7234         
7235         Don't add pixbuf mime types if pixbuf backend is disabled.
7236         
7237         * shell/ev-application.c: (ev_application_get_uri_window):
7238         
7239         Fix for the bug 325815 - unhandled MIME type message doesn't 
7240         appear a second time. 
7241         
7242         * shell/ev-document-types.c: (ev_document_types_add_filters):
7243         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7244         (password_dialog_response), (ev_window_popup_password_dialog),
7245         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7246         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7247         (ev_window_run_presentation), (ev_window_stop_presentation),
7248         (save_sizing_mode), (ev_window_zoom_changed_cb),
7249         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7250         (ev_window_dual_mode_changed_cb),
7251         (ev_window_sidebar_current_page_changed_cb),
7252         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7253         (window_state_event_cb), (window_configure_event_cb):
7254         
7255         Cleanup additional uris holded by EvWindow.
7256
7257 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7258
7259         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7260         (ev_view_can_previous_page), (ev_view_can_next_page):
7261         * shell/ev-view.h:
7262         * shell/ev-window.c: (update_action_sensitivity):
7263         
7264         Two page scrolling with Space and PageUp in dual mode. Second fix 
7265         for the bug #316608.
7266
7267 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7268
7269         * shell/ev-view.c: (scroll_to_current_page):
7270         
7271         Correctly clamp adjustment value. Fix for the bug
7272         #325808.
7273
7274 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7275
7276         * shell/ev-sidebar-links.c: (print_section_cb):
7277         * shell/ev-window.c: (ev_window_get_uri),
7278         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7279         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7280         (ev_window_dispose):
7281         
7282         Make print dialog non-modal. Fix for the bug #325622.
7283
7284 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7285
7286         * shell/ev-metadata-manager.c:
7287         * shell/ev-utils.c: (using_pdf_printer),
7288         (using_postscript_printer), (load_print_config_from_file),
7289         (save_print_config_to_file):
7290         * shell/ev-utils.h:
7291         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7292         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7293         (setup_view_from_metadata), (ev_window_setup_document),
7294         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7295         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7296         (ev_window_run_presentation), (ev_window_stop_presentation),
7297         (save_sizing_mode), (ev_window_zoom_changed_cb),
7298         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7299         (ev_window_dual_mode_changed_cb),
7300         (ev_window_sidebar_current_page_changed_cb),
7301         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7302         (window_state_event_cb), (window_configure_event_cb),
7303         (ev_window_init):
7304         
7305         Setting saving behaviour fixes.
7306
7307 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7308
7309         * configure.ac:
7310         
7311         Make antialiasing gs options better and allow
7312         to change them during configure. Fix for the 
7313         bug #319049.
7314
7315 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7316
7317         * shell/ev-window.c: (setup_view_from_metadata):
7318         
7319         Remember if last window was maximized. Fix for the
7320         bug #323797.
7321
7322 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7323
7324         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7325
7326 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7327
7328         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7329         * shell/ev-page-action.c: (build_new_tree_cb):
7330         * shell/ev-sidebar-links.c: (links_page_num_func),
7331         (update_page_callback_foreach), (update_page_callback):
7332         * shell/ev-view.c: (scroll_to_current_page):
7333         
7334         Fix for the bug #325067 with more intelligent selection
7335         of current link in sidebar. Make sidebar handle links
7336         of FITR-like type more correctly.
7337
7338         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7339         (dvi_pixbuf_put_pixel):
7340         
7341         Fix memory consumtion with disabled alpha channel.
7342
7343 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7344
7345         * data/evince-ui.xml:
7346         * shell/ev-window.c: (view_menu_popup_cb),
7347         (ev_popup_cmd_open_link), (ev_window_init):
7348         
7349         Update context menu for internal links. Fix for the bug
7350         #325066.
7351
7352 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7353
7354         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7355         
7356         Bind context menu to keyboard also. Fix for the bug
7357         #325065.
7358
7359 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7360
7361         * shell/ev-view.c: (selection_scroll_timeout_cb):
7362         
7363         Horizontal scroll on selection also.
7364
7365 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7366
7367         * shell/ev-metadata-manager.c: (parse_value):
7368         * shell/ev-view.c: (goto_xyz_link):
7369         
7370         Correct zoom setup and metadata save broken in 
7371         some locales.
7372
7373 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7374
7375         * shell/ev-view-private.h:
7376         * shell/ev-view.c: (scroll_to_current_page),
7377         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7378         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7379         (page_changed_cb), (ev_view_set_continuous),
7380         (ev_view_set_dual_page), (ev_view_set_presentation):
7381         
7382         Delay scroll until allocation to correctly position page. Fix
7383         for the bug #317334.
7384
7385 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7386
7387         * NEWS:
7388         * configure.ac:
7389         
7390         Update NEWS and require poppler 0.5.0.
7391
7392 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7393         
7394         * data/evince-ui.xml:
7395         * shell/ev-view-private.h:
7396         * shell/ev-view.c: (ev_view_get_link_at_location),
7397         (handle_link_over_xy), (ev_view_button_press_event),
7398         (ev_view_button_release_event), (ev_view_class_init):
7399         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7400         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7401         (ev_window_init):
7402         
7403         Implement right-click context menu.
7404
7405 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7406
7407         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7408         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7409         (mdvi_pixbuf_device_render):
7410         * pdf/ev-poppler.cc:
7411
7412         Don't generate thumbnails with alpha. See bug #324077.
7413         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7414
7415 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7416
7417         * shell/ev-window.c: (setup_chrome_from_metadata):
7418         
7419         Fix typo that was hiding toolbar.
7420
7421 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7422
7423         * shell/ev-view-private.h:
7424         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7425         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7426         (ev_view_button_release_event), (ev_view_destroy):
7427         
7428         Small cleanup and autoscrolling during selection. Thanks to 
7429         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7430
7431 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7432
7433         * configure.ac:
7434         
7435         Correctly check for comics option.
7436
7437 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7438         * Makefile.am:
7439         * configure.ac:
7440         * backend/Makefile.am:
7441         * backend/ev-document-factory.c:
7442         * shell/ev-document-types.c:
7443
7444         Included option in configure to make ps backend 
7445         compilation optional with --disable-ps.
7446
7447 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7448
7449         * backend/ev-document-factory.c:
7450         * comics/Makefile.am:
7451         * comics/comics-document.c: (comics_document_load):
7452         * comics/ev-cbr-mime.xml:
7453         * configure.ac:
7454         
7455         Comics mime types are added to shared-mime-info CVS. Now
7456         we don't need to install our own mime types.
7457
7458 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7459
7460         * shell/ev-window.c:
7461         
7462         Add shortcut for "save a copy" menu entry. Fix for
7463         the bug #324582.
7464
7465 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7466
7467         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7468         (job_finished_cb), (new_selection_pixbuf_needed),
7469         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7470         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7471         
7472         Rework selection job info logic and fix critical warning.
7473
7474 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7475
7476         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7477
7478 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7479
7480         * data/evince-ui.xml:
7481         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7482         
7483         Enter as shortcut key for next page. Fix for the bug
7484         #321394.
7485
7486 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7487
7488         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7489
7490 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7491
7492         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7493         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7494         (new_selection_pixbuf_needed),
7495         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7496         (clear_job_selection):
7497         
7498         Too early for 0.5. Pixbuf cache code cleaned a bit.
7499
7500 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7501
7502         * NEWS:
7503         * configure.ac:
7504         
7505         Release 0.5.0 preparation
7506
7507 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7508
7509         * comics/Makefile.am:
7510         * configure.ac:
7511         * shell/ev-document-types.c: (ev_document_types_add_filters):
7512         
7513         More advanced handling of custom mime type installation.
7514
7515 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7516
7517         * data/evince.schemas.in:
7518         * shell/ev-metadata-manager.c: (value_free),
7519         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7520         (ev_metadata_manager_get), (ev_metadata_manager_set):
7521         * shell/ev-metadata-manager.h:
7522         * shell/ev-window.c: (update_chrome_flag),
7523         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7524         (setup_document_from_metadata), (setup_chrome_from_metadata),
7525         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7526         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7527         (ev_window_view_toolbar_cb),
7528         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7529         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7530         
7531         Save last document settings and reuse them for new documents.
7532
7533 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7534
7535         * Makefile.am:
7536         * backend/Makefile.am:
7537         * backend/ev-document-factory.c:
7538         * backend/ev-document-factory.h:
7539         * comics/Makefile.am:
7540         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7541         (comics_document_load), (comics_document_save),
7542         (comics_document_get_n_pages), (comics_document_get_page_size),
7543         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7544         (comics_document_class_init), (comics_document_can_get_text),
7545         (comics_document_get_info), (comics_document_document_iface_init),
7546         (comics_document_init), (get_supported_image_extensions),
7547         (comics_document_thumbnails_get_geometry),
7548         (comics_document_thumbnails_get_thumbnail),
7549         (comics_document_thumbnails_get_dimensions),
7550         (comics_document_document_thumbnails_iface_init), (extract_argv):
7551         * comics/comics-document.h:
7552         * comics/ev-cbr-mime.xml:
7553         * configure.ac:
7554         * po/POTFILES.in:
7555         * shell/ev-application.c: (ev_application_register_service):
7556         * shell/ev-document-types.c: (ev_document_types_add_filters):
7557         * thumbnailer/Makefile.am:
7558         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7559         
7560         New CBR/CBZ backend for comic books.
7561
7562 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7563
7564         * shell/main.c: (load_files_remote):
7565
7566         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7567         warning on startup of second instance is fixed. It
7568         is bug #320353.
7569
7570 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7571
7572         * shell/ev-window.c: (ev_window_finalize):
7573         
7574         Fix double free that cause crash.
7575
7576 2005-10-29  Bastien Nocera <hadess@hadess.net>
7577
7578         * tiff/tiff-document.c: (tiff_document_load):
7579         
7580         Fix memory leak.
7581
7582 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7583
7584         * po/POTFILES.in:
7585         * shell/Makefile.am:
7586         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7587         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7588         (ev_view_accessible_get_text),
7589         (ev_view_accessible_get_character_at_offset),
7590         (ev_view_accessible_get_text_before_offset),
7591         (ev_view_accessible_get_text_at_offset),
7592         (ev_view_accessible_get_text_after_offset),
7593         (ev_view_accessible_get_character_count),
7594         (ev_view_accessible_get_caret_offset),
7595         (ev_view_accessible_set_caret_offset),
7596         (ev_view_accessible_get_run_attributes),
7597         (ev_view_accessible_get_default_attributes),
7598         (ev_view_accessible_get_character_extents),
7599         (ev_view_accessible_get_offset_at_point),
7600         (ev_view_accessible_get_n_selections),
7601         (ev_view_accessible_get_selection),
7602         (ev_view_accessible_add_selection),
7603         (ev_view_accessible_remove_selection),
7604         (ev_view_accessible_set_selection),
7605         (ev_view_accessible_text_iface_init),
7606         (ev_view_accessible_idle_do_action),
7607         (ev_view_accessible_action_do_action),
7608         (ev_view_accessible_action_get_n_actions),
7609         (ev_view_accessible_action_get_description),
7610         (ev_view_accessible_action_get_name),
7611         (ev_view_accessible_action_set_description),
7612         (ev_view_accessible_action_iface_init),
7613         (ev_view_accessible_get_type), (ev_view_accessible_new),
7614         (ev_view_accessible_factory_get_accessible_type),
7615         (ev_view_accessible_factory_create_accessible),
7616         (ev_view_accessible_factory_class_init),
7617         (ev_view_accessible_factory_get_type):
7618         * shell/ev-view-accessible.h:
7619         * shell/ev-view-private.h:
7620         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7621         * shell/ev-view.h:
7622         
7623         Initial accessibility support.
7624
7625 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7626
7627         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7628
7629 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7630
7631         * shell/ev-print-job.c: (idle_print_handler):
7632         
7633         Fix for bug Bug 318916: Printing multiple pages.
7634
7635 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7636
7637         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7638
7639 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7640
7641         * pdf/ev-poppler.cc:
7642         
7643         Thumnail dimensions unified with other backends.
7644         
7645         * shell/ev-window-title.c: (ev_window_title_update):
7646         
7647         Fix warning.
7648
7649 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7650
7651         * data/ev-stock-zoom-fit-width.png:
7652         
7653         Remove unused file.
7654
7655 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7656
7657         * configure.ac:
7658         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7659         (djvu_document_finalize):
7660         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7661         (dvi_document_finalize):
7662         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7663         (pixbuf_document_save), (pixbuf_document_finalize):
7664         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7665         (tiff_document_finalize):
7666         
7667         Save a copy implemented for various backends.
7668
7669 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7670
7671         * configure.ac:
7672         
7673         Don't link with ltiff if tiff is disabled.
7674
7675 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7676
7677         * pdf/GDKSplashOutputDev.cc:
7678         * pdf/GDKSplashOutputDev.h:
7679         * pdf/Thumb.cc:
7680         * pdf/Thumb.h:
7681         * pdf/pdf-document.cc:
7682         * pdf/pdf-document.h:
7683         * pdf/test-gdk-output-dev.cc:
7684         
7685         Remove old unused files.
7686
7687 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7688
7689         * shell/ev-window.c: (ev_window_setup_document):
7690         
7691         Fixed warnings on reload and probably crash reason.
7692
7693 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7694
7695         * properties/ev-properties-view.c:
7696         (ev_properties_view_format_date):
7697         
7698         Check if date is invalid. Fix for bug 318134.
7699
7700 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7701
7702         * shell/ev-window-title.c:
7703         
7704         Add .indd files (Adobe Indesign) to the list of "bad
7705         extensions".
7706
7707 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7708
7709         * data/evince-ui.xml:
7710         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7711         
7712         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7713
7714 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7715
7716         * shell/ev-window.c: (launch_link), (launch_external_uri),
7717         (view_external_link_cb):
7718
7719         URL-escape link before passing it to gnome_vfs_url_show.
7720
7721 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7722
7723         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7724         there isn't text selected.
7725
7726 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7727
7728         * shell/ev-view.c: (handle_link_over_xy):
7729
7730         Check tooltip is valid utf8 before showing it
7731
7732 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7733
7734         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7735
7736 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7737
7738         * shell/ev-window-title.c: (ev_window_title_update):
7739
7740         Guard against using g_strstrip on NULL. Fixes bug #317291.
7741
7742 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7743
7744         * pdf/ev-poppler.cc:
7745
7746         Show title even for unknown links
7747
7748 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7749
7750         * shell/ev-window-title.c: (ev_window_title_update):
7751
7752         Strip the title string
7753
7754 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7755
7756         * shell/ev-window-title.c:
7757
7758         Add .rtf to the bad extensions list
7759
7760 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7761
7762         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7763         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7764
7765         Ignore link coordinates if they are outside page bounds
7766
7767 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7768
7769         * backend/ev-link.c: (ev_link_type_get_type),
7770         (ev_link_get_filename), (ev_link_get_params),
7771         (ev_link_get_property), (ev_link_set_property),
7772         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7773         * backend/ev-link.h:
7774         * pdf/ev-poppler.cc:
7775         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7776         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7777         (ev_window_init):
7778
7779         Implement launch links. Delegate external link opening to
7780         the window.
7781
7782 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7783
7784         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7785         (ev_link_get_right), (ev_link_get_property),
7786         (ev_link_set_property), (ev_link_class_init),
7787         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7788         * backend/ev-link.h:
7789         * pdf/ev-poppler.cc:
7790         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7791
7792         Implement fitr links
7793
7794 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7795
7796         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7797         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7798         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7799         (ev_view_size_request_continuous),
7800         (ev_view_size_request_dual_page),
7801         (ev_view_size_request_single_page), (ev_view_size_allocate),
7802         (ev_view_zoom_for_size_continuous_and_dual_page),
7803         (ev_view_zoom_for_size_continuous),
7804         (ev_view_zoom_for_size_dual_page),
7805         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7806         (ev_sizing_mode_get_type):
7807         * shell/ev-view.h:
7808         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7809
7810         Do not use modes for link, we need to calculate size ad hoc.
7811         Still not perfect because of the usual scrollbar issues grrr.
7812
7813 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7814
7815         * backend/ev-link.c: (ev_link_type_get_type),
7816         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7817         * backend/ev-link.h:
7818         * pdf/ev-poppler.cc:
7819         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7820         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7821         (ev_view_size_request_continuous),
7822         (ev_view_size_request_dual_page),
7823         (ev_view_size_request_single_page), (ev_view_size_allocate),
7824         (zoom_for_size_fit_height),
7825         (ev_view_zoom_for_size_continuous_and_dual_page),
7826         (ev_view_zoom_for_size_continuous),
7827         (ev_view_zoom_for_size_dual_page),
7828         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7829         (ev_sizing_mode_get_type):
7830         * shell/ev-view.h:
7831         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7832
7833         Implement FIT_HEIGHT mode (only for links).
7834         Implement FITH links
7835
7836 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7837
7838         * shell/ev-window-title.c: (get_filename_from_uri),
7839         (ev_window_title_sanitize_extension), (ev_window_title_update),
7840         (ev_window_title_set_document), (ev_window_title_set_uri),
7841         (ev_window_title_free):
7842         * shell/ev-window-title.h:
7843         * shell/ev-window.c: (ev_window_setup_document),
7844         (ev_window_popup_password_dialog):
7845
7846         Refactor window title building while fixing it for
7847         password documents.
7848
7849 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7850
7851         * pdf/ev-poppler.cc:
7852
7853         Escape link title before setting it in the model
7854
7855 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7856
7857         * shell/ev-application.c: (removed_from_session), (save_session),
7858         (init_session), (ev_application_get_empty_window),
7859         (ev_application_init), (ev_application_get_windows):
7860         * shell/ev-application.h:
7861         * shell/ev-window.c: (ev_window_finalize):
7862
7863         Add a function to retrieve window list and share it where
7864         necessary.
7865         Implement session handling, works pretty well thanks to the
7866         metadata system.
7867
7868 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7869
7870         * shell/ev-password.c: (ev_password_item_created_callback),
7871         (ev_password_dialog_save_password):
7872         
7873         Fix for bug 316972. Use async gnome-keyring API.
7874
7875 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7876
7877         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7878         Remove unused unrealize handler. Add scroll handling to
7879         ev_view_scroll_event for presentation mode (bug #316708),
7880         and fix the event state checks there.
7881
7882 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7883
7884         * shell/ev-page-action.c: (page_changed_cb):
7885
7886         "marco, maybe we should be crazy and jump right to 6! :)"
7887
7888         Bryan Clark, Sep 2005
7889
7890 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7891
7892         * ps/ps-document.c: (save_document), (ps_document_save),
7893         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7894         (ps_document_ps_export_end):
7895
7896         Fix unstructured documents save and print
7897
7898 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7899
7900         * shell/ev-application.c: (ev_application_open_uri):
7901
7902         Fix window size persistance
7903
7904 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7905
7906         * shell/ev-view.c: (ev_view_button_release_event):
7907
7908         Based on a patch from carlosgc@gnome.org. Mouse buttons
7909         switch pages in presentation mode.
7910
7911 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7912
7913         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7914
7915         Dont cast to int before scaling
7916
7917 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7918
7919         * backend/ev-link.c: (ev_link_type_get_type),
7920         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7921         (ev_link_new_page_fith):
7922         * backend/ev-link.h:
7923         * pdf/ev-poppler.cc:
7924         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7925
7926         Implement FIT and FITH links
7927
7928 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7929
7930         * pdf/ev-poppler.cc:
7931
7932         Return 0 results when search is not in progress.
7933
7934         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7935         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7936
7937         Update menu sensitivity when cancelling search
7938
7939 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7940
7941         * shell/ev-view.c: (ev_view_can_find_next):
7942
7943         Take all pages in consideration, not just current one
7944
7945 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7946
7947         * shell/ev-page-cache.c:
7948         * shell/ev-page-cache.h:
7949         * shell/ev-view.c: (ev_view_binding_activated),
7950         (ev_view_next_page), (ev_view_previous_page),
7951         (ev_sizing_mode_get_type):
7952         * shell/ev-view.h:
7953         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7954         (ev_window_cmd_go_next_page):
7955
7956         Move page next/previous functions from page chace to
7957         view and change it to move by 2 page steps in dual mode.
7958
7959 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7960
7961         * shell/ev-window.c: (update_sidebar_visibility),
7962         (setup_sidebar_from_metadata), (ev_window_setup_document),
7963         (setup_view_from_metadata):
7964
7965         Show the index by default when there is one     
7966
7967 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7968
7969         * shell/ev-window-title.c: (ev_window_title_set_document):
7970
7971         Missing null check
7972
7973 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7974
7975         * shell/ev-view.c: (view_update_range_and_current_page):
7976         
7977         Allow display of last odd page in dual view. Fix for 316347.
7978
7979 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7980
7981         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7982         
7983         Make close button default. Fix for 316383.
7984
7985 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7986
7987         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7988         
7989         Mark close button as default. Fix for 316381.
7990
7991 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7992
7993         * backend/ev-link.c: (ev_link_class_init):
7994
7995         Allow negative doubles in left/top properties
7996
7997 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7998
7999         * shell/ev-window.c:
8000
8001         Remove a bunch of strings that was used only
8002         by the statusbar.
8003
8004 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8005
8006         * shell/ev-window-title.c: (get_filename_from_uri),
8007         (ev_window_title_set_document):
8008
8009         When title has a confusing extension, show also
8010         the document filename inside ()
8011
8012 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8013
8014         * shell/Makefile.am:
8015         * shell/ev-window-title.c: (ev_window_title_new),
8016         (ev_window_title_update), (ev_window_title_set_type),
8017         (ev_window_title_set_document), (ev_window_title_free):
8018         * shell/ev-window-title.h:
8019         * shell/ev-window.c: (ev_window_setup_document),
8020         (password_dialog_response), (ev_window_popup_password_dialog),
8021         (ev_window_dispose), (ev_window_init):
8022
8023         Factor out and cleanup window title code
8024
8025 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8026
8027         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8028         (unable_to_load):
8029
8030         Make dialog transient so it doesnt block other windows
8031
8032 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8033
8034         * pdf/ev-poppler.cc:
8035         
8036         Fix pdf thumbnails rendering.
8037
8038 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8039
8040         * shell/ev-window.c: (fullscreen_set_timeout):
8041         
8042         Increase timeout to hide full screen popup. Bug 
8043         316123. 
8044
8045 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8046
8047         * data/evince.schemas.in:
8048         * shell/ev-window.c: (update_action_sensitivity):
8049
8050         Allow the user to override document restrictions. Fix for bug
8051         305818.
8052
8053 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8054
8055         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8056         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8057         (ev_window_class_init): Fix multihead behaviour of fullscreen
8058         toolbar popup. Fixes bug #315451.
8059
8060 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8061
8062         * configure.ac:
8063         * data/evince-password.glade:
8064         * shell/ev-password.c: (ev_password_dialog_set_property),
8065         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8066         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8067         (ev_password_dialog_entry_changed_cb),
8068         (ev_password_dialog_entry_activated_cb),
8069         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8070         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8071         (ev_password_dialog_set_bad_pass):
8072         * shell/ev-password.h:
8073         * shell/ev-window.c: (password_dialog_response),
8074         (ev_window_popup_password_dialog):
8075         
8076         Support for gnome-keyring for encrypted PDF's.
8077
8078 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8079
8080         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8081         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8082         (ev_view_enter_notify_event), (ev_view_class_init):
8083         
8084         More precise handling of enter_notify/leave_notify events
8085         in EvView. Fix for bug 315470.
8086
8087 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8088
8089         * shell/ev-window.c: (fullscreen_timeout_cb),
8090         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8091         (ev_window_dispose):
8092
8093         leak fix: unref fullscreen_timeout_source before clearing it
8094
8095 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8096
8097         * configure.ac, dvi/mdvi/Makefile.am: 
8098         
8099         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8100
8101 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8102
8103         * backend/ev-link.c: (ev_link_new_page_xyz):
8104         * pdf/ev-poppler.cc:
8105         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8106
8107         Fix some bugs with xyz links, respect zoom
8108
8109 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8110
8111         * shell/ev-window.c: (page_changed_cb),
8112         (setup_document_from_metadata), (update_sidebar_visibility),
8113         (setup_view_from_metadata), (ev_window_run_fullscreen),
8114         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8115         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8116         (ev_window_dual_mode_changed_cb),
8117         (ev_window_sidebar_current_page_changed_cb):
8118
8119         null check uri before setting and getting metadata
8120
8121 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8122
8123         * dvi/Makefile.am:
8124         * properties/Makefile.am:
8125         * shell/Makefile.am:
8126         * thumbnailer/Makefile.am:
8127
8128         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8129
8130 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8131
8132         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8133         (selection_changed_callback):
8134         * shell/ev-sidebar-links.h:
8135
8136         Add a signal for link activation.
8137
8138         * shell/ev-view.c: (ev_view_goto_link),
8139         (ev_view_button_release_event):
8140         * shell/ev-view.h:
8141         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8142         (ev_window_init):
8143
8144         Implement the signal so that we can handle all link types.
8145
8146         * shell/ev-page-cache.c:
8147
8148         Remove unused set_link function
8149
8150 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8151
8152         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8153
8154         Add some space from the cursor, hardcoded but I couldnt
8155         find a better way.
8156
8157 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8158
8159         * lib/ev-tooltip.c:
8160
8161         Use mozilla style vs gtk style, way better for links.
8162
8163         * shell/ev-view.c: (ev_view_motion_notify_event),
8164         (ev_view_destroy), (ev_view_init):
8165
8166         Deactive tooltip when the link hovered is changed.
8167
8168 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8169
8170         * backend/ev-document.h:
8171         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8172         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8173         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8174         (ev_link_new_page), (ev_link_new_page_xyz):
8175         * backend/ev-link.h:
8176         * pdf/ev-poppler.cc:
8177         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8178         (go_to_link), (tip_from_link):
8179
8180         Implement xyz links, still not functional. Links are a total
8181         mess, will need to refactor and bugfix a lot :(
8182
8183 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8184
8185         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8186
8187 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8188
8189         * data/evince-ui.xml:
8190         * data/evince.schemas.in:
8191         * shell/Makefile.am:
8192         * shell/ev-window.c: (update_chrome_visibility),
8193         (password_dialog_response), (ev_window_load_job_cb),
8194         (ev_window_xfer_job_cb), (ev_window_open_uri),
8195         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8196         (ev_window_init):
8197
8198         Remove the statusbar. This regress loading feedback, need to
8199         check with Bryan what we want to do there...
8200
8201 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8202
8203         * lib/ev-tooltip.c: (ev_tooltip_init):
8204
8205         Fix tooltip border and size handling
8206
8207 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8208
8209         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8210         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8211         (ev_tooltip_timeout), (ev_tooltip_activate),
8212         (ev_tooltip_deactivate):
8213         * lib/ev-tooltip.h:
8214         * shell/ev-view.c: (ev_view_motion_notify_event):
8215
8216         Delay popup showing. Mirror gtk logic/times.
8217
8218 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8219
8220         * lib/Makefile.am:
8221         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8222         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8223         (ev_tooltip_set_text), (ev_tooltip_set_position):
8224         * lib/ev-tooltip.h:
8225
8226         Simple widget to show tooltips at a custom position
8227
8228         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8229         (ev_view_destroy):
8230
8231         Use it for links. First go, needs work
8232
8233 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8234
8235         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8236         HIG fixes.  Use title capitalization for window title. Use 12 
8237         pixels of space between the dialog's vbox and action area.
8238
8239 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8240
8241         * shell/ev-window.c: (file_open_dialog_response_cb),
8242         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8243         (ev_window_cmd_save_as):
8244
8245         Make file pickers not modal and refactor code some
8246
8247 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8248
8249         * shell/ev-sidebar.h:
8250         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8251         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8252         (ev_sidebar_class_init), (ev_sidebar_select_page),
8253         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8254         (ev_sidebar_set_page):
8255
8256         Add a current page property and allow to get/set it
8257
8258         * shell/ev-window.c: (setup_view_from_metadata),
8259         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8260
8261         Persist current sidebar page per document
8262
8263 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8264
8265         * data/evince.schemas.in:
8266         * shell/ev-window.c: (update_chrome_visibility),
8267         (setup_document_from_metadata), (update_sidebar_visibility),
8268         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8269         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8270         (ev_window_run_presentation), (ev_window_stop_presentation),
8271         (ev_window_view_sidebar_cb),
8272         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8273         (load_chrome), (ev_window_init):
8274
8275         Persist size/visibility of sidebar per document
8276
8277 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8278
8279         * shell/ev-view.c (draw_loading_text): Draw loading text.
8280
8281 2005-09-02  Dan Damian  <dand@gnome.ro>
8282
8283         * configure.in: Added "ro" to ALL_LINGUAS.
8284
8285 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8286
8287         * shell/ev-view.c: (clear_caches):
8288
8289         ev_page_cache_get doesnt return a reference,
8290         dont try to unref it.
8291
8292 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8293
8294         * shell/main.c: (load_files_remote):
8295
8296         Fix timestamp parameter with dbus <= 0.33
8297
8298 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8299
8300         * data/evince.schemas.in:
8301
8302         Add missing full stop
8303
8304 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8305
8306         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8307         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8308
8309         Plug some memory leaks
8310
8311 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8312
8313         * configure.ac:
8314         * lib/ev-debug.c: (trap_handler):
8315
8316         Check for execinfo.h and use it only if it exists.
8317         Ported from Epiphany (bug #314776).
8318
8319 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8320
8321         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8322
8323 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8324
8325         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8326         * po/id.po      : Added Indonesian translation
8327
8328 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8329
8330         * shell/main.c:
8331         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8332         * NEWS: Release 0.4.0
8333
8334 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8335
8336         * configure.ac: catch another gtk+-2.8ism
8337         * shell/main.c: Make work with gtk+-2.6
8338
8339 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8340
8341         * shell/ev-application-service.xml: Add 'timestamp' argument to
8342           ev_application_open_window and ev_application_open_uri methods.
8343
8344         * shell/ev-application.h: Add 'timestamp' argument to
8345           ev_application_open_window, ev_application_open_uri,
8346           and ev_application_open_uri_list functions.
8347
8348         * shell/ev-application.c (ev_application_open_window,
8349           ev_application_open_uri, ev_application_open_uri_list): Change
8350           functions that show/present windows to use a timestamp if one
8351           is passed in.
8352
8353         * shell/ev-window.c (ev_window_cmd_file_open,
8354           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8355         * shell/main.c (load_files): Modify calls to ev_application to
8356           include GDK_CURRENT_TIME as timestamp.
8357
8358         * shell/main.c (load_files_remote): Obtain timestamp for client
8359           instance from GDK and pass to server instance so new windows are
8360           focused properly.  Fix dbus_g_proxy_call() calls by including second
8361           G_TYPE_INVALID.
8362           
8363         Closes bug #314475.
8364
8365 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8366
8367         * shell/ev-window.c (ev_window_finalize): Check for
8368         avail. EvWindows when quiting to handle the finalize better,
8369         #314497
8370
8371 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8372         
8373         * properties/ev-properties-view.c: 
8374         
8375         Set textdomain to libglade. Fixes translation problem in property page.
8376
8377 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8378
8379         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8380         * dvi/Makefile.am:
8381         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8382         * dvi/mdvi-lib/Makefile.am:
8383         
8384         Fix rotation of thumbnails, ported to new API. Moved library
8385         dependencies earlier, probably it will fix linkage problem.
8386
8387 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8388
8389         * backend/ev-document-misc.c:
8390         (ev_document_misc_get_thumbnail_frame):
8391         * backend/ev-document-misc.h:
8392         * configure.ac:
8393         * pdf/ev-poppler.cc:
8394         * shell/Makefile.am:
8395         * shell/ev-sidebar-thumbnails.c: (add_range),
8396         (ev_sidebar_thumbnails_set_loading_icon),
8397         (ev_sidebar_thumbnails_refresh),
8398         (ev_sidebar_thumbnails_set_document):
8399         * shell/ev-sidebar-thumbnails.h:
8400         * shell/ev-view.c: (ev_view_motion_notify_event),
8401         (ev_view_set_property), (ev_view_get_property),
8402         (ev_view_class_init), (ev_view_set_rotation):
8403         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8404         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8405         (ev_window_init):
8406         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8407         Redo rotation (again).  prepare for 0.4.0
8408
8409 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8410
8411         * configure.ac: Bump poppler requirement to 0.4.1.
8412
8413         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8414         argument to poppler_page_render_selection() call.
8415
8416 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8417
8418         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8419         (djvu_document_thumbnails_get_thumbnail):
8420         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8421         (dvi_document_thumbnails_get_thumbnail):
8422         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8423         (pixbuf_document_thumbnails_get_thumbnail):
8424         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8425         
8426         Update rotation direction of backends to fit with pdf and ps.
8427
8428 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8429
8430         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8431         * backend/ev-async-renderer.h:
8432         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8433         (setup_page), (ps_document_get_page_size),
8434         (ps_async_renderer_render_pixbuf):
8435         * ps/ps-document.h:
8436         * shell/ev-jobs.c: (ev_job_render_run):
8437
8438         Fix orientation in the postscript document
8439
8440 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8441
8442         * pdf/ev-poppler.cc:
8443         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8444         * shell/ev-view.c: (highlight_find_results):
8445
8446         Adapt to the new poppler rotation API. Fix text maps on landscape
8447         documents.
8448
8449 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8450
8451         * shell/ev-view.c (compute_new_selection_text): get the correct
8452         region when selecting in modes other than continuous.
8453
8454 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8455
8456         * shell/main.c (main): remove redundant g_warnings.
8457
8458 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8459
8460         * shell/Makefile.am: Don't include autogenerated
8461         file ev-application-service.h into distribution, since
8462         it causes dbus crash. Fix for bugs 313724 and 313443. 
8463
8464 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8465
8466         * configure.ac: Fix sed expression for FreeBSD. Thanks
8467         to Joe Marcus Clark <marcus@freebsd.org>
8468         
8469         * shell/eggfindbar.c: (entry_activate_callback),
8470         (entry_changed_callback), (egg_find_bar_init),
8471         (egg_find_bar_set_search_string):
8472         
8473         Made findbar buttons unsensitive if there is no text in
8474         entry. Fix for the bug 313285.
8475
8476 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8477
8478         * ps/ps-document.c: Use g_filename_display_name for displaying
8479         filenames and revert string freeze breackage
8480
8481 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8482
8483         * NEWS:
8484         * configure.ac:
8485
8486         Update for 0.3.4
8487
8488         * shell/Makefile.am:
8489
8490         Add ev-application-service.xml to extra dist
8491
8492         * shell/ev-view.c: (find_page_at_location):
8493
8494         Remove unused function (fix warning)
8495
8496 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8497
8498         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8499         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8500         
8501         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8502         bug 313623.
8503
8504 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8505
8506         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8507         * shell/ev-window.c:
8508         Fix build warnings
8509
8510 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8511
8512         * configure.ac: Update script to get dbus version.
8513         Fix for the bug #313443.
8514
8515 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8516
8517         * shell/ev-window.c: (ev_window_cmd_escape):
8518         
8519         Return focus back to view on escape. Fix for bug 313295.
8520
8521 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8522
8523         * shell/ev-window.c: (update_window_title),
8524         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8525         (ev_window_cmd_save_as):
8526         
8527         Correct conversion from uri to displayable string. Fix for
8528         bug 313296.
8529
8530 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8531
8532         * ps/ps-document.c: convert filename to utf8 when there is an error
8533         loading document. Fixes #309915
8534
8535 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8536
8537         * configure.ac:
8538
8539         We depend on poppler 0.4.0
8540
8541 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8542
8543         * configure.ac:
8544         * NEWS: Release 0.3.3.
8545         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8546
8547 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8548
8549         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8550         add a couple missing mnemonics to menu items, use title 
8551         capitalization for menu items and window titles, and add 
8552         ellipsis to open menu item.     
8553
8554 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8555
8556         * pdf/ev-poppler.cc:
8557         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8558         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8559         (ev_view_get_rotation):
8560         * shell/ev-view.h:
8561         * shell/ev-window.c: (setup_view_from_metadata),
8562         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8563         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8564         disk.
8565
8566 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8567
8568         * configure.ac: Added tr to ALL_LINGUAS
8569
8570 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8571
8572         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8573         requires several clicks to find word. Thanks to 
8574         Colin Slater <kiltedtaco@gmail.com>.
8575
8576 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8577
8578         * data/evince.desktop.in.in: Hide menu entry and
8579         rename it to "Document Viewer". Fix for bug 
8580         #312399.
8581
8582 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8583
8584         * shell/ev-page-action.c (ev_page_action_class_init): 
8585
8586         Point to the correct function in constructor of the
8587         activate_label signal
8588
8589 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8590
8591         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8592         * shell/ev-jobs.h: Make thread safe.
8593
8594 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8595
8596         * shell/ev-view.c: (view_update_range_and_current_page):
8597         Don't update page range if we are scrolling to some document
8598         point.
8599
8600 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8601
8602         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8603         when getting max_page_width, fix drawing in dual mode.
8604
8605 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8606
8607         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8608         getting the area for select_all.
8609
8610 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8611
8612         * backend/ev-selection.c: (ev_selection_render_selection):
8613         * backend/ev-selection.h:
8614         * pdf/ev-poppler.cc:
8615         * shell/ev-jobs.c: (ev_job_render_new):
8616         * shell/ev-jobs.h:
8617         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8618         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8619         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8620         (ev_view_class_init):
8621
8622         Change selection color on focus in and focus out events.  Also,
8623         poppler now uses GdkColor for specifying the selection colors, so
8624         drop some awkward conversion code.
8625
8626 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8627
8628         * configure.ac: Added Hebrew translation
8629
8630 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8631
8632         * NOTES:
8633         * backend/ev-selection.c: (ev_selection_render_selection):
8634         * backend/ev-selection.h:
8635         * pdf/ev-poppler.cc:
8636         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8637         (ev_job_render_run):
8638         * shell/ev-jobs.h:
8639         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8640         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8641         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8642         (ev_pixbuf_cache_style_changed),
8643         (ev_pixbuf_cache_get_selection_pixbuf),
8644         (ev_pixbuf_cache_set_selection_list),
8645         (ev_pixbuf_cache_get_selection_list):
8646         * shell/ev-pixbuf-cache.h:
8647         * shell/ev-utils.c: (ev_print_region_contents):
8648         * shell/ev-utils.h:
8649         * shell/ev-view.c: (ev_view_queue_draw_page),
8650         (selection_update_idle_cb), (ev_view_motion_notify_event),
8651         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8652         (setup_caches), (ev_view_find_next), (merge_selection_region),
8653         (selection_free):
8654         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8655
8656         Clean up selection to be much smoother!
8657
8658 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8659
8660         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8661         to poppler_page_render_selection().
8662
8663 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8664
8665         * ps/ps-document.c: (save_page_list): Use
8666         unzipped document when printing. Thanks to 
8667         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8668         311016.
8669
8670 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8671
8672         * shell/ev-window.c: (update_action_sensitivity):
8673         
8674         Disable print and save respect to lockdown gconf keys. Fix
8675         for 312342.
8676
8677 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8678
8679         * configure.ac:
8680         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8681         (write_to_temp_file), (ev_file_set_contents):
8682         * shell/ev-utils.h:
8683         * shell/ev-window.c: (save_print_config_to_file):
8684         
8685         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8686         Fix for bug 312238
8687
8688 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8689
8690         * shell/ev-window.c: (load_print_config_from_file),
8691         (save_print_config_to_file), (ev_window_print_range):
8692
8693         Persist the print settings. Fixes bug #311578.
8694
8695 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8696
8697         * djvu/djvu-document.c: (djvu_document_get_page_size),
8698         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8699         (djvu_document_thumbnails_get_thumbnail):
8700         * dvi/dvi-document.c: (dvi_document_get_page_size),
8701         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8702         (dvi_document_thumbnails_get_dimensions),
8703         (dvi_document_thumbnails_get_thumbnail):
8704         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8705         (pixbuf_document_render_pixbuf),
8706         (pixbuf_document_document_iface_init),
8707         (pixbuf_document_thumbnails_get_thumbnail):
8708         
8709         Update backends to make them build with new rotation system.
8710
8711 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8712
8713         * help/C/figures/evince_start_window.png:
8714         
8715         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8716
8717 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8718
8719         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8720         * shell/ev-pixbuf-cache.h:
8721         * shell/ev-sidebar-thumbnails.c:
8722         (ev_sidebar_thumbnails_get_property), (add_range),
8723         (adjustment_changed_cb):
8724         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8725         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8726         we were thumbnailing the entire docment on startup, slowing us
8727         down hugely. 
8728
8729 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8730
8731         * shell/ev-page-cache.c: (ev_page_cache_new):
8732         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8733         == 0, fixes #310306.
8734
8735 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8736
8737         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8738         (ev_view_rotate_left):
8739
8740         Account rotation in doc_rect_to_view_rect.
8741         Ensure rotation doesnt go out of bounds.
8742
8743 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8744
8745         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8746
8747         Correct and cleanup w/h swapping
8748
8749 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8750
8751         * backend/ev-document-thumbnails.c:
8752         (ev_document_thumbnails_get_thumbnail):
8753         * backend/ev-document-thumbnails.h:
8754         * backend/ev-document.c:
8755         * backend/ev-document.h:
8756         * backend/ev-render-context.c: (ev_render_context_new),
8757         (ev_render_context_set_rotation):
8758         * backend/ev-render-context.h:
8759         * pdf/ev-poppler.cc:
8760         * ps/ps-document.c: (ps_document_document_iface_init):
8761         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8762         * shell/ev-jobs.h:
8763         * shell/ev-page-cache.c: (build_height_to_page),
8764         (ev_page_cache_new), (ev_page_cache_get_size),
8765         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8766         (ev_page_cache_get_height_to_page):
8767         * shell/ev-page-cache.h:
8768         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8769         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8770         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8771         (ev_pixbuf_cache_get_selection_pixbuf):
8772         * shell/ev-pixbuf-cache.h:
8773         * shell/ev-print-job.c: (idle_print_handler):
8774         * shell/ev-sidebar-thumbnails.c: (add_range):
8775         * shell/ev-view.c: (view_update_range_and_current_page),
8776         (get_page_y_offset), (get_page_extents),
8777         (ev_view_size_request_continuous_dual_page),
8778         (ev_view_size_request_continuous),
8779         (ev_view_size_request_dual_page),
8780         (ev_view_size_request_single_page), (draw_one_page),
8781         (ev_view_set_rotation), (ev_view_rotate_right),
8782         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8783         (ev_view_zoom_for_size_continuous_and_dual_page),
8784         (ev_view_zoom_for_size_continuous),
8785         (ev_view_zoom_for_size_dual_page),
8786         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8787         (ev_view_select_all):
8788         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8789         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8790         (tiff_document_document_iface_init),
8791         (tiff_document_thumbnails_get_thumbnail):
8792
8793         Use rotation rather than orientation. It's easier and enough
8794         for our needs.
8795
8796 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8797
8798         * shell/ev-page-cache.c: (build_height_to_page),
8799         (ev_page_cache_new), (ev_page_cache_get_size),
8800         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8801         (ev_page_cache_get_height_to_page):
8802         * shell/ev-page-cache.h:
8803         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8804         (ev_view_size_request_continuous_dual_page),
8805         (ev_view_size_request_continuous),
8806         (ev_view_zoom_for_size_continuous_and_dual_page),
8807         (ev_view_zoom_for_size_continuous):
8808
8809         Make the page cache aware of page orientation.
8810
8811 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8812
8813         * backend/ev-document-thumbnails.c:
8814         (ev_document_thumbnails_get_thumbnail):
8815         * backend/ev-document-thumbnails.h:
8816         * backend/ev-document.c:
8817         * backend/ev-document.h:
8818         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8819         * backend/ev-ps-exporter.h:
8820         * pdf/ev-poppler.cc:
8821         * ps/ps-document.c: (ps_document_document_iface_init),
8822         (ps_document_ps_export_do_page):
8823         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8824         * shell/ev-jobs.h:
8825         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8826         (ev_page_cache_get):
8827         * shell/ev-page-cache.h:
8828         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8829         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8830         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8831         * shell/ev-pixbuf-cache.h:
8832         * shell/ev-print-job.c: (idle_print_handler):
8833         * shell/ev-sidebar-thumbnails.c: (add_range):
8834         * shell/ev-view.c: (view_update_range_and_current_page),
8835         (get_page_extents), (ev_view_size_request_dual_page),
8836         (ev_view_size_request_single_page), (draw_one_page),
8837         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8838         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8839         (ev_view_zoom_for_size_dual_page),
8840         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8841         (ev_view_select_all):
8842         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8843         * tiff/tiff-document.c: (tiff_document_get_page_size),
8844         (tiff_document_get_orientation), (rotate_pixbuf),
8845         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8846         (tiff_document_thumbnails_get_thumbnail),
8847         (tiff_document_ps_export_do_page), (tiff_document_init):
8848
8849         Really make use of the orientation bit of the render context.
8850         Use the render context in a few more places in the backend API.
8851         This regress orientation, but now it's done right. Will try to
8852         fix it up asap...
8853
8854 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8855
8856         * shell/ev-view.c: (ensure_rectangle_is_visible):
8857
8858         Patch by Nickolay V. Shmyrev to fix find flickering
8859
8860 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8861
8862         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8863         duplex parameters to ::begin.
8864
8865         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8866         * shell/ev-print-job.c (idle_print_handler): 
8867         * ps/ps-document.c (ps_document_ps_export_begin): 
8868         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8869         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8870         implementations. Poppler backend needs poppler cvs. Rest has
8871         unchanged behavior.
8872
8873 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8874
8875         * shell/ev-window.c (using_pdf_printer): new function.
8876         (ev_window_print_range): print a less techy message if someone
8877         tries to print to PDF.
8878
8879 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8880
8881         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8882         from "unknown font" string. Bug #311431
8883
8884 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8885
8886         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8887
8888 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8889
8890         Bug #311280
8891         
8892         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8893         name for PopplerFontTypes
8894         (pdf_document_fonts_fill_model): add font type to the detail column
8895
8896         * backend/ev-document-fonts.h: added
8897         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8898
8899         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8900         font name and font details, add a little markup.
8901         (ev_properties_fonts_init): use the new cell data func, specify ypad
8902         property for the cell renderer.
8903         (ev_properties_fonts_set_document): add the details column.
8904
8905 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8906
8907         * configure.ac: Added "pl" to ALL_LINGUAS.
8908
8909 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8910
8911         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8912
8913 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8914
8915         * help/ChangeLog: Started this for translations of manual.
8916         * configure.ac, autogen.sh, .cvsignore: Migrated to
8917         gnome-doc-utils. Patch in bug #311222.
8918
8919 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8920
8921         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8922         #ifdef this away to fix an unused-function warning.
8923
8924 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8925
8926         * configure.ac: Added 'gl' to ALL_LINGUAS.
8927
8928 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8929
8930         * configure.ac: Added ne in ALL_LINGUAS
8931         
8932 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8933
8934         * shell/ev-view.c: (ev_view_leave_notify_event):
8935         
8936         Clear status message when pointer leaves view. Fix for bug
8937         #310818 
8938
8939 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8940
8941         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8942
8943 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8944
8945         * shell/ev-view.c: (ev_view_leave_notify_event),
8946         (ev_view_class_init):
8947         
8948         Set cursor to normal then leaving view.
8949
8950 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8951
8952         * configure.ac:
8953         
8954         Fix required djvulibre version.
8955
8956 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8957
8958         *configure.ac: Hindi (hi) language added
8959
8960 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8961
8962         *configure.ac: Punjabi (pa) Language added
8963
8964 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8965
8966         * data/evince-ui.xml, shell/ev-window.c:
8967         
8968         Add keypad accelerators for zooming. Fix for bug 308128.
8969
8970 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8971
8972         * Makefile.am:
8973         * backend/Makefile.am:
8974         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8975         * configure.ac:
8976         * shell/ev-document-types.c: (ev_document_types_add_filters):
8977
8978         Allow to enable/disable the pixbuf backend.
8979         Default to off for now. If we want it enabled we should
8980         really put mime types in the desktop, implement properties etc.
8981
8982         * properties/evince-properties.c:
8983
8984         Initialize error to NULL.
8985         Check error is not NULL before freeing.
8986
8987 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8988
8989         * shell/ev-window.c:
8990
8991         Use F5 as presentation accell
8992
8993 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8994
8995         * shell/ev-window.c: (update_chrome_visibility),
8996         (ev_window_create_fullscreen_popup), (ev_window_init):
8997
8998         Do not leak the fullscreen toolbar
8999
9000 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9001
9002         * shell/ev-window.c: (view_actions_focus_in_cb),
9003         (view_actions_focus_out_cb):
9004
9005         These has a return value! Fix totally random focus
9006         issues we was seeing.
9007
9008 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9009
9010         * shell/main.c: (load_files_remote):
9011
9012         Allow open more than one file
9013
9014 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9015
9016         * shell/main.c: (load_files_remote):
9017
9018         Fix for dbus 0.33. bug #309975
9019
9020 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9021
9022         * properties/ev-properties-main.c: (ev_properties_get_pages):
9023
9024         Actually return NULL for types we dont support
9025
9026 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9027
9028         * po/POTFILES.in:
9029
9030         Remove empty lines.
9031
9032 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9033
9034         * backend/ev-document-factory.c:
9035         (ev_document_factory_get_document):
9036
9037         Do not try to create the object if type
9038         is invalid.
9039
9040 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9041
9042         * ps/ps-document.c: (ps_document_dispose),
9043         (ps_async_renderer_render_pixbuf):
9044         * ps/ps-document.h:
9045
9046         Do not leak the target window
9047
9048 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9049
9050         * shell/ev-application.c: (ev_application_init):
9051
9052         Let tbe check file existence for us.
9053         Add a comment about eggrecent mime filter.
9054
9055 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9056
9057         * data/evince-ui.xml:
9058         * shell/ev-application.c: (ev_application_shutdown),
9059         (ev_application_init), (ev_application_get_toolbars_model),
9060         (ev_application_get_recent_model),
9061         (ev_application_save_toolbars_model):
9062         * shell/ev-application.h:
9063         * shell/ev-window.c: (ev_window_add_recent),
9064         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9065         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9066         (ev_window_init):
9067
9068         Use common toolbar and recent models for all windows.
9069         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9070
9071 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9072
9073         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9074         successfully check for gtk_icon_view_get_visible_range.
9075
9076 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9077
9078         * djvu/Makefile.am:
9079         * dvi/Makefile.am:
9080         
9081         Fix djvu and dvi backend build.
9082
9083 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9084
9085         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9086         (new_separator_pixbuf):
9087
9088         Don't leak windows.
9089
9090 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9091
9092         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9093
9094         HIGification of toolbar editor dialogue.
9095
9096 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9097
9098         * configure.ac:
9099         * shell/Makefile.am:
9100
9101         Ever build metadata manager since it's just
9102         disabled at runtime now.
9103
9104 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9105
9106         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9107         (ev_metadata_manager_get), (ev_metadata_manager_set):
9108         * shell/ev-metadata-manager.h:
9109
9110         Add an _init functions that enabled metadata management
9111         at runtime.
9112
9113         * shell/ev-window.c: (page_changed_cb),
9114         (setup_document_from_metadata), (ev_window_setup_document),
9115         (setup_view_from_metadata), (ev_window_open_uri),
9116         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9117         (ev_window_run_presentation), (ev_window_stop_presentation),
9118         (save_sizing_mode), (ev_window_zoom_changed_cb),
9119         (ev_window_continuous_changed_cb),
9120         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9121         (window_configure_event_cb):
9122
9123         Remove all ugly metadata define since we deal with it
9124         at runtime now.
9125
9126         * shell/main.c: (load_files_remote), (main):
9127
9128         Add support for dbus cvs head. Hopefully didnt break one
9129         of the other versions now!
9130
9131         If we dont get a response from the dbus server just
9132         give up with it and not enable metadata.
9133
9134 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9135
9136         * Makefile.am:
9137         * backend/Makefile.am:
9138         * configure.ac:
9139         * cut-n-paste/recent-files/Makefile.am:
9140         * cut-n-paste/toolbar-editor/Makefile.am:
9141         * cut-n-paste/zoom-control/Makefile.am:
9142         * lib/Makefile.am:
9143         * pdf/Makefile.am:
9144         * pixbuf/Makefile.am:
9145         * properties/Makefile.am:
9146         * ps/Makefile.am:
9147         * shell/Makefile.am:
9148         * thumbnailer/Makefile.am:
9149         * tiff/Makefile.am:
9150
9151         Make frontends depend on just libev.
9152         Rework and group CFLAGS/LIBS definitions.
9153         Cleanups.
9154
9155 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9156
9157         * shell/ev-window:
9158
9159         do not unnecessarily save zoom
9160
9161         * configure.ac:
9162         * lib/ev-file-helpers.c: (ev_dot_dir):
9163         * shell/Makefile.am:
9164         * shell/dummy.cc:
9165
9166         Some cleanups
9167
9168 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9169
9170         * configure.ac:
9171         
9172         Remove unnecessary dependencies
9173
9174 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9175
9176         * properties/Makefile.am:
9177         * thumbnailer/Makefile.am:
9178         * tiff/Makefile.am:
9179
9180         Some more cleanups. Was really necessary
9181         but I probably introduced bugs, feel free
9182         to flame :)
9183
9184 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9185
9186         * backend/Makefile.am:
9187         * configure.ac:
9188         * cut-n-paste/recent-files/Makefile.am:
9189         * cut-n-paste/toolbar-editor/Makefile.am:
9190         * cut-n-paste/zoom-control/Makefile.am:
9191         * lib/Makefile.am:
9192         * pdf/Makefile.am:
9193         * pixbuf/Makefile.am:
9194         * properties/Makefile.am:
9195         * ps/Makefile.am:
9196         * shell/Makefile.am:
9197         * thumbnailer/Makefile.am:
9198         * tiff/Makefile.am:
9199
9200         Use gnome-common macros when possible.
9201         Cleanup dependencies.
9202         Actually disable deprecated where possible.
9203
9204 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9205
9206         * Makefile.am:
9207         * backend/Makefile.am:
9208         * properties/Makefile.am:
9209         * shell/Makefile.am:
9210         * thumbnailer/Makefile.am:
9211
9212         This should solve the circular dep without
9213         requiring dir reorg!
9214
9215         * shell/ev-window.c: (setup_view_from_metadata):
9216
9217         Never restore window size/position when the
9218         window is already visible.
9219
9220 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9221
9222         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9223
9224         Return a boolean from timeout func. Fix ported from gedit.
9225
9226 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9227
9228         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9229
9230 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9231
9232         * shell/ev-document-types.c: set "All Documents" as default filter in
9233         open dialog
9234
9235 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9236
9237         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9238         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9239         (ev_metadata_manager_set_boolean): fix value/val thinko.
9240
9241 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9242
9243         * shell/ev-window.c: (setup_view_from_metadata),
9244         (window_state_event_cb), (window_configure_event_cb),
9245         (ev_window_init):
9246
9247         Remember window position and maximized state
9248
9249 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9250
9251         * configure.ac:
9252
9253         Fix DBUS configure checks.
9254
9255         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9256         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9257         (ev_metadata_manager_set_boolean):
9258
9259         Plug mem leaks.
9260
9261         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9262         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9263         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9264         (ev_window_continuous_changed_cb),
9265         (ev_window_dual_mode_changed_cb), (ev_window_new):
9266
9267         Fix the build without DBUS.
9268
9269 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9270
9271         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9272         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9273         (ev_metadata_manager_set_string),
9274         (ev_metadata_manager_set_boolean):
9275         * shell/ev-metadata-manager.h:
9276
9277         Add support for some more types
9278
9279         * shell/ev-view.c: (scroll_to_current_page),
9280         (ev_view_get_continuous), (ev_view_set_continuous),
9281         (ev_view_get_dual_page):
9282         * shell/ev-view.h:
9283         * shell/ev-window.c: (page_changed_cb),
9284         (setup_document_from_metadata), (ev_window_setup_document),
9285         (setup_view_from_metadata), (ev_window_open_uri),
9286         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9287         (ev_window_run_presentation), (ev_window_stop_presentation),
9288         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9289         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9290         (ev_window_update_dual_page_action),
9291         (ev_window_continuous_changed_cb),
9292         (ev_window_dual_mode_changed_cb), (ev_window_init):
9293
9294         Remember a bunch of view/document properties. Prolly some
9295         are still missing but it's getting interesting.
9296
9297 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9298
9299         * configure.ac: check if dbus-binding-tool is installed. Not the
9300         case on current Ubuntu breezy, it seems.
9301
9302 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9303
9304         * data/evince.desktop.in.in:
9305         
9306         Allow open uri lists and add TryExec field.
9307
9308 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9309
9310         * configure.ac:
9311
9312         Enable dbus when available, do not require a configure
9313         option.
9314
9315 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9316
9317         * configure.ac:
9318
9319         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9320         disabled.
9321
9322 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9323         Marco Pesenti Gritti  <mpg@redhat.com>
9324
9325         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9326         
9327         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9328         functions to the format required by dbus
9329
9330         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9331         errors. Use the RPC parameters in the expected way
9332
9333 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9334
9335         * Makefile.am:
9336         * properties/Makefile.am:
9337         * properties/ev-properties-main.c: (ev_properties_get_pages):
9338
9339         Support all mime types
9340
9341         * shell/Makefile.am:
9342         * thumbnailer/Makefile.am:
9343         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9344         (evince_thumbnail_pngenc_get):
9345
9346         Use the document factory
9347
9348 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9349
9350         * backend/Makefile.am:
9351         * backend/ev-document-factory.c:
9352         (mime_type_supported_by_gdk_pixbuf),
9353         (ev_document_type_get_from_mime),
9354         (ev_document_factory_get_document),
9355         (ev_document_factory_get_backend),
9356         (ev_document_factory_get_mime_types),
9357         (ev_document_factory_get_all_mime_types):
9358         * backend/ev-document-factory.h:
9359         * shell/Makefile.am:
9360         * shell/ev-document-types.c: (get_document_from_uri),
9361         (ev_document_types_get_document),
9362         (file_filter_add_mime_list_and_free),
9363         (ev_document_types_add_filters):
9364         * shell/ev-document-types.h:
9365         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9366         * shell/ev-properties-dialog.c:
9367         (ev_properties_dialog_set_document):
9368         * shell/ev-window.c: (ev_window_cmd_file_open),
9369         (ev_window_cmd_save_as):
9370         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9371
9372         Rework document types managing to avoid code duplication
9373         and actually abstract from backend implementations.
9374         Also provide a minimal factory api that can be used by
9375         thumbnailer/properties.
9376
9377 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9378
9379         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9380         Plug a mem leak.
9381         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9382         HIG spacings.
9383
9384 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9385
9386         * shell/ev-properties-dialog.c
9387         (ev_properties_dialog_set_document): only call
9388         ev_properties_fonts_set_document() if the document implements the
9389         fonts interface
9390
9391 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9392
9393         * configure.ac:
9394         * properties/Makefile.am:
9395         * properties/ev-properties-view.c:
9396         (ev_properties_view_register_type):
9397         * properties/ev-properties-view.h:
9398         * properties/ev-properties-main.h:
9399
9400         Implement nautilus plugin for properties.
9401         Works only for pdf atm, I need to rework the
9402         document types stuff to get this to work
9403         for all backends...
9404
9405 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9406
9407         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9408         (ev_properties_fonts_set_document): use
9409         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9410
9411 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9412
9413         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9414         them
9415         (PlaceImage, tiff2ps_process_page): use
9416         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9417
9418
9419 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9420
9421         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9422         (main): to call gnome_authentication_manager_init. Should fix
9423         Bug #308510
9424
9425         * configure.ac: that requires libgnomeui 2.6.0.
9426
9427 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9428
9429         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9430         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9431         use the new tiff2ps interfaces
9432
9433         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9434         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9435
9436         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9437         structure instead of global variables.  Remove use of static
9438         variables in functions.
9439
9440 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9441
9442         * shell/ev-page-action.c: unref the completion after setting it to the
9443         entry
9444
9445 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9446
9447         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9448         postscript files
9449
9450 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9451
9452         * shell/ev-window.c (update_action_sensitivity): disable
9453         File->Print if the document does not implement the ps exporter
9454         interface
9455
9456 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9457
9458         * Makefile.am:
9459         * configure.ac:
9460         * data/evince-properties.glade:
9461         * properties/.cvsignore:
9462         * properties/Makefile.am:
9463         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9464         (ev_properties_view_class_init), (ev_properties_view_format_date),
9465         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9466         (ev_properties_view_init), (ev_properties_view_new):
9467         * properties/ev-properties-view.h:
9468         * shell/Makefile.am:
9469         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9470         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9471         (ev_properties_dialog_new):
9472         * shell/ev-properties-dialog.h:
9473         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9474         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9475         (update_progress_label), (job_fonts_finished_cb),
9476         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9477         * shell/ev-properties-fonts.h:
9478         * shell/ev-properties.c:
9479         * shell/ev-properties.h:
9480         * shell/ev-window.c: (ev_window_setup_document),
9481         (ev_window_cmd_file_properties):
9482
9483         Split the properties pages in two different objects, depend
9484         only on the backend where possible, use widgets instead
9485         of gobject for the glade part, reimplement the dialog
9486         itself with gtk.
9487         I need this to implement nautilus properties page.
9488
9489 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9490
9491         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9492         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9493         (tiff_document_document_ps_exporter_iface_init): implement the ps
9494         exporter interface for tiff documents
9495
9496         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9497         libtiff to implement TIFF postscript export
9498
9499         * tiff/tiff2ps.h: added a header file for external tiff2ps
9500         functions.
9501
9502         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9503         tiff2ps.h
9504
9505 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9506
9507         * shell/ev-view.c: (scroll_to_current_page),
9508         (ev_view_set_fullscreen), (ev_view_set_presentation):
9509         
9510         Scroll to current page when exit from presentation
9511
9512 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9513
9514         * shell/ev-window.c: (update_document_mode),
9515         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9516         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9517         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9518         
9519         Exit from fullscreen mode when switch to presentation. Fix for
9520         bug 309365
9521
9522 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9523
9524         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9525         return NULL if the document does not implement the selection
9526         interface.
9527
9528 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9529
9530         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9531         reported height by using the resolution aspect ratio
9532         (tiff_document_render_pixbuf): scale the pixbuf using the
9533         resolution aspect ratio
9534
9535 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9536
9537         * configure.ac:
9538         
9539         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9540         <kiltedaco@gmail.com>
9541         
9542         * djvu/djvu-document.c: (djvu_document_get_orientation),
9543         (djvu_document_set_orientation), (djvu_document_get_page_size),
9544         (rotate_pixbuf), (djvu_document_render_pixbuf),
9545         (djvu_document_document_iface_init):
9546         * dvi/dvi-document.c: (dvi_document_get_orientation),
9547         (dvi_document_set_orientation), (dvi_document_get_page_size),
9548         (rotate_pixbuf), (dvi_document_render_pixbuf),
9549         (dvi_document_document_iface_init):
9550         
9551         Dvi and djvu backends are ported to new API
9552
9553 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9554
9555         * backend/ev-selection.c: (ev_selection_get_selection_region),
9556         (ev_selection_get_selection_map):
9557         * backend/ev-selection.h:
9558         * pdf/ev-poppler.cc:
9559         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9560         * shell/ev-jobs.h:
9561         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9562         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9563         (ev_pixbuf_cache_get_text_mapping):
9564         * shell/ev-pixbuf-cache.h:
9565         * shell/ev-view.c: (location_in_text),
9566         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9567         support to EvView.  Now we can see where we can select!  Sweet!
9568
9569 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9570
9571         * shell/ev-view.c (ev_view_button_press_event): Fix
9572         event->y + view->scroll_x typo.
9573
9574 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9575
9576         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9577         sub-GdkPixbuf instead of passing dest_x and dest_y.
9578         
9579         * shell/ev-view.c: (view_point_to_doc_point),
9580         (view_rect_to_doc_rect), (ev_view_button_press_event),
9581         (ev_view_motion_notify_event), (compute_new_selection_rect),
9582         (gdk_rectangle_point_in), (compute_new_selection_text),
9583         (compute_selections): Update selection code to keep the selection
9584         around as two points and not as a normalized rectangle, and fix
9585         page level selection in two-column mode.
9586
9587 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9588
9589         * shell/ev-window.c: (window_configure_event_cb): 
9590         
9591         Fix compilation
9592         
9593 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9594
9595         * pdf/ev-poppler.cc:
9596
9597         Fix compilation
9598
9599 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9600
9601         * shell/Makefile.am:
9602         * shell/ev-metadata-manager.c: (item_free),
9603         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9604         (parse_value), (parseItem), (load_values),
9605         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9606         (save_values), (save_item), (get_oldest), (resize_items),
9607         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9608         * shell/ev-metadata-manager.h:
9609
9610         Metadata manager from gedit but modified to use GValue, so that
9611         we dont need to keep converting from strings.
9612
9613         * configure.ac:
9614
9615         ENABLE_METADATA conditional, on when dbus is on
9616
9617         * shell/ev-application.c: (ev_application_open_uri):
9618
9619         Show the window after load so that we can initialize
9620         window size before it's showed.
9621
9622         * shell/ev-window.c: (ev_window_setup_from_metadata),
9623         (ev_window_open_uri), (window_configure_event_cb),
9624         (ev_window_init):
9625
9626         Save and load metadata information about window size.
9627         Not yet keeping states in account.
9628
9629         * shell/main.c: (main):
9630
9631         Shutdown metadata manager.
9632
9633 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9634
9635         * shell/ev-application-service.xml:
9636         * configure.ac:
9637         * shell/Makefile.am:
9638         * shell/ev-application.c:
9639         * shell/ev-application.h:
9640         * shell/ev-window.c:
9641         * shell/ev-window.h:
9642         * shell/main.c:
9643
9644         Add an optional dbus interface (--enable-dbus).
9645         Rework application code, mainly to be easier to
9646         use "remotely".
9647         Do not open multiple windows with the same document,
9648         spatial evince!
9649
9650 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9651
9652         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9653         pixbuf iff it exists.
9654
9655 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9656
9657         * shell/*:
9658         * backend/ev-render-context.[ch]:
9659         * backend/ev-selection.[ch]:
9660
9661         Massive changes.  We now support text selection of pdfs, and not
9662         just rectangular selection.  This is pretty broken still, but I
9663         want to get something into CVS.
9664
9665 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9666
9667         * pdf/ev-poppler.cc:
9668         
9669         Fix for Bug 309080: crash on window close.
9670         
9671         * shell/ev-page-action.c: (page_changed_cb):
9672         
9673         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9674         jensgr@gmx.net (Jens Granseuer).
9675
9676 2005-06-25  Marcel Telka  <marcel@telka.sk>
9677
9678         * configure.in (ALL_LINGUAS): Added sk.
9679
9680 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9681
9682         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9683         not a document open
9684
9685 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9686
9687         * NEWS:
9688         * configure.ac:
9689
9690         Release 0.3.2
9691
9692         * cut-n-paste/recent-files/Makefile.am:
9693
9694         Fix make distcheck
9695
9696 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9697
9698         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9699         (pixbuf_document_set_orientation), (rotate_pixbuf),
9700         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9701         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9702
9703         Implement rotation and cleanup the code a bit.
9704
9705         * tiff/tiff-document.c: (tiff_document_get_page_size),
9706         (tiff_document_get_orientation), (tiff_document_set_orientation),
9707         (rotate_pixbuf), (tiff_document_render_pixbuf),
9708         (tiff_document_document_iface_init), (tiff_document_init):
9709
9710         Implement rotation. Was the quicker solution for the release
9711         but we really need to share this code in the shell.
9712
9713 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9714
9715         * pdf/ev-poppler.cc:
9716
9717         Enable rotation, require poppler cvs. Fix a leak.
9718
9719 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9720
9721         * shell/ev-window.c: (update_action_sensitivity):
9722         
9723         Make properties unsensitive if document backend doesn't provide
9724         any info
9725
9726 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9727
9728         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9729         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9730         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9731         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9732         (bitmap_flip_rotate_counter_clockwise):
9733         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9734         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9735         (buff_gets):
9736         * dvi/mdvi-lib/common.h:
9737         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9738         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9739         (opendvi), (mdvi_reload), (mdvi_init_context),
9740         (mdvi_destroy_context), (mdvi_dopage), (special):
9741         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9742         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9743         (file_hash_free), (register_encoding), (parse_spec),
9744         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9745         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9746         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9747         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9748         (mdvi_register_font_type), (mdvi_unregister_font_type),
9749         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9750         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9751         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9752         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9753         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9754         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9755         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9756         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9757         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9758         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9759         (mdvi_unregister_special), (mdvi_flush_specials):
9760         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9761         (t1_font_remove):
9762         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9763         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9764         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9765         (free_font_metrics), (flush_font_metrics):
9766         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9767         (tt_font_remove):
9768         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9769         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9770         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9771         (dstring_insert), (dstring_new), (dstring_reset):
9772         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9773         
9774         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9775         avoid conflict with libtool on FC4
9776         
9777         * shell/ev-window.c: (ev_window_cmd_help_about):
9778         
9779         Update copyright year. Fix for bug 308828.
9780
9781 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9782
9783         * shell/ev-view.c: (add_scroll_binding_keypad),
9784         (ev_view_binding_activated), (ev_view_class_init),
9785         (on_adjustment_value_changed):
9786         
9787         Bug 170874: Arrow keys switch pages in presentation mode
9788
9789 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9790
9791         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9792         
9793         Fix for Bug 308265: Sidebar dissappears coming out of 
9794         Presentation mode
9795
9796 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9797
9798         * shell/ev-application.c: (ev_application_open):
9799         * shell/ev-document-types.c: (ev_document_types_add_filters),
9800         (ev_document_types_add_filters_for_type):
9801         * shell/ev-document-types.h:
9802         * shell/ev-window.c: (ev_window_cmd_save_as):
9803         
9804         Suggest basename as template when saving, provide filters
9805         for save dialog. It's bug 308402
9806
9807 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9808
9809         * pdf/ev-poppler.cc:
9810         * shell/ev-sidebar-links.c: (job_finished_callback):
9811         * shell/ev-view.c: (update_find_status_message):
9812         
9813         Some leaks fixed
9814
9815 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9816
9817         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9818         (egg_recent_view_uimanager_set_list):
9819
9820         Fix buglet in !show_numbers case.
9821
9822 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9823
9824         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9825         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9826
9827         Use pango ellipsisation.
9828
9829         * pdf/ev-poppler.cc:
9830
9831         Fix refcount leak, from nsh.
9832
9833 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9834
9835         * cut-n-paste/recent-files/Makefile.am:
9836         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9837         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9838         
9839         Removed EggRecentViewGtk
9840         
9841         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9842         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9843         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9844         (ev_window_setup_recent):
9845         
9846         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9847         with other projects
9848
9849 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9850
9851         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9852         (egg_recent_view_gtk_finalize):
9853
9854         Fix memory leak
9855
9856         * cut-n-paste/toolbar-editor/Makefile.am:
9857         
9858         Fix location of cursor icon.
9859         
9860         * pdf/ev-poppler.cc:
9861         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9862         (display_completion_text), (match_completion):
9863         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9864         (selection_changed_callback), (create_loading_model),
9865         (print_section_cb), (links_page_num_func),
9866         (update_page_callback_foreach):
9867         * shell/ev-window.c: (ev_window_dispose):
9868         
9869         Small memory fixes. Links model now store objects instead
9870         of pointers to improve memory management. 
9871
9872 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9873
9874         * shell/ev-window.c: (zoom_control_changed_cb):
9875         
9876         Fix update of zoom control (bug 308268).
9877
9878 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9879
9880         * shell/ev-properties.c (set_property): escape the text correctly.
9881         Handles non-UTF-8 properties and escaped properties.  Also, sets
9882         the text to "<i>None</i>" if the property isn't set.
9883
9884         * data/evince-properties.glade: Change the label to be ellipsized,
9885         and give it a minimum size.
9886
9887 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9888
9889         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9890         * shell/ev-sidebar-links.c: (create_loading_model):
9891         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9892         * shell/ev-view.c: (ev_view_set_document):
9893         * shell/ev-window.c: (ev_window_dispose):
9894         
9895         Various small fixes, mostly memory leaks. Thanks to valgrind.
9896
9897 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9898
9899         * ps/ps-document.c: remove the locale.h include again ;-). And
9900         kill the (bogus) setlocale/savelocale business.
9901
9902 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9903
9904         * ps/ps-document.c:
9905         
9906         Include locale.h to fix build
9907         
9908         * shell/ev-sidebar.c:
9909         
9910         Remove unnecessary includes
9911
9912 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9913
9914         * dvi/dvi-document.c: (dvi_document_load):
9915         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9916         * po/POTFILES.in:
9917         
9918         Check for incorrect dvi files. Fix parsing dvi on AMD64
9919         platform. Thanks to tester@tester.ca (Olivier Crete).
9920
9921 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9922
9923         * shell/ev-page-action.c: (match_selected_cb),
9924         (display_completion_text), (match_completion), (update_model):
9925         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9926         (expand_open_links):
9927         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9928         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9929         (ev_sidebar_set_document):
9930         * shell/ev-window.c: (ev_window_xfer_job_cb),
9931         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9932         
9933         Fixed lot's of memory leaks, for example, memory leak on reload, 
9934         described in bug 307793.
9935
9936 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9937
9938         * pdf/ev-poppler.cc:
9939         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9940         (update_visible_range), (adjustment_changed_cb),
9941         (ev_sidebar_thumbnails_fill_model),
9942         (ev_sidebar_thumbnails_refresh),
9943         (ev_sidebar_tree_selection_changed),
9944         (ev_sidebar_icon_selection_changed),
9945         (ev_sidebar_thumbnails_use_icon_view),
9946         (ev_sidebar_thumbnails_set_document):
9947         * shell/ev-sidebar-thumbnails.h:
9948         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9949         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9950
9951         Refresh thumbnails when changing orientation. Not fully
9952         working yet becuase of a sidebar bug.
9953
9954         Set page orientation to poppler page everywhere. This sucks
9955         really need to fix poppler.
9956
9957 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9958
9959         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9960         (egg_recent_view_gtk_new_menu_item),
9961         (egg_recent_view_gtk_set_property),
9962         (egg_recent_view_gtk_get_property),
9963         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9964         (egg_recent_view_gtk_set_tooltip_func),
9965         (egg_recent_view_gtk_set_label_width),
9966         (egg_recent_view_gtk_get_label_width):
9967         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9968
9969         Sync with libegg (ellipsize labels)
9970
9971 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9972
9973         * data/evince-ui.xml:
9974         * shell/ev-window.c: (ev_window_cmd_go_forward),
9975         (ev_window_cmd_go_backward):
9976         
9977         Shift + PageUp moves 10 Pages. Fix for 306125
9978
9979 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9980
9981         * pdf/ev-poppler.cc:
9982
9983         Add a flag to check if orientation has been overriden
9984
9985 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9986
9987         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9988         field if necessary.
9989
9990         * ps/ps.h: add creator field to document.
9991
9992         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9993         set creator field.
9994
9995 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9996
9997         * data/evince-properties.glade:
9998         * shell/ev-properties.c: (ev_properties_set_document):
9999
10000         s/PDF Version/Format
10001
10002 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10003
10004         * shell/ev-properties.c: (ev_properties_set_document):
10005
10006         Remove unnecessary translations
10007
10008 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10009
10010         * cut-n-paste/toolbar-editor/Makefile.am:
10011
10012         Correct library name    
10013
10014 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10015
10016         * configure.ac:
10017         * cut-n-paste/recent-files/egg-recent-model.c:
10018         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10019         (egg_recent_model_unlock_file):
10020         * cut-n-paste/recent-files/egg-recent-util.c:
10021         (egg_recent_util_get_unique_id):
10022         * cut-n-paste/recent-files/update-from-egg.sh:
10023         * cut-n-paste/toolbar-editor/Makefile.am:
10024         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10025         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10026         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10027         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10028         (egg_toolbars_model_get_type):
10029         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10030
10031         Better makefile for toolbar editor and update everything
10032         to latest libegg.
10033
10034 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10035
10036         * shell/ev-window.c: (update_document_mode):
10037
10038         Prefer presentation mode when the document
10039         require fullscreen.
10040
10041 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10042
10043         * data/evince-ui.xml:
10044         * shell/ev-window.c:
10045
10046         Add control-equal for zooming
10047
10048 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10049
10050         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10051
10052 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10053
10054         * backend/ev-document.c: (ev_document_get_orientation):
10055         * backend/ev-document.h:
10056         * pdf/ev-poppler.cc:
10057         * ps/ps-document.c: (ps_document_get_orientation),
10058         (ps_document_set_orientation), (ps_document_document_iface_init):
10059
10060         Add a get_orientation api. Improve set_orientation.
10061
10062         * data/evince-ui.xml:
10063         * shell/ev-view.c: (ev_view_set_orientation),
10064         (ev_view_rotate_right), (ev_view_rotate_left):
10065         * shell/ev-view.h:
10066         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10067         (ev_window_cmd_edit_rotate_right):
10068
10069         Better ui for changing document orientation
10070
10071 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10072
10073         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10074         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10075         * shell/ev-sidebar-links.h:
10076         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10077         (ev_sidebar_page_iface_init):
10078         * shell/ev-sidebar-page.h:
10079         * shell/ev-sidebar-thumbnails.c:
10080         (ev_sidebar_thumbnails_get_property),
10081         (ev_sidebar_thumbnails_class_init),
10082         (ev_sidebar_thumbnails_set_document):
10083         * shell/ev-sidebar-thumbnails.h:
10084         * shell/ev-view.c: (ev_view_motion_notify_event):
10085         * shell/ev-window.c: (update_chrome_visibility),
10086         (ev_window_cmd_focus_page_selector),
10087         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10088         (sidebar_page_main_widget_update_cb), (ev_window_init):
10089         
10090         Autoraise toolbar on GoToPage binding and fix bindings in
10091         EvSidebarThumbnails page.
10092
10093 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10094
10095         * shell/ev-properties.c: (update_progress_label):
10096
10097         Hide the progress label when finished; bug #307697.
10098
10099 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10100
10101         * pdf/ev-poppler.cc:
10102
10103         Enable is_open for links, you will need poppler cvs
10104
10105         * shell/ev-properties.c: (job_fonts_finished_cb):
10106
10107         Get a lock on the document when filling the tree view
10108
10109 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10110
10111         * backend/ev-document-links.h:
10112         * pdf/ev-poppler.cc:
10113         * shell/ev-sidebar-links.c: (create_loading_model),
10114         (expand_open_links), (job_finished_callback):
10115
10116         Expand links when specified by the document.
10117         Depend on a poppler api (defined out for now)
10118
10119 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10120
10121         * shell/ev-properties.c: (ev_properties_dispose),
10122         (ev_properties_class_init), (dialog_destroy_cb),
10123         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10124         (ev_properties_set_document), (ev_properties_new),
10125         (ev_properties_show):
10126         * shell/ev-properties.h:
10127
10128         Make it an object, cleanup the code, api to show it as transient
10129         and to set the document.
10130
10131         * shell/ev-window.c: (ev_window_setup_document),
10132         (ev_window_cmd_file_properties):
10133
10134         Adapt to EvProperties changes, do not show multiple
10135         times, update it when document changes.
10136
10137 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10138
10139         * ps/gstypes.h:
10140         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10141         (ps_document_set_orientation), (ps_document_document_iface_init):
10142         * ps/ps-document.h:
10143
10144         Implement orientation here too
10145
10146         * shell/ev-properties.c: (ev_properties_new):
10147         * data/evince-properties.glade:
10148
10149         Hide the fonts page for backends that doesnt
10150         support it.     
10151
10152 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10153
10154         * backend/ev-document.c: (ev_document_set_orientation):
10155         * backend/ev-document.h:
10156         * pdf/ev-poppler.cc:
10157
10158         Add orientation api. Currently poppler api is not optimal,
10159         we need to set orientation every time we _get a page.
10160         I will try to fix that at some point.
10161
10162         * data/evince-ui.xml:
10163         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10164         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10165
10166         Add orientation menu items
10167
10168         * shell/ev-page-cache.c: (ev_page_cache_clear):
10169         * shell/ev-page-cache.h:
10170
10171         Add api to clear the cache
10172
10173         * shell/ev-view.c: (setup_caches), (clear_caches),
10174         (ev_view_set_document), (ev_view_zoom_out),
10175         (ev_view_set_orientation):
10176         * shell/ev-view.h:
10177
10178         Implement orientation changing
10179
10180 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10181
10182         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10183         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10184         * backend/ev-document-fonts.h:
10185
10186         Separate scan and fill so that we can incrementally fill from
10187         the main thread. Add a progress api.
10188
10189         * data/evince-properties.glade:
10190         * pdf/ev-poppler.cc:
10191         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10192         * shell/ev-jobs.h:
10193         * shell/ev-properties.c: (update_progress_label),
10194         (job_fonts_finished_cb), (setup_fonts_view):
10195
10196         Incrementally feel the list and show the progress
10197         percentage in a label like acrobat does.
10198
10199         You are going to need poppler cvs
10200
10201 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10202
10203         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10204         * backend/ev-document-fonts.h:
10205         * pdf/ev-poppler.cc:
10206
10207         Make fonts model fill incrementally.
10208
10209         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10210         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10211         (ev_job_queue_remove_job):
10212         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10213         (ev_job_fonts_new), (ev_job_fonts_run):
10214         * shell/ev-jobs.h:
10215
10216         New job for fonts scanning
10217
10218         * shell/ev-properties.c: (job_fonts_finished_cb),
10219         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10220         * shell/ev-properties.h:
10221         * shell/ev-window.c: (ev_window_cmd_file_properties):
10222
10223         Incrementally feel the treeview using the new job. Show Loading...
10224         message until scanning is completed.
10225
10226         Hopefully I didnt break the build without the poppler patch.
10227
10228 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10229
10230         * shell/ev-application.c: (ev_application_open):
10231         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10232         (ev_document_type_get_type), (ev_document_type_lookup):
10233         * shell/ev-document-types.h:
10234         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10235         * shell/ev-job-xfer.h:
10236         * shell/ev-window.c: (ev_window_clear_local_uri),
10237         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10238         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10239         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10240         
10241         Transfer remote documents to tmp directory to display them later.
10242
10243 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10244
10245         * backend/ev-document-info.h:
10246         * shell/ev-properties.c: (ev_properties_new):
10247
10248         s/GTime*/GTime. Not sure why we was using a pointer
10249         at all there!
10250
10251 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10252
10253         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10254         situations.  That situation is that you're using GTK+-HEAD with
10255         the patch at #306726 is applied, and you have a document with <
10256         1500 pages in it.  It's not quite as uniformly nice as the
10257         TreeView, but should be better in the long run.
10258
10259         I'm pretty sure I guarded against breaking compilation with
10260         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10261         I missed some.
10262
10263         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10264         widget yet, so I commented that code out
10265         enable_view_actions_for_widget() for now.  Need to figure this
10266         out.
10267
10268         * shell/ev-page-action.c (match_selected_cb): emit the right
10269         signals.  Our cool C-l completion now works.
10270
10271 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10272
10273         * backend/Makefile.am:
10274         * backend/ev-document-fonts.c:
10275         * backend/ev-document-links.c:
10276         * backend/ev-document.c: (ev_document_load):
10277         * backend/ev-document.h:
10278         * backend/ev-job-queue.c:
10279         * backend/ev-job-queue.h:
10280         * backend/ev-jobs.c:
10281         * backend/ev-jobs.h:
10282         * backend/ev-page-cache.c:
10283         * backend/ev-page-cache.h:
10284
10285         EvPageCache and EvJobs are moved to shell.
10286
10287         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10288         (ev_tmp_filename):
10289         * lib/ev-file-helpers.h:
10290         
10291         New helper to work with temporary files
10292         
10293         * shell/Makefile.am:
10294         * shell/ev-application.c: (ev_application_open):
10295         * shell/ev-application.h:
10296         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10297         (remove_job_from_async_queue), (add_job_to_async_queue),
10298         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10299         (handle_job), (search_for_jobs_unlocked),
10300         (no_jobs_available_unlocked), (ev_render_thread),
10301         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10302         (ev_job_queue_add_job), (move_job_async), (move_job),
10303         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10304         * shell/ev-job-queue.h:
10305         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10306         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10307         * shell/ev-job-xfer.h:
10308         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10309         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10310         (ev_job_links_class_init), (ev_job_render_init),
10311         (ev_job_render_dispose), (ev_job_render_class_init),
10312         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10313         (ev_job_thumbnail_class_init), (ev_job_load_init),
10314         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10315         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10316         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10317         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10318         * shell/ev-jobs.h:
10319         * shell/ev-page-action.c: (ev_page_action_set_document):
10320         * shell/ev-page-cache.c: (ev_page_cache_init),
10321         (ev_page_cache_class_init), (ev_page_cache_finalize),
10322         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10323         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10324         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10325         (ev_page_cache_get_title), (ev_page_cache_get_size),
10326         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10327         (ev_page_cache_get_height_to_page),
10328         (ev_page_cache_get_max_label_chars),
10329         (ev_page_cache_get_page_label),
10330         (ev_page_cache_has_nonnumeric_page_labels),
10331         (ev_page_cache_get_info), (ev_page_cache_next_page),
10332         (ev_page_cache_prev_page), (ev_page_cache_get):
10333         * shell/ev-page-cache.h:
10334         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10335         (ev_pixbuf_cache_clear_job_sizes),
10336         (ev_pixbuf_cache_add_jobs_if_needed),
10337         (ev_pixbuf_cache_set_page_range):
10338         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10339         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10340         * shell/ev-sidebar-thumbnails.c:
10341         (ev_sidebar_tree_selection_changed),
10342         (ev_sidebar_thumbnails_set_document):
10343         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10344         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10345         (ev_statusbar_get_context_id), (ev_statusbar_push),
10346         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10347         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10348         (ev_statusbar_set_progress):
10349         * shell/ev-statusbar.h:
10350         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10351         (ev_view_find_previous):
10352         * shell/ev-window.c: (ev_window_is_empty),
10353         (ev_window_setup_document), (password_dialog_response),
10354         (ev_window_clear_jobs), (ev_window_load_job_cb),
10355         (ev_window_xfer_job_cb), (ev_window_open_uri),
10356         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10357         (ev_window_print), (ev_window_print_range),
10358         (ev_window_state_event), (ev_window_cmd_view_reload),
10359         (menu_item_select_cb), (menu_item_deselect_cb),
10360         (view_status_changed_cb), (ev_window_dispose),
10361         (drag_data_received_cb), (ev_window_init):
10362         * shell/ev-window.h:
10363         * shell/main.c: (load_files):
10364         
10365         New statusbar to show progress on idle. Two new jobs - 
10366         xfer job and load job to load document in background. And update
10367         of page_cache clients to new location of code.
10368
10369 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10370
10371         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10372         selection in open dialog. It also remembers the last visited directory 
10373         in the current session.
10374
10375 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10376
10377         * shell/ev-properties.c: (ev_properties_new):
10378         * shell/ev-properties.h:
10379         * shell/ev-window.c: (ev_window_cmd_file_properties):
10380         
10381         Get document info from page cache instead of document itself.
10382         This should fix crash related to race conditions described in
10383         bug 306545.
10384
10385 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10386
10387         * ps/ps-document.c: (ps_document_init),
10388         (send_ps), (get_page_box), (output), (catchPipe), (input),
10389         (stop_interpreter), (file_length), (file_readable),
10390         (check_filecompressedb), (ps_document_enable_interpreter),
10391         (document_load), (ps_async_renderer_render_pixbuf):
10392         * ps/ps-document.h:
10393
10394         Big cleanup of the ps code
10395
10396 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10397
10398         * backend/Makefile.am:
10399         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10400         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10401         * backend/ev-async-renderer.h:
10402
10403         Add an async renderer interface (method + callback) which
10404         is useful for backends like ps.
10405
10406         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10407         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10408         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10409         (ev_job_queue_add_job), (move_job_async), (move_job),
10410         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10411
10412         Add queues for async renderer, these are executed on the
10413         main thread.
10414
10415         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10416         (ev_job_render_run):
10417         * backend/ev-jobs.h:
10418
10419         If the backend support async renderer interface use it.
10420
10421         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10422         (setup_pixmap), (ps_document_get_type),
10423         (ps_async_renderer_render_pixbuf),
10424         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10425
10426         Implement async renderer interface.
10427
10428 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10429
10430         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10431
10432         Cleanup links job on exit.
10433
10434 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10435
10436         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10437         (drag_data_get_cb), (drag_data_received_cb):
10438         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10439         (drag_data_get_cb), (parse_item_list),
10440         (egg_toolbar_editor_load_actions):
10441         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10442         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10443         (parse_item_list), (parse_toolbars):
10444         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10445         (dvi_pixbuf_put_pixel):
10446         
10447         Fix gcc 4.0 warnings
10448
10449 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10450
10451         * ps/ps-document.c: (start_interpreter):
10452
10453         Fix warning when loading ps
10454
10455 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10456
10457         * ps/ps-document.c: (output):
10458
10459         Fix crash when priting gs error messages.
10460
10461 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10462
10463         * backend/ev-page-cache.c: (_ev_page_cache_new):
10464         * backend/ev-page-cache.h:
10465
10466         Use a const to return title so that we dont double
10467         free it. Small cleanup and fix a leak.
10468
10469         * shell/ev-window.c: (update_window_title):
10470
10471         strdup value from get_title.
10472
10473 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10474
10475         * shell/ev-sidebar-links.c: (job_finished_callback),
10476         (ev_sidebar_links_set_document):
10477
10478         Cleanup the old job when changing document
10479
10480 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10481
10482         * shell/ev-stock-icons.c:
10483         * shell/ev-stock-icons.h:
10484         * shell/ev-window.c:
10485         
10486         Add stock icons for actions that can appear in toolbar. Fix for
10487         bug 306566.
10488
10489 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10490
10491         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10492         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10493         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10494         * backend/ev-page-cache.h:
10495         * shell/ev-view.c: (scroll_to_current_page),
10496         (view_update_range_and_current_page), (get_page_y_offset),
10497         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10498         (ev_view_size_request_continuous),
10499         (ev_view_zoom_for_size_continuous_and_dual_page),
10500         (ev_view_zoom_for_size_continuous):
10501         
10502         More compact EvView layout in document with pages of different size.
10503
10504 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10505
10506         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10507         compilation.
10508
10509 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10510
10511         * shell/ev-view.c: (view_set_adjustment_values):
10512         * shell/ev-window.c: (ev_window_cmd_file_properties):
10513         
10514         A bit different fix for rounding problem but it has no
10515         problems on startup. Make properties window transient to parent.
10516
10517 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10518
10519         * pdf/ev-poppler.cc:
10520         
10521         More commenting of font stuff.
10522
10523 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10524
10525         * pdf/ev-poppler.cc:
10526
10527         Comment out some more fonts stuff. Should really
10528         work without the poppler patch now.
10529
10530 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10531
10532         * pdf/ev-poppler.cc:
10533
10534         Adapt to api change
10535
10536 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10537
10538         * data/evince-properties.glade:
10539         * pdf/ev-poppler.cc:
10540         * shell/ev-properties.c: (setup_fonts_view):
10541
10542         Set the column title. Show the dialog only
10543         once everything is setup.
10544         Getting font info can be very slow... will
10545         prolly need to make this threaded too.
10546
10547 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10548
10549         * backend/Makefile.am:
10550         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10551         (ev_document_fonts_get_fonts_model):
10552         * backend/ev-document-fonts.h:
10553         * data/evince-properties.glade:
10554         * pdf/ev-poppler.cc:
10555         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10556         * shell/ev-properties.h:
10557         * shell/ev-window.c: (ev_window_cmd_file_properties):
10558
10559         Implement fonts list. Defined out for now, since it depends
10560         on a not yet committed poppler patch.
10561
10562 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10563
10564         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10565         page + 1.
10566
10567         * shell/ev-window.c: Make sure we add the timeout when we get a
10568         focus-in event.
10569
10570         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10571         adjustment->value before calculating the zoom factor to average
10572         out all of our rounding errors.  The page no longer 'drifts' when
10573         resizing.
10574
10575 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10576
10577         * data/evince-properties.glade:
10578         * shell/ev-properties.c: (ev_properties_format_date),
10579         (set_property):
10580         
10581         Labels don't expand when the dialogue is resized.
10582         strftime result needs to be converted to UTF-8. Thanks
10583         to Christian Persch <chpe@gnome.org>.
10584
10585 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10586
10587         * data/evince-properties.glade:
10588
10589         Hide the fonts tab
10590
10591 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10592
10593         * backend/ev-document-info.h:
10594         * backend/ev-document.c: (ev_document_info_free):
10595         * data/evince-properties.glade:
10596         * pdf/ev-poppler.cc:
10597         * ps/ps-document.c: (ps_document_get_info):
10598         * shell/ev-properties.c: (ev_properties_format_date),
10599         (set_property), (ev_properties_new):
10600         * shell/ev-properties.h:
10601         * shell/ev-window.c: (ev_window_cmd_file_properties):
10602
10603         Rework properties code to take only EvPropertyInfo
10604         in the constructor so that it can be useful for
10605         nautilus plugin too.
10606
10607         Deal with backends that doesnt support some properties.
10608         Make set property code generic.
10609
10610 2005-06-04  Christian Persch <chpe@gnome.org>
10611
10612         * data/evince-properties.glade:
10613
10614         fix spacings, make resizeable, and make data labels
10615         selectable + ellipsised
10616
10617 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10618
10619         * backend/ev-document-info.h:
10620         * data/Makefile.am:
10621         * data/evince-ui.xml:
10622         * pdf/ev-poppler.cc:
10623         * shell/Makefile.am:
10624         * shell/ev-window.c: (update_action_sensitivity),
10625         (ev_window_cmd_file_properties):
10626
10627         Initial go at file properties. Patch by
10628         Emil Soleyman-Zomalan <emil@soleyman.com>.
10629         Needs love see #169583
10630
10631 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10632
10633         * ps/ps-document.c: (output):
10634         * ps/ps.c: (psscan):
10635
10636         Try to render even if psscan fails.
10637
10638 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10639
10640         * ps/ps.c: (psscan), (pscopydoc):
10641
10642         Port buffered reading code from gv
10643
10644 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10645
10646         * ps/ps-document.c: (interpreter_message), (output):
10647
10648         Do not fail on interpreter messages
10649
10650 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10651
10652         * backend/ev-document-misc.c:
10653         (ev_document_misc_get_thumbnail_frame):
10654
10655         Pages can be 0 x 0, dont assert on this case
10656
10657 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10658
10659         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10660         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10661
10662         Correctly manage our reference on document. Finally the reload
10663         huge leak is gone...
10664
10665 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10666
10667         * ps/ps-document.c: (ps_document_dispose):
10668
10669         Forgot to chain it to the parent. Thanks chpe.
10670
10671 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10672
10673         * ps/ps-document.c: (ps_document_dispose),
10674         (ps_document_class_init), (stop_interpreter), (document_load):
10675
10676         Cleanup dispose a bit. Dont leak the whole pixmap.
10677
10678 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10679
10680         * pdf/ev-poppler.cc:
10681
10682         Release the poppler document on dispose
10683
10684 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10685
10686         * shell/ev-view.c: (ev_view_set_document):
10687
10688         Release ref on the pixbuf cache when changing
10689         document.
10690
10691 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10692
10693         * ps/ps-document.c: (ps_document_get_info):
10694
10695         Fix a double free
10696
10697 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10698
10699         * backend/ev-page-cache.c: (ev_page_cache_init),
10700         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10701         * backend/ev-page-cache.h:
10702         * shell/ev-page-action.c: (page_changed_cb):
10703         
10704         Set page action entry width depending on labels width. Fix
10705         for bug 305202.
10706
10707 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10708
10709         * backend/ev-link.c: (ev_link_class_init):
10710
10711         Allow -1 as page value (error)
10712
10713 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10714
10715         * shell/ev-sidebar-thumbnails.c:
10716         (ev_sidebar_thumbnails_set_document):
10717         * shell/ev-view.c: (scroll_to_current_page),
10718         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10719         (page_changed_cb), (on_adjustment_value_changed),
10720         (ev_view_set_document):
10721
10722         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10723         Fix bug 305377
10724
10725 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10726
10727         * configure.ac:
10728         * djvu/djvu-document.c: (djvu_document_get_page_size):
10729
10730         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10731         bug 301993.
10732
10733 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10734
10735         * shell/ev-view.c (draw_one_page): modify the expose handling to
10736         get the shadows.
10737
10738         * shell/ev-window.c (update_action_sensitivity): Respect
10739         permissions field.  Kowtow to the man.
10740
10741         * pdf/ev-poppler.cc: Get the permissions field.
10742
10743         * tiff/*c: Make a tiny bit more robust.
10744
10745 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10746
10747         * djvu/djvu-document.c:
10748         
10749         Pop messages from djvu context message queue.
10750
10751 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10752
10753         * configure.ac, Makefile.am, shell/Makefile.am:
10754         * tiff/Makefile.am, shell/ev-document-types.c:
10755         
10756         Cleanup tiff configure checks. Fix for bug 305218.
10757
10758 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10759
10760         * configure.ac: Added "uk" to ALL_LINGUAS.
10761
10762 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10763
10764         * cut-n-paste/zoom-control/ephy-zoom.c:
10765         (ephy_zoom_get_changed_zoom_level):
10766         * cut-n-paste/zoom-control/ephy-zoom.h:
10767         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10768         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10769         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10770         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10771         (zoom_control_changed_cb), (ev_window_init):
10772         
10773         Fix minor points related to moving best fit up. Introduce
10774         "zoom" property and make zoom control change it's value on
10775         notify::zoom signals. Fix for 305080.
10776
10777 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10778
10779         * data/evince-ui.xml:
10780         * shell/ev-window.c: (set_view_actions_sensitivity):
10781         
10782         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10783
10784 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10785
10786         * configure.ac:
10787
10788         Depends on poppler 0.3.2
10789
10790 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10791
10792         * cut-n-paste/recent-files/egg-recent-item.c:
10793         (egg_recent_item_get_short_name):
10794         * cut-n-paste/toolbar-editor/Makefile.am:
10795         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10796         (new_pixbuf_from_widget):
10797         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10798         * cut-n-paste/toolbar-editor/egg-marshal.c:
10799         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10800         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10801
10802         Sync
10803
10804 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10805
10806         * tiff/tiff-document.c: Rough TIFF backend.
10807
10808 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10809
10810         * NEWS:
10811         * configure.ac:
10812         * cut-n-paste/toolbar-editor/Makefile.am:
10813
10814         Release 0.3.1
10815
10816 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10817
10818         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10819         (ev_view_find_next), (ev_view_find_previous):
10820
10821         Remove the locks around get_n_results   
10822
10823 2005-05-21  Juerg Billeter  <j@bitron.ch>
10824
10825         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10826
10827         Pass correct number of pages to poppler.
10828
10829 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10830
10831         * configure.ac:
10832         * data/Makefile.am:
10833         * data/evince.desktop.in: 
10834         * data/evince.desktop.in.in:
10835         * po/POTFILES.in:
10836         
10837         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10838
10839 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10840
10841         * shell/ev-view.c: (view_update_adjustments),
10842         (view_set_adjustment_values): cast adjustmen->value to (int)
10843         before using it.  Otherwise, we get off by a pixel in some
10844         situations.
10845
10846         (draw_one_page): Draw the border on expose.
10847
10848 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10849
10850         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10851         adjustment when the mode changes, #304923
10852
10853 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10854
10855         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10856         flickering on resize but still use gdk_window_scroll on
10857         scrolling
10858
10859 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10860
10861         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10862         option, #170458
10863
10864 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10865
10866         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10867         second page on page_changed if possible, #304669
10868
10869 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10870
10871         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10872         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10873
10874 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10875
10876         * .cvsignore:
10877         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10878         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10879         (ev_view_zoom_for_size_presentation),
10880         (ev_view_zoom_for_size_continuous_and_dual_page),
10881         (ev_view_zoom_for_size_continuous),
10882         (ev_view_zoom_for_size_dual_page),
10883         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10884         * shell/ev-view.h:
10885         * shell/ev-window.c: (update_view_size),
10886         (ev_window_sizing_mode_changed_cb):
10887
10888         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10889         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10890         an infinite loop, #304769
10891
10892
10893 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10894
10895         * data/evince-ui.xml:
10896         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10897         * shell/ev-window.c: (set_view_actions_sensitivity):
10898
10899         Make PgUp/Down behave like Space
10900
10901 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10902
10903         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10904         * backend/ev-ps-exporter.h:
10905         * pdf/ev-poppler.cc:
10906         * ps/ps-document.c: (ps_document_ps_export_begin):
10907         * shell/ev-print-job.c: (idle_print_handler):
10908
10909         Adapt to new poppler api
10910
10911 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10912
10913         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10914         (ephy_zoom_control_init):
10915
10916         Translate zoom levels
10917
10918 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10919
10920         * cut-n-paste/zoom-control/ephy-zoom.c:
10921         (ephy_zoom_get_zoom_level_index):
10922
10923         Fix current zoom -> zoom control match
10924
10925 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10926
10927         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10928         rather than the scrolled_window that it's in. Fixes bug #304655.
10929
10930 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10931
10932         * shell/ev-view.c: (view_update_adjustments),
10933         (view_set_adjustment_values), (view_update_range_and_current_page),
10934         (view_scroll_to_page), (set_scroll_adjustment),
10935         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10936         (ev_view_scroll), (ev_view_scroll_view),
10937         (ensure_rectangle_is_visible), (find_page_at_location),
10938         (get_link_at_location), (go_to_link), (status_message_from_link),
10939         (ev_view_size_request_continuous_dual_page),
10940         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10941         (ev_view_unrealize), (ev_view_expose_event),
10942         (ev_view_button_press_event), (ev_view_motion_notify_event),
10943         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10944         (draw_rubberband), (highlight_find_results), (draw_one_page),
10945         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10946         (ev_view_init), (find_changed_cb), (page_changed_cb),
10947         (on_adjustment_value_changed), (ev_view_new),
10948         (ev_view_set_document), (ev_view_set_zoom),
10949         (ev_view_set_continuous), (ev_view_set_dual_page),
10950         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10951         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10952         (ev_view_zoom_for_size_presentation),
10953         (ev_view_zoom_for_size_continuous_dual_page),
10954         (ev_view_zoom_for_size_continuous),
10955         (ev_view_zoom_for_size_dual_page),
10956         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10957         (ev_view_get_status), (ev_view_set_status),
10958         (update_find_status_message), (ev_view_get_find_status),
10959         (ev_view_set_find_status), (jump_to_find_result),
10960         (jump_to_find_page), (compute_selections), (clear_selection),
10961         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10962         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10963         (ev_view_update_primary_selection),
10964         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10965         * shell/ev-view.h:
10966         * shell/ev-window.c: (ev_window_open_page_label),
10967         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10968         (ev_window_init):
10969         * shell/ev-window.h:
10970         * shell/main.c: (load_files):
10971
10972         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10973         when resizing.  Remove the bin_window().  Also, patch from James
10974         Bowes to fix command line page, #300641
10975         
10976 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10977
10978         * data/evince-ui.xml:
10979         * shell/ev-view.c:
10980         * shell/ev-view.h:
10981         * shell/ev-window.c: (update_action_sensitivity):
10982
10983         Get rid of View->Normal Size, it's just confusing
10984
10985 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10986
10987         * backend/ev-document-info.h:
10988         * backend/ev-document.c: (ev_document_info_free): Free the
10989         EvDocumentInfo.
10990
10991         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10992         (clear_range), (add_range), (update_visible_range),
10993         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10994         (ev_sidebar_thumbnails_set_document):
10995         * shell/ev-window.c: (ev_window_setup_document): Only render the
10996         visible thumbnails.  It takes an instant to render, but it uses
10997         much less memory.
10998
10999 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11000
11001         * shell/ev-sidebar-links.c: (popup_menu_cb):
11002
11003         Select first item
11004
11005 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11006
11007         * lib/Makefile.am:
11008         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11009         (button_press_cb), (ev_sidebar_links_construct):
11010
11011         Show the popup menu also on keybindings
11012
11013 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11014
11015         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11016         * shell/ev-window.h:
11017
11018         Expose api to print a range (with dialog). Make private _print use
11019         it.
11020
11021         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11022         (ev_sidebar_links_construct):
11023
11024         Show a print context menu on linkx, it prints the selected
11025         section.
11026
11027 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11028
11029         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11030         button.
11031
11032 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11033
11034         * AUTHORS:
11035
11036         Update
11037
11038         * shell/ev-window.c: (build_comments_string),
11039         (ev_window_cmd_help_about):
11040
11041         Show poppler version/backend and authors
11042
11043 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11044
11045         * cut-n-paste/zoom-control/ephy-zoom.c:
11046         (ephy_zoom_get_zoom_level_index):
11047         * cut-n-paste/zoom-control/ephy-zoom.h:
11048
11049         Move the best fit items at the top of the list
11050
11051 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11052
11053         * shell/ev-marshal.list:
11054         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11055         (activate_cb), (match_selected_cb), (activate_link_cb),
11056         (connect_proxy), (ev_page_action_class_init):
11057         * shell/ev-page-action.h:
11058
11059         Use signals to notify action activation. Hopefully
11060         I did not break completion since I cant test...
11061
11062         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11063         (register_custom_actions):
11064
11065         Connect to page selector actions and also grab focus on
11066         the view when activated.
11067
11068 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11069
11070         * pdf/ev-poppler.cc:
11071         * backend/ev-page-cache.c: make page size calculation consistent
11072         and set it to (int)( width * scale + 0.5).  This makes the weird
11073         line going through the middle of the page go away.
11074
11075         * shell/ev-view.c: move painting the background page after
11076         checking the expose area covers us.
11077
11078 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11079
11080         * data/evince-password.glade:
11081         
11082         Mark labels as not translatable. Fix for bug 302842.
11083
11084 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11085
11086         * configure.ac: Added "es" to ALL_LINGUAS.
11087
11088 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11089
11090         * data/evince-toolbar.xml:
11091         * shell/ev-window.c: (update_action_sensitivity),
11092         (ev_window_setup_document), (ev_window_set_page_mode),
11093         (ev_window_init):
11094
11095         Remove some leftover code from jrb first continous
11096         attempt. Use the new actions, we still need good icons
11097         though...
11098
11099 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11100
11101         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11102
11103         Update label when connecting proxy. Fix a warning with NULL
11104         page_cache.
11105
11106 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11107
11108         * data/evince-ui.xml:
11109         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11110         * shell/ev-page-action.h:
11111         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11112
11113         Add mnemonic for edit toolbar.
11114         ctrl+l focus the page entry.
11115
11116 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11117
11118         * lib/Makefile.am:
11119         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11120         (ev_window_init):
11121         * shell/main.c: (main):
11122
11123         Put the toolbar xml in evince own dot dir
11124
11125 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11126
11127         * shell/ev-window.c: (ev_window_init):
11128
11129         Make the toolbar not removable
11130
11131 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11132
11133         * data/evince-ui.xml:
11134         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11135         * shell/ev-sidebar-links.h:
11136         * shell/ev-sidebar-thumbnails.c:
11137         (ev_sidebar_thumbnails_get_treeview):
11138         * shell/ev-sidebar-thumbnails.h:
11139         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11140         (ev_view_class_init):
11141         * shell/ev-view.h:
11142         * shell/ev-window.c: (update_action_sensitivity),
11143         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11144         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11145         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11146         (ev_window_init):
11147
11148         This is evil... Make space/backspace global accelerators but
11149         enable them only for some widgets (sidebars and view).
11150         I dont like it, but I dont know a better way... :/
11151
11152 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11153
11154         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11155         (ev_page_action_widget_finalize),
11156         (ev_page_action_widget_class_init), (update_page_cache):
11157
11158         Keep a weak reference on proxy->page_cache so that we
11159         dont try to disconnect the signal if the object is already
11160         gone. Maybe there is a better way to cleanup reference handling
11161         in page action though...
11162
11163 2005-05-10  Juerg Billeter  <j@bitron.ch>
11164
11165         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11166         * backend/ev-ps-exporter.h:
11167         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11168         * ps/ps-document.c: (ps_document_ps_export_begin):
11169         
11170         Change api to pass print range to ps_exporter_begin. The pdf backend
11171         requires this information.
11172         
11173         * shell/ev-print-job.c: (idle_print_handler):
11174         
11175         Adapt to api change
11176
11177 2005-05-10  Juerg Billeter  <j@bitron.ch>
11178
11179         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11180         (idle_print_handler)
11181         * shell/ev-window.c: (ev_window_print):
11182
11183         Support printing page range, based on patch by Amaury Jacquot
11184
11185 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11186
11187         * data/evince-toolbar.xml:
11188
11189         Add zoom control to available items
11190
11191 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11192
11193         * shell/ev-window.c: (update_action_sensitivity):
11194
11195         Set slash action insensitive when appropriate
11196
11197 2005-05-10  Christian Persch <chpe@gnome.org>
11198
11199         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11200
11201         Fix warning on the overflow menu
11202
11203 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11204
11205         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11206
11207         Check for uri correctness/existence
11208
11209 2005-05-09  Juerg Billeter  <j@bitron.ch>
11210
11211         * shell/ev-window.c: (using_postscript_printer):
11212
11213         LPD printers use postscript, too
11214
11215 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11216
11217         * shell/ev-window.c: (register_custom_actions):
11218
11219         The zoom one is actually sort of useful,
11220         put it back
11221
11222 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11223
11224         * shell/ev-window.c: (register_custom_actions):
11225
11226         Hide page/zoom controls from overflow, they
11227         are useless.
11228
11229 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11230
11231         * cut-n-paste/update-from-egg.sh:
11232         
11233         Share it between all cut-n-paste subdirs
11234
11235         * cut-n-paste/recent-files/Makefile.am:
11236
11237         Fix to use "global" update-from-egg.sh
11238
11239         * cut-n-paste/recent-files/egg-recent-model.c:
11240         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11241         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11242         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11243         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11244
11245         Update from libegg
11246
11247         * cut-n-paste/toolbar-editor/Makefile.am:
11248
11249         Fix to use "global" update-from-egg.sh
11250
11251         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11252
11253         Update from libegg
11254
11255 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11256
11257         * configure.ac:
11258         * cut-n-paste/Makefile.am:
11259         * cut-n-paste/recent-files/Makefile.am:
11260         * cut-n-paste/toolbar-editor/.cvsignore:
11261         * cut-n-paste/toolbar-editor/Makefile.am:
11262         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11263         (egg_editable_toolbar_get_type), (get_toolbar_position),
11264         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11265         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11266         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11267         (set_item_drag_source), (create_item_from_action), (create_item),
11268         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11269         (popup_toolbar_context_menu_cb), (free_dragged_item),
11270         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11271         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11272         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11273         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11274         (item_added_cb), (item_removed_cb),
11275         (egg_editable_toolbar_construct),
11276         (egg_editable_toolbar_disconnect_model),
11277         (egg_editable_toolbar_deconstruct),
11278         (egg_editable_toolbar_set_model),
11279         (egg_editable_toolbar_set_ui_manager),
11280         (egg_editable_toolbar_set_property),
11281         (egg_editable_toolbar_get_property),
11282         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11283         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11284         (egg_editable_toolbar_new_with_model),
11285         (egg_editable_toolbar_get_edit_mode),
11286         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11287         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11288         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11289         (new_pixbuf_from_widget), (new_separator_pixbuf),
11290         (update_separator_image), (style_set_cb),
11291         (_egg_editable_toolbar_new_separator_image),
11292         (egg_editable_toolbar_get_model):
11293         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11294         * cut-n-paste/toolbar-editor/egg-marshal.c:
11295         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11296         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11297         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11298         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11299         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11300         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11301         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11302         (editor_drag_data_delete_cb), (drag_data_get_cb),
11303         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11304         (editor_create_item), (update_editor_sheet), (setup_editor),
11305         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11306         (parse_item_list), (model_has_action), (update_actions_list),
11307         (egg_toolbar_editor_load_actions):
11308         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11309         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11310         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11311         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11312         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11313         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11314         (egg_toolbars_model_add_separator), (impl_add_item),
11315         (parse_item_list), (egg_toolbars_model_add_toolbar),
11316         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11317         (impl_get_item_data), (impl_get_item_type),
11318         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11319         (egg_toolbars_model_init), (free_toolbar),
11320         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11321         (egg_toolbars_model_remove_toolbar),
11322         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11323         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11324         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11325         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11326         (egg_toolbars_model_get_item_data),
11327         (egg_toolbars_model_get_item_type):
11328         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11329         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11330         * data/Makefile.am:
11331         * data/evince-toolbar.xml:
11332         * data/evince-ui.xml:
11333         * data/hand-open.png:
11334         * po/POTFILES.in:
11335         * shell/Makefile.am:
11336         * shell/ev-window.c: (update_chrome_visibility),
11337         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11338         (ev_window_dispose), (ev_window_init):
11339
11340         Implement epiphany like toolbar editor. Based on patch by
11341         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11342
11343 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11344
11345         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11346
11347         Use set_cursor instead of set_selection, so that
11348         the keyboard focus moves too.
11349
11350 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11351
11352         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11353
11354         Fix infinite loop when loading Type1 fonts
11355
11356 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11357
11358         * data/evince-ui.xml:
11359         * shell/ev-window.c:
11360
11361         Slash -> Find
11362
11363 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11364
11365         * configure.ac:
11366
11367         Make --disable really disable
11368
11369 2005-05-07  Juerg Billeter  <j@bitron.ch>
11370
11371         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11372
11373         Compare page labels even without has_labels set, fixes setting page
11374         with entry
11375
11376 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11377
11378         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11379         (ev_view_set_cursor), (ev_view_button_press_event),
11380         (ev_view_motion_notify_event), (ev_view_button_release_event),
11381         (ev_view_init):
11382
11383         Implement middle button scrolling. Based on a patch
11384         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11385
11386 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11387
11388         * shell/ev-document-types.c: (get_slow_mime_type),
11389         (get_document_type_from_mime), (ev_document_type_lookup):
11390         * shell/ev-document-types.h:
11391
11392         Change api to lookup from uri. Do fast lookup first, if the
11393         type is unknown try with data sniffing.
11394
11395         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11396         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11397
11398         Adapt to api change
11399
11400 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11401
11402         * thumbnailer/Makefile.am:
11403
11404         Fix distcheck
11405
11406 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11407
11408         * NEWS:
11409         * configure.ac:
11410
11411         Release 0.3.0
11412
11413         * data/evince-ui.xml:
11414
11415         Hide presentation mode for now
11416
11417         * shell/ev-view.c: (highlight_find_results):
11418
11419         Show current find selection only on current page
11420
11421 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11422
11423         * shell/ev-view.c: (ev_view_select_all):
11424
11425         Compute size of the actual page, not of
11426         the current one.
11427
11428 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11429
11430         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11431         (view_rect_to_doc_rect), (compute_selections),
11432         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11433         (ev_view_copy), (ev_view_primary_get_cb),
11434         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11435         (ev_view_button_press_event), (ev_view_motion_notify_event),
11436         (ev_view_button_release_event), (page_changed_cb):
11437
11438         Fix text selection
11439
11440 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11441
11442         * shell/ev-view.c: (compute_border), (get_page_extents),
11443         (doc_rect_to_view_rect), (highlight_find_results),
11444         (ev_view_bin_expose), (ev_view_select_all),
11445         (ev_view_motion_notify_event), (update_find_status_message),
11446         (jump_to_find_result), (jump_to_find_page):
11447
11448         First go at fixing search, still buggy
11449
11450 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11451
11452         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11453         dropdown box and button at the top of the sidebar.
11454
11455 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11456
11457         * configure.ac: Output zoom-control Makefile.
11458         * cut-n-paste/Makefile.am: build zoom-control subdir.
11459         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11460         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11461         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11462         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11463         * cut-n-paste/zoom-control/ephy-zoom.c:
11464         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11465         from epiphany, and modified to add a separator into the menu.
11466         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11467         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11468         zoom-control action.
11469         * shell/Makefile.am: Include zoom-control flags.
11470         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11471         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11472         (ev_view_zoom_for_size_presentation),
11473         (ev_view_zoom_for_size_continuous_and_dual_page),
11474         (ev_view_zoom_for_size_continuous),
11475         (ev_view_zoom_for_size_dual_page),
11476         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11477         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11478         ev_view_get_zoom and ev_view_get_sizing_mode.
11479         * shell/ev-view.h:
11480         * shell/ev-window.c: (update_action_sensitivity),
11481         (update_sizing_buttons), (zoom_control_changed_cb),
11482         (register_custom_actions): Initialize and use the zoom-control 
11483         widget.
11484
11485 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11486
11487         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11488         preview cache back to 1.  Don't know when it got set to 0.
11489         
11490         * shell/ev-view.c: (compute_border), (ev_view_realize),
11491         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11492         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11493         (ev_view_get_fullscreen), (ev_view_set_presentation),
11494         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11495         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11496         * shell/ev-view.h:
11497         * shell/ev-window.c:
11498         (update_chrome_visibility),
11499         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11500         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11501         (update_document_mode), (ev_window_update_fullscreen_action),
11502         (ev_window_fullscreen), (ev_window_unfullscreen),
11503         (ev_window_cmd_view_fullscreen),
11504         (ev_window_update_presentation_action),
11505         (ev_window_run_presentation), (ev_window_stop_presentation),
11506         (ev_window_cmd_view_presentation), (ev_window_state_event),
11507         (ev_window_focus_in_event), (ev_window_focus_out_event),
11508         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11509         * data/evince-ui.xml: Initial presentation mode.  We should
11510         probably hide this until it's done, as it's quite rough.  Also,
11511         change full-screen to fullscreen and add two getters to EvView.
11512
11513 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11514
11515         * shell/ev-page-action.c: (update_page_cache),
11516         (ev_page_action_dispose):
11517         * shell/ev-window.c: (destroy_fullscreen_popup),
11518         (ev_window_create_fullscreen_popup):
11519
11520         Use connect_object rather than explicitly
11521         disconnect on dispose.
11522
11523 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11524
11525         * shell/ev-page-action.c: (update_page_cache),
11526         (ev_page_action_dispose):
11527
11528 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11529
11530         * backend/ev-page-cache.c: (_ev_page_cache_new),
11531         (ev_page_cache_set_page_label),
11532         (ev_page_cache_has_nonnumeric_page_labels):
11533         * backend/ev-page-cache.h:
11534         * shell/ev-page-action.c: (update_pages_label):
11535         
11536         If all page labels are numeric, fallback to default
11537         way to display number of pages. See bug 173185.
11538
11539 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11540
11541         * shell/ev-page-action.c: (ev_page_action_dispose):
11542         * shell/ev-view.c: (view_update_range_and_current_page):
11543         * shell/ev-window.c: (ev_window_dispose):
11544         
11545         Set page on scroll in continuous mode. Fixes bug 301986.
11546         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11547
11548 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11549
11550         * configure.ac:
11551
11552         Require poppler 0.3.0
11553
11554 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11555         
11556         * shell/Makefile.am, configure.ac: Fix build problems
11557         with t1lib. Bug 301996.
11558
11559 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11560
11561         * shell/ev-view.c: (ev_view_scroll_event):
11562         
11563         Scroll up increase zoom
11564
11565 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11566
11567         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11568         (ev_view_set_sizing_mode),
11569         (ev_view_zoom_for_size_continuous_and_dual_page),
11570         (ev_view_zoom_for_size_continuous):
11571         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11572         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11573         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11574         (ev_window_init):
11575
11576         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11577         Fix for 165473 and 165472.
11578
11579 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11580
11581         * po/POTFILES.in:
11582         * thumbnailer/Makefile.am:
11583         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11584         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11585         * thumbnailer/evince-thumbnailer.schemas.in:
11586         
11587         Make thumbnailer schemas translatable. Fix for bug 301773
11588         
11589         * thumbnailer/evince-thumbnailer-djvu.schemas:
11590         * thumbnailer/evince-thumbnailer-dvi.schemas:
11591         * thumbnailer/evince-thumbnailer.schemas:
11592
11593         Removed files
11594
11595 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11596
11597         * shell/ev-view.c (ev_view_init): forgot to set this.
11598
11599 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11600
11601         * shell/ev-view.c: (find_page_at_location),
11602         (get_link_at_location),
11603         (ev_view_set_show_border), (ev_view_set_spacing),
11604         (ev_view_zoom_for_size_continuous_and_dual_page),
11605         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11606         Also, add a quick fix measuring of widths.  Also, removed
11607         ev_view_set_spacing and ev_view_set_show_border.
11608         
11609         * shell/ev-window.c: (ev_window_unfullscreen),
11610         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11611
11612 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11613
11614         * shell/ev-view.c: (view_update_range_and_current_page),
11615         (page_changed_cb):
11616         
11617         Fix crash on exit and scrolling to page in continuous view.
11618
11619 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11620
11621         * TODO:
11622         * backend/ev-page-cache.c: (_ev_page_cache_new),
11623         (ev_page_cache_get_max_width_size),
11624         (ev_page_cache_get_max_height_size):
11625         * backend/ev-page-cache.h:
11626         * data/evince-ui.xml:
11627         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11628         * shell/ev-view.c: (view_update_adjustments),
11629         (view_update_range_and_current_page), (get_bounding_box_size),
11630         (ev_view_size_request_continuous_and_dual_page),
11631         (ev_view_size_request_continuous),
11632         (ev_view_size_request_dual_page),
11633         (ev_view_size_request_single_page), (ev_view_size_request),
11634         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11635         (ev_view_bin_expose), (ev_view_expose_event),
11636         (ev_view_set_property), (ev_view_get_property),
11637         (ev_view_class_init), (ev_view_init), (ev_view_new),
11638         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11639         (ev_view_set_dual_page), (ev_view_set_full_screen),
11640         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11641         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11642         (ev_view_zoom_out), (zoom_for_size_fit_width),
11643         (zoom_for_size_best_fit),
11644         (ev_view_zoom_for_size_continuous_and_dual_page),
11645         (ev_view_zoom_for_size_continuous),
11646         (ev_view_zoom_for_size_dual_page),
11647         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11648         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11649         * shell/ev-view.h:
11650         * shell/ev-window.c: (update_action_sensitivity),
11651         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11652         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11653         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11654         (ev_window_cmd_view_zoom_out), (update_view_size),
11655         (ev_window_set_sizing_mode), (ev_window_init):
11656
11657         Add Continuous and Dual page modes.
11658
11659 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11660
11661         * dvi/dvi-document.c: (dvi_document_load),
11662         (dvi_document_thumbnails_get_thumbnail),
11663         (dvi_document_init_params): Fix up some mixups between
11664         width and height to correct thumbnail rendering.
11665
11666 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11667
11668         * dvi/mdvi-lib/private.h:
11669         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11670         
11671         Suppess output for kpathsea during font generation. Thanks to
11672         James Bowes
11673
11674 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11675
11676         * NEWS:
11677         * configure.ac:
11678
11679         Release 0.2.1
11680
11681         * Makefile.am: fix distcheck.
11682
11683 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11684
11685         * shell/ev-sidebar-links.c: (selection_changed_callback),
11686         (update_page_callback), (row_activated_callback),
11687         (job_finished_callback), (ev_sidebar_links_set_document):
11688         
11689         Fix for bug #169901. Double click on links expands tree.
11690
11691 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11692
11693         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11694         hard-coded style. Fix for bug 170111
11695
11696 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11697
11698         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11699         locking.
11700
11701 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11702
11703         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11704
11705 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11706
11707         * pdf/ev-poppler.cc:
11708         * shell/ev-view.c: (highlight_find_results):
11709
11710         Fix find on single page documents
11711
11712 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11713
11714         * data/evince.schemas.in: fix for bug 301390
11715
11716 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11717
11718         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11719         (ev_view_zoom_out), (ev_view_zoom_normal):
11720         * shell/ev-view.h:
11721         * shell/ev-window.c: (update_action_sensitivity),
11722         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11723         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11724         (ev_window_cmd_view_normal_size):
11725
11726         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11727         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11728         better than oom. 
11729
11730 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11731
11732         * configure.ac:
11733
11734         Depend on 2.57, 2.59 doesnt seem to be necessary
11735
11736 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11737
11738         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11739         (create_tool_item):
11740
11741         Put back total number of pages as (1 of 1234)
11742
11743 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11744
11745         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11746         remove the job.
11747
11748         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11749         function.  This helps debugging.
11750
11751 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11752
11753         * djvu/djvu-document.c: (djvu_document_class_init),
11754         (djvu_document_get_info), (djvu_document_document_iface_init):
11755         * dvi/dvi-document.c: (dvi_document_class_init),
11756         (dvi_document_get_info), (dvi_document_document_iface_init):
11757
11758         Dummy implementation of get_info method for dvi and
11759         djvu. Fix crashes with those backends
11760
11761 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11762
11763         * data/evince.desktop.in:
11764
11765         Add application/x-gzpostscript
11766
11767 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11768
11769         * data/evince.schemas.in: Added real long descriptions, 
11770         closes bug 172496 
11771
11772         * README: Added actual text, closes bug 171869
11773
11774 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11775
11776         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11777
11778         Thumbnail page 0
11779
11780 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11781
11782         * backend/ev-document-info.h:
11783
11784         s/GDate */GDate so we can just use g_free
11785
11786 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11787
11788         * shell/ev-window.c: (update_document_mode),
11789         (ev_window_setup_document):
11790
11791         Show the window in fullscreen when specified by
11792         the document
11793
11794 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11795
11796         * backend/ev-document.c: (ev_document_class_init),
11797         (ev_document_get_info), (ev_document_render_pixbuf):
11798         * backend/ev-document.h:
11799         * backend/ev-page-cache.c: (_ev_page_cache_new):
11800         * pdf/ev-poppler.cc:
11801         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11802         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11803         * ps/ps-document.c: (ps_document_class_init), (document_load),
11804         (ps_document_get_info), (ps_document_document_iface_init):
11805
11806         Remove get_title from the interface, we can just use document info
11807
11808 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11809
11810         * backend/Makefile.am:
11811         * backend/ev-document.c: (ev_document_render_get_info):
11812         * backend/ev-document.h:
11813         * pdf/ev-poppler.cc:
11814
11815         Initial support for document info. Based on jrb patch.
11816
11817 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11818
11819         * shell/ev-window.c: (ev_window_state_event),
11820         (ev_window_class_init), (ev_window_init):
11821         
11822         Doesn't show resize grip when maximized. See bug #301053
11823
11824 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11825
11826         * po/POTFILES.in:
11827         
11828         ev-sidebar-thumbnails now has translatable labels
11829         
11830         * shell/Makefile.am:
11831         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11832         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11833         (ev_sidebar_links_page_iface_init):
11834         * shell/ev-sidebar-links.h:
11835         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11836         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11837         (ev_sidebar_page_get_label):
11838         * shell/ev-sidebar-page.h:
11839         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11840         (ev_sidebar_thumbnails_set_document),
11841         (ev_sidebar_thumbnails_support_document),
11842         (ev_sidebar_thumbnails_get_label),
11843         (ev_sidebar_thumbnails_page_iface_init):
11844         * shell/ev-sidebar-thumbnails.h:
11845         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11846         (ev_sidebar_set_document):
11847         * shell/ev-sidebar.h:
11848         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11849         
11850         Small rework of sidebar code. Now sidebar pages should implement
11851         EvSidebarPage interface. That makes page management in EvSidebar
11852         easier. See bug #164811 for details
11853
11854 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11855
11856         * shell/ev-application.c: (ev_application_open):
11857         * shell/ev-document-types.c:
11858         
11859         Fix build error and small problem with application exit
11860
11861 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11862
11863         * thumbnailer/Makefile.am:
11864         * thumbnailer/evince-thumbnailer-djvu.schemas:
11865         * thumbnailer/evince-thumbnailer-dvi.schemas:
11866         
11867         Conditionally install schemas for djvu/dvi thumbnailer
11868
11869 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11870
11871         * shell/ev-document-types.h: 
11872         * shell/ev-document-types.c: 
11873         New files, handling the mapping from mimetypes to backends
11874         
11875         * shell/ev-window.c: 
11876         * thumbnailer/evince-thumbnailer.c:     
11877         Use the ev-document-types code
11878         
11879         * shell/Makefile.am: 
11880         Added new convenience library libevbackendfactory_la, containing
11881         the new mimetype->backend logic; moved the backends into it.
11882
11883         * thumbnailer/Makefile.am:
11884         Make the thumbnailer link with the libevbackend.la convenience
11885         library, rather than having a duplicate of the backend logic here.
11886
11887 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11888
11889         * shell/ev-stock-icons.c: constify some vars.
11890         * shell/ev-window.c: ditto.
11891
11892 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11893
11894         * ps/ps-document.c (get_page_orientation):
11895
11896         Respect document orientation 
11897
11898 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11899
11900         * djvu/Makefile.am:
11901         * dvi/Makefile.am:
11902         * shell/Makefile.am:
11903         
11904         Move library dependencies to components.
11905         
11906         * shell/ev-window.c: (update_window_title),
11907         (start_loading_document):
11908         
11909         Fix display of uris with spaces. Bug 168358.
11910
11911 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11912
11913         * shell/ev-sidebar-links.c: (selection_changed_cb):
11914         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11915         (ev_view_button_release_event), (ev_view_set_document):
11916         * shell/ev-view.h:
11917         * shell/ev-window.c: (find_bar_search_changed_cb):
11918         * shell/ev-window.h: Minor cleanups removing some dead code.
11919
11920 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11921
11922         * backend/ev-page-cache.c: (_ev_page_cache_new):
11923         
11924         Set current page to 0 if document has pages.
11925
11926 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11927
11928         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11929
11930         Initialize GError to NULL, fix a crash when loading fails.
11931
11932 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11933
11934         * shell/ev-window.c: (update_view_size):
11935
11936         Calculate shadow size only when there is actually
11937         a shadow.
11938
11939 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11940
11941         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11942         * shell/ev-view.h:
11943
11944         Allow setting view spacing, default to 0
11945
11946         * shell/ev-window.c: (ev_window_unfullscreen),
11947         (ev_window_cmd_view_fullscreen), (ev_window_init):
11948
11949         Remove spacing in fullscreen mode
11950
11951 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11952
11953         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11954         (ev_view_size_request), (expose_bin_window),
11955         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11956         * shell/ev-view.h:
11957         * shell/ev-window.c: (ev_window_unfullscreen),
11958         (ev_window_cmd_view_fullscreen):
11959
11960         Do not draw the border in fulscreen
11961
11962 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11963
11964         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11965         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11966         (find_page_at_location), (page_changed_cb):
11967
11968         Rework border calculation, so that I can more easily disable it.
11969         Code somewhat cleaner too.
11970
11971 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11972
11973         * backend/ev-page-cache.c: (ev_page_cache_init),
11974         (_ev_page_cache_new):
11975
11976         Remove some assertions, documents can have 0 pages.
11977         Make initial current page -1.
11978
11979         * shell/ev-page-action.c: (page_changed_cb):
11980
11981         Show "" if current page is -1
11982
11983         * shell/ev-window.c: (update_action_sensitivity),
11984         (ev_window_setup_document):
11985
11986         When document has 0 pages do not set the view
11987         and make nearly everything insensitive.
11988
11989 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11990
11991         * shell/ev-page-view.c:
11992         * shell/ev-page-view.h:
11993
11994         Remove unused files.
11995         
11996         * shell/ev-sidebar-thumbnails.c:
11997         (ev_sidebar_thumbnails_set_document):
11998         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11999         (ev_sidebar_supports_document):
12000         * shell/ev-sidebar.h:
12001         * shell/ev-window.c: (ev_window_setup_document):
12002         
12003         Doesn't show thumbnails if document has 1 page. Make
12004         sidebar menu entries sensitive only if if they have 
12005         sense. Fix bug 164811. 
12006
12007 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12008
12009         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12010         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12011         (ev_view_zoom_out), (ev_view_set_size):
12012
12013         Rework sizing to deal with documents with not uniform page
12014         size.
12015
12016 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12017
12018         * backend/ev-page-cache.c: (_ev_page_cache_new):
12019
12020         Fix several page size caching bugs
12021
12022 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12023
12024         * shell/ev-window.c: (set_action_properties):
12025
12026         Make all toolbar items translatable
12027
12028 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12029
12030         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12031         (save_page_list), (ps_document_save),
12032         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12033         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12034         (ps_document_ps_exporter_iface_init):
12035         * ps/ps-document.h:
12036
12037         Based on a patch by J�rg Billeter <j@bitron.ch>
12038         
12039         Implement print and save a copy for the ps backend.
12040
12041 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12042
12043         * backend/ev-document.h:
12044         * djvu/djvu-document.c: (djvu_document_can_get_text),
12045         (djvu_document_document_iface_init):
12046         * dvi/dvi-document.c: (dvi_document_can_get_text),
12047         (dvi_document_document_iface_init):
12048         * pdf/ev-poppler.cc:
12049         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12050         (pixbuf_document_document_iface_init):
12051         * ps/ps-document.c: (ps_document_can_get_text),
12052         (ps_document_document_iface_init):
12053         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12054         * shell/ev-window.c: (update_action_sensitivity):
12055
12056         Fix the crash when trying to copy in backends that doesnt
12057         support it. We can implement a better solution once we
12058         do real text selection.
12059
12060 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12061
12062         * data/evince-ui.xml:
12063         * shell/ev-window.c: (ev_window_cmd_escape):
12064         
12065         Work around the Escape conflict (find bar and unfullscreen)
12066
12067 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12068
12069         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12070         
12071         Fix for #300233. Next page correctly handles document end.
12072         
12073         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12074         (ev_sidebar_thumbnails_class_init),
12075         (ev_sidebar_thumbnails_set_document),
12076         (ev_sidebar_thumbnails_clear_job),
12077         (ev_sidebar_thumbnails_clear_model):
12078         
12079         Cleanup thumbnail jobs on document changes.
12080         
12081         * shell/ev-view.c: (add_scroll_binding_keypad),
12082         (add_scroll_binding_shifted), (ev_view_class_init):
12083         
12084         Shift + Space scrolls up. Fix for #173184
12085         
12086         * shell/ev-window.c: (ev_window_open_page),
12087         (ev_window_cmd_view_reload):
12088         
12089         Fix reload (Bug #300094)
12090
12091 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12092
12093         
12094         * dvi/mdvi-lib/assoc.c:
12095         * dvi/mdvi-lib/assoc.h: Removed garbage files
12096         
12097         * dvi/mdvi-lib/bitmap.c:
12098         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12099         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12100         * dvi/mdvi-lib/color.h: Antialias of rules
12101         
12102         * dvi/mdvi-lib/common.h:
12103         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12104         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12105         * dvi/mdvi-lib/files.c:
12106         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12107         * dvi/mdvi-lib/mdvi.h:
12108         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12109         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12110         * dvi/mdvi-lib/util.c: Fix compile warnings
12111         
12112         * dvi/dvi-document.c:
12113         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12114         (dvi_document_thumbnails_get_thumbnail),
12115         (dvi_document_document_thumbnails_iface_init):
12116         * dvi/mdvi-lib/Makefile.am:
12117         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12118         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12119         
12120         Dvi backend now renders thumbnails
12121
12122 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12123
12124         * shell/main.c: (main): 
12125         
12126         Save accelerators on exit. Fixes bug #172095.
12127
12128 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12129
12130         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12131         update priority" comment.
12132
12133         * backend/ev-job-queue.c: Give a way to change priority.
12134
12135 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12136
12137         * shell/ev-page-action.c: Fix logic.
12138
12139 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12140
12141         * shell/ev-view.c: (ev_view_can_find_next):
12142         * shell/ev-window.c: (ev_window_setup_document):
12143
12144         Check that the document supports find
12145
12146 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12147
12148         * data/evince-ui.xml:
12149         * shell/ev-view.c: (ev_view_can_find_next):
12150         * shell/ev-view.h:
12151         * shell/ev-window.c: (update_action_sensitivity),
12152         (find_changed_cb), (ev_window_setup_document),
12153         (ev_window_cmd_edit_find_next):
12154
12155         Add Edit->Find Next
12156
12157 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12158
12159         * pdf/ev-poppler.cc:
12160         * shell/ev-print-job.c: (idle_print_handler):
12161
12162         Make printing work again
12163
12164 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12165
12166         * shell/ev-page-action.h:
12167         * shell/ev-page-action.c: (ev_page_action_widget_init),
12168         (ev_page_action_widget_class_init), (page_changed_cb),
12169         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12170         (get_filter_model_from_model), (match_selected_cb),
12171         (display_completion_text), (match_completion), (update_model),
12172         (connect_proxy), (ev_page_action_set_property),
12173         (ev_page_action_get_property), (ev_page_action_set_document),
12174         (ev_page_action_set_model), (ev_page_action_class_init): Big
12175         reworking to make completions work iff we have >= GTK-2.7.0
12176                 
12177         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12178         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12179         (job_finished_cb): We now have a 'model' property that is set when
12180         the links are loaded.  This can be caught with "notify::model"
12181
12182         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12183         listen for the model to be set, and propagate it to the action.
12184
12185 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12186
12187         * cut-n-paste/recent-files/egg-recent-item.c:
12188         (egg_recent_item_set_uri), (make_valid_utf8),
12189         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12190         * cut-n-paste/recent-files/egg-recent-item.h:
12191         
12192         Update egg-recent from libegg. This should fix long
12193         startup problem. For details see
12194         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12195
12196 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12197
12198         * cut-n-paste/recent-files/Makefile.am:
12199         * data/evince-ui.xml, shell/Makefile.am:
12200         * shell/ev-application.c, shell/ev-application.h:
12201         * shell/ev-window.c: Recent files support.
12202         
12203         * configure.ac: Added "ru" to ALL_LINGUAS.
12204         
12205         * dvju: new backend to support DJVU files.
12206         * dvi: new backend to support DVI.
12207
12208         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12209         * ev-application.c: Support for new backends.
12210         
12211         * help, ev-window.c, main.c shell/Makefile.am: 
12212         Evince user documentation.
12213
12214 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12215
12216         * po/POTFILES.in:
12217         * shell/ev-window.c:
12218         * thumbnailer/evince-thumbnailer.c:
12219
12220         s/pdf-document/ev-poppler
12221
12222 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12223
12224         * NEWS:
12225         * configure.ac:
12226
12227         Release 0.2.0
12228
12229         * ps/ps-document.c: (setup_pixmap):
12230
12231         Remove debug code
12232
12233 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12234
12235         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12236         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12237         (ev_window_cmd_go_first_page): Fix of by one errors.
12238
12239 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12240
12241         * ps/ps-document.c: (get_page_box):
12242
12243         Fix page size calculation
12244
12245 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12246
12247         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12248         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12249         (get_page_orientation), (setup_page), (document_load),
12250         (ps_document_get_page_size), (render_pixbuf_idle):
12251         * ps/ps-document.h:
12252
12253         More refactoring to adapt to EvDocument changes
12254
12255 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12256
12257         * ps/ps-document.c: (start_interpreter):
12258
12259         Actually add alpha args
12260
12261 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12262
12263         * pdf/ev-poppler.cc:
12264
12265         Make clipboard work again
12266
12267 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12268
12269         Make searching work again.
12270         
12271         * backend/ev-document.c:
12272         * backend/ev-document.h:
12273         * backend/ev-document-find.c:
12274         * backend/ev-document-find.h: Change EvDocumentIface so we no
12275         longer store the current page or zoom level in the document.  The
12276         consequence is that all calls that operate on the current page now
12277         instead take the page number as an extra argument, and all
12278         coordinates are now doubles in document coordinate system.
12279
12280         * pdf/ev-poppler.cc:
12281         * pixbuf/pixbuf-document.c:
12282         * ps/ps-document.c: Update backends accordingly.
12283
12284 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12285
12286         * autogen.sh:
12287
12288         Add required gettext version
12289
12290 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12291
12292         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12293         make F1 bring up non-existent help.
12294
12295         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12296         epiphany's find bar, #167477
12297
12298         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12299         <emil@nishra.com> to add space-bar scrolling, 
12300
12301         * shell/ev-window.c (static GtkActionEntry entries): add default
12302         keybinding for Help (F1)
12303         Fixes #171068
12304
12305         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12306         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12307         170110
12308
12309 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12310
12311         * Makefile.am: 
12312         * pixbuf/pixbuf-document.c: 
12313
12314         Got pixbuf backend working again
12315
12316 2005-04-01  Steve Murphy  <murf@e-tools.com>
12317
12318         * configure.in: Added "rw" to ALL_LINGUAS.
12319
12320 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12321
12322         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12323         model types, noticed by Martin Kretzschmar.
12324
12325 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12326
12327         * pdf/ev-poppler.cc: Implement search based on
12328         poppler_page_find_text().  Currently a bit crude since we remember
12329         all matches from all pages.  Also, we grab the big document lock
12330         when we search since searching changes the underlying stream and
12331         thus conflicts with the rendering thread.
12332         
12333         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12334         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12335         (ev_view_find_previous): Fix some page indexes to be 0 based,
12336         offset rubber band by view offset,
12337
12338 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12339
12340         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12341
12342 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12343
12344         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12345         completely because I didn't understand GtkActions.  I should
12346         read Marco's code more carefully in the future.
12347
12348         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12349         function
12350
12351 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12352
12353         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12354         PopplerRectangle change from poppler CVS.
12355
12356 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12357
12358         * backend/ev-document.c: (ev_document_get_page_label):
12359         * backend/ev-document.h:
12360         * backend/ev-page-cache.c: (_ev_page_cache_new),
12361         (ev_page_cache_get_page_label):
12362         * backend/ev-page-cache.h:
12363         * pdf/ev-poppler.cc:
12364         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12365         (links_page_num_func):
12366         * shell/ev-sidebar-thumbnails.c:
12367         (ev_sidebar_thumbnails_set_document):
12368         * shell/ev-view.c: (status_message_from_link),
12369         (ev_view_motion_notify_event):
12370         * shell/ev-window.c: (document_supports_sidebar): Add in page
12371         label support.  It's not perfect yet, but it's the first 'feature'
12372         in a while.
12373         Also, fix a bogus comment noticed by crispin. 
12374
12375 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12376
12377         * Makefile.am: Remove pixbuf backend for now
12378
12379         * configure.ac: Require poppler-glib instead of just poppler.
12380
12381         * backend/ev-document-thumbnails.h: Add a comment
12382
12383         * backend/ev-document.h:
12384         * backend/ev-document.c: (ev_document_class_init),
12385         (ev_document_load), (ev_document_get_link),
12386         (ev_document_get_links): Remove 3 methods and add get_links.
12387         Also, made 0 based.
12388
12389         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12390         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12391
12392         * backend/ev-link.c: (ev_link_set_title),
12393         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12394         (ev_link_mapping_find):
12395         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12396         
12397         * backend/ev-page-cache.c: (ev_page_cache_init),
12398         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12399         (ev_page_cache_get_size), (ev_page_cache_next_page),
12400         (ev_page_cache_prev_page): Fix to be 0 based.
12401
12402         * pdf/Makefile.am: 
12403         * pdf/ev-poppler.h:
12404         * pdf/ev-poppler.cc: New backend.
12405         
12406         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12407         (ps_document_get_page), (ps_document_document_iface_init):
12408
12409         * shell/ev-pixbuf-cache.h:
12410         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12411         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12412         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12413         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12414         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12415         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12416         based.
12417         
12418         * shell/ev-sidebar-thumbnails.c:
12419         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12420         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12421
12422         * shell/ev-view.c: (status_message_from_link),
12423         (find_page_at_location), (get_link_at_location),
12424         (ev_view_motion_notify_event), (ev_view_button_release_event),
12425         (ev_view_init): Use the new link code.  Fix to be 0 based.
12426
12427         * shell/ev-window.c: (update_action_sensitivity),
12428         (document_supports_sidebar): 0 based.
12429
12430 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12431
12432         * pdf/pdf-document.cc: Patch from Fernando Herrera
12433         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12434         *blush*
12435
12436 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12437
12438         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12439         1 to the page, as this seems to be 1 based.  I thought we has this
12440         fixed.  grump.
12441
12442 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12443
12444         * TODO:
12445         * backend/Makefile.am:
12446         * backend/ev-document-links.c:
12447         (ev_document_links_has_document_links),
12448         (ev_document_links_get_links_model):
12449         * backend/ev-document-links.h:
12450         * backend/ev-document.c: (ev_document_get_page_cache),
12451         (ev_document_get_doc_mutex), (ev_document_load),
12452         (ev_document_save), (ev_document_get_title),
12453         (ev_document_get_n_pages), (ev_document_set_page),
12454         (ev_document_get_page), (ev_document_set_target),
12455         (ev_document_set_scale), (ev_document_set_page_offset),
12456         (ev_document_get_page_size), (ev_document_get_text),
12457         (ev_document_get_link), (ev_document_render),
12458         (ev_document_render_pixbuf), (ev_document_scale_changed):
12459         * backend/ev-document.h:
12460         * backend/ev-job-queue.c: (remove_object_from_queue),
12461         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12462         (no_jobs_available_unlocked), (ev_render_thread),
12463         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12464         (ev_job_queue_remove_job):
12465         * backend/ev-job-queue.h:
12466         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12467         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12468         (ev_job_links_class_init), (ev_job_render_init),
12469         (ev_job_render_dispose), (ev_job_render_class_init),
12470         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12471         (ev_job_thumbnail_class_init), (ev_job_finished),
12472         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12473         (ev_job_render_run), (ev_job_thumbnail_new),
12474         (ev_job_thumbnail_run):
12475         * backend/ev-jobs.h:
12476         * backend/ev-link.c:
12477         * backend/ev-link.h:
12478         * backend/ev-page-cache.c: (ev_page_cache_init),
12479         (ev_page_cache_class_init), (ev_page_cache_finalize),
12480         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12481         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12482         (ev_page_cache_set_link), (ev_page_cache_get_title),
12483         (ev_page_cache_get_size), (ev_page_cache_next_page),
12484         (ev_page_cache_prev_page):
12485         * backend/ev-page-cache.h:
12486         * pdf/pdf-document.cc:
12487         * ps/gsdefaults.c:
12488         * ps/gsdefaults.h:
12489         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12490         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12491         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12492         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12493         (is_interpreter_ready), (output), (catchPipe), (input),
12494         (start_interpreter), (check_filecompressed), (compute_dimensions),
12495         (ps_document_enable_interpreter), (document_load),
12496         (ps_document_next_page), (render_page), (ps_document_set_page),
12497         (ps_document_set_scale), (render_pixbuf_idle),
12498         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12499         * ps/ps-document.h:
12500         * shell/Makefile.am:
12501         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12502         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12503         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12504         (ev_pixbuf_cache_new), (job_finished_cb),
12505         (check_job_size_and_unref), (move_one_job),
12506         (ev_pixbuf_cache_update_range), (find_job_cache),
12507         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12508         (ev_pixbuf_cache_add_jobs_if_needed),
12509         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12510         * shell/ev-pixbuf-cache.h:
12511         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12512         (idle_print_handler):
12513         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12514         (selection_changed_cb), (create_loading_model),
12515         (ev_sidebar_links_construct), (links_page_num_func),
12516         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12517         (update_page_callback), (job_finished_cb),
12518         (ev_sidebar_links_set_document):
12519         * shell/ev-sidebar-thumbnails.c:
12520         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12521         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12522         (page_changed_cb), (thumbnail_job_completed_callback),
12523         (ev_sidebar_thumbnails_set_document):
12524         * shell/ev-sidebar-thumbnails.h:
12525         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12526         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12527         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12528         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12529         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12530         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12531         (ev_view_button_release_event), (ev_view_scroll_view),
12532         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12533         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12534         (ev_view_new), (job_finished_cb), (page_changed_cb),
12535         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12536         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12537         (ev_view_find_previous):
12538         * shell/ev-view.h:
12539         * shell/ev-window.c: (update_action_sensitivity),
12540         (ev_window_open_page), (update_window_title), (update_total_pages),
12541         (page_changed_cb), (ev_window_setup_document),
12542         (password_dialog_response), (ev_window_cmd_save_as),
12543         (ev_window_print), (ev_window_cmd_go_previous_page),
12544         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12545         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12546         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12547         * shell/main.c: (main):
12548
12549         Merge evince-threads branch
12550
12551 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12552
12553         * configure.ac: Added "lt" to ALL_LINGUAS.
12554
12555 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12556
12557         * NEWS:
12558         * configure.ac:
12559
12560         Release 0.1.9
12561
12562 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12563
12564         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12565
12566         Fix here also the thumbnails 1-basedness :)
12567
12568 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12569
12570         * NEWS:
12571         * configure.ac:
12572
12573         Release 0.1.8
12574
12575 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12576
12577         * pdf/pdf-document.cc:
12578         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12579         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12580
12581         Fix the mess we did with thumbnails and 1-basedness
12582
12583 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12584
12585         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12586
12587 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12588
12589         * NEWS:
12590         * configure.ac:
12591
12592         Release 0.1.7
12593
12594 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12595
12596         * ps/Makefile.am:
12597         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12598         (gtk_gs_defaults_get_alpha_parameters),
12599         (gtk_gs_defaults_get_ungzip_cmd),
12600         (gtk_gs_defaults_get_unbzip2_cmd):
12601         * ps/gsdefaults.h:
12602         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12603         (ps_document_get_orientation), (document_load),
12604         (ps_document_goto_page), (ps_document_set_page_size):
12605         * ps/ps-document.h:
12606
12607         Some more sanitization of the ps backend. Remove a lot
12608         of unused code and do not base our defaults on ggv
12609         preferences (ugh!)
12610
12611 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12612
12613         * thumbnailer/evince-thumbnailer.schemas:
12614         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12615         (main): add -s option for thumbnail size.
12616
12617 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12618
12619         * configure.ac:
12620
12621         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12622         remove it.
12623
12624 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12625
12626         * pdf/pdf-document.cc:
12627
12628         Remove 4 pixels of useless border from the
12629         thumbnail.
12630
12631 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12632
12633         * backend/ev-document-thumbnails.c:
12634         (ev_document_thumbnails_get_thumbnail):
12635         * backend/ev-document-thumbnails.h:
12636
12637         Rework API a bit. Add a border flag and
12638         change sizing logic (now the size we specify
12639         applies to the bigger dimension).
12640
12641         * pdf/pdf-document.cc:
12642         * pixbuf/pixbuf-document.c:
12643         (pixbuf_document_thumbnails_get_thumbnail):
12644         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12645         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12646
12647         Adapt to the new API and do not draw a border for nautilus
12648         thumbnailer.
12649
12650 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12651
12652         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12653         take thumbnails from page "0" instead of "1". Added a copyright header.
12654
12655 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12656
12657         * ps/ps-document.c: (set_up_page), (start_interpreter):
12658
12659         Make it C89 compliant
12660
12661 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * Makefile.am:
12664         * configure.ac:
12665         * pdf/.cvsignore:
12666         * pdf/pdf-document.cc:
12667         * thumbnailer/Makefile.am:
12668         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12669         (main):
12670         * thumbnailer/evince-thumbnailer.schemas:
12671         * thumbnailer/pdf-icon.png:
12672
12673         Add a nautilus thumbnailer.
12674         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12675
12676 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12677
12678         * NEWS:
12679         * configure.ac:
12680         * po/POTFILES.in:
12681
12682         Release 0.1.6
12683
12684 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12685
12686         Use poppler instead of including xpdf source code.  Poppler is a
12687         fork of xpdf to build it as a shared library. See
12688         http://freedesktop.org/wiki/Software/poppler.
12689
12690         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12691         xpdf fork.
12692         
12693         * pdf/Makefile.am: Build libpdfdocument.a here.
12694         
12695         * pdf/GDKSplashOutputDev.cc:
12696         * pdf/GDKSplashOutputDev.h:
12697         * pdf/GnomeVFSStream.cc:
12698         * pdf/GnomeVFSStream.h:
12699         * pdf-document.cc:
12700         * pdf-document.h:
12701         * test-gdk-output-dev.cc
12702         * Thumb.cc:
12703         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12704         against poppler.
12705
12706 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12707
12708         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12709
12710         Clear idle stack before unsetting the document
12711
12712 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12713
12714         * ps/ps-document.c: (ps_document_widget_event),
12715         (ps_document_set_target), (ps_document_finalize),
12716         (ps_document_get_page):
12717
12718         Disconnect the widget event signal on finalize.
12719         Some code cleanups.
12720
12721 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12722
12723         * ps/ps-document.c: (set_up_page):
12724
12725         If there is no bpixmap create one, even if size
12726         is not changed.
12727
12728 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12729
12730         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12731         (set_up_page), (document_load), (ps_document_set_zoom):
12732
12733         Default page is 0. Calculate size even when we have no
12734         target yet.
12735
12736 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12737
12738         * shell/ev-sidebar.c: expand the selection widget to be always as
12739         wide as the sidebar
12740
12741 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12742
12743         * shell/ev-sidebar-thumbnails.c:
12744         (ev_sidebar_thumbnails_set_document):
12745
12746         Clear the list store when setting document
12747
12748 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12749
12750         * shell/ev-page-action.c: (update_entry), (sync_entry),
12751         (activate_cb), (entry_size_request_cb), (create_tool_item),
12752         (connect_proxy):
12753
12754         Use an entry for the page control instead of spinbuttons
12755
12756 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12757
12758         * data/evince.schemas.in:
12759
12760         Correct confusing string
12761
12762 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12763
12764         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12765         for real.  Gosh, how long has this been broken.
12766
12767         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12768         check for a NULL link.  We crash otherwise.
12769
12770 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12771
12772         * NEWS:
12773         * configure.ac:
12774
12775         Release 0.1.5
12776
12777 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12778
12779         * configure.ac: add the french translation.
12780
12781 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12782
12783         * shell/ev-window.c:
12784
12785         Remove unused header -> fix distcheck
12786
12787 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12788
12789         * shell/ev-window.c: (update_window_title),
12790         (ev_window_popup_password_dialog):
12791
12792         Unescape filename for display
12793
12794 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12795
12796         * pdf/xpdf/pdf-document.cc:
12797
12798         In get_page_size deal with rotation. Also
12799         cleanup the function a bit.
12800
12801 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12802
12803         * pdf/xpdf/pdf-document.cc:
12804
12805         Fix crash when opening in new window
12806
12807 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12808
12809         * configure.ac:
12810
12811         Check ghostscript >= 7
12812
12813 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12814
12815         * shell/ev-window.c:
12816
12817         Make page width the default sizing mode
12818
12819 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12820         Marco Pesenti Gritti <marco@gnome.org>
12821
12822         * shell/ev-window.c: Remember the sidebar size
12823
12824         * data/evince.schemas.in: Add a new gconf key to store the size of
12825         the sidebar
12826
12827 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12828
12829         * data/evince-ui.xml:
12830         * shell/ev-window.c: (update_action_sensitivity),
12831         (ev_window_cmd_view_reload):
12832         
12833         Add a "Reload" action and menu entry
12834
12835 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12836
12837         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12838         iff the type doesn't support thumbnailing and indexing.
12839
12840 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12841
12842         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12843
12844 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12845
12846         * pdf/splash/Splash.cc:
12847
12848         Port fix for a crasher from kde bug
12849         http://bugs.kde.org/show_bug.cgi?id=97131
12850
12851 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12852
12853         * pdf/xpdf/pdf-document.cc:
12854
12855         Return a link even if it's of an unrecognized
12856         type. Otherwise we go in an infinte cycle.
12857
12858 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12859
12860         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12861         (size_allocate_cb), (ev_window_set_sizing_mode):
12862
12863         Update size when switching mode
12864
12865 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12866
12867         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12868         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12869         (ev_window_cmd_view_normal_size):
12870
12871         Fix size toggle buttons behavior
12872
12873 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12874
12875         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12876         (doc_rect_to_view_rect), (ev_view_size_allocate),
12877         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12878         (scale_changed_callback):
12879
12880         Do not cache offsets in size_allocate.
12881
12882 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12883
12884         * shell/ev-view.c: (ev_view_size_allocate):
12885
12886         Calculate offsets before calling the parent
12887         class (which does a redraw)
12888
12889 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12890
12891         * pdf/xpdf/pdf-document.cc:
12892
12893         Fix a crasher on exit. Unused code, put a TODO
12894
12895 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12896
12897         * backend/ev-document.c: (ev_document_class_init),
12898         (ev_document_page_changed), (ev_document_scale_changed):
12899         * backend/ev-document.h:
12900
12901         Separate page/scale notifications
12902
12903         * pdf/xpdf/pdf-document.cc:
12904
12905         Emit the new signals.
12906         Do not display the pdf page in _render, do it
12907         when scale/page are requested.
12908
12909         * ps/ps-document.c: (ps_document_set_zoom),
12910         (ps_document_widget_event):
12911         * ps/ps-document.h:
12912
12913         Emit the new signals.
12914
12915         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12916         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12917         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12918         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12919         * shell/ev-view.h:
12920         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12921         (ev_window_cmd_view_page_width), (size_allocate_cb),
12922         (ev_window_set_sizing_mode):
12923
12924         Rework sizing to be pixel based.
12925         There are bugs but should be already way better.
12926
12927 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12928
12929         * shell/ev-window.c: (ev_window_init):
12930
12931         Do not allow to shrink sidebar smaller then
12932         child requisition
12933
12934 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12935
12936         * shell/ev-sidebar.[ch]
12937         * shell/ev-window.c:
12938
12939         Improved sidebar widget. Fixes #166683
12940
12941 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12942
12943         * shell/ev-view.c (update_find_status_message): Give translators
12944         more flexibility with ngettext plural handling.
12945
12946 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12947
12948         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12949         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12950         page when we get the page size.
12951
12952 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12953
12954         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12955
12956         ps pages are 0 based, convert 
12957
12958 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12959
12960         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12961
12962         Initialize correct parent class. Set GError on document load
12963
12964 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12965
12966         * pdf/xpdf/pdf-document.cc:
12967
12968         Fixup selection offset calculation
12969
12970         * shell/ev-view.c: (view_rect_to_doc_rect),
12971         (doc_rect_to_view_rect), (ev_view_size_allocate),
12972         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12973         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12974
12975         Store selection as document relative, so that zooming
12976         and offset changing doesnt break it.
12977
12978 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12979
12980         * shell/ev-view.c: (ev_view_best_fit):
12981
12982         Do not try to best fit if the view is not realized
12983
12984 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12985           
12986         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12987
12988 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12989
12990         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12991
12992 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12993
12994         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12995         the popup window.  That prevents it resizing when in full screen
12996         mode.
12997
12998         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12999         multiple rerenders.  This pretty much sucks.
13000
13001         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13002         rest of the toolbar.
13003
13004 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13005
13006         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13007
13008 2005-02-17  Alexander Shopov  <ash@contact.bg>
13009
13010         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13011
13012 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13013
13014         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13015
13016 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13017
13018         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13019         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13020         (set_document_page), (document_changed_callback),
13021         (ev_view_set_document), (ev_view_find_previous),
13022         (ev_view_hide_cursor), (ev_view_show_cursor):
13023         * shell/ev-view.h:
13024         * shell/ev-window.c: (update_chrome_visibility),
13025         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13026         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13027         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13028         (ev_window_unfullscreen):
13029         * shell/main.c: (main):
13030
13031         Automatically hide the fullscreen button.
13032         Patch by Kristian Høgsberg <krh@redhat.com>
13033
13034 2005-02-16  Vincent Noel  <vnoel@cox.net>
13035
13036         * shell/main.c (main): Specify an icon for the window. Patch by
13037         Jaap A. Haitsma. Fixes #166177.
13038
13039 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13040
13041         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13042
13043 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13044
13045         * backend/ev-document-misc.h:
13046         * backend/ev-document-misc.c:
13047         (ev_document_misc_get_page_border_size),
13048         (ev_document_misc_paint_one_page): New function to canonicalize
13049         sizing/painting a border.
13050
13051         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13052         used.
13053
13054         * pdf/xpdf/pdf-document.cc: use new function
13055
13056         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13057         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13058         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13059         shell/ev-window.c: (update_sizing_buttons),
13060         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13061         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13062         (ev_window_cmd_view_page_width), (size_allocate_cb),
13063         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13064         and "fit width" values act as toggle buttons so they stay
13065         toggled.  It's not 100% perfect, and it's a little slow, but it's
13066         good enough to commit I think.
13067
13068 2005-02-15  David Lodge  <dave@cirt.net>
13069
13070         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13071
13072 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13073
13074         * shell/ev-window.c (update_window_title): replace newlines in
13075         the title by spaces. Bug #166107.
13076
13077 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13078
13079         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13080         parameters providing allocation width and height without
13081         scrollbars and width of a possible vertical scrollbar. With this
13082         additional information the functions can work as
13083         intended. Unfortunately they're not idempotent. We should
13084         transform these commands to toggles. Fixes Bug #164976
13085         Initial patch by Stephane Loeuillet, then heavily modified.
13086
13087         * shell/ev-view.h: update prototypes.
13088
13089         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13090         (ev_window_cmd_view_page_width): provide EvView fit functions with
13091         all the information they need. Formulas to calculate this
13092         information taken from GtkScrolledWindow.
13093
13094 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13095
13096         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13097         created a thumbnail, the list store is updated to know
13098         that the thumbnail is set. Fixes bug #166792
13099
13100 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13101
13102         * shell/ev-window.c: fixed typo, closes bug 166897
13103
13104         * TODO: updated TODO with bug numbers that are relevant
13105
13106 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13107
13108         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13109
13110 2005-02-09  Vincent Noel  <vnoel@cox.net>
13111
13112         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13113         and "Next" toolbar buttons as important to make them stand out.
13114
13115 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13116
13117         * lib/ev-debug.c:
13118         * lib/ev-debug.h:
13119         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13120         (start_interpreter), (stop_interpreter), (document_load),
13121         (ps_document_next_page), (ps_document_goto_page),
13122         (ps_document_set_page_size), (ps_document_widget_event),
13123         (ps_document_render):
13124         * shell/ev-page-view.c: (ev_page_view_dispose):
13125         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13126
13127         Fix compilation on non-gcc platforms
13128
13129 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13130
13131         * NEWS:
13132         * configure.ac:
13133
13134         Release 0.1.4
13135
13136         * pdf/xpdf/Catalog.cc:
13137         * pdf/xpdf/XRef.cc:
13138
13139         Fix the fix for CAN-2004-0888
13140
13141 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13142
13143         * data/Makefile.am:
13144         * data/evince-ui.xml:
13145         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13146         * shell/ev-stock-icons.h:
13147         * shell/ev-window.c: (update_action_sensitivity),
13148         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13149         (set_action_properties):
13150
13151         Improve toolbar layout/icons
13152
13153 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13154
13155         * pdf/xpdf/pdf-document.cc:
13156
13157         Add warnings about unimplemented/unknown link
13158         types.
13159
13160 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13161
13162         * ps/ps-document.c: (set_up_page):
13163
13164         Log gs property
13165
13166 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13167
13168         * ps/ps-document.c: (start_interpreter):
13169
13170         Log gs env var
13171
13172 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13173
13174         * shell/ev-page-view.c: (ev_page_view_dispose):
13175         * shell/ev-view.c: (ev_view_finalize):
13176         * shell/ev-window.c: (ev_window_setup_document),
13177         (ev_window_dispose), (ev_window_init):
13178
13179         Solve more refs issues.
13180
13181         I commented out the page_view initialization for now:
13182         it was never destroyed (because it's never added
13183         to a container). Because of that we was leaking
13184         gs processes. Couldnt think to a clean fix.
13185         We need to figure this out, password view has the
13186         same issue probably.
13187
13188 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13189
13190         * ps/ps-document.c: (ps_document_finalize),
13191         (ps_document_get_n_pages), (ps_document_get_page):
13192
13193         Some cleanups, stop the interpreter on finalize
13194
13195         * shell/ev-page-view.c: (ev_page_view_dispose),
13196         (ev_page_view_class_init):
13197
13198         Release our reference on the document
13199
13200 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13201
13202         * Makefile.am:
13203         * configure.ac:
13204         * doc/debugging.txt:
13205         * lib/.cvsignore:
13206         * lib/Makefile.am:
13207         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13208         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13209         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13210         * lib/ev-debug.h:
13211
13212         Add debugging helpers
13213
13214         * ps/Makefile.am:
13215         * ps/ps-document.c: (set_up_page), (start_interpreter),
13216         (stop_interpreter), (document_load), (ps_document_next_page),
13217         (ps_document_goto_page), (ps_document_set_page_size),
13218         (ps_document_widget_event), (ps_document_render):
13219         * shell/Makefile.am:
13220         * shell/ev-view.c: (expose_bin_window):
13221         * shell/main.c: (main):
13222
13223         Add some logs
13224         
13225 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13226
13227         * ps/ps-document.c: (ps_document_widget_event):
13228
13229         Initialize message_window, this should make ps
13230         rendering really work! (Never noticed because I was
13231         testing with a ps that is causing gs to exit every time!)
13232
13233 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13234
13235         * data/evince.schemas.in: updated simple error in applyto closing tag
13236
13237 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13238
13239         * Makefile.am:
13240         * configure.ac:
13241         * data/.cvsignore:
13242         * data/Makefile.am:
13243         * data/evince-ui.xml:
13244         A data/evince.schemas.in:
13245         * po/POTFILES.in:
13246         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13247         * shell/ev-stock-icons.h:
13248         * shell/ev-window.c: (update_chrome_visibility),
13249         (update_chrome_flag), (ev_window_cmd_edit_find),
13250         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13251         (ev_window_unfullscreen), (ev_window_focus_in_event),
13252         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13253         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13254         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13255         (ev_window_dispose), (ev_window_class_init),
13256         (set_action_properties), (set_chrome_actions), (load_chrome),
13257         (ev_window_init):
13258
13259         Implement fullscreen mode changes from bug #164776.
13260         Also implement persistent chrome toggles.
13261
13262 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13263
13264         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13265
13266 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13267
13268         * NEWS:
13269         * configure.ac:
13270         * shell/ev-view.c:
13271
13272         Add another check for find interface
13273
13274         Release 0.1.3
13275
13276 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13277
13278         * shell/ev-application.c: (ev_application_open):
13279         * shell/ev-window.c: (ev_window_open):
13280
13281         Open gzipped ps documents
13282
13283 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13284
13285         * TODO:
13286         * shell/ev-view.c: (set_document_page):
13287
13288         Clamp page number, dont try to move to
13289         not existant pages.
13290
13291 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13292
13293         * backend/ev-document-find.c: (ev_document_find_changed):
13294         * backend/ev-document-find.h:
13295         * pdf/xpdf/pdf-document.cc:
13296         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13297         * shell/ev-window.c: (find_bar_search_changed_cb):
13298
13299         Fix several bugs with find
13300
13301 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13302
13303         * shell/ev-sidebar-thumbnails.c
13304         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13305         document. Prevents warning from scroll_to_cell.
13306
13307 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13308
13309         * configure.ac: Add «nb» to ALL_LINGUAS too.
13310
13311 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13312
13313         * NOTES: New file with some random thoughts.
13314
13315         * TODO: Update.
13316
13317         * backend/ev-document-misc.c:
13318         (ev_document_misc_get_page_border_size): New function to
13319         canonicalize shadow drawing sizes.  Possibly goofy.
13320
13321         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13322         (ev_view_best_fit), (ev_view_fit_width):
13323         * pdf/xpdf/pdf-document.cc:
13324         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13325         * ps/ps-document.c: (ps_document_get_page_size):
13326         * backend/ev-document-misc.h:
13327         * backend/ev-document.c: (ev_document_get_page_size):
13328         * backend/ev-document.h: get_page_size now takes a page number
13329         parameter.  Made all the backends/frontends honor it.
13330
13331         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13332         see.  Doesn't work yet.
13333
13334         * shell/Makefile.am:
13335         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13336         Doesn't do anything yet.
13337
13338         * shell/ev-sidebar-thumbnails.c:
13339         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13340         [0..n_pages-1]
13341
13342         * shell/ev-window.c: (update_action_sensitivity),
13343         (ev_window_setup_document), (ev_window_set_page_mode),
13344         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13345         view-swapping code a bit so we can have multiple views on a
13346         document.  Add the multi-page view, though it can't be turned on
13347         yet.
13348
13349 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13350
13351         * shell/ev-application.c: (ev_application_open):
13352         * shell/ev-view.c: (expose_bin_window):
13353         * shell/ev-window.c: (ev_window_open):
13354
13355         Support eps and check document supports find
13356         before drawing highlightings in expose.
13357
13358 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13359
13360         * pixbuf/pixbuf-document.c:
13361         (pixbuf_document_thumbnails_get_dimensions),
13362         (pixbuf_document_document_thumbnails_iface_init):
13363
13364         implement get_dimensions
13365
13366 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13367
13368         * NEWS:
13369         * configure.ac:
13370
13371         Release 0.1.2
13372
13373 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13374
13375         * shell/ev-view.c: (set_document_page):
13376
13377         Scroll at the top of the page when changing page
13378
13379 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13380
13381         * shell/ev-view.c: (ev_view_motion_notify_event):
13382
13383         Do not redraw unnecessarily
13384
13385 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13386
13387         * pdf/xpdf/pdf-document.cc:
13388         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13389         (expose_bin_window), (find_changed_cb):
13390
13391         Yay! find works now... Now to find bugs...
13392
13393 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13394
13395         * backend/ev-document-find.c: (ev_document_find_base_init),
13396         (ev_document_find_changed):
13397         * backend/ev-document-find.h:
13398         * pdf/xpdf/pdf-document.cc:
13399         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13400         (expose_bin_window), (ev_view_init), (set_document_page),
13401         (ensure_rectangle_is_visible), (jump_to_find_result),
13402         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13403         (ev_view_find_next), (ev_view_find_previous):
13404         * shell/ev-view.h:
13405         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13406
13407         More work on find implementation, mostly there now
13408
13409 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13410
13411         * backend/ev-backend-marshalers.list:
13412         * backend/ev-document-find.c: (ev_document_find_base_init),
13413         (ev_document_find_cancel), (ev_document_find_page_has_results),
13414         (ev_document_find_get_n_results), (ev_document_find_get_result),
13415         (ev_document_find_get_progress), (ev_document_find_changed):
13416         * backend/ev-document-find.h:
13417
13418         Enanche the find interface to be really able to do
13419         multi page find.
13420
13421         * pdf/xpdf/pdf-document.cc:
13422
13423         Implement
13424
13425         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13426         (expose_bin_window), (ev_view_init),
13427         (ev_view_get_find_status_message), (find_changed_cb),
13428         (ev_view_set_document), (set_document_page):
13429
13430         Adapt to the new interface. A few things are regressed sorry,
13431         I will finish it soon.
13432
13433 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13434
13435         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13436         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13437         ev_sidebar_thumbnails_parent_class variable, don't define another
13438         parent_class variable.
13439
13440         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13441         (ev_page_action_class_init): ditto.
13442
13443         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13444         (pixbuf_document_class_init): ditto.
13445
13446         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13447         ditto.
13448
13449         * .cvsignore: ignore various valgrind output files.
13450
13451 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13452
13453         * data/evince-ui.xml:
13454         * shell/Makefile.am:
13455         * shell/ev-history.c:
13456         * shell/ev-history.h:
13457         * shell/ev-navigation-action.c:
13458         * shell/ev-navigation-action.h:
13459         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13460         (ev_view_set_page), (ev_view_fit_width):
13461         * shell/ev-view.h:
13462         * shell/ev-window.c: (update_action_sensitivity),
13463         (ev_window_setup_document), (register_custom_actions):
13464
13465         Kill session history
13466
13467 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13468
13469         * shell/ev-window.c: (update_action_sensitivity):
13470
13471         Fix inverted up/down buttons
13472
13473 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13474
13475         * shell/ev-sidebar-thumbnails.c
13476         (ev_sidebar_thumbnails_select_page): make sure the selected
13477         thumbnail stays visible.
13478
13479 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13480
13481         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13482         scrolled window for Federico.
13483
13484 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13485
13486         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13487
13488 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13489
13490         * configure.ac:
13491         * pdf/splash/SplashFTFontEngine.cc:
13492
13493         Fix CID fonts with freetype 2.1.9
13494
13495 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13496
13497         * TODO: added item for desktop icon thumbnailer
13498
13499 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13500
13501         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13502         unloaded docs when the title is accessed.
13503
13504         * shell/ev-password-view.[hc]: New widget for displaying password
13505         state.
13506
13507         * shell/ev-window.[ch]: Refactor password handling code to handle
13508         the new view.
13509
13510 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13511
13512         * NEWS:
13513         * configure.ac:
13514         * data/Makefile.am:
13515
13516         Release 0.1.1
13517
13518 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13519
13520         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13521         ignore page offset here, to make search results independent of it,
13522
13523         * shell/ev-view.c (expose_bin_window): but take offsets into
13524         account here. Bug #164932
13525
13526         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13527         scale at the right time. Bug #164996
13528
13529 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13530
13531         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13532         fix the problem. Now I just removed the Adobe font names and hope
13533         that the URW fonts are always in outline format. Bug #164934
13534
13535         * shell/ev-window.c (update_window_title): empty titles are
13536         useless, use filename in that case too.
13537
13538         * NEWS: Add some content.
13539
13540 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13541
13542         * TODO: added one more TODO item and a TODONE section :)
13543
13544 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13545
13546         * ps/ps-document.h: add page_[xy]_offset fields.
13547
13548         * ps/ps-document.c (ps_document_set_page_offset)
13549         (ps_document_render): Keep offset in consideration in a few
13550         places. Bug #164752 "postscript documents are not centered in
13551         window"
13552
13553         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13554         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13555
13556         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13557         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13558         stub out missing methods for complete EvDocument implementation.
13559         Fixes segfaults with Save A Copy and Copy actions.
13560
13561         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13562         (ps_document_document_iface_init): ditto.
13563         
13564 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13565
13566         * data/.cvsignore:
13567         * data/Makefile.am:
13568         * data/evince.desktop.in:
13569
13570         Add desktop file
13571
13572 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13573
13574         * shell/ev-view.c: (ev_view_button_press_event),
13575         (ev_view_motion_notify_event):
13576
13577         Make selection work in any direction
13578
13579 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13580
13581         * TODO:
13582         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13583
13584         Use shorter labels for some of the toolbars items
13585
13586 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13587
13588         * pdf/xpdf/pdf-document.cc:
13589
13590         Check the links info is initialized before
13591         using it. Should fix a crash on startup.
13592
13593 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13594
13595         * pixbuf/pixbuf-document.c
13596         (pixbuf_document_thumbnails_get_dimensions): force floating point
13597         division to calculate page_ratio. Fixes crash with landscape
13598         format pixbufs.
13599
13600 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13601
13602         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13603
13604 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13605
13606         * shell/ev-view.c (set_document_page): unset has_selection when
13607         the page changes.
13608         (set_document_page): handle paper size changes when the page
13609         changes (test with Free Culture, page 2).
13610
13611 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13612
13613         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13614         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13615
13616         Use normal style color for the widget background and
13617         draw a black box around the page.
13618
13619 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13620
13621         * pdf/xpdf/pdf-document.cc:
13622
13623         Keep offset in consideration in a few places
13624
13625         * shell/ev-view.c: (expose_bin_window):
13626
13627         Set the offsets so that the document is ever centered
13628
13629 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13630
13631         * TODO: Added TODO items and finished off the first todo item
13632
13633         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13634         reflect current authors
13635
13636 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13637
13638         * pdf/xpdf/pdf-document.cc:
13639         * shell/ev-view.c: (ev_view_set_cursor),
13640         (ev_view_motion_notify_event), (document_changed_callback),
13641         (set_document_page):
13642
13643         Show a wait cursor while the page is rendering
13644
13645 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13646
13647         * shell/ev-sidebar-thumbnails.c:
13648         (ev_sidebar_tree_selection_changed),
13649         (ev_sidebar_thumbnails_select_page):
13650         * shell/ev-sidebar-thumbnails.h:
13651         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13652         (ev_view_can_go_forward):
13653         * shell/ev-window.c: (ev_window_open_page),
13654         (ev_window_setup_document), (update_current_page),
13655         (view_page_changed_cb), (ev_window_init):
13656         * shell/ev-window.h:
13657
13658         Ensure thumbnails selection, toolbar page control and
13659         current page are in sync.
13660
13661 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13662
13663         * pdf/xpdf/XRef.cc:
13664
13665         Fix CAN-2005-0064
13666
13667 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13668
13669         * backend/Makefile.am:
13670         * backend/ev-document-links.h:
13671         * backend/ev-document-security.c: (ev_document_security_get_type),
13672         (ev_document_security_has_document_security),
13673         (ev_document_security_set_password):
13674         * backend/ev-document-security.h:
13675         * backend/ev-document.c: (ev_document_error_quark):
13676         * backend/ev-document.h:
13677         * data/Makefile.am:
13678         * data/evince-password.glade:
13679         * pdf/xpdf/pdf-document.cc:
13680         * shell/Makefile.am:
13681         * shell/ev-password.c: (ev_password_set_bad_password_label),
13682         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13683         (ev_password_dialog_get_password),
13684         (ev_password_dialog_set_bad_pass):
13685         * shell/ev-password.h:
13686         * shell/ev-window.c: (ev_window_get_attribute),
13687         (ev_window_set_property), (update_action_sensitivity),
13688         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13689         (ev_window_setup_document), (ev_window_get_password),
13690         (ev_window_open), (ev_window_cmd_save_as),
13691         (using_postscript_printer), (ev_window_print),
13692         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13693         (update_fullscreen_popup), (ev_window_fullscreen),
13694         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13695         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13696         (menu_item_select_cb), (find_bar_search_changed_cb),
13697         (ev_window_dispose), (ev_window_init):
13698
13699         Add initial support for password-supported dialogs.  This could be
13700         a lot cooler, but it'll do for now.
13701
13702 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13703
13704         * pdf/xpdf/pdf-document.cc:
13705         * shell/ev-view.c: (status_message_from_link),
13706         (ev_view_set_status), (ev_view_set_cursor),
13707         (ev_view_motion_notify_event), (ev_view_init):
13708         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13709
13710         Fix bugs in the links implementation and change cursor
13711         when hovering a link.
13712
13713 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13714
13715         * viewer/.cvsignore: added cvsignore file for viewer directory
13716
13717         * TODO: created TODO document
13718
13719 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13720
13721         * shell/ev-view.h:
13722         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13723         new functions to help with implementation of sensitivity code
13724         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13725         of all actions that might require it.  Fixes a crash when you
13726         click on the Zoom actions in a window lacking a document.
13727
13728 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13729
13730         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13731         of the Find action
13732
13733 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13734
13735         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13736         (pixbuf_document_document_iface_init):
13737         * ps/ps-document.c: (ps_document_get_link),
13738         (ps_document_document_iface_init):
13739         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13740         (status_message_from_link), (ev_view_set_status),
13741         (ev_view_set_find_status), (ev_view_motion_notify_event),
13742         (ev_view_button_release_event), (ev_view_set_property),
13743         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13744         (ev_view_get_find_status_message), (update_find_results),
13745         (ev_view_get_status), (ev_view_get_find_status):
13746         * shell/ev-view.h:
13747         * shell/ev-window.c: (view_status_changed_cb),
13748         (view_find_status_changed_cb), (ev_window_init):
13749
13750         View status message support, use it to show the links.
13751         Needs work...
13752
13753 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13754
13755         * backend/ev-document.c: (ev_document_get_link):
13756         * backend/ev-document.h:
13757         * pdf/xpdf/pdf-document.cc:
13758         * shell/ev-application.c: (ev_application_open):
13759         * shell/ev-application.h:
13760         * shell/ev-sidebar-links.c: (selection_changed_cb):
13761         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13762         (ev_view_go_to_link):
13763
13764         Add support for document links
13765
13766 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13767
13768         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13769         (create_tool_item):
13770         Set the spin button limits correctly.
13771         
13772         * shell/ev-sidebar-thumbnails.c:
13773         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13774         Support changing pages by clicking on the thumbnails.
13775         
13776 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13777
13778         * pixbuf/pixbuf-document.c:
13779         (pixbuf_document_thumbnails_get_dimensions),
13780         (pixbuf_document_document_thumbnails_iface_init):
13781
13782         implement get_dimensions
13783
13784 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13785
13786         * ps/ps-document.c: (ps_document_goto_page):
13787
13788         Fix page switching on multipage documents
13789
13790 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13791
13792         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13793         
13794         check for NULL before assigning to width and height parameters
13795
13796 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13797
13798         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13799         (pixbuf_document_set_property), (pixbuf_document_get_property):
13800
13801         implement get/set properties
13802
13803 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13804
13805         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13806         
13807         return NULL instead of "Unknown", letting the title get set to
13808         the filename when the pdf has no title.
13809
13810 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13811
13812         * ps/ps-document.c: (ps_document_get_page_count),
13813         (ps_document_goto_page):
13814
13815 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13816
13817         * shell/ev-history.c: (ev_history_get_property),
13818         (ev_history_set_property), (ev_history_class_init),
13819         (ev_history_add_page), (ev_history_set_current_index):
13820         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13821         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13822         (ev_navigation_action_finalize):
13823         * shell/ev-navigation-action.h:
13824         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13825         (ev_view_go_forward), (ev_view_get_find_status_message),
13826         (history_index_changed_cb), (ev_view_set_history):
13827         * shell/ev-view.h:
13828         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13829         (update_current_page), (register_custom_actions):
13830
13831         Implement history dropdowns
13832
13833 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13834
13835         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13836         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13837         (ev_view_go_forward):
13838         * shell/ev-window.c: (register_custom_actions):
13839
13840         Fix several history bugs
13841
13842 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13843
13844         * configure.ac: Add «nb» to ALL_LINGUAS.
13845
13846 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13847
13848         * backend/Makefile.am:
13849         * backend/ev-bookmark.c:
13850         * backend/ev-bookmark.h:
13851         * backend/ev-document-bookmarks.c:
13852         * backend/ev-document-bookmarks.h:
13853         * backend/ev-document-links.c: (ev_document_links_get_type),
13854         (ev_document_links_has_document_links),
13855         (ev_document_links_begin_read), (ev_document_links_get_link),
13856         (ev_document_links_get_child), (ev_document_links_next),
13857         (ev_document_links_free_iter):
13858         * backend/ev-document-links.h:
13859         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13860         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13861         (ev_link_get_link_type), (ev_link_set_link_type),
13862         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13863         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13864         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13865         (ev_link_new_external):
13866         * backend/ev-link.h:
13867         * pdf/xpdf/pdf-document.cc:
13868         * shell/Makefile.am:
13869         * shell/ev-application.c: (ev_application_open_link):
13870         * shell/ev-application.h:
13871         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13872         (ev_history_get_link_nth):
13873         * shell/ev-history.h:
13874         * shell/ev-sidebar-bookmarks.c:
13875         * shell/ev-sidebar-bookmarks.h:
13876         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13877         (ev_sidebar_links_class_init), (selection_changed_cb),
13878         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13879         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13880         (do_one_iteration), (populate_links_idle),
13881         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13882         * shell/ev-sidebar-links.h:
13883         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13884         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13885         (go_to_index):
13886         * shell/ev-view.h:
13887         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13888         * shell/ev-window.h:
13889
13890         Rename bookmark to link, and use "Index" for the sidebar panel.
13891
13892 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13893
13894         * shell/Makefile.am:
13895         * shell/ev-application.c: (ev_application_open_bookmark):
13896         * shell/ev-application.h:
13897         * shell/ev-history.c: (ev_history_init), (free_links_list),
13898         (ev_history_finalize), (ev_history_class_init),
13899         (ev_history_add_link), (ev_history_add_page),
13900         (ev_history_get_link_nth), (ev_history_get_n_links),
13901         (ev_history_get_current_index), (ev_history_set_current_index),
13902         (ev_history_new):
13903         * shell/ev-history.h:
13904         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13905         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13906         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13907         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13908         (ev_view_set_page):
13909         * shell/ev-view.h:
13910         * shell/ev-window.c: (ev_window_open_bookmark),
13911         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13912         (goto_page_cb), (register_custom_actions):
13913         * shell/ev-window.h:
13914
13915         Initial history implementation. Needs work.
13916
13917 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13918
13919         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13920
13921 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13922
13923         * cut-n-paste/recent-files/egg-recent-item.c:
13924         * cut-n-paste/recent-files/egg-recent-item.h:
13925         * cut-n-paste/recent-files/egg-recent-model.c:
13926         * cut-n-paste/recent-files/egg-recent-util.c:
13927         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13928         * cut-n-paste/recent-files/egg-recent-view.c:
13929
13930         Update
13931
13932 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13933
13934         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13935         (fillGlyph, fillImageMask, drawImage):
13936         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13937         pdf/splash/SplashTypes.h:
13938         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13939         packed mode for Splash.
13940
13941         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13942         RGB8 packed mode, eliminates the pixbuf data creation loop.
13943
13944         * shell/ev-print-job.c (ev_print_job_finalize)
13945         (ev_print_job_set_property, ev_print_job_get_property)
13946         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13947         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13948         (print_closure_finalize, ev_print_job_print): implement
13949         printing (for backends with EvPsExporter)
13950
13951         * shell/ev_print_job.h: update prototypes.
13952
13953         * shell/ev-window.c (ev_window_print): unref print job after
13954         printing.
13955
13956         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13957         unless the document implements the EvDocumentFind interface.
13958
13959 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13960
13961         * configure.ac: Added ja to ALL_LINGUAS.
13962
13963 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13964
13965         * pdf/xpdf/pdf-document.cc:
13966
13967         add a FIXME. We should probably not allocate
13968         a bookmark object every time
13969
13970 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13971
13972         * shell/ev-application.c: (ev_application_open),
13973         (ev_application_open_bookmark):
13974         * shell/ev-application.h:
13975         
13976         Add a way to open bookmarks
13977
13978         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13979         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13980         (ev_bookmark_set_property), (ev_bookmark_class_init),
13981         (ev_bookmark_new_title), (ev_bookmark_new_link),
13982         (ev_bookmark_new_external):
13983
13984         Support for external uris, better constructors.
13985
13986         * backend/ev-bookmark.h:
13987         * pdf/xpdf/pdf-document.cc:
13988         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13989
13990         Handle external uris
13991
13992 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13993
13994         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13995         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13996
13997         Hook up bookmarks navigation
13998
13999 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14000
14001         * backend/Makefile.am:
14002         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14003         (ev_bookmark_get_title), (ev_bookmark_set_title),
14004         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14005         (ev_bookmark_get_page), (ev_bookmark_set_page),
14006         (ev_bookmark_get_property), (ev_bookmark_set_property),
14007         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14008         (ev_bookmark_new):
14009         * backend/ev-bookmark.h:
14010         * backend/ev-document-bookmarks.c:
14011         (ev_document_bookmarks_get_bookmark):
14012         * backend/ev-document-bookmarks.h:
14013         * pdf/xpdf/pdf-document.cc:
14014         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14015
14016         Add a bookmark object to the backend and use it instead of get_values
14017
14018 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14019
14020         * data/evince-ui.xml:
14021
14022         Cleanup and add select all.
14023
14024         * shell/ev-view.c: (ev_view_select_all),
14025         (ev_view_button_press_event):
14026         * shell/ev-view.h:
14027         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14028
14029         Add select all.
14030         Clear selection on click.
14031
14032 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14033
14034         * shell/ev-sidebar-thumbnails.c
14035         (ev_sidebar_thumbnails_set_document): forgot to unref the
14036         loading_icon.
14037
14038 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14039
14040         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14041         at the visible page, not just linearly.  This makes it look fast.
14042
14043 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14044
14045         * backend/ev-document-misc.c
14046         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14047         white.
14048         * backend/ev-document-thumbnails.h: New interface to get the size
14049         of a page.
14050
14051 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14052
14053         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14054         make dist works
14055
14056 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14057
14058         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14059         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14060         things up a bit.
14061
14062         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14063
14064 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14065
14066         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14067         fonts. Should fix font problems on systems that have the base
14068         fonts in bitmap format. Reported by James Henstridge
14069         <james@jamesh.id.au>.
14070
14071 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14072
14073         * pdf/xpdf/Gfx.cc:
14074         * pdf/xpdf/GfxState.cc:
14075
14076         Fix for CAN-2004-1125
14077
14078 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14079
14080         * shell/ev-view.c: (ev_view_copy):
14081         * shell/ev-view.h:
14082         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14083
14084         Implement Edit->Copy
14085
14086 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14087
14088         * backend/ev-document.c: (ev_document_get_text):
14089         * backend/ev-document.h:
14090         * pdf/xpdf/pdf-document.cc:
14091         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14092         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14093         (ev_view_update_primary_selection), (ev_view_button_press_event),
14094         (ev_view_motion_notify_event), (ev_view_button_release_event):
14095
14096         Beginnings of clipboard support. Incomplete but primary sort
14097         of work.
14098
14099 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14100
14101         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14102         (expose_bin_window):
14103
14104         Nicer rubberband drawing, from GtkIconView.
14105
14106 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14107
14108         * backend/ev-document.c: (ev_document_save):
14109         * backend/ev-document.h:
14110         * data/evince-ui.xml:
14111         * pdf/xpdf/pdf-document.cc:
14112         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14113
14114         Implement "Save a copy..." menu item
14115
14116 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14117
14118         * shell/ev-view.c: (ev_view_zoom):
14119
14120         Queue a resize when zoom changes
14121
14122 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14123
14124         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14125         shadows.
14126
14127         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14128         thumbnails..
14129
14130 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14131
14132         * pdf/xpdf/pdf-document.cc
14133         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14134
14135 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14136
14137         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14138         It's slow, but I'll speed it up next!
14139
14140 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14141
14142         * shell/main.c (load_files):
14143
14144         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14145         from the command line and because it seems more appropriate.
14146
14147 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14148
14149         * data/evince-ui.xml:
14150         * shell/ev-window.c: (update_action_sensitivity),
14151         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14152
14153         s/next page/page down
14154         s/previous page/page up
14155
14156 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14157
14158         * data/evince-ui.xml:
14159
14160         Change the layout to match clarkbw design.
14161
14162         * shell/Makefile.am:
14163         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14164         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14165         (ev_navigation_action_finalize),
14166         (ev_navigation_action_set_property),
14167         (ev_navigation_action_get_property),
14168         (ev_navigation_action_class_init):
14169         * shell/ev-navigation-action.h:
14170
14171         Implement clarkbw toolbar navigation controls (incomplete)
14172
14173         * shell/ev-page-action.c: (update_label), (update_spin),
14174         (value_changed_cb), (create_tool_item), (connect_proxy),
14175         (ev_page_action_init), (ev_page_action_finalize),
14176         (ev_page_action_set_property), (ev_page_action_get_property),
14177         (ev_page_action_set_current_page),
14178         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14179         * shell/ev-page-action.h:
14180
14181         Implement a page switcher in the toolbar
14182
14183         * shell/ev-view.c: (ev_view_scroll_view):
14184         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14185         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14186         (register_custom_actions), (ev_window_init):
14187
14188         Change page on PageUp/Down.
14189
14190 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14191
14192         * pdf/xpdf/pdf-document.cc
14193         (pdf_document_thumbnails_get_thumbnail): initial stab at
14194         implementing thumbnail support for pdfs.  It only does documents
14195         with precached pdfs now.
14196
14197 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14198
14199         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14200         thumbnail code into a time-based idle as well.  Also, turn off the
14201         shadow temporarily as it's really slow.
14202
14203 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14204
14205         * backend/ev-document.c: (ev_document_class_init):
14206         * pdf/xpdf/pdf-document.cc:
14207         * shell/ev-window.c: (ev_window_open):
14208
14209         Fix document title bugs and fallback to
14210         filename when not available.
14211
14212 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14213
14214         * backend/ev-document.c: (ev_document_get_type),
14215         (ev_document_class_init), (ev_document_load),
14216         (ev_document_get_title):
14217         * backend/ev-document.h:
14218         * pdf/xpdf/pdf-document.cc:
14219         * ps/ps-document.c: (ps_document_set_property),
14220         (ps_document_get_property), (ps_document_class_init),
14221         (document_load):
14222         * ps/ps-document.h:
14223         * ps/ps.h:
14224         * shell/ev-window.c: (update_window_title), (ev_window_open),
14225         (ev_window_init):
14226
14227         Initial support for document title. Not working yet.
14228
14229 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14230
14231         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14232
14233         Grab focus on the view when clicking it
14234
14235 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14236
14237         * shell/ev-marshal.list:
14238         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14239         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14240
14241         Add key bindings to the view. Now if the focus would work
14242         right...
14243
14244 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14245
14246         * Makefile.am:
14247         * backend/Makefile.am:
14248         * data/Makefile.am:
14249         * dvi/Makefile.am:
14250         * dvi/dvilib/Makefile.am:
14251         * pdf/xpdf/Makefile.am:
14252         * po/POTFILES.in:
14253         * ps/Makefile.am:
14254
14255         Fix distcheck
14256
14257 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14258
14259         * shell/ev-view.c: (ev_view_realize):
14260
14261         Fix mouse wheel scrolling
14262
14263 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14264
14265         * ps/Makefile.am:
14266         * ps/gstypes.h:
14267         * ps/gtkgs.c:
14268         * ps/gtkgs.h:
14269         * ps/ps-document.c: (catchPipe), (ps_document_init),
14270         (ps_document_class_init), (ps_document_cleanup),
14271         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14272         (set_up_page), (close_pipe), (is_interpreter_ready),
14273         (interpreter_failed), (output), (input), (start_interpreter),
14274         (stop_interpreter), (file_length), (file_readable),
14275         (check_filecompressed), (check_pdf), (compute_xdpi),
14276         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14277         (ps_document_get_type), (ps_document_emit_error_msg),
14278         (document_load), (ps_document_next_page),
14279         (ps_document_get_current_page), (ps_document_get_page_count),
14280         (ps_document_goto_page), (ps_document_set_page_size),
14281         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14282         (ps_document_load), (ps_document_get_n_pages),
14283         (ps_document_set_page), (ps_document_get_page),
14284         (ps_document_widget_event), (ps_document_set_target),
14285         (ps_document_set_scale), (ps_document_set_page_offset),
14286         (ps_document_get_page_size), (ps_document_render),
14287         (ps_document_document_iface_init):
14288         * ps/ps-document.h:
14289         * ps/ps.c:
14290         * shell/ev-window.c: (ev_window_open):
14291
14292         Rename GtkGS to PSDocument
14293
14294 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14295
14296         * ps/gtkgs.c: (gtk_gs_class_init):
14297         * ps/gtkgs.h:
14298
14299         Some more leftover...
14300
14301 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14302
14303         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14304         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14305         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14306         * ps/gtkgs.h:
14307
14308         Remove unused code and make a lot of stuff private
14309
14310 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14311
14312         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14313         (gtk_gs_defaults_changed):
14314         * ps/gsdefaults.h:
14315         * ps/gtkgs.c:
14316         * ps/gtkgs.h:
14317         * ps/ps.h:
14318
14319         Cleanup headers dependencies
14320
14321 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14322
14323         * ps/Makefile.am:
14324         * ps/ggvutils.c:
14325         * ps/ggvutils.h:
14326         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14327         * ps/gsdefaults.h:
14328         * ps/gtkgs.c: (file_length), (file_readable),
14329         (check_filecompressed), (check_pdf), (gtk_gs_load),
14330         (gtk_gs_get_postscript):
14331
14332         Get rid of ggvutils
14333
14334 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14335
14336         * ps/ggvutils.c:
14337         * ps/ggvutils.h:
14338         * ps/gsio.h:
14339         * ps/gtkgs.c: (gtk_gs_set_zoom):
14340
14341         Cleanups
14342
14343 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14344
14345         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14346
14347         Ensure the page is rerendered when changing zoom
14348
14349 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14350
14351         * backend/ev-document.c: (ev_document_base_init),
14352         (ev_document_changed):
14353         * backend/ev-document.h:
14354
14355         Add a changed event that is emitted when the page content
14356         changes. This is necessary to deal with the fact that
14357         in ps backend rendering happen asycrounously.
14358         This makes the ps backend mostly work.
14359
14360         * pdf/xpdf/pdf-document.cc:
14361
14362         Emit changed event
14363
14364         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14365         (ps_document_set_target):
14366
14367         Emit changed event
14368
14369         * shell/ev-view.c: (document_changed_callback),
14370         (ev_view_set_document), (ev_view_set_page):
14371
14372         Redraw on the changed signal
14373
14374 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14375
14376         * configure.ac: Added pt_BR to ALL_LINGUAS.
14377
14378 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14379
14380         * backend/ev-document-bookmarks.c:
14381         (ev_document_bookmarks_get_child): *
14382         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14383         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14384         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14385         (ev_sidebar_bookmarks_destroy),
14386         (ev_sidebar_bookmarks_class_init),
14387         (ev_sidebar_bookmarks_construct), (stack_data_free),
14388         (do_one_iteration), (populate_bookmarks_idle),
14389         (ev_sidebar_bookmarks_clear_document),
14390         (ev_sidebar_bookmarks_set_document): *
14391         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14392         (ev_sidebar_add_page),
14393         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14394         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14395         it displays both the topics and the page numbers.
14396
14397 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14398
14399         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14400         toggle.
14401         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14402         visible.
14403
14404 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14405
14406         * configure.ac: Added en_CA to ALL_LINGUAS.
14407
14408 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14409
14410         * ChangeLog: replace bottom of this ChangeLog (merged history of
14411         ggv and gpdf; where all paths were wrong and most of the files are
14412         not even in this tree) with ChangeLog (from arch) of the shell
14413         code.
14414
14415 2004-12-23  Havoc Pennington  <hp@redhat.com>
14416
14417         * shell/ev-window.c: hook up potentially-questionable "find
14418         results status text" feature - something involving the sidebar or
14419         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14420         might be better in the end.
14421
14422         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14423         with corresponding signal when it should be updated
14424
14425         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14426
14427 2004-12-22  Havoc Pennington  <hp@redhat.com>
14428
14429         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14430         find stuff on other pages, sort of (only returns one result on
14431         invisible pages, to show they have results; updates full results
14432         for a page when you view it). Currently repaints the current page
14433         every time a new result is found on any page, which isn't so nice.
14434
14435 2004-12-22  Havoc Pennington  <hp@redhat.com>
14436
14437         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14438         the document doesn't support find (better ideas?)
14439         (find_bar_search_changed_cb): handle missing document or document
14440         that doesn't support find
14441
14442         * pdf/xpdf/pdf-document.cc: port to implement the new
14443         EvDocumentFindIface
14444
14445         * backend/ev-document-find.c: create a new interface for searching
14446
14447         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14448
14449 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14450
14451         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14452         libevbackend.la.
14453
14454         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14455         EvPrintJob constructor arguments.
14456
14457         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14458         for documents that can export PostScript (page by page).
14459
14460         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14461         
14462         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14463         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14464         (pdf_document_ps_exporter_iface_init:
14465         Implement EvPSExporter.
14466
14467         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14468
14469 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14470
14471         * backend/Makefile.am:
14472         * backend/ev-document-thumbnails.c:
14473         (ev_document_thumbnails_get_type),
14474         (ev_document_thumbnails_get_thumbnail):
14475         * backend/ev-document-thumbnails.h:
14476         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14477         (pixbuf_document_thumbnails_get_thumbnail),
14478         (pixbuf_document_document_thumbnails_iface_init):
14479         * shell/Makefile.am:
14480         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14481         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14482         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14483         * shell/ev-sidebar-thumbnails.h:
14484         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14485         (ev_sidebar_set_document):
14486         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14487         (create_shadow), (ev_pixbuf_add_shadow):
14488         * shell/ev-utils.h:
14489         Add thumbnail support.
14490         
14491 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14492
14493         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14494         (using_postscript_printer): Set up a print dialog for "PostScript
14495         injection" method.
14496
14497         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14498         EvPrintJob.
14499
14500         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14501
14502 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14503
14504         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14505         (ps_document_set_target), (ps_document_get_page_size),
14506         (ps_document_render):
14507         * ps/gtkgs.h:
14508
14509         Fix a few bugs
14510
14511 2004-12-22  Christian Rose  <menthos@menthos.com>
14512
14513         * configure.ac: Added "sv" to ALL_LINGUAS.
14514
14515 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14516
14517         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14518         document supports bookmarks.
14519
14520 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14521
14522         * ps/ggvutils.c: (ggv_file_readable):
14523         * ps/ggvutils.h:
14524         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14525         (gtk_gs_get_postscript):
14526
14527         Remove unused utils
14528
14529 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14530
14531         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14532         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14533         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14534         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14535         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14536         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14537         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14538         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14539         (gtk_gs_set_antialiasing), (ps_document_load),
14540         (ps_document_render):
14541         * ps/gtkgs.h:
14542
14543         Another check point for the ps backend. Now I can get it to show
14544         pages!
14545
14546 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14547
14548         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14549         document setting code.
14550
14551 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14552
14553         * shell/eggfindbar.c: (entry_activate_callback):
14554         Animate the next button when activate is pressed.
14555         
14556 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14557
14558         * shell/ev-window.c: (ev_window_cmd_edit_find),
14559         (update_fullscreen_popup), (ev_window_fullscreen),
14560         (ev_window_unfullscreen), (ev_window_state_event_cb),
14561         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14562         Fix bugs in fullscreen code.
14563         
14564 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14565
14566         * Makefile.am:
14567         * configure.ac:
14568         * pixbuf/Makefile.am:
14569         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14570         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14571         (pixbuf_document_set_page), (pixbuf_document_get_page),
14572         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14573         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14574         (pixbuf_document_render), (pixbuf_document_begin_find),
14575         (pixbuf_document_end_find), (pixbuf_document_finalize),
14576         (pixbuf_document_class_init),
14577         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14578         * pixbuf/pixbuf-document.h:
14579         * shell/Makefile.am:
14580         * shell/ev-application.c: (ev_application_open):
14581         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14582         (ev_window_open):
14583         Add pixbuf backend.
14584         
14585 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14586
14587         * Makefile.am: 
14588         * dvi/dvilib/Makefile.am:
14589         * dvi/Makefile.am:
14590         * configure.ac: Auto*ify dvi and dvi/dvilib
14591
14592         * dvi/Makefile: Remove from CVS
14593         
14594         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14595         confusion.
14596
14597         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14598         
14599         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14600         
14601 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14602
14603         * ps/Makefile.am:
14604         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14605         (gtk_gs_value_adjustment_changed), (compute_size),
14606         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14607         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14608         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14609         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14610         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14611         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14612         (ps_document_load), (ps_document_get_n_pages),
14613         (ps_document_set_page), (ps_document_get_page),
14614         (ps_document_set_target), (ps_document_set_scale),
14615         (ps_document_set_page_offset), (ps_document_get_page_size),
14616         (ps_document_render), (ps_document_begin_find),
14617         (ps_document_end_find), (ps_document_document_iface_init):
14618         * ps/gtkgs.h:
14619         * shell/Makefile.am:
14620         * shell/ev-window.c: (ev_window_open):
14621
14622         Some work to integrate gtkgs with EvDocument
14623
14624 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14625
14626         * shell/ev-window.c: (update_fullscreen_popup),
14627         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14628         (exit_fullscreen_button_clicked_cb),
14629         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14630         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14631         (ev_window_state_event_cb), (ev_window_init):
14632         Add fullscreen support from Epiphany.
14633         
14634 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14635
14636         * data/ev-stock-zoom-fit-width.png: fit-width
14637         stock icon from gpdf.
14638         
14639         * shell/ev-stock-icons.[ch]: copied from gpdf.
14640         
14641         * shell/main.c: (main): init stock icons.
14642         
14643         * shell/ev-window.c: use the fit-width icon.
14644         
14645         * data/evince-ui.xml: add zooming toolbar items.
14646
14647 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14648
14649         * shell/ev-view.c: 
14650         (ev_view_best_fit), (ev_view_fit_width): because
14651         get_page_size() returns the scaled page size, we
14652         need to calculate the scale factor relative to
14653         the previous scale factor. Should really just
14654         add get_real_page_size().
14655
14656 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14657
14658         * shell/ev-view.[ch]:
14659         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14660         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14661         add zooming.
14662         
14663         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14664         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14665         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14666         hook it up.
14667         
14668         * pdf/xpdf/pdf-document.cc:
14669         (pdf_document_begin_find),
14670         (pdf_document_end_find): make static.
14671
14672 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14673
14674         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14675
14676         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14677         names to fontconfig patterns.
14678         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14679
14680         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14681         setupBaseFontsFc.
14682
14683 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14684
14685         * Makefile.am:
14686         * configure.ac:
14687         * ps/Makefile.am:
14688         * ps/ggvutils.c:
14689         * ps/ggvutils.h:
14690         * ps/gsdefaults.c:
14691         * ps/gsdefaults.h:
14692         * ps/gsio.c:
14693         * ps/gsio.h:
14694         * ps/gtkgs.c:
14695         * ps/gtkgs.h:
14696         * ps/ps.c:
14697         * ps/ps.h:
14698
14699         Import ggv backend. Not hooked up yet.
14700
14701 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14702
14703         * shell/main.c: (load_files), (main): load files
14704         from the command line.
14705
14706 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14707
14708         * configure.ac: don't require bonobo.
14709         
14710         * cut-n-paste/recent-files/*: kill bonobo recent
14711         view.
14712
14713         * shell/ev-window.c:
14714         (ev_window_is_empty): upd.
14715         (unable_to_load), (ev_window_open): load backend
14716         based on the mime type.
14717
14718 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14719
14720         * backend/.cvsignore: ignore generated marshalers source.
14721
14722         * shell/main.c (main): this is not epiphany.
14723
14724 2004-12-22  Havoc Pennington  <hp@redhat.com>
14725
14726         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14727         (expose_bin_window): draw find highlights
14728
14729         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14730         
14731         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14732         (pdf_document_end_find): implement this interface
14733
14734         * backend/ev-document.c (ev_document_found): add this to emit
14735         signal
14736
14737 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14738
14739         * data/evince-ui.xml: Add a few more toolbar items.
14740
14741         * shell/ev-window.c: Hook up page navigation toolbar 
14742         items.
14743
14744         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14745         a page-changed signal.
14746
14747         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14748         Add ev_document_get_page().
14749
14750         * shell/ev-window.c: Sensitize/desensitize navigation
14751         actions.
14752
14753 2004-12-21  Havoc Pennington  <hp@redhat.com>
14754
14755         * backend/ev-backend-marshal.c,
14756         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14757         marshaler-generator thingy. I'm sure there's a better way to do
14758         this in the modern world.
14759
14760         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14761         end_find methods and "found" signal.
14762
14763         * configure.ac: find glib-genmarshal
14764
14765 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14766
14767         * shell/ev-sidebar.c: Construct an actual sidebar.
14768         * shell/ev-sidebar-bookmarks.[ch]:
14769         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14770
14771 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14772
14773         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14774         Redo size handling.
14775         
14776         * shell/ev-view.c: Track the size from the document.
14777
14778 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14779
14780         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14781         constructor assumes ownership of the string passed in.
14782         
14783         * shell/ev-window.c (ev_window_open): Destroy the error
14784         dialog once we've displayed it.
14785
14786 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14787
14788         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14789         a bit, it works! (sort of)
14790
14791         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14792         Move to .cc since we need to use C++ in the implementation.
14793
14794         * shell/dummy.cc: Add a CC file to force evince
14795         to be linked as a C++ program.
14796
14797 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14798
14799         * shell/ev-view.[ch]: Start of content-area widget.
14800
14801         * shell/ev-window.c: Create a EvView, update it
14802         as we change documents.
14803
14804         * shell/Makefile.am shell/ev-marshal.list: Add
14805         generated marshalers.
14806
14807 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14808
14809         * Makefile.am (SUBDIRS): move shell.
14810
14811 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14812
14813         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14814         .a to libtool convenience libraries.
14815
14816         * shell/ev-window.c (ev_window_open): Hard code loading
14817         a PDF document.
14818         
14819         * backend/ev-document.h: Add a boolean return to load(),
14820         fix GError * to GError **.
14821
14822         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14823         object for a PDF backend EvDocument.
14824
14825 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14826
14827         * dvi/*: New directory with the beginning of a .dvi backend.
14828
14829 2004-12-21  Havoc Pennington  <hp@redhat.com>
14830
14831         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14832         previous/next instead of back/forward
14833
14834 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14835
14836         * backend/ev-document.[ch]: Fix a couple of problems so
14837         it compile.
14838
14839 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14840
14841         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14842         to backend/ directory, rename EvViewer to EvDocument.
14843
14844 2004-12-21  Havoc Pennington  <hp@redhat.com>
14845
14846         * shell/ev-window.c: hook up the find bar widget; now we just need
14847         a document to find things in
14848
14849         * shell/eggfindbar.c: a find bar widget
14850
14851 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14852
14853         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14854
14855 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14856
14857         * pdf/**: Import of xpdf code from gpdf. 
14858
14859         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14860
14861         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14862         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14863         Fix FreeType includes.
14864
14865         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14866         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14867         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14868         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14869         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14870         Include xpdfconfig.h
14871         
14872 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14873
14874         * shell/ev-window.c (ev_window_dispose): dispose can be called
14875         multiple times.
14876
14877 2004-12-21  Havoc Pennington  <hp@redhat.com>
14878
14879         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14880         rather than Evince
14881
14882         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14883         items; really they should be synced with the strings, etc. from
14884         current gpdf, but just getting the boring typing out of the way 
14885
14886 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14887
14888         * po/POTFILES.in:
14889         * shell/ev-application.c: (window_destroy_cb):
14890         * shell/ev-window.c:
14891         * shell/main.c: (main):
14892
14893         Actually show the window...
14894
14895 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14896
14897         * Makefile.am:
14898         * shell/Makefile.am:
14899         * shell/ev-application.c: (ev_application_class_init):
14900         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14901
14902         Make it build again
14903
14904 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14905
14906         Import to gnome cvs.
14907         
14908         * Remove copies of gpdf and ggv trees.
14909         * Rip out all the recursive configure code.
14910         * Remove bonobo machinery.
14911         * viewer/*: GInterfaces that backends should/can implement.
14912
14913 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14914
14915         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14916         typo
14917
14918 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14919
14920         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14921         (ev_application_finalize, ev_application_class_init)
14922         (ev_application_init): use GType instance private data for priv.
14923
14924         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14925         (ev_window_finalize, ev_window_class_init)
14926         (ev_window_init): ditto.
14927
14928 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14929
14930         * shell/ev-application.c (ev_application_new_window): make public
14931         (ev_application_show_initial_window): kill.
14932
14933         * shell/ev-application.h: update prototypes.
14934
14935         * shell/main.cc (main): inline ev_application_show_initial_window.
14936
14937 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14938
14939         * shell/ev-application.c (ev_application_new_window): impl.
14940         (ev_application_show_initial_window): use it.
14941         (is_window_empty, ev_application_get_empty_window): returns an
14942         existing empty window or a new one.
14943         (ev_application_open): from ev_window_cmd_file_open.
14944
14945         * shell/ev-application.h: update prototypes
14946
14947         * shell/ev-window.c (ev_window_is_empty): impl.
14948         (ev_window_open): make public.
14949         (ev_window_cmd_file_open): use ev_application_open
14950
14951         * shell/ev-window.h: update prototypes, remove unused.
14952
14953 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14954
14955         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14956         move destroy handler out of here...
14957
14958         * shell/ev-application.c, shell/ev-application.h: ...into this new
14959         class. Also handles initial window creation.
14960
14961         * shell/main.cc (main): use EvApplication to create initial
14962         window.
14963
14964 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14965
14966         * Makefile.am (SUBDIRS): add cut-n-paste
14967
14968         * cut-n-paste/Makefile.am: add
14969
14970         * configure.ac: generate Makefiles in cut-n-paste
14971
14972 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14973
14974         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14975         (ev_window_class_init): install ev_window_dispose.
14976
14977 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14978
14979         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14980         char (gchar looks stupid).
14981
14982 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14983
14984         * po/de.po: updated German translation.
14985
14986 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14987
14988         * configure.ac: add more pkg-config library checks for gnome-vfs,
14989         bonobo etc.
14990
14991         * gpdf/configure.in: temporarily disable libpaper
14992         checks. Otherwise I'd have to add the checks for the shell, too.
14993
14994 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14995
14996         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14997         and * file filters to the file choose.
14998
14999 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15000
15001         * po/de.po: Updated German translation.
15002
15003 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15004
15005         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15006
15007 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15008
15009         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15010
15011         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15012         (ev_window_init): implement those menuitems.
15013
15014 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15015
15016         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15017
15018         * shell/ev-window.c (ev_window_init): use the toolbar.
15019
15020 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15021
15022         * shell/ev-window.c (ev_window_init): use menu translations
15023
15024 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15025
15026         * configure.ac: add "de" to ALL_LINGUAS.
15027
15028         * po/de.po: add German translation.
15029
15030 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15031
15032         * Makefile.am (SUBDIRS): add po
15033
15034         * configure.ac: check intltool, glib-gettext etc, generate
15035         po/Makefile.in
15036
15037         * po, po/POTFILES.in, po/POTFILES.skip: new.
15038
15039 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15040
15041         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15042         already use (#ifdef ENABLE_NLS)
15043
15044         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15045         pointer indirection thinko.
15046
15047         * shell/main.c: include gi18n.h for bindtextdomain etc.
15048
15049 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15050
15051         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15052         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15053         tooltips for menu items in the statusbar.
15054
15055 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15056
15057         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15058         pkgdatadir drop UIDIR
15059
15060 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15061
15062         * data/evince-ui.xml: Add File->Open menu item
15063
15064         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15065         chooser), hook it up in the ui manager.
15066
15067 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15068
15069         * shell/ev-window.c: fix Help->About tooltip.
15070
15071 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15072
15073         * configure.ac: set CFLAGS for libevprivate.
15074
15075         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15076         definitions, factory etc.
15077
15078         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15079
15080         * shell/Makefile.am: link against libevprivate.a.
15081
15082         * shell/ev-window.c (entries): add stock icon to Help->About.
15083
15084         * shell/main.c (main): init stock icon code.
15085
15086 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15087
15088         * lib/recent-files: egg recent files code
15089
15090         * lib/Makefile.am: add.
15091
15092         * Makefile.am: add lib subdir.
15093
15094         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15095         set CFLAGS for recent-files.
15096
15097 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15098
15099         * configure.ac: disable -ansi and -pedantic gcc flags. They
15100         disable POSIX stuff in stdio.h, but egg-recent uses them.
15101
15102 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15103
15104         * configure.ac: add --disable-deprecated flag (defaults to on in
15105         "cvs" builds).
15106
15107         * shell/Makefile.am (INCLUDES): use it.
15108
15109 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15110
15111         * shell/main.c: add missing #include.
15112
15113         * shell/ev-window.c: fix for pedantic gcc.
15114         (ev_window_cmd_help_about): split license into paragraphs for
15115         translators and pedantic compilers.
15116
15117 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15118
15119         * configure.ac: add more warning flags if compiling with gcc from
15120         cvs (or explicitly requested with --enable-more-warnings).
15121
15122 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15123
15124         * data/evince-ui.xml: add File and File->Close menu.
15125
15126         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15127         (ev_window_destroy): quit after destroy.
15128         (ev_window_class_init): override GtkObject::destroy.
15129         (entries): install close_window callback.
15130
15131 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15132
15133         * Makefile.am (SUBDIRS): add data subdir.
15134
15135         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15136         gtk+ 2.5.0 for GtkAboutDialog.
15137
15138         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15139         main window.
15140
15141         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15142
15143         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15144         manager.
15145         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15146
15147 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15148
15149         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15150
15151 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15152
15153         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15154
15155 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15156
15157         * shell/*: Added shell directory boilerplate, build it.
15158
15159 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15160
15161         * configure.ac, Makefile.am: Added top-level configure.ac and
15162         Makefile.am