]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fix second parameter passed to gtk_selection_data_set_uris(), it expects a
[evince.git] / ChangeLog
1 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * libview/ev-view.c: (ev_view_drag_data_get):
4
5         Fix second parameter passed to gtk_selection_data_set_uris(), 
6         it expects a gchar **.
7         
8 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
9
10         * libdocument/Makefile.am:
11         * libdocument/ev-document-info.h:
12         * libdocument/ev-document-type-builtins.c.template:
13         * libdocument/ev-document-type-builtins.h.template:
14         * libdocument/ev-document.c: (ev_document_info_get_type),
15         (ev_document_info_copy):
16
17         Make EvDocumentInfo and enums definded in ev-document-info.h
18         GTypes. Fixes bug #567789.
19         
20 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
21
22         * shell/main.c (arguments_parse): Fix for a minor code typo.
23
24 2009-01-18  Christian Persch  <chpe@gnome.org>
25
26         * help/reference/Makefile.am:
27         * help/reference/evince.types: Fix the API docs build. Bug #568171.
28
29 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
30
31         * libview/Makefile.am:
32         * libview/ev-view-type-builtins.c.template:
33         * libview/ev-view-type-builtins.h.template:
34
35         Make EvJobPriority a proper GType. Fixes bug #567788.
36         
37 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
38
39         * configure.ac:
40         * cut-n-paste/*/Makefile.am:
41         * libdocument/Makefile.am:
42
43         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
44         code.
45         
46 2009-01-18  Christian Persch  <chpe@gnome.org>
47
48         * libview/ev-view.c: (ev_view_drag_data_get),
49         (ev_view_drag_motion), (ev_view_update_primary_selection),
50         (clear_link_selected):
51         * shell/ev-sidebar-attachments.c:
52         (ev_sidebar_attachments_drag_data_get),
53         (ev_sidebar_attachments_get_property),
54         (ev_sidebar_attachments_init):
55         * shell/ev-window.c: Update drag handling code to use the
56         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
57         hardcoding the targets lists. Bug #558084.
58         
59 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
60
61         * libdocument/Makefile.am:
62         * libdocument/ev-backend-marshal.c:
63         * libdocument/ev-backend-marshalers.list:
64         * libdocument/ev-document.c:
65
66         Remove unused marshalers stuff from libdocument.
67         
68 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
69
70         * po/POTFILES.in:
71
72         Update for the current source tree.
73         
74 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
75
76         * configure.ac:
77         * Makefile.am:
78         * libdocument/Makefile.am:
79         * libview/Makefile.am:
80         * libview/ev-job-scheduler.[ch]:
81         * libview/ev-jobs.[ch]:
82         * libview/ev-page-cache.[ch]:
83         * libview/ev-pixbuf-cache.[ch]:
84         * libview/ev-timeline.[ch]:
85         * libview/ev-transition-animation.[ch]:
86         * libview/ev-view-accessible.[ch]:
87         * libview/ev-view-marshal.list:
88         * libview/ev-view.[ch]:
89         * shell/Makefile.am:
90
91         Move EvView specific code to a libeviview library so that it can
92         be embbeded in other applications. Based on patches by Tomeu
93         Vizoso. Fixes bug #567751.
94         
95 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
96
97         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
98         * shell/ev-window.c: (ev_window_load_job_cb),
99         (ev_window_load_job_cb), (ev_window_open_uri),
100         (ev_window_reload_local), (ev_window_dispose):
101
102         Remove dest, mode and search_string from EvJobLoad since they are
103         not really needed by the job, but for the window.
104         
105 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
106
107         * shell/ev-view.c: (ev_view_drag_data_received),
108         (ev_view_class_init), (ev_view_init):
109         * shell/ev-window.c: (ev_window_drag_data_received),
110         (ev_window_class_init), (ev_window_init):
111
112         Make the whole EvWindow the destination of a drag and drop
113         operation.
114         
115 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * shell/ev-window.c: (window_open_file_copy_progress_cb):
118
119         Add missing brakets around the percentage in progress
120         messages. See bug #567910.
121         
122 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
123
124         * shell/ev-application.c: (ev_application_open_window),
125         (ev_application_open_uri_at_dest):
126
127         Do no use gdk_x11_* when not available. Based on patch by Hib
128         Eris, see bug #339172.
129         
130 2009-01-16  Hib Eris  <hib@hiberis.nl>
131
132         * configure.ac:
133         * properties/ev-properties-view.c:
134         (ev_properties_view_format_date):
135
136         Check for localtime_r. See bug #339172.
137         
138 2009-01-16  Hib Eris  <hib@hiberis.nl>
139
140         * shell/main.c:
141
142         Include gdkx only for dbus support. See bug #339172.
143         
144 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
145
146         * shell/ev-view.c: (ev_view_set_zoom_for_size):
147
148         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
149         #567785.
150         
151 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
152
153         * shell/ev-window.c: (reload_remote_copy_progress_cb),
154         (window_save_file_copy_progress_cb):
155
156         Use brakets around the percentage in progress messages. See bug
157         #567910.
158         
159 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
160
161         * shell/ev-window.c: (reload_remote_copy_ready_cb):
162
163         Fix typo in error message. See bug #567910.
164         
165 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * shell/ev-window.c: (ev_window_cmd_file_close_window):
168
169         Fix mnemonic conflict. Fixes bug #567937.
170         
171 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
172
173         * NEWS:
174         * configure.ac:
175
176         Update for release 2.25.4
177         
178 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
179
180         * configure.ac:
181         
182         GLib version requirement bumped to 2.18 due to g_set_error_literal.
183         Thanks to Christian Spurk.
184
185 2008-12-31  Hib Eris  <hib@hiberis.nl>
186         
187         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
188
189         Fix mime type handling.
190         
191 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * po/POTFILES.in:
194
195         Add ev-print-operation.c.
196         
197 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
198
199         * shell/ev-window.c: (ev_window_clear_progress_idle),
200         (reset_progress_idle), (ev_window_show_progress_message),
201         (ev_window_reset_progress_cancellable),
202         (ev_window_progress_response_cb), (show_loading_progress),
203         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
204         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
205         (show_reloading_progress), (reload_remote_copy_ready_cb),
206         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
207         (show_saving_progress), (window_save_file_copy_ready_cb),
208         (window_save_file_copy_progress_cb), (ev_window_save_remote),
209         (ev_window_dispose):
210
211         Show progress information when loading/saving remote files. Fixes
212         bug #370958.
213         
214 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
215
216         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
217
218         Show better warning message when temp file cannot be deleted.
219         
220 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
221
222         * shell/ev-window.c: (image_save_dialog_response_cb):
223
224         Fix saving images to remote locations.
225         
226 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * shell/ev-application.[ch]: (ev_application_shutdown),
229         (ev_application_get_print_settings_file),
230         (ev_application_save_print_settings),
231         (ev_application_get_print_settings),
232         (ev_application_set_print_settings),
233         (ev_application_get_page_setup), (ev_application_set_page_setup):
234         * shell/ev-window.c: (ev_window_save_print_page_setup),
235         (ev_window_load_print_page_setup_from_metadata),
236         (ev_window_print_page_setup_done_cb),
237         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
238         (ev_window_cmd_preview_print):
239
240         Remember page setup options too. Paper size is globally remembered
241         while page margins are stored per document in metadata file. Fixes
242         bugs #525185 and #349102.
243         
244 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * shell/ev-print-operation.c:
247         (ev_print_operation_export_print_dialog_response_cb):
248
249         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
250         
251 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
252
253         * shell/ev-print-operation.c: (export_cancel),
254         (export_job_cancelled), (ev_print_operation_export_begin),
255         (ev_print_operation_export_cancel):
256         * shell/ev-window.c: (ev_window_print_cancel),
257         (ev_window_print_update_pending_jobs_message),
258         (ev_window_print_operation_done),
259         (ev_window_print_operation_status_changed),
260         (print_jobs_confirmation_dialog_response),
261         (ev_window_cmd_file_close_window):
262
263         Show a confirmation dialog when there are pending print jobs while
264         closing the main window. Fixes bug #480964.
265         
266 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
269         (ev_print_operation_get_job_name),
270         (ev_print_operation_get_status),
271         (ev_print_operation_get_progress),
272         (ev_print_operation_update_status),
273         (ev_print_operation_export_get_job_name), (clamp_ranges),
274         (get_first_and_last_page), (ev_print_operation_export_run_next),
275         (print_job_finished), (export_print_done), (export_job_cancelled),
276         (update_progress), (export_print_page),
277         (ev_print_operation_export_begin),
278         (ev_print_operation_export_print_dialog_response_cb),
279         (ev_print_operation_export_run),
280         (ev_print_operation_export_cancel),
281         (ev_print_operation_export_class_init):
282         * shell/ev-window.c:
283         (ev_window_print_update_pending_jobs_message),
284         (ev_window_print_operation_done),
285         (ev_window_print_progress_response_cb),
286         (ev_window_print_operation_status_changed),
287         (ev_window_print_operation_begin_print), (ev_window_print_range),
288         (ev_window_dispose):
289
290         Show progress information when printing. Fixes bug #482770.
291         
292 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
293
294         * shell/Makefile.am:
295         * shell/ev-progress-message-area.[ch]:
296         * shell/ev-message-area.[ch]: (ev_message_area_init),
297         (ev_message_area_set_image_from_stock):
298
299         Add EvProgressMessageArea derived from EvMessageArea to show
300         progress information in the message area. 
301         
302 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
303
304         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
305
306         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
307         close button. Add a function to get the contents of the message
308         area.
309         
310 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
311
312         * shell/Makefile.am:
313         * shell/ev-print-operation.[ch]:
314         * shell/ev-jobs.[ch]: (ev_job_export_init),
315         (ev_job_export_dispose), (ev_job_export_run),
316         (ev_job_export_class_init), (ev_job_export_new),
317         (ev_job_export_set_page):
318         * shell/ev-window.c: (ev_window_print_operation_done),
319         (ev_window_print_range), (ev_window_dispose):
320
321         First step of the printing system rework. EvJobPrint has been
322         replaced by EvJobExport so that every page is scheduled to be
323         exported in a thread instead of scheduling the whole printing
324         process. This way the gui is responsive during printing.
325         
326 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * shell/ev-window.c: (setup_size_from_metadata),
329         (ev_window_load_print_settings_from_metadata):
330
331         Fix memory leaks.
332         
333 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * libdocument/ev-document.c: (ev_document_get_type):
336
337         Add GObject type as prerequisite to EvDocument interface so that
338         document instances can be used as GObjects.
339         
340 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * shell/ev-view.c: (jump_to_find_result):
343
344         Only jump the the location of the find result for the first match
345         when searching. It drastically improves the performance when
346         searching. Bug catched and fixed by Michael Hunold. Fixes bug
347         #564774.
348         
349 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
350
351         * properties/ev-properties-main.c: (ev_properties_get_pages):
352         * properties/ev-properties-view.[ch]:
353         (ev_properties_view_dispose), (ev_properties_view_class_init),
354         (ev_properties_view_set_info), (ev_properties_view_new):
355         * shell/ev-properties-dialog.[ch]:
356         (ev_properties_dialog_set_document):
357         * shell/ev-window.c: (ev_window_setup_document),
358         (ev_window_cmd_file_properties):
359
360         Add document URI to properties page. Fixes bug #555376.
361         
362 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
363
364         * configure.ac:
365         * data/Makefile.am:
366         * data/evince-password.glade: Removed
367         * data/evince-properties.glade: Removed
368         * properties/ev-properties-view.c:
369         (ev_properties_view_class_init), (set_property),
370         (ev_properties_view_set_info), (ev_properties_view_init):
371         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
372         (font_cell_data_func), (ev_properties_fonts_init):
373
374         Remove Glade dependency.
375         
376 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
377
378         * backend/comics/comics-document.c: (comics_document_load):
379
380         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
381         
382 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
383
384         * NEWS:
385         * configure.ac:
386
387         Update for release 2.25.2
388         
389 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
390
391         * configure.ac:
392         * shell/Makefile.am:
393         * shell/ev-keyring.[ch]:
394         * shell/ev-password.[ch]: Removed
395         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
396         (ev_password_view_class_init), (ev_password_view_clicked_cb),
397         (ev_password_view_init), (ev_password_view_set_uri),
398         (ev_password_dialog_got_response),
399         (ev_password_dialog_remember_button_toggled),
400         (ev_password_dialog_entry_changed_cb),
401         (ev_password_dialog_entry_activated_cb),
402         (ev_password_view_ask_password), (ev_password_view_get_password),
403         (ev_password_view_get_password_save_flags),
404         (ev_password_view_new):
405         * shell/ev-window.c: (ev_window_password_view_unlock),
406         (ev_window_load_job_cb), (ev_window_close_dialogs),
407         (ev_window_init):
408
409         Rework the password view. When the password is in the keyring it's
410         used automatically without showing the password dialog and it's  
411         only stored in the keyring when we are sure it's correct. The
412         password dialog has been reworked too, in order to make it
413         more hig compliant and consistent with the GTK+ dialog used in
414         gtkmountoperation. Fixes bug #562496. 
415         
416 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
417
418         * backend/comics/comics-document.c: (comics_document_load):
419
420         Do not trust file extensions when getting the command needed to
421         uncompress comic documents. Fixes bug #562143.
422         
423 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
424
425         * libdocument/ev-document-factory.c: (get_document_from_uri),
426         (ev_document_factory_get_document):
427         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
428         (get_mime_type_from_data), (ev_file_get_mime_type):
429
430         Move mime-type functions from document-facrory to file-helpers so
431         that it can be reused.
432         
433 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
434
435         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
436         (window_open_file_copy_ready_cb), (ev_window_reload_local),
437         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
438         (ev_window_reload_remote), (ev_window_reload_document):
439
440         Add support for reloading remote documents. Fixes bug #555399.
441         
442 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
443
444         * shell/ev-view.c: (ev_view_find_previous):
445
446         Make sure find_result is never < 0 which causes a crash while
447         searching. Fixes bug #558377.
448         
449 2008-11-19  Marek Kašík <mkasik@redhat.com>
450
451         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
452         (ev_pixbuf_cache_get_selection_surface):
453         
454         Fixes crash on fast scrolling with simultaneous text selection.
455
456 2008-11-19  Marek Kašík <mkasik@redhat.com>
457
458         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
459         * shell/ev-window.c (launch_external_uri):
460         
461         Fixes assertion fail on selecting text. See bug #561393.
462
463 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
464
465         * shell/Makefile.am:
466         * shell/ev-jobs.[ch]: (ev_job_layers_init),
467         (ev_job_layers_dispose), (ev_job_layers_run),
468         (ev_job_layers_class_init), (ev_job_layers_new):
469         * shell/ev-sidebar-layers.[ch]:
470         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
471         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
472         (ev_view_reload_page), (ev_view_reload):
473         * shell/ev-window.c: (setup_sidebar_from_metadata),
474         (ev_window_sidebar_current_page_changed_cb),
475         (sidebar_layers_visibility_changed), (ev_window_init):
476
477         Add layers support.
478         
479 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
480
481         * data/icons/22x22/actions/Makefile.am:
482         * data/icons/22x22/actions/eye.png:
483         * shell/ev-stock-icons.[ch]:
484         
485         Add eye icon from gimp to hide/show layers.
486         
487 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
488
489         * configure.ac:
490         * cut-n-paste/Makefile.am:
491         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
492         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
493         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
494
495         Add GimpCellRendererToggle from gimp slightly modified to fit our
496         needs. 
497         
498 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * configure.ac:
501         * backend/pdf/ev-poppler.cc:
502
503         Implement layers interface in PDF backend.
504         
505 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
506
507         * libdocument/Makefile.am:
508         * libdocument/ev-document-layers.[ch]:
509         * libdocument/ev-layer.[ch]:
510
511         Add optional content (layers) interface.
512         
513 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
514
515         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
516         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
517
518         Removes unused code.
519
520 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
521
522         * NEWS:
523         * configure.ac:
524
525         Update for 2.25.1 release
526
527 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
528
529         * shell/ev-window.c:
530
531         Fix build with GTK+ < 2.14
532
533 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
534
535         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
536         
537         Makes menu label translatable. Fixes bug #559129.
538
539 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
540
541         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
542         (t1_transform_font):
543         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
544         
545         More renames of warning to mdvi_warning in follow up to the
546         fix of the bug #553369. Fix for the bug #559257 by
547         Tuxce <tuxce.net@gmail.com>.
548         
549 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
550
551         * shell/ev-application.c: (ev_application_init_session):
552         * shell/main.c: (main):
553
554         Move the egg_set_desktop_file() call to main and remove
555         gtk_window_set_default_icon_name() since it's already called by
556         egg_set_desktop_file()
557         
558 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
559
560         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
561
562         Initialize GError to NULL.
563         
564 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * shell/ev-window.c: (window_save_file_copy_ready_cb),
567         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
568         (ev_window_preview_print_finished), (launch_action):
569
570         Do not use popup dialogs to show error messages anymore, use the
571         message area instead.
572         
573 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
574
575         * shell/ev-window.c: (ev_window_error_message),
576         (ev_window_warning_message), (ev_window_set_document),
577         (ev_window_load_job_cb), (ev_window_load_remote_failed),
578         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
579         (ev_window_cmd_help_contents), (launch_external_uri),
580         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
581         (ev_attachment_popup_cmd_open_attachment),
582         (attachment_save_dialog_response_cb):
583
584         Use a message format (with printf()-style) in
585         ev_window_error_message and ev_window_warning_message.
586
587 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * shell/ev-window.c: (ev_window_error_message),
590         (ev_window_warning_message), (ev_window_set_document),
591         (ev_window_load_job_cb), (ev_window_load_remote_failed),
592         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
593         (ev_window_cmd_help_contents), (launch_external_uri),
594         (image_save_dialog_response_cb),
595         (ev_attachment_popup_cmd_open_attachment),
596         (attachment_save_dialog_response_cb):
597
598         Change ev_window_error_message and ev_window_warning_message to
599         receive a EvWindow instead of a GtkWindow. It's more consistent
600         and avoids unneeded casts.
601         
602 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
603
604         * shell/ev-window.c: (ev_window_cmd_help_contents):
605
606         Use gtk_show_uri() when availale to display help contents.
607         
608 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * configure.ac:
611         * backend/pdf/ev-poppler.cc:
612         * properties/ev-properties-view.c:
613         * shell/Makefile.am:
614         * shell/ev-tooltip.[ch]: Removed
615         * shell/ev-view-private.h
616         * shell/eggfindbar.c:
617         * shell/ev-application.c:
618         * shell/ev-open-recent-action.c:
619         * shell/ev-sidebar-thumbnails.c:
620         * shell/ev-view.c:
621         * shell/ev-window.c:
622
623         Bump GTK+ requirement to 2.12.
624         
625 2008-10-27 Christian Persch <chpe@gnome.org>
626
627         * backend/djvu/djvu-document.c
628         * backend/dvi/cairo-device.c
629         * cut-n-paste/evmountoperation/ev-mount-operation.h
630         * cut-n-paste/gedit-message-area/gedit-message-area.h
631         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
632         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
633         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
634         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
635         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
636         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
637         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
638         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
639         * cut-n-paste/zoom-control/ephy-zoom-action.c
640         * cut-n-paste/zoom-control/ephy-zoom-action.h
641         * cut-n-paste/zoom-control/ephy-zoom-control.c
642         * cut-n-paste/zoom-control/ephy-zoom-control.h
643         * libdocument/ev-async-renderer.h
644         * libdocument/ev-document-factory.c
645         * libdocument/ev-document-misc.h
646         * libdocument/ev-image.h
647         * libdocument/ev-selection.h
648         * shell/ev-properties-fonts.h
649         * shell/ev-stock-icons.h
650         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
651         directly. Bug #558064.
652
653 2008-10-27 Christian Persch <chpe@gnome.org>
654
655         * cut-and-paste/smclient/*: Update from libegg.
656
657 2008-10-27 Christian Persch <chpe@gnome.org>
658
659         * backend/djvu/djvu-document.c
660         * backend/ps/ev-spectre.c
661         * shell/ev-jobs.c: Use printf safely. Bug #558066.
662
663 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
664
665         * shell/ev-view.c (ev_view_change_page),
666         (ev_view_transition_animation_finish),
667         (ev_view_transition_animation_cancel), (page_changed_cb),
668         (ev_view_set_presentation), (ev_view_next_page),
669         (ev_view_previous_page):
670         
671         Cancel the animation without scheduling transition start
672         and proceed to the next page to fix bug #516749.
673
674 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
675
676         * NEWS:
677         * configure.ac:
678
679         Update for release 2.24.1
680         
681 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
682
683         * shell/ev-window.c: (ev_window_cmd_view_presentation):
684
685         Disable toggle function of F5 when in presentation mode. Patch by
686         Dave Neary. Fixes bug #556162.
687         
688 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
689
690         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
691         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
692         (ev_sidebar_thumbnails_fill_model),
693         (ev_sidebar_thumbnails_refresh),
694         (ev_sidebar_thumbnails_set_document):
695
696         Instead of using only one loading icon for thumbnails based on the
697         size of the first page, create an icon for every different page
698         size. Fixes bug #556264.
699         
700 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
701
702         * shell/ev-page-cache.c: (ev_page_cache_finalize):
703
704         Fix memory leak.
705         
706 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
707
708         * shell/ev-window-title.c (ev_window_title_sanitize_title):
709
710         Removes bad prefixes from window title. Patch by 
711         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
712         
713 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
714
715         * shell/ev-window.c: (launch_external_uri):
716
717         Do not consider mailto links as http uris. Fixes bug #555801.
718         
719 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
720
721         * shell/ev-view.c: (merge_selection_region), (clear_selection):
722
723         Fix memory leak. Fixes bug #555134.
724         
725 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
726
727         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
728
729         Emit the job finished signal when the job is handled before the
730         page_ready callback.
731         
732 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * shell/ev-window.c: (launch_action):
735
736         Use GdkAppLaunchContext when available to launch external
737         applications.
738         
739 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * shell/ev-window.c: (launch_action):
742
743         Fix launching external applications for launch actions which seems
744         to be broken since the gio port. Fixes bug #554500.
745         
746 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * backend/dvi/Makefile.am:
749         * backend/dvi/cairo-device.c:
750         * backend/dvi/dvi-document.c:
751         * backend/dvi/mdvi-lib/Makefile.am:
752
753         Fix several compile warnings in the dvi backend.
754         
755 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
756
757         * backend/dvi/mdvi-lib/common.h:
758         * backend/dvi/mdvi-lib/dviread.c:
759         * backend/dvi/mdvi-lib/font.c:
760         * backend/dvi/mdvi-lib/fontmap.c:
761         * backend/dvi/mdvi-lib/fontsrch.c:
762         * backend/dvi/mdvi-lib/gf.c:
763         * backend/dvi/mdvi-lib/pagesel.c:
764         * backend/dvi/mdvi-lib/pk.c:
765         * backend/dvi/mdvi-lib/sp-epsf.c:
766         * backend/dvi/mdvi-lib/special.c:
767         * backend/dvi/mdvi-lib/tfm.c:
768         * backend/dvi/mdvi-lib/tfmfile.c:
769         * backend/dvi/mdvi-lib/util.c:
770         * backend/dvi/mdvi-lib/vf.c:
771
772         Rename error as mdvi_error to avoid symbol conflicts with the libc
773         error. Rename also message, crash, fatal and warning for
774         consistency. Fixes bug #553369.
775         
776 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
777
778         * backend/dvi/dvi-document.c: (dvi_document_load):
779
780         Fix memory leak.
781         
782 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * backend/dvi/dvi-document.c:
785
786         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
787         G_IMPLEMENT_INTERFACE.
788         
789 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
792
793         Make sure copy_job_page_and_selection_to_job_info is always called
794         before copy_job_to_job_info. Fixes bug #552382.
795         
796 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * NEWS:
799         * configure.ac:
800
801         Update for release 2.24.0
802         
803 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
804
805         * shell/ev-window.c: (launch_external_uri):
806
807         Use GdkAppLaunchContext when available to launch external uris.
808         
809 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * shell/ev-window.c: (launch_external_uri):
812
813         Use the message area to show errors when lauching external uris
814         instead of a popup window.
815         
816 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * shell/ev-window.c: (launch_external_uri):
819
820         Assume invalid uris are http uris. Fixes bug #552071.
821         
822 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * NEWS:
825         * configure.ac:
826
827         Update for release 2.23.92.
828         
829 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * shell/eggfindbar.c: (egg_find_bar_class_init):
832
833         Allow page scrolling with PageUp/PageDown keys when find bar is
834         active. Fixes bug #529833.
835         
836 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
837
838         * shell/ev-view-private.h:
839         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
840         (ev_view_scroll), (ev_view_class_init):
841         * shell/ev-view-accessible.c:
842         (ev_view_accessible_action_do_action):
843         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
844         (ev_window_cmd_scroll_backward):
845
846         Use GtkScrollType instead of EvScrollType.
847         
848 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
849
850         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
851         
852         Patch for case unsensitive page label match by Michael Lee.
853         See bug #550136.
854         
855         * shell/ev-page-action.c (create_tool_item):    
856         * test/Makefile.am:
857         * test/test1.py:
858         * test/test4.py:
859         * test/test5.py:
860         
861         Added test for the above and updated other tests.
862
863 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
864
865         * shell/ev-window.c: (image_save_dialog_response_cb):
866
867         Do not append the file extension twice when saving an image.
868         
869 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
870
871         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
872
873         Remove an invalid ifdef.
874         
875 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * shell/ev-view.c: (ev_view_motion_notify_event):
878
879         Make sure the cursor is correctly restored after showing the right
880         click menu.
881         
882 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
885         (ev_attachment_open):
886         * shell/ev-sidebar-attachments.c:
887         (ev_sidebar_attachments_button_press):
888         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
889
890         Use GdkAppLaunchContext when available to open attachments.
891         
892 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
895
896         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
897         by Eric Piel.
898         
899 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
900
901         * shell/ev-application.c: (ev_application_get_media_keys):
902         * shell/ev-media-player-keys.[ch]:
903         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
904         (ev_media_player_keys_grab_keys),
905         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
906         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
907         * shell/ev-window.[ch]: (ev_window_dispose),
908         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
909         (ev_window_init):
910
911         Clean up the media player keys stuff.
912         
913 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * NEWS:
916         * configure.ac:
917
918         Update for release 2.23.91.
919         
920 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * cut-n-paste/smclient/eggsmclient-xsmp.c:
923         (sm_client_xsmp_set_initial_properties):
924
925         Fix memory leak.
926         
927 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * shell/ev-application.c: (ev_application_open_window),
930         (ev_application_open_uri_at_dest):
931
932         Make sure evince starts up in the right workspace when resuming a
933         previous session.
934         
935 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
936
937         * shell/ev-application.[ch]: (ev_application_open_window),
938         (ev_application_add_icon_path_for_screen),
939         (ev_application_open_uri_at_dest):
940
941         Fix window manager warnings shown in ~/.xsession-errors
942         
943 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * configure.ac:
946         * cut-n-paste/Makefile.am:
947         * cut-n-paste/smclient/Makefile.am:
948         * cut-n-paste/smclient/eggdesktopfile.[ch]:
949         * cut-n-paste/smclient/eggsmclient-private.h:
950         * cut-n-paste/smclient/eggsmclient-xsmp.c:
951         * cut-n-paste/smclient/eggsmclient.[ch]:
952
953         EggSMClient copied from libegg
954
955         * libdocument/ev-file-helpers.c: (ev_dot_dir):
956         * shell/Makefile.am:
957         * shell/ev-application.[ch]: (ev_application_load_session),
958         (smclient_save_state_cb), (smclient_quit_cb),
959         (ev_application_init_session), (ev_application_shutdown),
960         (ev_application_init):
961         * shell/main.c: (main):
962
963         Use EggSMClient instead of gnome-client and remove libgnome and
964         libgnomeui dependencies.
965         
966 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
967
968         * shell/main.c: (main):
969
970         Remove gnome_authentication_manager_init.
971         
972 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * shell/ev-view.c: (ev_view_goto_window_create):
975
976         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
977         since it's now deprecated.
978         
979 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
980
981         * backend/djvu/Makefile.am:
982         * backend/djvu/djvu-document-private.h:
983         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
984         (djvu_document_find_iface_init):
985         * backend/djvu/djvu-text-page.[ch]:
986         * backend/djvu/djvu-text.[ch]: Removed
987         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
988         (pdf_document_find_iface_init):
989         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
990         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
991         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
992         (ev_job_find_get_n_results), (ev_job_find_get_progress),
993         (ev_job_find_has_results), (ev_job_find_get_results):
994         * shell/ev-view-private.h:
995         * shell/ev-view.[ch]: (ev_view_expose_event),
996         (highlight_find_results), (ev_view_finalize),
997         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
998         (ev_view_set_document), (ev_view_find_get_n_results),
999         (ev_view_find_get_result), (jump_to_find_result),
1000         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1001         (ev_view_find_previous), (ev_view_find_search_changed),
1002         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1003         * shell/ev-window.c: (ev_window_update_actions),
1004         (page_changed_cb), (ev_window_setup_document),
1005         (ev_window_update_find_status_message),
1006         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1007         (ev_window_clear_find_job), (find_bar_close_cb),
1008         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1009         (ev_window_dispose), (ev_window_init):
1010
1011         Rework find interface. The find logic has been moved from backends
1012         to the shell avoiding a lot of duplicated code in the backends and
1013         making easier to implement the find interface in the backends.
1014         
1015 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * backend/pdf/ev-poppler.cc:
1018         (pdf_document_thumbnails_get_dimensions):
1019
1020         Make sure thumbnail size returned by the PDF is actually
1021         valid. Fixes bug #548462.
1022         
1023 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1024
1025         * shell/ev-window.c: (ev_window_setup_document),
1026         (ev_window_set_document), (ev_window_dispose):
1027
1028         Remove the idle function for setting the document up when the
1029         window is destroyed. Fixes bug #549163.
1030         
1031 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1032
1033         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1034         (ev_job_attachments_dispose), (ev_job_attachments_run),
1035         (ev_job_attachments_class_init), (ev_job_attachments_new):
1036         * shell/ev-sidebar-attachments.c:
1037         (ev_sidebar_attachments_set_document):
1038
1039         Add a new job to get the attachments in a thread with the document
1040         lock held. Fixes bug #548653.
1041         
1042 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1045         (tiff_document_document_iface_init):
1046
1047         Implement document_get_page_label in tiff backend.
1048         
1049 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * backend/tiff/tiff-document.c: (tiff_document_render):
1052
1053         Handle document orientation in tiff backend. Fixes bug #548444.
1054         
1055 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1058
1059         Do not crash when adjustment page size is 0. Fixes bug #547440.
1060         
1061 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1062
1063         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1064
1065         Sync with current GTK+.
1066         
1067 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1068
1069         * configure.ac:
1070         
1071         Update for release 2.23.6.
1072
1073 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1074
1075         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1076         (ev_job_load_set_password):
1077         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1078         * shell/ev-window.c: (password_dialog_response),
1079         (ev_window_load_job_cb):
1080
1081         Fix loading encrypted documents since I broke it with the jobs
1082         rework.
1083         
1084 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * NEWS:
1087
1088         Update NEWS for 2.23.6 release.
1089         
1090 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1091
1092         * backend/impress/impress-document.c:
1093         * backend/impress/render.h:
1094         * libdocument/ev-document-factory.c:
1095         * libdocument/ev-document-factory.h:
1096         * libdocument/ev-document-links.h:
1097         * libdocument/ev-document-misc.c:
1098         * libdocument/ev-document-misc.h:
1099         * properties/ev-properties-main.c:
1100         * properties/ev-properties-view.c:
1101         * properties/ev-properties-view.h:
1102         * shell/eggfindbar.c:
1103         * shell/eggfindbar.h:
1104         * shell/ev-application.c:
1105         * shell/ev-application.h:
1106         * shell/ev-jobs.h:
1107         * shell/ev-message-area.h:
1108         * shell/ev-navigation-action.c:
1109         * shell/ev-navigation-action.h:
1110         * shell/ev-open-recent-action.c:
1111         * shell/ev-open-recent-action.h:
1112         * shell/ev-page-action-widget.c:
1113         * shell/ev-page-action.c:
1114         * shell/ev-page-action.h:
1115         * shell/ev-page-cache.h:
1116         * shell/ev-password-view.h:
1117         * shell/ev-password.h:
1118         * shell/ev-pixbuf-cache.h:
1119         * shell/ev-properties-fonts.c:
1120         * shell/ev-sidebar-attachments.c:
1121         * shell/ev-sidebar-links.c:
1122         * shell/ev-sidebar-links.h:
1123         * shell/ev-sidebar-thumbnails.c:
1124         * shell/ev-sidebar-thumbnails.h:
1125         * shell/ev-sidebar.c:
1126         * shell/ev-sidebar.h:
1127         * shell/ev-stock-icons.c:
1128         * shell/ev-tooltip.h:
1129         * shell/ev-view.c:
1130         * shell/ev-view.h:
1131         * shell/ev-window.c:
1132         * shell/ev-window.h:
1133         * shell/main.c:
1134
1135         More #include cleanups. Again: reordering, single gtk.h
1136         includes and other stuff.
1137
1138 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1139
1140         * shell/eggfindbar.c:
1141         * shell/ev-application.c:
1142         * shell/ev-message-area.c:
1143         * shell/ev-navigation-action.c:
1144         * shell/ev-open-recent-action.c:
1145         * shell/ev-page-action-widget.c:
1146         * shell/ev-page-action.c:
1147         * shell/ev-password-view.c:
1148         * shell/ev-properties-dialog.c:
1149         * shell/ev-properties-fonts.c:
1150         * shell/ev-sidebar-attachments.c:
1151         * shell/ev-sidebar-page.c:
1152         * shell/ev-sidebar-thumbnails.c:
1153         * shell/ev-stock-icons.c:
1154         * shell/ev-tooltip.c:
1155         * shell/ev-view.c:
1156         * shell/ev-window.c:
1157         * shell/main.c:
1158
1159         Cleanup many #include statements: reorder so that a
1160         generic-to-specific order is used, use single gtk.h
1161         includes, and some other cleanups.
1162
1163 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1164
1165         * shell/ev-jobs.h:
1166
1167         Add gio header.
1168         
1169 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1172         (ev_document_fc_mutex_trylock):
1173         * shell/Makefile.am:
1174         * shell/ev-job-queue.[ch]:
1175         * shell/ev-job-scheduler.[ch]:
1176         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1177         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1178         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1179         (ev_job_failed_from_error), (ev_job_succeeded),
1180         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1181         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1182         (ev_job_links_class_init), (ev_job_render_init),
1183         (notify_page_ready), (ev_job_render_page_ready),
1184         (ev_job_render_run), (ev_job_render_class_init),
1185         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1186         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1187         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1188         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1189         (ev_job_save_dispose), (ev_job_save_run),
1190         (ev_job_save_class_init), (ev_job_print_init),
1191         (ev_job_print_dispose), (ev_job_print_run),
1192         (ev_job_print_class_init):
1193         * shell/ev-page-cache.c:
1194         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1195         (check_job_size_and_unref), (move_one_job),
1196         (copy_job_to_job_info), (add_job),
1197         (ev_pixbuf_cache_add_jobs_if_needed):
1198         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1199         (job_fonts_finished_cb), (job_fonts_updated_cb),
1200         (ev_properties_fonts_set_document):
1201         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1202         (ev_sidebar_links_set_document):
1203         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1204         (ev_sidebar_thumbnails_set_document),
1205         (ev_sidebar_thumbnails_clear_job):
1206         * shell/ev-view-private.h:
1207         * shell/ev-view.c:
1208         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1209         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1210         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1211         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1212         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1213         (ev_window_reload_document), (ev_window_clear_save_job),
1214         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1215         (ev_window_clear_print_job), (ev_window_print_job_cb),
1216         (ev_window_print_dialog_response_cb):
1217         * shell/main.c: (main):
1218
1219         Rework the jobs system in order to make it simpler and more
1220         extensible. It allows to run jobs in the main loop instead of
1221         using a thread when it's appropriate like the fonts job. Now it's
1222         also possible to cancel jobs that are currently running. 
1223         
1224 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * libdocument/ev-debug.c: (profile_init):
1227
1228         Create the hash table also when profiling service is enabled for
1229         all sections.
1230         
1231 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1234         (ev_profiler_stop):
1235         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1236         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1237         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1238         (ev_job_print_run):
1239         * shell/main.c: (main):
1240
1241         Add a profile mode available when debug is enabled. Add profilers
1242         in ev-jobs.
1243         
1244 2008-07-23  Götz Waschk <waschk@mandriva.org>
1245
1246         * configure.ac: Correctly build desktop file. Fixes
1247         bug #544237.
1248
1249 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1250
1251         * configure.ac:
1252         
1253         Update for release 2.23.5.
1254
1255 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * NEWS:
1258
1259         Update NEWS for 2.23.5 release.
1260         
1261 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1262
1263         * shell/ev-window.c: (ev_window_state_event),
1264         (ev_window_class_init):
1265
1266         Intercept window manager's fullscreen request in order to run/stop
1267         fullscreen mode. Fixes bug #493541.
1268         
1269 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1272
1273         Restart the job search when the find bar is opened for the second
1274         time. Fixes bug #531956.
1275         
1276 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1277
1278         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1279         (get_document_from_uri):
1280
1281         Make sure we always return a valid error struct when
1282         get_document_from_uri fails. Fixes nautilus crash, see bug
1283         #542548.
1284         
1285 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1286
1287         * libdocument/ev-transition-effect.c
1288         (ev_transition_effect_type_get_type),
1289         (ev_transition_effect_alignment_get_type),
1290         (ev_transition_effect_direction_get_type):
1291         
1292         Fixes bug #542924. Makes enums static to fix Solaris build.
1293
1294 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1295
1296         * shell/ev-view.c: (ev_view_key_press_event):
1297
1298         Add '.' keybinding for blanking the screen in presentation
1299         mode. Fixes bug #542001.
1300         
1301 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * libdocument/ev-document-misc.c:
1304         (ev_document_misc_pixbuf_from_surface):
1305
1306         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1307         #540950.
1308         
1309 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1310
1311         * backend/comics/comics-document.c (comics_document_load):
1312         * backend/comics/comicsdocument.evince-backend.in:
1313         * configure.ac:
1314         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1315         
1316         Added support for 7-zip based cb7 comic book. Patch by
1317         Kartik Rustagi. Fixes bug #532312.
1318
1319 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1320
1321         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1322         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1323         Fixes bug #539972.
1324
1325 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1326
1327         * shell/Makefile.am:
1328         * shell/ev-application.c (ev_application_init),
1329         (ev_application_get_media_keys):
1330         * shell/ev-application.h:
1331         * shell/ev-marshal.list:
1332         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1333         (proxy_destroy), (on_media_player_key_pressed),
1334         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1335         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1336         * shell/ev-media-player-keys.h:
1337         * shell/ev-window.c (ev_window_go_previous_page),
1338         (ev_window_go_next_page), (ev_window_go_first_page),
1339         (ev_window_go_last_page), (ev_window_start_presentation),
1340         (ev_window_dispose), (view_actions_focus_in_cb):
1341         * shell/ev-window.h: When building with D-Bus support, listen
1342         for multimedia key events from gnome-settings-daemon. This allows
1343         to go to the next/previous/first/last pages using, respectively,
1344         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1345         a presentation. Fixes bug #539971.
1346
1347 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1348
1349         * configure.ac:
1350         
1351         Update for release 2.23.4.
1352
1353 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1354
1355         * NEWS:
1356
1357         Update news for 2.23.4 release.
1358         
1359 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1362         * shell/ev-sidebar-thumbnails.c:
1363         (ev_sidebar_thumbnails_set_loading_icon),
1364         (ev_sidebar_thumbnails_refresh):
1365         * shell/ev-window.c: (ev_window_error_message),
1366         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1367         (ev_window_set_document):
1368
1369         Do not crash opening documents with no pages and show a warning
1370         message in the message area. Fixes bugs #537574 and #171588.
1371         
1372 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1373
1374         * shell/Makefile.am:
1375         * shell/ev-file-monitor.[ch]:
1376         * shell/ev-window.c: (ev_window_document_changed),
1377         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1378         (ev_window_reload_job_cb), (ev_window_open_uri),
1379         (ev_window_reload_document), (ev_window_cmd_view_reload),
1380         (ev_window_dispose):
1381
1382         Automaticly reload the document when the file has changed on
1383         disk. Bug #304249.
1384         
1385 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1386
1387         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1388         * libdocument/ev-image.c: (ev_image_save_tmp):
1389         * libdocument/ev-module.c: (ev_module_load):
1390         * shell/ev-application.c: (ev_application_shutdown),
1391         (ev_application_get_print_settings):
1392         * shell/ev-sidebar-attachments.c:
1393         (ev_sidebar_attachments_button_press),
1394         (ev_sidebar_attachments_drag_data_get):
1395         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1396         (ev_window_print_finished), (ev_window_print_send),
1397         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1398         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1399         (ev_window_cmd_preview_print):
1400         * shell/main.c: (load_files_remote):
1401         Fix some build warnings under GCC 4.3.0. (#537535).
1402
1403 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1404
1405         * shell/ev-jobs.c: (ev_job_render_dispose):
1406
1407         Fix a crash in debug mode. Patch by Daniel M German.
1408         
1409 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1410
1411         * shell/ev-window.c:
1412
1413         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1414         
1415 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1416
1417         * shell/ev-window.c: (ev_window_print_send),
1418         (ev_window_do_preview_print):
1419
1420         Use the window title as print job name instead of just
1421         "evince-print". Fixes bug #534493.
1422         
1423 2008-05-19  Frederic Peters  <fpeters@0d.be>
1424
1425         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1426         Bug #533897.
1427
1428 2008-05-19  Frederic Peters  <fpeters@0d.be>
1429
1430         * help/reference/Makefile.am: added missing libevmountoperation to
1431         gtkdoc-scanobj libraries.  Bug #533896.
1432
1433 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1434
1435         * properties/ev-properties-view.c (get_default_user_units):
1436         Fixes check for default units string translation. Bug #533323.
1437
1438 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1439
1440         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1441         be an iks_free(). Fix an array overflow in the XML parser that
1442         would occur whenever the number of attributes in a tag was greater
1443         than 0 and divisible by 6. Fixes GNOME bug #530852.
1444
1445 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1446
1447         * backend/djvu/djvu-document-private.h:
1448         * backend/djvu/djvu-links.c:
1449         * backend/djvu/djvu-text.c:
1450         * backend/djvu/djvu-document.c: (djvu_handle_events),
1451         (djvu_wait_for_message), (djvu_document_load),
1452         (document_get_page_size), (djvu_document_render),
1453         (djvu_document_thumbnails_get_thumbnail),
1454         (djvu_document_file_exporter_end):
1455
1456         Make sure load job doesn't finish successfully when the document
1457         is not successfully decoded by libdjvu. Fixes bug #530202.
1458         
1459 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1460
1461         * configure.ac:
1462         * libdocument/Makefile.am:
1463         * libdocument/ev-debug.[ch]:
1464         * libdocument/ev-document.c:
1465         * shell/ev-jobs.c: (ev_job_links_dispose),
1466         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1467         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1468         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1469         (ev_job_render_page_ready), (ev_job_render_run),
1470         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1471         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1472         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1473         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1474         (ev_job_print_new), (ev_job_print_run):
1475         * shell/main.c: (main):
1476
1477         Add debug mode based on gedit code. Add debug messages in
1478         ev-jobs.
1479         
1480 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1481
1482         * libdocument/ev-document-factory.c: (get_document_from_uri):
1483
1484         Fix memory leak.
1485         
1486 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1487
1488         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1489         (get_mime_type_from_data), (get_document_from_uri),
1490         (ev_document_factory_get_document):
1491         
1492         Improved error message about file opening failture.
1493         Bug #529129.
1494
1495 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1496
1497         * data/evince-toolbar.xml:
1498         
1499         Allow to add SaveAs to toolbar.
1500
1501 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * shell/ev-view-private.h:
1504         * shell/ev-view.[ch]: (ev_view_button_release_event),
1505         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1506         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1507         (ev_view_update_primary_selection), (clear_link_selected),
1508         (ev_view_copy_link_address):
1509         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1510
1511         Update also the primary selection when copying a link
1512         address. Fixes bug #520855.
1513         
1514 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * libdocument/ev-document-factory.c: (get_document_from_uri):
1517
1518         Use the pixbuf backend only when the mime type is not supported by
1519         any of the other backend so that tiff documents, for instance, are
1520         handled by the tiff backend instead of the pixbuf backend. fixes
1521         bug #520290.
1522         
1523 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1524
1525         * cut-n-paste/Makefile.am:
1526
1527         Add evmountoperation to subdirs list.
1528         
1529 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1530
1531         * configure.ac:
1532
1533         Fix libspectre check in configure script. Fixes bug #528549.
1534         
1535 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1536
1537         * configure.ac:
1538         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1539         * shell/Makefile.am:
1540         * shell/ev-window.c: (ev_window_load_remote_failed),
1541         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1542
1543         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1544         open documents in remote locations that are not mounted.
1545         
1546 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1549         (bitmap_convert_msb8):
1550         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1551         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1552
1553         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1554         
1555 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1558         (ev_job_render_new), (ev_job_render_set_selection_info),
1559         (ev_job_render_run):
1560         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1561         (check_job_size_and_unref),
1562         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1563         (add_job), (ev_pixbuf_cache_get_selection_surface):
1564
1565         Create the render context needed for rendering a page in the render
1566         thread so that we don't block the main thread. Simplify
1567         EvJobRender API.
1568         
1569 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1570
1571         * libdocument/Makefile.am:
1572         * libdocument/ev-page.[ch]:
1573         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1574         (ev_render_context_new), (ev_render_context_set_page):
1575         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1576         (ev_form_field_finalize), (ev_form_field_class_init):
1577         * libdocument/ev-document-forms.[ch]:
1578         (ev_document_forms_get_form_fields):
1579         * libdocument/ev-document.[ch]: (ev_document_get_page),
1580         (ev_document_get_page_size), (ev_document_get_page_label):
1581         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1582         (ev_job_render_run), (ev_job_thumbnail_new),
1583         (ev_job_thumbnail_run), (ev_job_print_run):
1584         * shell/ev-page-cache.c: (ev_page_cache_new):
1585         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1586         (check_job_size_and_unref), (add_job):
1587         * shell/ev-sidebar-thumbnails.c: (add_range):
1588         * shell/ev-view.c: (ev_view_form_field_get_region),
1589         (ev_view_form_field_button_create_widget),
1590         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1591         (ev_view_handle_form_field), (ev_view_size_allocate),
1592         (get_selected_text):
1593         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1594         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1595         (pdf_document_get_page), (pdf_document_get_page_label),
1596         (pdf_document_render), (pdf_document_get_info),
1597         (pdf_document_document_iface_init),
1598         (pdf_document_thumbnails_get_thumbnail),
1599         (pdf_document_thumbnails_get_dimensions),
1600         (pdf_document_file_exporter_do_page),
1601         (pdf_selection_render_selection),
1602         (pdf_selection_get_selected_text),
1603         (pdf_selection_get_selection_region),
1604         (pdf_selection_get_selection_map),
1605         (pdf_document_forms_get_form_fields),
1606         (pdf_document_forms_form_field_text_get_text),
1607         (pdf_document_forms_form_field_text_set_text),
1608         (pdf_document_forms_form_field_button_set_state),
1609         (pdf_document_forms_form_field_button_get_state),
1610         (pdf_document_forms_form_field_choice_get_item),
1611         (pdf_document_forms_form_field_choice_get_n_items),
1612         (pdf_document_forms_form_field_choice_is_item_selected),
1613         (pdf_document_forms_form_field_choice_select_item),
1614         (pdf_document_forms_form_field_choice_toggle_item),
1615         (pdf_document_forms_form_field_choice_unselect_all),
1616         (pdf_document_forms_form_field_choice_set_text),
1617         (pdf_document_forms_form_field_choice_get_text):
1618         * backend/ps/ev-spectre.c: (ps_document_get_page),
1619         (ps_document_get_page_size), (ps_document_get_page_label),
1620         (ps_document_render), (ps_document_document_iface_init),
1621         (ps_document_file_exporter_do_page):
1622         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1623         (tiff_document_render), (tiff_document_render_pixbuf),
1624         (tiff_document_file_exporter_do_page):
1625         * backend/pixbuf/pixbuf-document.c:
1626         (pixbuf_document_get_page_size):
1627         * backend/comics/comics-document.c:
1628         (comics_document_get_page_size), (comics_document_render_pixbuf):
1629         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1630         (djvu_document_render), (djvu_selection_get_selected_text),
1631         (djvu_document_thumbnails_get_thumbnail),
1632         (djvu_document_file_exporter_do_page),
1633         (djvu_document_find_get_result):
1634         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1635         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1636         (dvi_document_thumbnails_get_thumbnail),
1637         (dvi_document_file_exporter_do_page):
1638         * backend/impress/impress-document.c:
1639         (impress_document_get_page_size),
1640         (impress_document_render_pixbuf):
1641         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1642
1643         Add EvPage so that we can hold a reference to the backend
1644         page. Form fields keep now a reference to the poppler page
1645         improving performance since we don't have to create/destroy the
1646         poppler field for every form operation. This will be needed for
1647         annotations too.
1648         
1649 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * data/evince-ui.xml:
1652         * shell/ev-window.c:
1653
1654         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1655         
1656 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * configure.ac:
1659         * backend/ps/Makefile.am:
1660
1661         Remove gs stuff from ps backend.
1662         
1663 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1664
1665         * configure.ac:
1666         * backend/pdf/ev-poppler.cc:
1667
1668         Bump poppler requirement to 0.8.0.
1669         
1670 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1671
1672         * NEWS:
1673         * configure.ac:
1674
1675         Update for release 2.22.1.1
1676
1677 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1678
1679         * configure.ac:
1680
1681         Fix build (again) when poppler version is 0.6
1682         
1683 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1684
1685         * backend/djvu/djvu-links.c: (build_tree):
1686
1687         Make sure link title is a valid utf8 string. Fixes bug #526517.
1688         
1689 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1690
1691         * configure.ac:
1692
1693         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1694         #526799.
1695         
1696 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1697
1698         * configure.ac:
1699         
1700         Update for release 2.22.1.
1701
1702 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1703
1704         * NEWS:
1705
1706         Update for upcoming release.
1707
1708 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1709
1710         * configure.ac:
1711         * backend/dvi/dvidocument.evince-backend.in:
1712
1713         Add compressed dvi to the list of supported mime types. Patch by
1714         Ed Catmur. Fixes bug #307087.
1715
1716 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1717
1718         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1719
1720         Fix a crash when printing a range that doesn't specify the start or
1721         end page. Fixes bug #524288.
1722
1723 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1724
1725         * shell/ev-window.c: (ev_window_cmd_continuous),
1726         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1727         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1728         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1729         (ev_window_run_presentation), (ev_window_stop_presentation),
1730         (ev_window_cmd_view_presentation),
1731         (ev_window_cmd_leave_fullscreen),
1732         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1733
1734         Do not unfullscreen and fullscreen again the window when changing
1735         from fullscreen to presentation mode and vice versa. Fixes bug
1736         #524112.
1737         
1738 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1739
1740         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1741
1742         Do not crash when thumbnail failed to render in PS backend. Fixes
1743         bug #525015.
1744         
1745 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1746
1747         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1748         (ev_window_load_file_remote), (ev_window_open_uri):
1749
1750         Handle errors when opening remote files.
1751         
1752 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1753
1754         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1755
1756         Only grab the focus for the current visible proxy widget. Fixes
1757         bug #521224.
1758         
1759 2008-03-30  Emil Soleyman  <emil@nishra.com>
1760
1761         * shell/ev-window.c: (launch_external_uri):
1762         
1763         Reuse g_app_info_launch_default_for_uri to
1764         save some code and fix bug #525009.
1765
1766 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1767
1768         * shell/ev-window.c (image_save_dialog_response_cb):
1769
1770         Use g_str_has_suffix. See bug #523069.
1771
1772 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * configure.ac:
1775
1776         Add a configure option to enable/diable DBus. Patch by Rémi
1777         Cardona. Fixes bug 521797.
1778
1779 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1782
1783         Fix printing in documents with rotated pages. Patch by Eugen
1784         Dedu. Fixes bug #512648.
1785         
1786 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1787
1788         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1789         (ev_link_from_action):
1790
1791         Fix warning messages.
1792         
1793 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * shell/ev-window.c: (image_save_dialog_response_cb):
1796
1797         Do not append the extension to filename when saving an image
1798         if the filename alredy contains the extension. Fixes bug #523069.
1799         
1800 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * shell/ev-view.[ch]: (ev_view_find_cancel):
1803         * shell/ev-window.c: (find_bar_close_cb):
1804
1805         Cancel the find operation when the find bar is closed. Fixes bug
1806         #508845.
1807         
1808 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1809
1810         * backend/ps/psdocument.evince-backend.in:
1811
1812         Make ps backend module resident. Fixes bug #520607.
1813         
1814 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1815
1816         * shell/ev-jobs.c: (ev_job_print_run):
1817
1818         Invert collate action in order to work as expected, fix reverse
1819         printing so that it doesn't start with a blank page and fix number
1820         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1821         
1822 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1823
1824         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1825
1826         Fix build with poppler <= 0.7.2
1827         
1828 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1829
1830         * libdocument/ev-document-misc.c:
1831         (ev_document_misc_surface_from_pixbuf):
1832
1833         Fix selections with poppler-splash.
1834         
1835 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1836
1837         * configure.ac:
1838         * backend/pdf/ev-poppler.cc:
1839
1840         Fix build with poppler >= 0.7.2
1841         
1842 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1843
1844         * configure.ac:
1845         
1846         Update for release 2.22.0
1847
1848 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * NEWS:
1851
1852         Update for upcoming release.
1853
1854 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1855
1856         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1857
1858         Bug 495107 – Handle print dialog responses correctly
1859
1860         Correctly handle print dialog response. Properly fixes
1861         the above mentioned bug.
1862
1863 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1866
1867         Make sure print job is only run when the print button is
1868         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1869         
1870 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * backend/pdf/pdfdocument.evince-backend.in:
1873         * libdocument/ev-backends-manager.c:
1874         (ev_backends_manager_load_backend),
1875         (ev_backends_manager_get_document):
1876         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1877
1878         Allow making backend modules resident. This is needed only for
1879         some backends like pdf to avoid registering glib types more than
1880         once.
1881         
1882 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1883
1884         * backend/comics/comics-document.c:
1885         * backend/djvu/djvu-document.c:
1886         * backend/impress/impress-document.c:
1887         * backend/pdf/ev-poppler.cc:
1888         * backend/pixbuf/pixbuf-document.c:
1889         * backend/ps/ev-spectre.c:
1890         * backend/ps/ps-document.c:
1891         * backend/tiff/tiff-document.c:
1892         * libdocument/ev-document.h:
1893         * properties/ev-properties-main.c:
1894
1895         Use g_type_module_add_interface instead of
1896         g_type_add_interface_static. Fixes bug #519679.
1897         
1898 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1899
1900         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1901         Added. Returns whether the animation has everything necessary to run.
1902         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1903         is ready just because it's been created. Fixes #519106.
1904         (draw_one_page): Do not show the "Loading..." text in presentation
1905         mode, there was a slim probability that this could happen.
1906
1907 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1908
1909         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1910
1911         Duplicate mime_type string before freeing it so that it doesn't
1912         always fail when getting mime type from uri. Fixes bug #518874.
1913         
1914 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1915
1916         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1917
1918         Fix a crash when a choice form field doesn't have any item
1919         selected. Fixes bug #518831
1920         
1921 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1922
1923         * shell/ev-window.c (ev_window_clear_temp_file):
1924         Use g_file_has_prefix instead of renamed
1925         g_file_contains_file.
1926
1927         * configure.ac:
1928         Require new glib for above change.
1929         
1930 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * libdocument/ev-image.c: (ev_image_finalize),
1933         (ev_image_save_tmp):
1934
1935         Return a real uri instead of a filename when saving an
1936         image. Fixes images drag an drop from evince to nautilus. 
1937         
1938 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1939
1940         * backend/pdf/ev-poppler.cc:
1941         (pdf_document_images_get_image_mapping):
1942
1943         Return the image list in the right order. Fixes bug #516237.
1944         
1945 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1946
1947         * backend/impress/impress-document.c:
1948         (impress_document_thumbnails_get_thumbnail):
1949
1950         Remove unused variable to avoid a compiler warning.
1951
1952 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1953
1954         * configure.ac:
1955         
1956         Update for release 2.21.91.
1957
1958 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1959
1960         * configure.ac:
1961         * shell/Makefile.am:
1962         * shell/ev-application.[ch]:
1963         * shell/ev-sidebar-links.c:
1964         * shell/ev-utils.[ch]:
1965         * shell/ev-window.[ch]:
1966
1967         Remove libgnomeprint support. Fixes bug #512370.
1968         
1969 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1970
1971         * thumbnailer/evince-thumbnailer.c: (main):
1972
1973         Initialize glib type system before using it. Fixes bug #513934.
1974         
1975 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1976
1977         * properties/ev-properties-main.c:
1978
1979         Add missing #include.
1980         
1981 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1982
1983         * configure.ac:
1984         * backend/djvu/djvu-document.c: (djvu_document_render):
1985         * backend/tiff/tiff-document.c: (tiff_document_render):
1986
1987         Use the new cairo function cairo_format_stride_for_width when
1988         available. Fixes bug #482720.
1989
1990 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1991
1992         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1993         (get_mime_type_from_data), (get_document_from_uri):
1994
1995         Use g_content_type_guess() only when slow is true in
1996         get_document_from_uri(). Fix several memory leaks.
1997         
1998 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1999
2000         * libdocument/ev-document-factory.c:
2001         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2002         (get_document_from_uri):
2003
2004         Use g_content_type_guess () to get mimetype for files.
2005         Bug #510401.
2006
2007 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * thumbnailer/Makefile.am:
2010
2011         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2012         
2013 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2014
2015         * configure.ac:
2016
2017         Fix build with --without-libgnome. Fixes bug #512771.
2018         
2019 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2020
2021         * backend/dvi/Makefile.am: Install only dvi
2022         module. Fixes bug #512718.
2023
2024 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2025
2026         * properties/ev-properties-main.c: (nautilus_module_initialize):
2027         
2028         Initialize backends in properties tab. Fixes bug
2029         #512720.
2030
2031 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2032
2033         * properties/Makefile.am: No need to link with 
2034         libraries. Fixes bug #512719.
2035
2036 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2037
2038         * NEWS:
2039         * configure.ac:
2040         
2041         Update for release 2.21.90.
2042
2043 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2044
2045         * shell/ev-window.c: (ev_window_cmd_escape):
2046
2047         Fix compile warning.
2048         
2049 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2052
2053         Fix printing in dvi backend when filename contains white
2054         espaces. Fixes bug #502839.
2055         
2056 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2057
2058         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2059         (screensaver_disable_x11):
2060         * shell/Makefile.am:
2061         * shell/xdg-user-dir-lookup.c: Removed
2062         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2063         * shell/ev-view.c: (ev_view_presentation_transition_start):
2064         * shell/ev-window.c: (ev_window_cmd_file_open),
2065         (ev_window_cmd_save_as), (presentation_set_timeout):
2066
2067         Remove #ifdefs that are no longer needed.
2068         
2069 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * shell/ev-view.[ch]: (ev_view_button_release_event),
2072         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2073         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2074         (ev_window_cmd_escape):
2075
2076         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2077         
2078 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2079
2080         * configure.ac:
2081         * backend/comics/comics-document.c: (comics_document_load):
2082         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2083         (ev_attachment_set_property), (ev_attachment_init),
2084         (ev_attachment_save), (ev_attachment_launch_app),
2085         (ev_attachment_open):
2086         * libdocument/ev-document-factory.c: (get_document_from_uri):
2087         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2088         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2089         * shell/ev-jobs.c:
2090         * shell/ev-password.c: (ev_password_dialog_set_property),
2091         (ev_password_dialog_save_password):
2092         * shell/ev-sidebar-attachments.c:
2093         (ev_sidebar_attachments_drag_data_get):
2094         * shell/ev-window-title.c: (get_filename_from_uri):
2095         * shell/ev-window.c: (ev_window_clear_temp_file),
2096         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2097         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2098         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2099         (launch_external_uri), (image_save_dialog_response_cb),
2100         (attachment_save_dialog_response_cb):
2101         * shell/main.c: (load_files), (load_files_remote), (main):
2102         * thumbnailer/evince-thumbnailer.c: (main):
2103
2104         Port to gio and drop gnome-vfs dependency. Fixes bug
2105         #510401. Based on patch by Cosimo Cecchi.
2106         
2107 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2108
2109         * NEWS:
2110
2111         Fixed formatting inconsistencies (spaces vs. tabs)
2112
2113 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2114
2115         * shell/ev-window.c:
2116
2117         Use top/up/bottom/down arrows instead of
2118         first/left/last/right in the toolbar and menu actions.
2119         This fixes issues with RTL languages and is visually
2120         consistent with the page view. Fixes bug #170081.
2121
2122 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2123
2124         * NEWS:
2125
2126         Fixed some inaccuracies pointed out by Carlos Garcia
2127         Campos.
2128
2129 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2130
2131         * NEWS:
2132         * data/evince.schemas.in:
2133         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2134
2135         Override PDF restrictions by default. Fixes bug #382700.
2136
2137 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2138
2139         * NEWS: Updated for upcoming release
2140
2141 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2142
2143         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2144
2145         Fix memory leak.
2146         
2147 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2148
2149         * shell/ev-window.c: (register_custom_actions):
2150         
2151         Added comment for translators
2152
2153 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2154
2155         * shell/ev-view.c: (ev_view_button_release_event):
2156
2157         Do not create the idle function for kinetic scrolling if we are
2158         not in a drag operation.
2159
2160 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2161
2162         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2163         (ev_view_button_press_event), (ev_view_motion_notify_event),
2164         (ev_view_button_release_event):
2165
2166         Restore cursor after autoscrolling. Fixes bug #509958.
2167
2168 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2169
2170         * configure.ac:
2171         * backend/pdf/ev-poppler.cc:
2172         (pdf_document_images_get_image_mapping),
2173         (pdf_document_images_get_image),
2174         (pdf_document_document_images_iface_init):
2175         * libdocument/ev-document-images.[ch]:
2176         (ev_document_images_get_image_mapping),
2177         (ev_document_images_get_image):
2178         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2179         (ev_image_get_id), (ev_image_save_tmp):
2180         * shell/ev-jobs.c: (ev_job_render_run):
2181         * shell/ev-view.c: (ev_view_drag_data_get):
2182         * shell/ev-window.c: (image_save_dialog_response_cb),
2183         (ev_view_popup_cmd_copy_image):
2184
2185         Do not render images when rendering the page but on demand. It
2186         reduces the memory comsumption.
2187         
2188 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2189
2190         * configure.a:
2191         * shell/ev-password.c:
2192
2193         Make gnome-keyring optional. Fixes bug #509676.
2194         
2195 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2196
2197         * shell/ev-pixbuf-cache.c: (add_job):
2198
2199         Initialize include_images variable as FALSE instead of TRUE.
2200         
2201 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2202
2203         * configure.ac:
2204         * cut-n-paste/Makefile.am:
2205         * cut-n-paste/fileformatchooser/Makefile.am:
2206         * cut-n-paste/fileformatchooser/egg-macros.h:
2207         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2208         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2209         * shell/Makefile.am:
2210         * shell/ev-utils.c:
2211         (file_chooser_dialog_add_writable_pixbuf_formats),
2212         (get_gdk_pixbuf_format_by_extension):
2213         * shell/ev-utils.h:
2214         * shell/ev-window.c: (ev_window_error_message),
2215         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2216         
2217         Simplify image format selection on save.
2218
2219 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2220
2221         * shell/ev-view.c: (ev_view_scroll_event):
2222         
2223         Repair gorizontal scrolling with shift. Fixes
2224         bug #483412.
2225
2226 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2227         
2228         * MAINTAINERS:
2229
2230         Fix formatting issues.
2231         
2232 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2233
2234         * backend/comics/comics-document.c: (comics_regex_quote):
2235         
2236         Don't overquote special chars except of '. See bug 
2237         502500. Thanks to Tom Parker.
2238
2239 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2240
2241         * MAINTAINERS:
2242         
2243         Added Nickolay and Carlos, since they're doing most of
2244         the releases nowadays.
2245
2246 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2247
2248         * properties/Makefile.am:
2249
2250         Get the nautilus extension dir properly instead of using
2251         a hack. Fixes bug #505359.
2252
2253 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2254
2255         * properties/Makefile.am:
2256         
2257         Install nautilus extension into new place. See bug
2258         #505359. Thanks to Matthias Clasen, Brian Pepple and
2259         Damien Carbery.
2260
2261 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2262
2263         * shell/ev-window.c: (ev_window_get_recent_file_label):
2264         
2265         RTL marker in recent file list. See bug #509076.
2266
2267 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2270         * shell/ev-window.c: (image_save_dialog_response_cb):
2271
2272         Fix compile warnings due to unused variables.
2273         
2274 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * configure.ac:
2277         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2278         * backend/ps/ev-spectre.c: (ps_document_render):
2279
2280         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2281
2282 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2283
2284         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2285         (ev_transition_animation_paint): Implement "fade" effect.
2286
2287 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2288
2289         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2290         (ev_transition_animation_paint): Implement "uncover" effect.
2291
2292 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2293
2294         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2295         (ev_transition_animation_paint): Implement "cover" effect.
2296
2297 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2298
2299         * shell/ev-transition-animation.c (ev_transition_animation_push)
2300         (ev_transition_animation_paint): Implement "push" effect.
2301
2302 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2303
2304         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2305         (ev_transition_animation_paint): Implement "dissolve" effect.
2306
2307 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2308
2309         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2310         (ev_transition_animation_paint): Implement "wipe" effect.
2311
2312 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2313
2314         * shell/ev-transition-animation.c (ev_transition_animation_box)
2315         (ev_transition_animation_paint): Implement "box" effect.
2316
2317 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2318
2319         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2320         (ev_transition_animation_paint): Implement "blinds" effect.
2321
2322 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2323
2324         * shell/ev-transition-animation.c (ev_transition_animation_split)
2325         (ev_transition_animation_paint): Implement "split" effect.
2326
2327 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2328
2329         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2330         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2331         (ev_view_transition_animation_start) 
2332         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2333         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2334         (ev_view_next_page) (ev_view_previous_page):
2335         
2336         Use EvTransitionAnimation to drive page changes in the presentation
2337         mode, the animation will wait to start until both the origin and 
2338         destination page surfaces are available. Fixes #458460.
2339
2340         (draw_loading_text):
2341
2342         Remove workaround for bug #320352, it's now fixed properly.
2343
2344
2345 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2346
2347         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2348         will contain the implementations for page transition animations, at
2349         the moment it just has the "replace" effect.
2350         * shell/Makefile.am: Added these files to build.
2351
2352 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2353
2354         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2355         animations.
2356         * shell/Makefile.am: Added these files to build.
2357
2358 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2359
2360         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2361         implementation to get_effect() in EvDocumentTransitionIface.
2362
2363 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2364
2365         * libdocument/ev-transition-effect.[ch]: New files, define a page
2366         transition effect, at the moment it maps PopplerPageTransition to a
2367         GObject.
2368         * libdocument/Makefile.am: Added these files to build.
2369         * libdocument/ev-document-transition.[ch]
2370         (ev_document_transition_get_effect): New method, gets the
2371         EvTransitionEffect returned by the interface implementation, with
2372         fallback to the "replace" effect.
2373
2374 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2375
2376         * configure.ac:
2377         * cut-n-paste/Makefile.am:
2378         * cut-n-paste/fileformatchooser/Makefile.am:
2379         * cut-n-paste/fileformatchooser/egg-macros.h:
2380         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2381         * shell/Makefile.am:
2382         * shell/ev-window.c: (image_save_dialog_response_cb),
2383         (ev_view_popup_cmd_save_image_as):
2384
2385         Allow exporting images in any format supported by
2386         GdkPixbuf. Fixes bug #500209.
2387         
2388 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * backend/pixbuf/pixbuf-document.c:
2391
2392         More warnings fixed.
2393         
2394 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2395
2396         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2397         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2398         * backend/djvu/djvu-text.h:
2399         * backend/tiff/tiff-document.c: (tiff_document_render):
2400
2401         Fix compile warnings.
2402         
2403 2007-12-28  Christian Persch  <chpe@gnome.org>
2404
2405         * **/*.c: Include config.h. Bug #504721.
2406
2407 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2408
2409         * configure.ac:
2410         * Makefile.am:
2411         * po/POTFILES.in:
2412         * backend/comics/Makefile.am:
2413         * backend/comics/comics-document.[ch]:
2414         * backend/comics/comicsdocument.evince-backend.in:
2415         * backend/djvu/Makefile.am:
2416         * backend/djvu/djvu-document.[ch]:
2417         * backend/djvu/djvudocument.evince-backend.in:
2418         * backend/dvi/Makefile.am:
2419         * backend/dvi/dvi-document.[c]:
2420         * backend/dvi/dvidocument.evince-backend.in:
2421         * backend/impress/Makefile.am:
2422         * backend/impress/impress-document.[ch]:
2423         * backend/impress/impressdocument.evince-backend.in:
2424         * backend/pdf/Makefile.am:
2425         * backend/pdf/ev-poppler.cc:
2426         * backend/pdf/ev-poppler.h:
2427         * backend/pdf/pdfdocument.evince-backend.in:
2428         * backend/pixbuf/Makefile.am:
2429         * backend/pixbuf/pixbuf-document.[ch]:
2430         * backend/pixbuf/pixbufdocument.evince-backend.in:
2431         * backend/ps/Makefile.am:
2432         * backend/ps/ev-spectre.[ch]:
2433         * backend/ps/ps-document.[ch]:
2434         * backend/ps/psdocument.evince-backend.in:
2435         * backend/tiff/Makefile.am:
2436         * backend/tiff/tiff-document.[ch]:
2437         * backend/tiff/tiffdocument.evince-backend.in:
2438         * libdocument/Makefile.am:
2439         * libdocument/ev-backends-manager.[ch]:
2440         * libdocument/ev-module.[ch]:
2441         * libdocument/ev-document.h:
2442         * libdocument/ev-document-factory.[ch]:
2443         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2444         (get_compression_from_mime_type), (get_document_from_uri),
2445         (ev_document_factory_get_document), (file_filter_add_mime_types),
2446         (ev_document_factory_add_filters):
2447         * shell/Makefile.am:
2448         * shell/ev-window-title.c: (get_filename_from_uri):
2449         * shell/main.c: (main):
2450         * thumbnailer/Makefile.am:
2451         * thumbnailer/evince-thumbnailer.c: (main):
2452
2453         Plugin system for backends. Fixes bug #351348.
2454         
2455 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2456
2457         * shell/ev-view-private.h:
2458         * shell/ev-view.c: (ev_view_drag_update_momentum),
2459         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2460         (ev_view_button_release_event), (ev_view_destroy):
2461         
2462         Kinetic scrolling implemented as requested in
2463         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2464
2465 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2466
2467         * data/evince-toolbar.xml:
2468         * data/evince-ui.xml:
2469         * shell/ev-view-private.h:
2470         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2471         (ev_view_button_press_event), (ev_view_motion_notify_event),
2472         (ev_view_button_release_event), (ev_view_init),
2473         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2474         (ev_view_set_cursor):
2475         * shell/ev-view.h:
2476         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2477         (ev_window_cmd_view_autoscroll):
2478         
2479         Autoscroll feature with the context menu. Fixes bug 
2480         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2481
2482 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2483
2484         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2485
2486         Disconnect also page-ready signal when removing a job because the
2487         page size has changed. Thanks to kripken
2488         <kripkensteiner@gmail.com>.
2489
2490 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2491
2492         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2493         
2494         Scroll pages in page entry with mouse wheel. Fixes bug
2495         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2496
2497 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2498
2499         * backend/dvi/Makefile.am:
2500         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2501         (mdvi_cairo_device_init):
2502         * backend/dvi/mdvi-lib/common.h:
2503         * backend/dvi/mdvi-lib/mdvi.h:
2504         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2505         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2506         (mdvi_build_path_from_cwd):
2507
2508         Add ps specials support in dvi backend when libspectre is
2509         present. Fixes bug #386005.
2510         
2511 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2512
2513         * configure.ac:
2514         * backend/ps/Makefile.am:
2515         * backend/ps/ev-spectre.[ch]:
2516         
2517         Use libspectre, if available, for the ps backend. Fixes bugs
2518         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2519
2520 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2521         
2522         * backend/comics/comics-document.c: (comics_document_load):
2523         
2524         Cygwin build issue fix.
2525
2526 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2527
2528         * shell/ev-view.c: (ev_view_set_zoom):
2529
2530         Do not limit the minimum zoom factor when sizing mode is best bit
2531         or fit width. Fixes bug #503805.
2532         
2533 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2534
2535         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2536         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2537         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2538         (ev_link_dest_get_property), (ev_link_dest_set_property),
2539         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2540         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2541         (ev_link_dest_new_fitr):
2542         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2543         (goto_fith_dest), (goto_xyz_dest):
2544
2545         Do not change left, top and zoom values when they are null in PDF
2546         destinations. Fixes bug #460658.
2547         
2548 2007-12-10  Christian Persch  <chpe@gnome.org>
2549
2550         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2551         (ev_view_accessible_class_init),
2552         (ev_view_accessible_idle_do_action),
2553         (ev_view_accessible_action_do_action),
2554         (ev_view_accessible_action_get_description),
2555         (ev_view_accessible_action_set_description),
2556         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2557         (ev_view_accessible_factory_init),
2558         (ev_view_accessible_factory_get_accessible_type):
2559         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2560         private data, and G_DEFINE_TYPE. Bug #502843.
2561
2562 2007-12-08  Christian Persch  <chpe@gnome.org>
2563
2564         * shell/ev-metadata-manager.c: (item_free),
2565         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2566         (value_free), (parse_value), (parseItem),
2567         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2568         (save_values): Use GSlice to allocate small amounts of memory. Bug
2569         #475972.
2570
2571 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2572
2573         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2574
2575         Restore cursor to normal after a drag operation. Fixes bug
2576         #501603.
2577         
2578 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2579
2580         * NEWS:
2581         * configure.ac:
2582         
2583         Update for release 2.21.1
2584
2585 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2586
2587         * configure.ac:
2588         * cut-n-paste/gedit-message-area/Makefile.am:
2589         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2590         * shell/Makefile.am:
2591         * shell/ev-message-area.[ch]:
2592         * shell/ev-window.c: (ev_window_set_message_area),
2593         (ev_window_error_message_response_cb), (ev_window_error_message),
2594         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2595         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2596         (ev_attachment_popup_cmd_open_attachment),
2597         (attachment_save_dialog_response_cb), (ev_window_set_document),
2598         (ev_window_init):
2599
2600         Use a message area instead of a popup dialog for error
2601         notifications. Fixes bug #337495.
2602         
2603 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2604
2605         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2606         (ev_window_run_fullscreen):
2607
2608         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2609         
2610 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2611
2612         * ev-sidebar-thumbnails.c: (update_visible_range),
2613         (ev_sidebar_thumbnails_refresh),
2614         (ev_sidebar_thumbnails_set_document),
2615         (ev_sidebar_thumbnails_support_document):
2616
2617         Show thumbnails for documents with one page. Fixes bug #358751.
2618         
2619 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2620
2621         * shell/ev-window.c:
2622         (ev_window_load_print_settings_from_metadata),
2623         (ev_window_save_print_settings), (ev_window_print_finished),
2624         (ev_window_print_range):
2625
2626         Print settings that are specific to the document are now saved per
2627         document in the metadata file. Fixes bug #488806.
2628         
2629 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2630
2631         * backend/tiff/tiff-document.c: (tiff_document_render):
2632
2633         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2634         
2635 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2636
2637         * shell/ev-application.[ch]: (get_find_string_from_args),
2638         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2639         (ev_application_open_uri_list):
2640         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2641         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2642         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2643         (ev_window_cmd_recent_file_activate),
2644         (ev_window_open_recent_action_item_activated),
2645         (ev_window_print_send), (open_remote_link):
2646         * shell/main.c: (arguments_parse):
2647
2648         Add a command line option for search. Fixes bug #497710.
2649         
2650 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2651
2652         * shell/ev-jobs.c: (ev_job_print_new):
2653
2654         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2655         
2656 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2657
2658         * data/evince-toolbar.xml:
2659         * shell/Makefile.am:
2660         * shell/ev-application.c: (ev_application_init):
2661         * shell/ev-open-recent-action.[ch]:
2662         * shell/ev-window.c:
2663         (ev_window_open_recent_action_item_activated),
2664         (register_custom_actions):
2665
2666         Add an expander to the open toolbar item which pops up a dropdown
2667         menu with the recently used documents. Fixes bug #487215.
2668         
2669 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2670
2671         * shell/ev-window.c: (ev_window_open_uri),
2672         (ev_window_cmd_view_reload):
2673
2674         Do not jump to the first page when reloading by running evince
2675         from the command line. Fixes bug #490847.
2676         
2677 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2678
2679         * shell/ev-window.c: (ev_window_cmd_help_contents):
2680
2681         Plugged memory leak when help file is not found. Fixes bug
2682         #490762.
2683         
2684 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2685
2686         * configure.ac:
2687
2688         Enable djvu, dvi and comics backends by default. Fixes bug
2689         #437121.
2690         
2691 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2692
2693         * configure.ac:
2694         * cut-n-paste/Makefile.am:
2695         * cut-n-paste/recent-files/*: Removed
2696         * help/reference/Makefile.am:
2697         * shell/Makefile.am:
2698         * shell/ev-application.[ch]: (ev_application_shutdown),
2699         (ev_application_init):
2700         * shell/ev-window.c: (ev_window_add_recent),
2701         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2702
2703         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2704         
2705 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2706
2707         * shell/ev-window.c: (launch_external_uri):
2708
2709         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2710         and report error if the URL is not supported (#489910).
2711
2712 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2713
2714         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2715         (pdf_document_file_exporter_begin_page),
2716         (pdf_document_file_exporter_end_page):
2717
2718         Fix printing with poppler splash backend. Fixes bug #489774.
2719         
2720 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2723         * shell/ev-print-job.c: (ev_print_job_class_init):
2724
2725         Fix a crash when printing with the gnome-print dialog. Fixes bug
2726         #488939.
2727         
2728 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2729
2730         * backend/pixbuf/pixbuf-document.c:
2731
2732         Fix an implicit function definition warning (#487655)
2733
2734 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2735
2736         * shell/ev-window.c:
2737
2738         Fix conflicting shortcut for view sade pane and presentation.
2739         
2740 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2741
2742         * backend/pdf/ev-poppler.cc:
2743         (pdf_document_file_exporter_begin_page),
2744         (pdf_document_file_exporter_do_page),
2745         (pdf_document_file_exporter_end_page),
2746         (pdf_document_file_exporter_iface_init):
2747         * libdocument/ev-file-exporter.[ch]:
2748         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2749         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2750         (ev_job_print_run):
2751
2752         When printing multiple pages per sheet in reverse option, do not
2753         invert the order of the pages in every sheet, but the order of the
2754         sheets. Do not print blank pages when page range is invalid. Fixes
2755         bugs #484857 and #485521.
2756         
2757 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2758
2759         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2760         (ev_job_print_run):
2761         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2762
2763         Respect ranges order when printing more than one range in random
2764         order.
2765         
2766 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2767
2768         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2769         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2770
2771         Rotate also the window icon when document is rotated. Fixes bug
2772         #474681.
2773         
2774 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2775
2776         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2777         (pdf_document_forms_get_form_fields):
2778
2779         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2780         Matthias Drochner.
2781         
2782 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2783
2784         * configure.ac:
2785         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2786
2787         Use poppler_page_render_for_printing() instead of
2788         poppler_page_render() if available when exporting to a ps or pdf
2789         file. Fixes bug #476627.
2790         
2791 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2792
2793         * shell/ev-window.c: (ev_window_run_fullscreen):
2794
2795         Do not show the toolbar in fullscreen mode if the main toolbar is
2796         not visible. Fixes bug #483048.
2797         
2798 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2799
2800         * shell/ev-view.c: (ev_view_button_press_event):
2801
2802         Give priority to form fields over images when deciding whether a
2803         button press event is over an image or form field. It allows edit
2804         form fields when they are over a background image. Fixes bug
2805         #477841.
2806         
2807 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2808
2809         * NEWS:
2810         * configure.ac:
2811         
2812         Update for release 2.20.0
2813
2814 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2815
2816         * backend/pdf/ev-poppler.cc:
2817
2818         Remove #ifdef HAVE_FORMS, so that forms support works again.
2819
2820 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2821
2822         * configure.ac:
2823         * data/evince.desktop.in.in:
2824         
2825         Fixes desktop file issues. See bug #473471.
2826
2827 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2828
2829         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2830         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2831         (ev_job_queue_remove_job):
2832         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2833         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2834         * shell/ev-window.c: (ev_window_clear_save_job),
2835         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2836         (ev_window_dispose):
2837
2838         Move save a copy task to its own job so that it's carried out in a
2839         thread avoiding another lock in the main thread. Use
2840         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2841         can be saved to a pathin another file system. Fixes bug #456891.
2842         
2843 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2844
2845         * NEWS:
2846         * configure.ac:
2847         
2848         Update for release 2.19.92
2849
2850 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * configure.ac:
2853         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2854         (pdf_selection_get_selection_region),
2855         (pdf_selection_get_selection_map),
2856         (ev_form_field_from_poppler_field):
2857
2858         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2859         and triple click selections are enabled again now.
2860
2861 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2862
2863         * shell/ev-window.c: (ev_window_add_history):
2864
2865         Make sure not to use the history with documents not supporting
2866         links. Fixes bug #468954.
2867
2868 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2869
2870         * shell/ev-window.c: (ev_window_load_job_cb):
2871
2872         Restart the search when reloading a document with the find bar
2873         visible. Fixes bug #461962.
2874
2875 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * shell/ev-window.c: (setup_document_from_metadata),
2878         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2879
2880         Do not jump to the first page when reloading a document from the
2881         last page.
2882
2883 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * shell/ev-window.c: (update_chrome_flag),
2886         (setup_sidebar_from_metadata),
2887         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2888         (ev_window_cmd_edit_find_next),
2889         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2890         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2891         (find_bar_close_cb), (view_actions_focus_in_cb):
2892
2893         Do not update visibility when changing a chrome flag so that it's
2894         possible to update several flags and update visibility only once
2895         for all of them.
2896
2897 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2898
2899         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2900
2901         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2902         supported by gtk+. Fixes bug #460907.
2903
2904 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2905
2906         * shell/ev-view.c: (view_update_range_and_current_page):
2907
2908         Make sure current-page <= end-page in continuous mode. Fixes bug
2909         #454950.
2910
2911 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2912
2913         * backend/pdf/ev-poppler.cc: (build_tree):
2914
2915         Ignore outline items without a title. Fixes bug #453913.
2916
2917 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2920         (ev_view_button_release_event), (ev_view_leave_notify_event):
2921
2922         Use always drag mouse cursor during a drag operation. Fixes bug
2923         #470564.
2924
2925 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2926
2927         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2928         (pdf_selection_get_selection_region),
2929         (pdf_selection_get_selection_map):
2930
2931         Temporarily disable double and triple selections since it depends on
2932         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2933         released and the update of the external dependency minimal version
2934         approved.
2935
2936 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2937
2938         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2939         (pdf_document_file_exporter_do_page):
2940         * libdocument/ev-file-exporter.h:
2941         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2942         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2943
2944         Actually fix printing regressions. Remove orientation from
2945         EvPrintContext since it's redundant.
2946
2947 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2948
2949         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2950         * backend/impress/impress-document.c:
2951         (impress_document_document_iface_init):
2952         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2953         * backend/djvu/djvu-document.c:
2954         (djvu_document_document_iface_init),
2955         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2956         * backend/tiff/tiff-document.c:
2957         (tiff_document_document_iface_init):
2958         * backend/pixbuf/pixbuf-document.c:
2959         (pixbuf_document_document_iface_init):
2960         * backend/comics/comics-document.c:
2961         (comics_document_document_iface_init):
2962         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2963         (pdf_selection_render_selection),
2964         (pdf_selection_get_selected_text),
2965         (pdf_selection_get_selection_region),
2966         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2967         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2968         (ev_selection_get_selection_region),
2969         (ev_selection_get_selection_map):
2970         * libdocument/ev-document.[ch]:
2971         * shell/ev-pixbuf-cache.[ch]: (add_job),
2972         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2973         * shell/ev-view-private.h:
2974         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2975         (ev_job_render_run):
2976         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2977         * shell/ev-view.c: (start_selection_for_event),
2978         (ev_view_button_press_event), (ev_view_drag_data_get),
2979         (ev_view_drag_data_received), (ev_view_button_release_event),
2980         (compute_new_selection_text), (compute_selections),
2981         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2982         (ev_view_primary_get_cb):
2983
2984         Add support for double and triple click selections.
2985
2986 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2987
2988         * NEWS:
2989         * configure.ac:
2990
2991         Update for release 2.19.4
2992
2993 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2994
2995         * shell/ev-view-private.h:
2996         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2997         (ev_view_set_highlight_search):
2998         * shell/ev-view.h:
2999         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3000         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3001         (find_bar_visibility_changed_cb):
3002         
3003         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3004
3005 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3006
3007         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3008         (pdf_document_file_exporter_begin),
3009         (pdf_document_file_exporter_do_page):
3010         * shell/ev-jobs.c: (ev_job_print_run):
3011         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3012
3013         Create always a portrait cairo surface and rotate when needed for
3014         landscape. It fixes printing problems in real printers.
3015
3016 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3017
3018         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3019         * libdocument/ev-file-exporter.[ch]:
3020         (ev_file_exporter_get_capabilities):
3021         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3022         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3023
3024         Adjust number of pages per row according to page orientation when
3025         printing 2 or 6 pages per sheet.
3026
3027 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3028
3029         * shell/ev-window.c: (ev_window_print_send):
3030
3031         Reset also cups setting to 1 when printing multiple pages per
3032         sheet. Fixes bug #468853.
3033
3034 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3035
3036         * libdocument/ev-document-misc.c:
3037         (ev_document_misc_surface_rotate_and_scale):
3038
3039         Use directly cairo_surface_get_content() when creating a similar
3040         surface as suggested by Jeff Muizelaar. Thanks again.
3041
3042 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3043
3044         * backend/djvu/djvu-document.c: (djvu_document_render):
3045         * backend/tiff/tiff-document.c: (tiff_document_render):
3046         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3047         * libdocument/ev-document-misc.c:
3048         (ev_document_misc_surface_from_pixbuf),
3049         (ev_document_misc_surface_rotate_and_scale):
3050
3051         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3052         creating page surfaces. Fixes bug #453123. Thank you very much to
3053         Jeff Muizelaar <jeff@infidigm.net>.
3054
3055 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3056
3057         * shell/ev-page-cache.c: (ev_page_cache_new),
3058         (ev_page_cache_get_thumbnail_size):
3059         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3060         (ev_sidebar_thumbnails_set_loading_icon):
3061
3062         Also store in page-cache the dimensions of the thumbnails so that
3063         they can be used to create the correct loading icon in the side
3064         pane. Fixes bug #466857.
3065
3066 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3067
3068         * backend/pdf/ev-poppler.cc:
3069         (pdf_document_thumbnails_get_thumbnail):
3070
3071         Fix thumbnails rotation in pdf documents that include embedded 
3072         thumbnails.
3073
3074 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3075
3076         * backend/pdf/ev-poppler.cc:
3077
3078         Don't use #ifdef in macro expansion. Some compilers don't
3079         like that. Closes bug #467042.
3080
3081 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3082
3083         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3084         
3085         Fixes memory leak in djvu backend.
3086
3087 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3088
3089         * data/icons/32x32/Makefile.am:
3090         * data/icons/32x32/actions/Makefile.am:
3091         * data/icons/32x32/actions/view-page-cont.svg:
3092         * data/icons/32x32/actions/view-page-facing.svg:
3093         * data/icons/48x48/Makefile.am:
3094         * data/icons/48x48/actions/Makefile.am:
3095         * data/icons/48x48/actions/view-page-cont.svg:
3096         * data/icons/48x48/actions/view-page-facing.svg:
3097         
3098         Icons for a new sizes.
3099
3100 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3101
3102         * shell/ev-page-cache.c: (build_height_to_page),
3103         (ev_page_cache_get_height_to_page):
3104         
3105         Fixes invalid read, see bug #466401.
3106
3107 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3108
3109         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3110         (set_drag_cursor):
3111         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3112         (configure_item_cursor), (new_pixbuf_from_widget):
3113
3114         Fix multihead problems in toolbar editor. Fixes bug #382055.
3115
3116 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3117
3118         * shell/ev-window.c: (ev_window_cmd_file_open),
3119         (ev_window_cmd_save_as):
3120
3121         Use g_get_user_special_dir when available instead of
3122         xdg_user_dir_lookup.
3123
3124 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3125
3126         * MAINTAINERS:
3127         
3128         Updated according to request on desktop-devel.
3129
3130 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3131
3132         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3133
3134         Do not use cairo_rectangle and cairo_clip since we are
3135         not using cairo_fill but cairo_paint. Use the same cairo context
3136         for every page in the same expose event.
3137
3138 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3139
3140         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3141         leak.
3142
3143 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3144
3145         * configure.ac:
3146         * NEWS:
3147
3148         Release 0.9.3
3149
3150 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3151
3152         * libdocument/ev-document-info.h:
3153         * libdocument/ev-document.h:
3154         * shell/ev-page-action.h:
3155         * shell/ev-sidebar-links.h:
3156
3157         Fix a headers problem with ev-link
3158         
3159         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3160         * shell/ev-view-private.h:
3161         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3162         (get_link_area), (ev_view_query_tooltip),
3163         (ev_view_leave_notify_event), (ev_view_destroy),
3164         (ev_view_class_init):
3165
3166         Use new gtk tooltips when available instead of ev-tooltip.
3167         
3168 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3169
3170         * shell/ev-window.c: (update_chrome_visibility),
3171         (ev_window_sidebar_visibility_changed_cb):
3172
3173         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3174         
3175 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3176
3177         * shell/ev-navigation-action.c:
3178         (ev_navigation_action_history_changed),
3179         (ev_navigation_action_set_history):
3180         * shell/ev-navigation-action-widget.c:
3181         (ev_navigation_action_widget_init):
3182         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3183
3184         Fix compile warnings.
3185         
3186 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3187
3188         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3189         (egg_editable_toolbar_dispose):
3190
3191         Fix memory leak.
3192         
3193 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3194
3195         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3196         (screensaver_disable_x11):
3197         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3198         * shell/ev-window.c: (presentation_set_timeout):
3199         * shell/ev-view.c: (ev_view_presentation_transition_start):
3200
3201         Use g_timeout_add_seconds instead of g_timeout_add when
3202         available.
3203         
3204 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3205
3206         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3207
3208         Set horizontal scrollbar policy to AUTOMATIC instead of
3209         NEVER. Workaround for bug #449462.
3210         
3211 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3212
3213         * shell/ev-jobs.c: (ev_job_render_page_ready):
3214
3215         Add page_ready callback to main loop with high priority and hold
3216         a reference to job during idle.
3217         
3218 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3219
3220         * configure.ac:
3221         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3222         (pdf_document_file_exporter_begin),
3223         (pdf_document_file_exporter_do_page),
3224         (pdf_document_file_exporter_get_capabilities):
3225         * libdocument/ev-file-exporter.h:
3226         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3227         * shell/ev-window.c: (ev_window_print_send),
3228         (ev_window_print_dialog_response_cb):
3229
3230         Allow printing multiple pages per sheet. Fixes bug #395573.
3231         
3232 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3233
3234         * shell/ev-view.c: (tip_from_link):
3235         
3236         Check for NULL, fixes bug #460862.
3237
3238 2007-07-29  Christian Persch  <chpe@gnome.org>
3239
3240         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3241         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3242         (ev_window_cmd_preview_print):
3243         
3244         Fixes bug #437681 - blocks while enumerating printers.
3245
3246 2007-07-29  Christian Persch  <chpe@gnome.org>
3247
3248         * shell/ev-window.c: (ev_window_screen_changed):
3249         
3250         Don't use deprecated gtk+ function. See bug #460909.
3251
3252 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3253
3254         * shell/ev-utils.c: (get_num_monitors):
3255         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3256
3257         Do not use display before initializing it. Remove compile
3258         warnings.
3259
3260 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3261
3262         * shell/ev-view.c: (ev_view_class_init):
3263         
3264         Unix-like hjkl bindings added. See bug #458111.
3265
3266 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3267
3268         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3269         * shell/ev-utils.h:
3270         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3271         (ev_view_update_view_size):
3272         * shell/ev-view.h:
3273         * shell/ev-window.c: (ev_window_update_actions),
3274         (setup_view_from_metadata), (ev_window_screen_changed),
3275         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3276         (zoom_control_changed_cb):
3277         * shell/ev-window.h:
3278         
3279         Reorganizes utility functions.
3280
3281 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3282
3283         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3284         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3285         (add_job), (ev_pixbuf_cache_get_surface),
3286         (ev_pixbuf_cache_get_link_mapping),
3287         (ev_pixbuf_cache_get_image_mapping),
3288         (ev_pixbuf_cache_get_form_field_mapping),
3289         (ev_pixbuf_cache_get_text_mapping):
3290         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3291         (notify_page_ready), (ev_job_render_page_ready),
3292         (ev_job_render_run):
3293
3294         Add page_ready signal to notify that page is ready as soon as
3295         possible even if other page elements like links, forms, images or
3296         text mapping are not ready yet.
3297
3298 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3299
3300         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3301         (dvi_document_file_exporter_do_page),
3302         (dvi_document_file_exporter_get_capabilities),
3303         (dvi_document_file_exporter_iface_init):
3304         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3305         (ps_document_file_exporter_do_page),
3306         (ps_document_file_exporter_get_capabilities),
3307         (ps_document_file_exporter_iface_init):
3308         * backend/djvu/djvu-document.c:
3309         (djvu_document_file_exporter_begin),
3310         (djvu_document_file_exporter_end),
3311         (djvu_document_file_exporter_get_capabilities),
3312         (djvu_document_file_exporter_iface_init):
3313         * backend/tiff/tiff-document.c:
3314         (tiff_document_file_exporter_begin),
3315         (tiff_document_file_exporter_get_capabilities),
3316         (tiff_document_document_file_exporter_iface_init):
3317         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3318         (pdf_document_file_exporter_do_page),
3319         (pdf_document_file_exporter_get_capabilities),
3320         (pdf_document_file_exporter_iface_init):
3321         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3322         (ev_file_exporter_get_capabilities):
3323         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3324         (idle_print_handler), (ev_print_job_print):
3325         * shell/ev-jobs.c: (ev_job_print_run):
3326         * shell/ev-window.c: (ev_window_print_send),
3327         (ev_window_print_range):
3328
3329         Use capabilities to know which options should be offered by the
3330         print dialog depending on the document backend.
3331
3332 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3333
3334         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3335
3336         Give priority to forms over text to set the cursor.
3337
3338 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3339
3340         * shell/ev-view-private.h:
3341         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3342         (ev_view_leave_notify_event), (ev_view_finalize),
3343         (ev_view_get_property), (ev_view_class_init):
3344
3345         Use IBEAM cursor for text form fields and NORMAL cursor for read
3346         only fields. Remove unused status attribute.
3347
3348 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3349
3350         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3351
3352         Update region for current selected items also for checkbox
3353         buttons, since they can behave as radio buttons when they are in a
3354         set.
3355
3356 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3357
3358         * configure.ac:
3359         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3360
3361         Get max length of text form fields.
3362
3363 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3364
3365         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3366         * libdocument/ev-form-field.h:
3367         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3368
3369         Fix build with current poppler cvs head.
3370
3371 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3372
3373         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3374         * shell/eggfindbar.c: (egg_find_bar_init):
3375
3376         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3377         deprecation. Fixes bug #455667
3378
3379 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3380
3381         * NEWS:
3382         * configure.ac:
3383         
3384         Update for release 0.9.2
3385
3386 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3387
3388         * shell/ev-view.c: (ev_view_form_field_text_save),
3389         (ev_view_form_field_choice_save):
3390
3391         Fix a crash when closing whith a form widget visible.
3392
3393 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3394
3395         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3396
3397         Update also the region of the current selected button when
3398         clicking on another button if they are radio buttons.
3399
3400 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3401
3402         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3403         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3404         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3405         (ev_pixbuf_cache_get_link_mapping),
3406         (ev_pixbuf_cache_get_image_mapping),
3407         (ev_pixbuf_cache_get_form_field_mapping),
3408         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3409         * shell/ev-view.c: (ev_view_form_field_get_region),
3410         (ev_view_form_field_button_create_widget),
3411         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3412         (job_finished_cb):
3413
3414         Redraw only form field region instead of the whole page when
3415         reloading a page to show changes on the form field.
3416
3417 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * shell/ev-view.c: (ev_view_form_field_choice_save):
3420
3421         Fix selection of first item in list form fields.
3422
3423 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3424
3425         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3426         (ev_pixbuf_cache_reload_page),
3427         (ev_pixbuf_cache_get_form_field_mapping):
3428
3429         Some refactoring to avoid duplicated code.
3430
3431 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3432
3433         * configure.ac:
3434         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3435         (ev_form_field_from_poppler_field),
3436         (pdf_document_forms_get_form_fields),
3437         (pdf_document_forms_form_field_text_get_text),
3438         (pdf_document_forms_form_field_text_set_text),
3439         (pdf_document_forms_form_field_button_set_state),
3440         (pdf_document_forms_form_field_button_get_state),
3441         (pdf_document_forms_form_field_choice_get_item),
3442         (pdf_document_forms_form_field_choice_get_n_items),
3443         (pdf_document_forms_form_field_choice_is_item_selected),
3444         (pdf_document_forms_form_field_choice_select_item),
3445         (pdf_document_forms_form_field_choice_toggle_item),
3446         (pdf_document_forms_form_field_choice_unselect_all),
3447         (pdf_document_forms_form_field_choice_set_text),
3448         (pdf_document_forms_form_field_choice_get_text),
3449         (pdf_document_document_forms_iface_init):
3450         * libdocument/Makefile.am:
3451         * libdocument/ev-form-field.[ch]:
3452         * libdocument/ev-document-forms.[ch]:
3453         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3454         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3455         (add_job), (ev_pixbuf_cache_reload_page),
3456         (ev_pixbuf_cache_get_form_field_mapping):
3457         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3458         * shell/ev-view-private.h:
3459         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3460         (ev_view_handle_cursor_over_xy),
3461         (ev_view_get_form_field_at_location),
3462         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3463         (ev_view_form_field_button_create_widget),
3464         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3465         (ev_view_form_field_text_create_widget),
3466         (ev_view_form_field_choice_save),
3467         (ev_view_form_field_choice_changed),
3468         (ev_view_form_field_choice_create_widget),
3469         (ev_view_handle_form_field), (ev_view_size_allocate),
3470         (ev_view_realize), (draw_end_presentation_page),
3471         (ev_view_button_press_event), (ev_view_remove_all),
3472         (ev_view_motion_notify_event), (ev_view_key_press_event),
3473         (ev_view_enter_notify_event), (highlight_find_results),
3474         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3475         (ev_view_class_init), (page_changed_cb),
3476         (on_adjustment_value_changed), (ev_view_set_presentation),
3477         (merge_selection_region), (ev_view_set_cursor),
3478         (ev_view_reset_presentation_state):
3479         
3480         Merge evince-forms branch.
3481
3482 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3483
3484         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3485
3486         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3487         This script also updates itself from libegg
3488
3489         * cut-n-paste/toolbar-editor/egg*:
3490         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3491         libegg
3492
3493 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3494
3495         * shell/ev-window.c:
3496         
3497         Adds a nice icon to page action during toolbar editing.
3498         See bug #452872.
3499
3500 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3501
3502         * data/evince-toolbar.xml:
3503         * shell/ev-window.c:
3504         
3505         Let user add a presentation and fullscreen icons on toolbar.
3506         See bug #449734.
3507
3508 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3509
3510         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3511
3512         new script to keep in sync with toolbareditor in libegg
3513
3514         * cut-n-paste/toolbar-editor/*: 
3515
3516         Run update-toolbareditor-from-libegg so we are in sync again. 
3517         Fixes bug #452850.
3518         
3519
3520 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3521
3522         * shell/ev-sidebar-links.c: (job_finished_callback):
3523
3524         Do not connect selection changed signal more than once. Fixes bug
3525         #349433.
3526
3527 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3528
3529         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3530
3531         Do not change sidebar chrome flag when pressing F9 key in
3532         presentation mode.
3533
3534 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3535
3536         * backend/pdf/ev-poppler.cc:
3537         (pdf_document_thumbnails_get_dimensions):
3538
3539         Make sure thumbnails width and height is not <= 0. Fixes a crash
3540         with some pdf documents which have really small pages.
3541
3542 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3543
3544         * shell/main.c: (main):
3545
3546         Fixes program description translation issue.
3547         Bug #450148.
3548
3549 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3550
3551         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3552
3553         Do not change current page when returning from black/white mode
3554         in presentation. Fixes bug #415032.
3555
3556 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3557
3558         * NEWS:
3559         * configure.ac:
3560         
3561         Update for release 0.9.1
3562
3563 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3564
3565         * backend/dvi/dvi-document.c:
3566         (dvi_document_finalize),
3567         (dvi_document_file_exporter_format_supported),
3568         (dvi_document_file_exporter_begin),
3569         (dvi_document_file_exporter_do_page),
3570         (dvi_document_file_exporter_end),
3571         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3572         
3573         PDF exporter for dvi documents. Fixes bug #441319.
3574
3575 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3576
3577         * shell/ev-window.c: (ev_window_clear_print_job):
3578
3579         Clear gtk print job when job has finished. Fixes bug #447612.
3580
3581 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3582
3583         * shell/ev-window.c: (ev_window_print_send),
3584         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3585
3586         Add preview button to print dialog. Fixes bug #445419.
3587
3588 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3589
3590         * backend/dvi/Makefile.am:
3591         * backend/dvi/pixbuf-device.[ch]: Removed
3592         * backend/dvi/cairo-device.[ch]: Added
3593         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3594         * backend/dvi/dvi-document.c: (dvi_document_load),
3595         (dvi_document_render), (dvi_document_finalize),
3596         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3597         (dvi_document_do_color_special):
3598         * libdocument/ev-document-misc.[ch]:
3599         (ev_document_misc_pixbuf_from_surface):
3600
3601         Port dvi backend to cairo and fix a problem with colors. 
3602
3603 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3604
3605         * shell/ev-view.c: (draw_one_page):
3606
3607         Draw only visible region.
3608
3609 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3610
3611         * backend/djvu/djvu-document.c: (djvu_document_render):
3612
3613         Fix rotation in djvu backend.
3614
3615 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3616
3617         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3618         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3619         (ev_pixbuf_cache_get_image_mapping),
3620         (ev_pixbuf_cache_get_text_mapping):
3621
3622         Redraw view every time we have a new surface. Fixes bug #443587.
3623
3624 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3625
3626         * libdocument/ev-document.c: (ev_document_info_free):
3627
3628         Fix memory leaks.
3629
3630 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3631
3632         * backend/dvi/dvi-document.c: (dvi_document_render),
3633         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3634         * backend/impress/impress-document.c:
3635         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3636         (impress_document_render), (impress_document_document_iface_init),
3637         (impress_document_thumbnails_get_thumbnail):
3638         * backend/djvu/djvu-document-private.h:
3639         * backend/djvu/djvu-document.c: (djvu_document_render),
3640         (djvu_document_finalize), (djvu_document_document_iface_init),
3641         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3642         * backend/tiff/tiff-document.c: (tiff_document_render),
3643         (tiff_document_render_pixbuf),
3644         (tiff_document_document_iface_init):
3645         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3646         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3647         (pdf_selection_render_selection):
3648         * backend/comics/comics-document.c:
3649         (comics_document_render_pixbuf), (comics_document_render),
3650         (comics_document_document_iface_init):
3651         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3652         (pixbuf_document_document_iface_init):
3653         * libdocument/ev-document-misc.[ch]:
3654         (ev_document_misc_surface_from_pixbuf),
3655         (ev_document_misc_surface_rotate_and_scale):
3656         * libdocument/ev-document.[ch]: (ev_document_render):
3657         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3658         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3659         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3660         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3661         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3662         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3663         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3664         (render_finished_cb), (ev_job_render_run):
3665         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3666         (merge_selection_region):
3667
3668         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3669         and selections.
3670
3671 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3672
3673         * shell/ev-window-title.c: (ev_window_title_update):
3674
3675         Fix memory leak.
3676
3677 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3678
3679         * shell/ev-view.c: (draw_loading_text):
3680
3681         Show loading text centered. Fixes bug #433061
3682
3683 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3684
3685         * shell/ev-sidebar-thumbnails.c:
3686         (ev_sidebar_thumbnails_set_loading_icon):
3687
3688         Remove a mutex in the main thread that blocks the UI in heavy
3689         documents.
3690
3691 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3694
3695         Set points_set to TRUE so that selections don't disappear after a
3696         zoom change.
3697
3698 2007-06-07  Michael Monreal  <infernux@web.de>
3699
3700         * data/icons/16x16/actions/Makefile.am:
3701         * data/icons/16x16/actions/zoom.svg:
3702         * data/icons/22x22/actions/Makefile.am:
3703         * data/icons/22x22/actions/zoom.svg:
3704         * data/icons/24x24/actions/Makefile.am:
3705         * shell/ev-stock-icons.c:
3706         * shell/ev-stock-icons.h:
3707         * shell/ev-window.c:
3708         
3709         Zoom icon artwork. See bug #444795.
3710
3711 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3712
3713         * shell/ev-metadata-manager.c: Remove extraneous function
3714         (Closes: #444386)
3715
3716 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3717
3718         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3719         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3720         (ev_metadata_manager_set), (ev_metadata_manager_save):
3721         Simplify the timeout, no need for modified anymore
3722
3723 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3724
3725         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3726         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3727         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3728         (ev_metadata_manager_save): Adapted patch from Arjan van de
3729         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3730         time, saves on power (Closes: #443851)
3731
3732 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3733
3734         * configure.ac:
3735         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3736         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3737
3738         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3739
3740 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3741
3742         * shell/ev-window.c: (ev_window_add_history):
3743
3744         Check if history is NULL
3745
3746 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3747
3748         * libdocument/ev-image.c: (ev_image_finalize):
3749         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3750         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3751         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3752         (ev_tmp_uri_unlink):
3753
3754         Add functions to delete temporary files created by evince in a safe
3755         way.
3756
3757         * shell/ev-window.c: (ev_window_clear_local_uri),
3758         (open_xfer_update_progress_callback),
3759         (save_xfer_update_progress_callback), (ev_window_save_remote),
3760         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3761         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3762         (attachment_save_dialog_response_cb),
3763         (ev_attachment_popup_cmd_save_attachment_as):
3764
3765         Allow saving a copy of a document, image or attachment to a remote
3766         location. Fixes bug #440754. 
3767
3768 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3769
3770         * configure.ac:
3771         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3772
3773         Fix build with current poppler from cvs head. 
3774
3775 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3776
3777         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3778
3779         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3780         directory exists.
3781
3782 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3783
3784         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3785         * shell/ev-window.c:
3786
3787         Change sidebar ordering. Fixes bug #439939.
3788
3789 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3790
3791         * backend/comics/Makefile.am:
3792         
3793         Fixes build with --without-libgnome.
3794
3795 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3796         
3797         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3798
3799         Update cursor and tooltip on page change and view scroll. Fixes bug
3800         #439217.
3801
3802 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3803
3804         * NEWS:
3805         * configure.ac:
3806         
3807         Update for release 0.9.0
3808
3809 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3810
3811         * backend/djvu/djvu-document-private.h:
3812         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3813         (djvu_document_finalize),
3814         (djvu_document_file_exporter_format_supported),
3815         (djvu_document_file_exporter_begin),
3816         (djvu_document_file_exporter_do_page),
3817         (djvu_document_file_exporter_end),
3818         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3819         
3820         Implemented printing with djvu. Bug #437998.
3821
3822 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3823
3824         * backend/impress/zip.c:
3825         Add missing ulong definition.
3826
3827         * backend/ps/ps-interpreter.c:
3828         Add missing headers.
3829
3830         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3831
3832 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3833
3834         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3835
3836         Add missing call to parent class dispose method. 
3837
3838 2007-05-12  Ross Burton  <ross@openedhand.com>
3839
3840         * shell/main.c:
3841         Sync keybindings manually when building without libgnome
3842         (#437925).
3843
3844 2007-05-12  Ross Burton  <ross@openedhand.com>
3845
3846         * shell/ev-window.c:
3847         Respect the screen when opening help (#437866).
3848
3849 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3850
3851         * data/evince-ui.xml:
3852         * shell/ev-application.[ch]: (get_print_settings_from_args),
3853         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3854         (ev_application_open_uri_list):
3855         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3856         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3857         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3858         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3859         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3860         (ev_window_dispose):
3861         * shell/main.c: (arguments_parse):
3862
3863         Add print button in preview mode. Fixes bug #396475. 
3864
3865 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3866
3867         * cut-n-paste/zoom-control/ephy-zoom.h:
3868         
3869         Fixes zoom level factors. See bug #408119 for details.
3870
3871 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3872
3873         * backend/comics/comics-document.c: (comics_regex_quote),
3874         (extract_argv):
3875         
3876         Correctly quote symbols. Fixes crash in the bug
3877         #415370.
3878
3879 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3880
3881         * shell/ev-navigation-action-widget.c:
3882         (ev_navigation_action_widget_init),
3883         (ev_navigation_action_widget_class_init),
3884         (ev_navigation_action_widget_button_press_event):
3885         
3886         Connect to button-press event on correct widget. Fixes
3887         bug #431988
3888
3889 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3890
3891         * shell/ev-application.c: (ev_application_open_window),
3892         (ev_application_add_icon_path_for_screen),
3893         (ev_application_open_uri_at_dest):
3894         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3895         * shell/ev-navigation-action.c: (build_menu):
3896         
3897         Add app-specific icons to our icon theme. Fixes bug
3898         #425508.
3899
3900 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3901
3902         * shell/ev-history.c: (ev_history_class_init),
3903         (ev_history_add_link):
3904         * shell/ev-history.h:
3905         * shell/ev-navigation-action.c:
3906         (ev_navigation_action_history_changed),
3907         (ev_navigation_action_set_history), (build_menu),
3908         (ev_navigation_action_finalize):
3909         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3910         
3911         Make navigation action unsensitive instead of showing
3912         menu with unsensitive word. Fixes bug #417392.
3913
3914 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3915
3916         * shell/ev-application.[ch]: (ev_application_shutdown),
3917         (ev_application_get_print_settings),
3918         (ev_application_set_print_settings):
3919         * shell/ev-window.c:
3920
3921         Remember print settings. Fixes bug #349102. 
3922
3923 2007-05-08  Christian Persch  <chpe@gnome.org>
3924
3925         * configure.ac:
3926         * properties/ev-properties-view.c:
3927
3928         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3929         Bug #382438.
3930
3931 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3932
3933         * configure.ac:
3934         * properties/ev-properties-view.c: (ev_regular_paper_size):
3935
3936         Use gtk+ builtin paper list to identify the document's paper size.
3937         Fixes bug #382438. 
3938
3939 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3940
3941         * configure.ac:
3942
3943         Fix build when compiling with thumbnailer and libgnome support. 
3944
3945 2007-05-04  Ross Burton  <ross@openedhand.com>
3946
3947         * configure.ac:
3948         Add --without-libgnome, check for libgnome and libgnomeui
3949         separately, and add them to the symbols as required.
3950
3951         * libdocument/ev-file-helpers.c:
3952         When building without libgnome, use g_get_user_config_dir instead
3953         of gnome_user_dir_get.
3954
3955         * shell/ev-application.c:
3956         When building without libgnome, don't use session management.
3957
3958         * shell/main.c:
3959         When building without libgnome, don't use GnomeProgram or
3960         initialise the authentication manager.
3961
3962         This fixes #328842.
3963
3964 2007-05-04  Ross Burton  <ross@openedhand.com>
3965
3966         * shell/ev-window.c:
3967         Don't use libgnome to open help, instead call Yelp directly.
3968
3969 2007-05-04  Ross Burton  <ross@openedhand.com>
3970
3971         * shell/ev-sidebar-attachments.c:
3972         Don't use libgnome to lookup icons for MIME types, instead copy
3973         code from GTK+ to do it manually.
3974
3975 2007-05-04  Ross Burton  <ross@openedhand.com>
3976
3977         * configure.ac:
3978         Add libxml to the dependencies for SHELL_CORE (#435818).
3979
3980 2007-05-02  Ross Burton  <ross@openedhand.com>
3981
3982         * configure.ac:
3983         * Makefile.am:
3984         Add --disable-thumbnailer (#434825)
3985
3986 2007-05-02  Ross Burton  <ross@openedhand.com>
3987
3988         * shell/ev-window.c:
3989         Add missing includes, fix indentation.
3990
3991         * shell/main.c:
3992         Fix indentation.
3993
3994 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3995
3996         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3997         ev_application_open_uri_at_dest instead of ev_application_open_uri
3998         preventing new document always being opened in a new window even if there
3999         is an empty window.
4000
4001 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4002
4003         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4004         (egg_recent_view_uimanager_finalize):
4005         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4006         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4007         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4008         (ev_pixbuf_cache_dispose):
4009         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4010         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4011         
4012         Add missing chain to parent class methods. Fixes
4013         bug #433128.
4014
4015 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4016
4017         * data/Makefile.am (update-icon-cache): Updates
4018         gtk-update-icon-cache in uninstall-hook.
4019
4020 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4021
4022         * shell/ev-window.c: (ev_window_setup_document),
4023         (ev_window_set_document), (ev_window_load_job_cb):
4024         * shell/ev-view.c: (setup_caches):
4025         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4026
4027         Start rendering pages before any other jobs. 
4028
4029 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4030
4031         * shell/ev-window.c: (ev_window_stop_fullscreen),
4032         (ev_window_stop_presentation):
4033
4034         Update chrome visibility before window unfullscreen. 
4035
4036 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4037
4038         * data/Makefile.am:
4039         * data/evince-ui.xml:
4040         * shell/ev-stock-icons.[ch]:
4041         * shell/ev-application.[ch]: (ev_application_shutdown),
4042         (ev_application_init), (ev_application_get_toolbars_model):
4043         * shell/ev-window.c: (update_chrome_visibility),
4044         (fullscreen_toolbar_setup_item_properties),
4045         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4046         (ev_window_run_presentation), (ev_window_stop_presentation),
4047         (ev_window_run_preview), (ev_window_screen_changed),
4048         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4049         (ev_window_dispose), (ev_window_init):
4050
4051         Make fullscreen toolbar always visible. Do not use egg toolbars for
4052         fullscreen and preview modes since such toolbars are not editables.
4053         Fixes bugs #300278, #338910 and #316188.  
4054
4055 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4056
4057         * shell/ev-application.c:
4058         * shell/ev-job-queue.c:
4059         * shell/ev-metadata-manager.c:
4060         * shell/ev-stock-icons.c:
4061         * shell/ev-window.c:
4062         * shell/main.c:
4063         
4064         Developers documentation updated.
4065
4066 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4067
4068         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4069
4070         Check whether uri is valid before launching it. Fixes bug #427664.
4071
4072 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4073
4074         * shell/ev-window.c:
4075
4076         Change key accelerator for Open a Copy menu entry which is in conflict
4077         with Close. Fixes bug #427321.
4078
4079 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4080
4081         * NEWS:
4082         * configure.ac:
4083         
4084         Update for release 0.8.1
4085
4086 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4087
4088         * shell/ev-window.c: (setup_size_from_metadata):
4089         
4090         Do not make window bigger than screen. Fixes bug 
4091         #388985.
4092
4093 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4094
4095         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4096         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4097
4098         Use default resolution when it's not provided by document. Fixes bug
4099         #408762.
4100
4101 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4102
4103         * configure.ac:
4104         * thumbnailer/Makefile.am:
4105         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4106         * thumbnailer/evince-thumbnailer.schemas.in:
4107         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4108
4109         Add support for ps, eps and compressed documents thumbnails. Do not
4110         ignore size parameter. 
4111
4112 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4113
4114         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4115         (dvi_document_do_color_special):
4116         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4117
4118         Implement font color specials in the DVI backend. Fixes bug #303651.
4119
4120 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4121
4122         Fixup the previous commit:
4123
4124         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4125         * shell/xdg-user-dir-lookup.c: Make the function non-static
4126         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4127
4128 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4129
4130         * shell/ev-window.c (file_open_dialog_response_cb): Use
4131         the xdg-user-dirs DOCUMENTS folder as default folder when
4132         opening a file chooser.  (#424858)
4133
4134         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4135         xdg-user-dirs.
4136
4137 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4138
4139         * shell/ev-window.c: (ev_window_load_job_cb):
4140
4141         Do not setup view from metadata on preview mode. 
4142
4143 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4144
4145         * shell/main.c:
4146
4147         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4148
4149 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4150
4151         * shell/ev-view.c: (ev_view_primary_get_cb):
4152
4153         Check pointer != NULL before using it. Fixes bug #416841. 
4154
4155 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4156
4157         * NEWS:
4158         * configure.ac:
4159         
4160         Release 0.8.0
4161
4162 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4163
4164         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4165
4166         Do not render thumbnails when sidebar thumbnail page is not visible
4167         at startup. Fixes bug #416447. 
4168
4169 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4170
4171         * data/evince.desktop.in.in:
4172
4173         "Application" is not a valid category in the freedesktop specification.
4174
4175 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4176
4177         * libdocument/ev-file-helpers.[ch]: (compression_run),
4178         (ev_file_uncompress), (ev_file_compress):
4179         * shell/ev-window.c: (file_save_dialog_response_cb):
4180
4181         Save document compressed when saving a copy of a compressed document.
4182         Fixes bug #334542.
4183
4184 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4185
4186         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4187
4188         Allow deleting in goto window entry in presentation mode. 
4189
4190 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4191
4192         * Makefile.am: Dist MAINTAINERS.
4193
4194 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4195
4196         * shell/ev-window.c: (ev_window_update_actions):
4197
4198         Fix zoom shortcut keys when searching. Fixes bug #409828.
4199
4200 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4201
4202         * shell/ev-window.c: (ev_window_setup_document):
4203
4204         Fix crash when loading documents with only one page. 
4205
4206 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4207
4208         * backend/dvi/dvi-document.c:
4209         (dvi_document_thumbnails_get_dimensions),
4210         (dvi_document_thumbnails_get_thumbnail):
4211         * backend/impress/impress-document.c:
4212         (impress_document_thumbnails_get_thumbnail),
4213         (impress_document_thumbnails_get_dimensions):
4214         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4215         (ps_document_thumbnails_get_dimensions):
4216         * backend/djvu/djvu-document.c:
4217         (djvu_document_thumbnails_get_dimensions),
4218         (djvu_document_thumbnails_get_thumbnail):
4219         * backend/tiff/tiff-document.c:
4220         (tiff_document_thumbnails_get_thumbnail),
4221         (tiff_document_thumbnails_get_dimensions):
4222         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4223         (pdf_document_thumbnails_get_thumbnail),
4224         (pdf_document_thumbnails_get_dimensions):
4225         * backend/comics/comics-document.c:
4226         (comics_document_thumbnails_get_thumbnail),
4227         (comics_document_thumbnails_get_dimensions):
4228         * backend/pixbuf/pixbuf-document.c:
4229         (pixbuf_document_thumbnails_get_thumbnail),
4230         (pixbuf_document_thumbnails_get_dimensions):
4231         * libdocument/ev-document-thumbnails.[ch]:
4232         (ev_document_thumbnails_get_thumbnail),
4233         (ev_document_thumbnails_get_dimensions):
4234         * libdocument/ev-document-misc.[ch]:
4235         (ev_document_misc_get_thumbnail_frame):
4236         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4237         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4238         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4239         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4240         (ev_sidebar_thumbnails_refresh):
4241         * shell/ev-window.c: (ev_window_setup_document):
4242         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4243
4244         Use an EvRenderContext for rendering thumbnails instead of a suggested
4245         width, so that different sized pages get sized proportionally.
4246
4247 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4248
4249         * shell/ev-view.c: (ev_view_button_press_event),
4250         (ev_view_key_press_event):
4251
4252         Fix critical warnings when there is no document loaded. 
4253
4254 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4255
4256         * shell/ev-page-action-widget.c:
4257         * shell/ev-navigation-action.c:
4258         * shell/ev-window.c:
4259
4260         Fix compile warnings. 
4261
4262 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4263
4264         * backend/djvu/djvu-text.h:
4265         * backend/djvu/djvu-document.c:
4266         * backend/djvu/djvu-text-page.c:
4267         * backend/djvu/djvu-links.c:
4268         * backend/djvu/djvu-text-page.h:
4269         * backend/djvu/djvu-text.c:
4270         
4271         Fix build on Mac. Fixes bug #392186. Patch by
4272         <ephraim_owns@hotmail.com>
4273
4274 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4275
4276         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4277
4278         Restore cairo context before rendering every page when printing a PDF
4279         document into a PDF file. 
4280
4281 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4282
4283         * backend/ps/gstypes.h:
4284         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4285         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4286         (ps_document_thumbnails_get_thumbnail):
4287
4288         Handle PostScript page orientation. Fixes bug #318568.
4289
4290 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4291
4292         * backend/ps/Makefile.am:
4293         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4294         (document_load), (ps_document_load), (save_document),
4295         (save_page_list), (ps_document_get_n_pages),
4296         (ps_document_get_page_size), (ps_document_get_info),
4297         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4298         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4299         (ps_document_thumbnails_get_thumbnail),
4300         (ps_document_thumbnails_get_dimensions),
4301         (ps_document_document_thumbnails_iface_init):
4302         * backend/ps/ps.[ch]: (psgetpagebox):
4303         * backend/ps/ps-interpreter.[ch]:
4304
4305         Add support for thumbnails in ps backend. Fixes bug #164755. 
4306
4307 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4308
4309         * NEWS:
4310         * configure.ac:
4311         
4312         Release 0.7.2
4313
4314 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4315
4316         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4317         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4318         (ev_window_dispose):
4319
4320         Use document thumbnail as window icon. Fixes bug #384442.
4321
4322 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4323
4324         * configure.ac:
4325
4326         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4327         duplicated adding application/x-bzpostscript instead. 
4328
4329 2007-02-11  Tom Parker  <palfrey@tevp.net>
4330
4331         * backend/ps/ps-document.c: (document_load):
4332
4333         Check return value of psscan before trying
4334         to use it. Fixes bug #372414.
4335
4336 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4337
4338         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4339
4340         Fix invalid free in ev-page-cache. Fixes bug #404745.
4341
4342 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4343
4344         * test/Makefile.am:
4345         * test/test3.py:
4346         
4347         Added reload test case.
4348
4349 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4350
4351         * po/POTFILES.in:
4352         * backend/djvu/djvu-document.c: (djvu_document_load):
4353
4354         Check whether there are missing files in indirect multipage djvu
4355         documents. Fixes bug #361683. 
4356
4357 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4358
4359         * test/Makefile.am:
4360         * test/test-mime.bin:
4361         * test/test3.py:
4362         
4363         Added test for slow mime type
4364
4365 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4366
4367         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4368
4369         Add some checks and call parent_class->finalize. Fixes bug #404745.
4370
4371 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4372
4373         * shell/ev-navigation-action.c: (connect_proxy):
4374         
4375         Fixes dropdown history menu. Thanks a lot Carlos!
4376
4377 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4378
4379         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4380
4381         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4382         bug #373715.
4383
4384 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4385
4386         * backend/ps/ps.c: (psscan):
4387
4388         Fix memory leak. 
4389
4390 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4391
4392         * configure.ac:
4393         * libdocument/ev-file-helpers.c: 
4394
4395         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4396
4397 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4398
4399         * configure.ac:
4400         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4401         (ps_interpreter_start), (document_load), (save_document),
4402         (save_page_list):
4403         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4404         * libdocument/ev-document-factory.c:
4405         (ev_document_factory_get_from_mime), (get_document_from_uri),
4406         (free_uncompressed_uri), (ev_document_factory_get_document):
4407         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4408
4409         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4410
4411 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4412
4413         * libdocument/ev-document.h:
4414
4415         Fix typo in function name. 
4416
4417 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4418
4419         * backend/ps/ps-document.c: (ps_interpreter_finished),
4420         (ps_interpreter_start), (ps_interpreter_failed):
4421
4422         Handle ghostscript interpreter crashes. 
4423
4424 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4425
4426         * shell/ev-window.c: (ev_window_open_uri),
4427         (window_configure_event_cb):
4428
4429         Setup window size and position before showing it. Fixes bug #401711.
4430
4431 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4432
4433         * backend/ps/Makefile.am:
4434         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4435         (ps_document_dispose), (ps_document_class_init),
4436         (ps_interpreter_input), (ps_interpreter_output),
4437         (ps_interpreter_error), (setup_interpreter_env),
4438         (ps_interpreter_start), (ps_interpreter_stop),
4439         (ps_interpreter_failed), (ps_interpreter_is_ready),
4440         (check_filecompressed), (document_load), (ps_document_load),
4441         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4442         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4443         (render_page):
4444
4445         Rework ps-document. Code cleanups, remove deprecated code. 
4446
4447 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4448
4449         * shell/ev-view.c: (ev_view_button_press_event):
4450
4451         Do not start an image drag and drop operation when pointer is on 
4452         text, so that we can select text when the whole background is an
4453         image. 
4454
4455 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4456
4457         * shell/ev-window.c: (ev_window_update_actions): 
4458
4459         Disable all zoom related actions during presentation mode. 
4460
4461 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4462
4463         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4464
4465         Do not zoom in or out on presentation mode. Fixes bug #401305.
4466
4467 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4468
4469         * shell/ev-navigation-action.c: (connect_proxy),
4470         (create_menu_item), (ev_navigation_action_class_init):
4471         
4472         Correctly show menu and fix crash when navigaton 
4473         action is out of toolbar visible area.
4474
4475 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4476
4477         * data/Makefile.am:
4478         * data/evince.1:
4479         
4480         Added man file
4481
4482 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4483
4484         * help/reference/* :
4485         * configure.ac:
4486         
4487         Added gtk-doc based documentation for Evince.
4488         Still in initial state but I hope it will
4489         grow.
4490         
4491         * configure.ac:
4492         
4493         Lower dbus requirement to 0.70
4494
4495 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4496
4497         * shell/ev-window.c: (ev_window_add_history):
4498
4499         Fix memory leak. 
4500
4501 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4502
4503         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4504         * shell/ev-view.h:
4505         * shell/ev-window.c: (ev_window_add_history):
4506         
4507         Correctly handle named destination links
4508
4509 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4510
4511         * NOTES:
4512         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4513         * backend/pdf/ev-poppler.cc:
4514         * libdocument/ev-document-links.h:
4515         * libdocument/ev-link.c: (ev_link_get_page):
4516         * libdocument/ev-link.h:
4517         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4518         (ev_history_add_link):
4519         * shell/ev-history.h:
4520         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4521         (new_history_menu_item), (build_menu):
4522         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4523         * shell/ev-sidebar-links.c: (create_loading_model),
4524         (print_section_cb), (ev_sidebar_links_construct),
4525         (fill_page_labels), (update_page_callback_foreach),
4526         (update_page_callback), (job_finished_callback):
4527         * shell/ev-view.c: (ev_view_handle_link):
4528         * shell/ev-window.c: (ev_window_find_chapter),
4529         (ev_window_add_history), (view_handle_link_cb),
4530         (history_changed_cb):
4531         
4532         Implements another history variant
4533
4534 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4535
4536         * shell/ev-window.c: (view_external_link_cb):
4537         * shell/ev-view.c: (ev_view_button_release_event):
4538
4539         Open links in new window when clicking with middle button. 
4540
4541 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4542
4543         * shell/ev-navigation-action.c: (new_history_menu_item):
4544         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4545         * shell/ev-view.c: (ev_view_handle_link):
4546         * shell/ev-window.c:
4547         
4548         Store link before jump, not the destination. For me it 
4549         seems like more natural history behavior.
4550
4551 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4552
4553         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4554         (ev_navigation_action_class_init):
4555         * shell/ev-navigation-action.h:
4556         * shell/ev-page-action.c: (activate_cb):
4557         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4558         (ev_page_cache_set_current_page_history):
4559         * shell/ev-page-cache.h:
4560         * shell/ev-sidebar-thumbnails.c:
4561         (ev_sidebar_tree_selection_changed),
4562         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4563         * shell/ev-view-private.h:
4564         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4565         * shell/ev-view.h:
4566         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4567         (ev_window_setup_document), (ev_window_load_job_cb):
4568         * shell/ev-window.h:
4569         
4570         History finally works as expected.
4571
4572 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4573
4574         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4575
4576         Do not update links treeview if it doesn't have a model assigned yet. 
4577
4578 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4579
4580         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4581         (ev_sidebar_links_class_init), (update_page_callback):
4582
4583         Do not update links treeview when sidepane is not visible. 
4584
4585 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4586
4587         * shell/ev-marshal.list:
4588         * shell/ev-page-action.c: (activate_cb),
4589         (ev_page_action_class_init):
4590         * shell/ev-page-action.h:
4591         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4592         * shell/ev-window.c:
4593         
4594         Remove activate_link signal, not required.
4595
4596 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4597
4598         * shell/ev-navigation-action.c: (build_menu):
4599         
4600         Reorder menu items and build menu with fixed length.
4601
4602 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4603
4604         * shell/ev-view.c: (get_selected_text):
4605         
4606         Normalize text to fix ligatures problem. See bug
4607         #341947 for details.
4608
4609 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4610
4611         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4612
4613         Fix memory leak in ev-page-cache. 
4614
4615 2007-01-25  Tom Parker <palfrey@tevp.net>
4616
4617         * backend/impress/impress-document.c: (impress_document_load),
4618         (impress_document_finalize), (impress_document_init):
4619         * properties/ev-properties-main.c: (ev_properties_get_pages):
4620         
4621         Correctly handle impress document errors. Fixes nautilus
4622         crash in property page #370491.
4623
4624 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4625
4626         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4627         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4628         (ev_job_queue_remove_job):
4629         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4630         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4631         (ev_job_load_run):
4632         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4633         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4634         (ev_window_load_job_cb), (xfer_update_progress_callback),
4635         (ev_window_open_uri), (ev_window_dispose):
4636         * shell/main.c: (main):
4637
4638         Do file transfer asynchronously in the main thread instead of
4639         synchronously in the load thread. Fixes bugs #399694, #398307 and
4640         #343542.
4641
4642 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4643
4644         * shell/ev-jobs.c: (ev_job_xfer_run):
4645
4646         Load the document with the font-config lock held. 
4647
4648 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4649
4650         * backend/ps/ps-document.c: (start_interpreter):
4651
4652         Fix memory leaks in ps backend. 
4653
4654 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4655
4656         * backend/impress/impress-document.c:
4657         (impress_document_render_pixbuf):
4658
4659         Do not acquire fontconfig lock in impress backend, since it is using
4660         the main loop for rendering. 
4661
4662 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4663
4664         * po/POTFILES.in: 
4665
4666         Remove mdvi files that shouldn't be translated. 
4667
4668 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4669
4670         * shell/ev-view-private.h:
4671         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4672         (ev_view_set_zoom):
4673
4674         Render "loading..." text into a cairo surface instead of directly into
4675         the window so that fontconfig lock is only needed once and UI is not
4676         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4677
4678 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4679
4680         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4681         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4682
4683         Use icon theme associated with the window screen rather than default. 
4684
4685 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4686
4687         * configure.ac:
4688
4689         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4690
4691 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4692
4693         * data/icons/*/apps/evince.*:
4694
4695         Move Evince icons under new apps directory.
4696
4697         * data/icons/*/actions/*:
4698
4699         Add new custom themeable Evince icons: view-page-continuous, 
4700         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4701         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4702
4703         * configure.ac:
4704
4705         Add new directories to AC_CONFIG_FILES.
4706
4707         * shell/ev-stock-icons.c:
4708         * shell/ev-stock-icons.h:
4709
4710         Use new custom themeable icons.
4711
4712 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4713
4714         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4715
4716         Do not draw white background page in presentation mode. 
4717
4718 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4719
4720         * shell/ev-view.c: Remove unused gnome-vfs include.
4721
4722 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4723
4724         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4725         
4726         Format string is corrected, fixes bug #397129.
4727
4728 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4729
4730         * shell/ev-window.c: (ev_window_setup_recent):
4731
4732         Do not include in recent menu inexistent documents. Fixes
4733         bug #339171.
4734
4735 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4736
4737         * po/POTFILES.skip: 
4738
4739         Update POTFILES.skip file according to current source tree. 
4740
4741 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4742
4743         * shell/ev-window.c: (file_save_dialog_response_cb):
4744
4745         Do Save a copy in atomic way. Fixes bug #328266. 
4746
4747 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4748
4749         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4750
4751         Keep selected cell always visible in index treeview.
4752
4753 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4754         
4755         * shell/ev-view.c: (ev_view_size_allocate):
4756
4757         Restore horizontal scrollbar after switching to/from fullscreen
4758         or presentation mode. Fixes bug #331728.
4759
4760 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4761
4762         * shell/ev-view-private.h:
4763         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4764         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4765         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4766         (ev_view_can_zoom_out):
4767
4768         Use max and min scale values in the view iby taking dpi into account. 
4769
4770 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4771
4772         * configure.ac:
4773         * NEWS:
4774
4775         Release 0.7.1
4776
4777 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4778
4779         * shell/ev-window.c: (ev_window_print_send):
4780
4781         Send print job to printer with some settings set to default values,
4782         since we have already exported to a file according to such settings
4783         and they could be taken twice by some printers. 
4784
4785 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4786
4787         * shell/ev-jobs.c: (ev_job_xfer_run):
4788         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4789
4790         Show main window and load document with the font-config lock held. 
4791
4792 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4793
4794         * configure.ac:
4795         * shell/ev-application.c: (ev_application_register_service):
4796         * shell/main.c: (load_files_remote):
4797
4798         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4799
4800 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4801
4802         * doc/debugging.txt:
4803         
4804         Remove obsolete documentation.
4805
4806 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4807
4808         * Makefile.am:
4809         * backend/Makefile.am:
4810         * backend/comics/Makefile.am:
4811         * backend/djvu/Makefile.am:
4812         * backend/dvi/Makefile.am:
4813         * backend/ev-async-renderer.c:
4814         * backend/ev-async-renderer.h:
4815         * backend/ev-attachment.c:
4816         * backend/ev-attachment.h:
4817         * backend/ev-backend-marshal.c:
4818         * backend/ev-document-factory.c:
4819         * backend/ev-document-factory.h:
4820         * backend/ev-document-find.c:
4821         * backend/ev-document-find.h:
4822         * backend/ev-document-fonts.c:
4823         * backend/ev-document-fonts.h:
4824         * backend/ev-document-images.c:
4825         * backend/ev-document-images.h:
4826         * backend/ev-document-info.h:
4827         * backend/ev-document-links.c:
4828         * backend/ev-document-links.h:
4829         * backend/ev-document-misc.c:
4830         * backend/ev-document-misc.h:
4831         * backend/ev-document-security.c:
4832         * backend/ev-document-security.h:
4833         * backend/ev-document-thumbnails.c:
4834         * backend/ev-document-thumbnails.h:
4835         * backend/ev-document-transition.c:
4836         * backend/ev-document-transition.h:
4837         * backend/ev-document.c:
4838         * backend/ev-document.h:
4839         * backend/ev-file-exporter.c:
4840         * backend/ev-file-exporter.h:
4841         * backend/ev-image.c:
4842         * backend/ev-image.h:
4843         * backend/ev-link-action.c:
4844         * backend/ev-link-action.h:
4845         * backend/ev-link-dest.c:
4846         * backend/ev-link-dest.h:
4847         * backend/ev-link.c:
4848         * backend/ev-link.h:
4849         * backend/ev-render-context.c:
4850         * backend/ev-render-context.h:
4851         * backend/ev-selection.c:
4852         * backend/ev-selection.h:
4853         * backend/impress/Makefile.am:
4854         * backend/pdf/Makefile.am:
4855         * backend/pixbuf/Makefile.am:
4856         * backend/ps/Makefile.am:
4857         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4858         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4859         (start_interpreter), (stop_interpreter), (document_load),
4860         (ps_document_next_page), (render_page):
4861         * backend/tiff/Makefile.am:
4862         * comics/Makefile.am:
4863         * comics/comics-document.c:
4864         * comics/comics-document.h:
4865         * configure.ac:
4866         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4867         * djvu/Makefile.am:
4868         * djvu/djvu-document-private.h:
4869         * djvu/djvu-document.c:
4870         * djvu/djvu-document.h:
4871         * djvu/djvu-links.c:
4872         * djvu/djvu-links.h:
4873         * djvu/djvu-text-page.c:
4874         * djvu/djvu-text-page.h:
4875         * djvu/djvu-text.c:
4876         * djvu/djvu-text.h:
4877         * dvi/Makefile.am:
4878         * dvi/dvi-document.c:
4879         * dvi/dvi-document.h:
4880         * dvi/fonts.c:
4881         * dvi/fonts.h:
4882         * dvi/mdvi-lib/Makefile.am:
4883         * dvi/mdvi-lib/afmparse.c:
4884         * dvi/mdvi-lib/afmparse.h:
4885         * dvi/mdvi-lib/bitmap.c:
4886         * dvi/mdvi-lib/bitmap.h:
4887         * dvi/mdvi-lib/color.c:
4888         * dvi/mdvi-lib/color.h:
4889         * dvi/mdvi-lib/common.c:
4890         * dvi/mdvi-lib/common.h:
4891         * dvi/mdvi-lib/defaults.h:
4892         * dvi/mdvi-lib/dvimisc.c:
4893         * dvi/mdvi-lib/dviopcodes.h:
4894         * dvi/mdvi-lib/dviread.c:
4895         * dvi/mdvi-lib/files.c:
4896         * dvi/mdvi-lib/font.c:
4897         * dvi/mdvi-lib/fontmap.c:
4898         * dvi/mdvi-lib/fontmap.h:
4899         * dvi/mdvi-lib/fontsrch.c:
4900         * dvi/mdvi-lib/gf.c:
4901         * dvi/mdvi-lib/hash.c:
4902         * dvi/mdvi-lib/hash.h:
4903         * dvi/mdvi-lib/list.c:
4904         * dvi/mdvi-lib/mdvi.h:
4905         * dvi/mdvi-lib/pagesel.c:
4906         * dvi/mdvi-lib/paper.c:
4907         * dvi/mdvi-lib/paper.h:
4908         * dvi/mdvi-lib/pk.c:
4909         * dvi/mdvi-lib/private.h:
4910         * dvi/mdvi-lib/setup.c:
4911         * dvi/mdvi-lib/sp-epsf.c:
4912         * dvi/mdvi-lib/special.c:
4913         * dvi/mdvi-lib/sysdeps.h:
4914         * dvi/mdvi-lib/t1.c:
4915         * dvi/mdvi-lib/tfm.c:
4916         * dvi/mdvi-lib/tfmfile.c:
4917         * dvi/mdvi-lib/tt.c:
4918         * dvi/mdvi-lib/util.c:
4919         * dvi/mdvi-lib/vf.c:
4920         * dvi/pixbuf-device.c:
4921         * dvi/pixbuf-device.h:
4922         * impress/Makefile.am:
4923         * impress/common.h:
4924         * impress/document.c:
4925         * impress/f_oasis.c:
4926         * impress/f_oo13.c:
4927         * impress/iksemel.c:
4928         * impress/iksemel.h:
4929         * impress/imposter.h:
4930         * impress/impress-document.c:
4931         * impress/impress-document.h:
4932         * impress/internal.h:
4933         * impress/r_back.c:
4934         * impress/r_draw.c:
4935         * impress/r_geometry.c:
4936         * impress/r_gradient.c:
4937         * impress/r_style.c:
4938         * impress/r_text.c:
4939         * impress/render.c:
4940         * impress/render.h:
4941         * impress/zip.c:
4942         * impress/zip.h:
4943         * lib/Makefile.am:
4944         * lib/ev-debug.c:
4945         * lib/ev-debug.h:
4946         * lib/ev-file-helpers.c:
4947         * lib/ev-file-helpers.h:
4948         * lib/ev-gui.c:
4949         * lib/ev-gui.h:
4950         * lib/ev-tooltip.c:
4951         * lib/ev-tooltip.h:
4952         * libdocument/Makefile.am:
4953         * libdocument/ev-file-helpers.c:
4954         * pdf/Makefile.am:
4955         * pdf/ev-poppler.cc:
4956         * pdf/ev-poppler.h:
4957         * pixbuf/Makefile.am:
4958         * pixbuf/pixbuf-document.c:
4959         * pixbuf/pixbuf-document.h:
4960         * properties/Makefile.am:
4961         * ps/Makefile.am:
4962         * ps/gsdefaults.c:
4963         * ps/gsdefaults.h:
4964         * ps/gsio.c:
4965         * ps/gsio.h:
4966         * ps/gstypes.h:
4967         * ps/ps-document.c:
4968         * ps/ps-document.h:
4969         * ps/ps.c:
4970         * ps/ps.h:
4971         * shell/Makefile.am:
4972         * shell/ev-application.h:
4973         * shell/ev-sidebar-links.c:
4974         * shell/ev-sidebar-links.h:
4975         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4976         (ev_gui_menu_position_tree_selection):
4977         * shell/ev-utils.h:
4978         * shell/ev-view.c: (ev_view_finalize):
4979         * shell/ev-window.c:
4980         * shell/main.c: (main):
4981         * thumbnailer/Makefile.am:
4982         * tiff/Makefile.am:
4983         * tiff/tiff-document.c:
4984         * tiff/tiff-document.h:
4985         * tiff/tiff2ps.c:
4986         * tiff/tiff2ps.h:
4987         
4988         Reorganize source tree.
4989
4990 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4991
4992         * backend/ev-document-factory.c:
4993
4994         Do not include ev-poppler.h when pdf is disabled. 
4995
4996 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4997
4998         * configure.ac:
4999         * data/evince-ui.xml:
5000         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5001         (pdf_document_document_images_iface_init):
5002         * backend/Makefile.am:
5003         * backend/ev-document-images.[ch]:
5004         * backend/ev-image.[ch]:
5005         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5006         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5007         (ev_job_xfer_run):
5008         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5009         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5010         (ev_pixbuf_cache_get_image_mapping):
5011         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5012         (view_menu_popup_cb), (ev_window_dispose),
5013         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5014         (ev_view_popup_cmd_copy_image):
5015         * shell/ev-view-private.h:
5016         * shell/ev-view.c: (ev_view_get_image_at_location),
5017         (ev_view_do_popup_menu), (ev_view_popup_menu),
5018         (ev_view_button_press_event), (ev_view_drag_data_get),
5019         (ev_view_drag_motion), (ev_view_drag_data_received),
5020         (ev_view_motion_notify_event), (ev_view_button_release_event),
5021         (ev_view_finalize), (ev_view_class_init):
5022
5023         Add image handling support. Fixes bugs #310008 and #325047. Images
5024         selection is not supported yet. 
5025
5026 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5027
5028         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5029         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5030         (ev_view_init):
5031
5032         Move view drag and drop stuff to ev-view.
5033
5034 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5035
5036         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5037         * shell/ev-view.c: (clear_selection): 
5038
5039         Clear selection also in pixbuf cache.
5040
5041 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5042
5043         * data/evince.desktop.in.in:
5044         
5045         Change icon name in desktop file. See bug #390734
5046         for details.
5047
5048 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5049
5050         * thumbnailer/Makefile.am:
5051
5052         Use top_builddir instead top_srcdir for generated schema
5053         file installation. Fixes bug #390161.
5054
5055 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5056
5057         * configure.ac:
5058         * backend/Makefile.am:
5059         * backend/ev-document-transition.[ch]:
5060         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5061         (pdf_document_page_transition_iface_init):
5062         * shell/ev-view-private.h:
5063         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5064         (ev_view_set_presentation), (transition_next_page),
5065         (ev_view_presentation_transition_stop),
5066         (ev_view_presentation_transition_start), (ev_view_next_page):
5067
5068         Add page transition support in presentation mode. At the moment only
5069         page duration is supported, but not transition effects. Fixes bug
5070         #309815.
5071
5072 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5073
5074         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5075
5076         Run find_link_dest with document lock held, since it's called by links
5077         thread and main thread at the same time. 
5078
5079 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5080
5081         * shell/ev-view.c: (goto_dest):
5082
5083         Update page-cache when page is changed by the view, so that
5084         page-changed signal is emitted. 
5085
5086 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5087
5088         * test/test1.py:
5089         * test/test2.py:
5090
5091         Use C locale in tests. 
5092
5093 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5094
5095         * shell/ev-window.c: (ev_window_run_presentation):
5096         * shell/ev-view-private.h:
5097         * shell/ev-view.c: (ev_view_set_presentation):
5098
5099         Restore zoom settings when back from presentation mode. 
5100
5101 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5102
5103         * shell/ev-window.c: (ev_window_run_presentation):
5104
5105         Always use "best fit" zoom in presentation mode.
5106         Fixes bug #389195.
5107
5108 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5109
5110         * shell/ev-view.c: (ev_view_goto_window_create):
5111
5112         Show "Jump to page" label in the page jumping popup in
5113         presentation mode instead of just a GtkEntry.
5114
5115 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5116
5117         * shell/ev-window.c: (launch_external_uri):
5118
5119         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5120         #378085.
5121
5122 2006-12-22  Elijah Newren  <newren gmail com>
5123
5124         * configure.ac: explicitly check for libxml2.  Fixes #388795
5125
5126 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5127
5128         * shell/ev-view-private.h:
5129         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5130         (ev_view_goto_window_delete_event), (key_is_numeric),
5131         (ev_view_goto_window_key_press_event),
5132         (ev_view_goto_window_button_press_event),
5133         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5134         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5135         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5136
5137         Allow jumping to another page by typing a page number in presentation
5138         mode. It uses a popup window with an entry. Fixes bug #353625.
5139
5140 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5141
5142         * configure.ac:
5143         * properties/ev-properties-view.c: (ev_get_default_user_units),
5144         (ev_regular_paper_size):
5145         
5146         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5147         to Damien Carbery <damien.carbery@sun.com> and
5148         Yevgen Muntyan <muntyan@tamu.edu>.
5149
5150 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5151
5152         * shell/ev-window.c: (setup_document_from_metadata):
5153
5154         Make sure Evince doesn't restore the view on the last
5155         page when a document is reopened. Fixes bug #383381.
5156
5157 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5158
5159         * shell/ev-view.c: (draw_loading_text):
5160
5161         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5162
5163 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5164
5165         * configure.ac:
5166         * NEWS:
5167
5168         Release 0.7.0
5169
5170 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5171
5172         * configure.ac:
5173         * pdf/ev-poppler.cc: (pdf_print_context_free),
5174         (pdf_document_file_exporter_begin),
5175         (pdf_document_file_exporter_do_page):
5176
5177         Make cairo-pdf depedency optional. 
5178
5179 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5180
5181         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5182
5183         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5184
5185 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5186
5187         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5188         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5189         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5190         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5191         * shell/ev-view.c: (draw_loading_text):
5192         * shell/ev-window.c: (ev_window_cmd_file_properties):
5193
5194         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5195         related to using FontConfig from different threads.
5196         
5197 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5198
5199         * shell/ev-view.c: (draw_loading_text):
5200
5201         Acquire lock document when drawing "Loading..." text so that only one
5202         thread will use FontConfig at the same time. Fixes bug #374750.
5203
5204 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5205
5206         * shell/ev-page-action.[ch]: (activate_cb):
5207         * shell/ev-window.c: (activate_label_cb):
5208
5209         Check if text inserted in page entry is a valid page number when it
5210         doesn't match to any document page label. Fixes bug #383165.
5211
5212 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5213         * shell/ev-window.c:
5214
5215         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5216         available with GTK < 2.10. Added an ifdef to avoid compilation
5217         error.
5218
5219 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5220
5221         * configure.ac:
5222         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5223
5224         Fix ps backend in multihead systems.
5225
5226 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5227
5228         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5229         * shell/ev-window.c: (ev_window_get_screen_dpi),
5230         (ev_window_update_actions), (setup_view_from_metadata),
5231         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5232
5233         Take screen DPI into account when zooming. Fixes bug #318285.
5234
5235 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5236
5237         * data/Makefile.am:
5238
5239         Cleaned up/slightly refactored Makefile.am. Added GConf
5240         schemas uninstallation as well.
5241
5242 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5243
5244         * Makefile.am:
5245         * test/Makefile.am:
5246
5247         Fight with autotools to fix make check. Make distcheck
5248         works fine as well now!
5249
5250 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5251
5252         * shell/ev-view.c: (draw_end_presentation_page):
5253
5254         Corrected "end of presentation" string.
5255
5256 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5257
5258         * shell/ev-view.c: (ev_view_key_press_event):
5259
5260         Correctly propagate key press event so that up/down keys
5261         work as expected (correct behaviour was broken by
5262         black/white screen key bindings for presentations).
5263
5264 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5265
5266         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5267         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5268         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5269         (pdf_selection_get_selection_region),
5270         (pdf_selection_get_selection_map):
5271
5272         Add "static" to some private functions. 
5273
5274 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5275
5276         * lib/ev-tooltip.h:
5277         * properties/ev-properties-view.h:
5278         * shell/ev-jobs.h:
5279         * shell/ev-properties-dialog.h:
5280         * shell/ev-properties-fonts.h:
5281         * shell/ev-sidebar-links.h:
5282         * shell/ev-sidebar-thumbnails.h:
5283         * shell/ev-sidebar.h:
5284         * shell/ev-window.h:
5285         
5286         Fixes CHACK type in class casts. See bug #385343
5287         for details.
5288
5289 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5290
5291         * shell/ev-view-private.h:
5292         * shell/ev-view.c: (draw_end_presentation_page),
5293         (ev_view_expose_event), (ev_view_key_press_event),
5294         (ev_view_class_init), (ev_view_init):
5295
5296         Blank screen in presentation mode when pressing 'b' (filling with
5297         black) or 'w' (filling with white) keys. Fixes bug #358132.
5298
5299 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5300
5301         * data/evince-toolbar.xml:
5302         * shell/ev-window.c:
5303         
5304         Use stock icon for Select All action. Fixes
5305         bug #382652.
5306
5307 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5308
5309         * shell/ev-view.c: (get_doc_point_from_offset),
5310         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5311
5312         Add links support in rotated documents. Fixes bug #343733.
5313
5314 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5315
5316         * shell/ev-view-private.h:
5317         * shell/ev-view.c: (draw_end_presentation_page),
5318         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5319
5320         Show a blank page after the last page in presentation mode with a
5321         message indicating that presentation has finished and how to exit. 
5322
5323 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5324
5325         * shell/ev-window.c: (fullscreen_timeout_cb):
5326
5327         Hide cursor after a while in presentation mode. 
5328
5329 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5330
5331         * backend/ev-document-info.h:
5332         * data/evince-properties.glade:
5333         * pdf/ev-poppler.cc:
5334         * properties/ev-properties-view.c: (ev_regular_paper_size),
5335         (ev_properties_view_set_info):
5336         * ps/ps-document.c: (ps_document_get_info):
5337
5338         Adds a paper size field to the properties dialog. Fixes
5339         bug #307315. Patch by Kasper Svendsen (with some i18n
5340         changes done by me).
5341
5342 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5343
5344         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5345         (screensaver_init_dbus), (totem_scrsaver_new),
5346         (totem_scrsaver_init):
5347         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5348         * shell/ev-application.c: (ev_application_register_service),
5349         (ev_application_screensaver_enable),
5350         (ev_application_screensaver_disable):
5351         * shell/ev-application.h:
5352         * shell/ev-window.c: (ev_window_run_presentation),
5353         (ev_window_stop_presentation), (build_comments_string),
5354         (ev_window_init):
5355         
5356         Move screensaver handling to application. No more
5357         message on startup.
5358
5359 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5360
5361         * configure.ac:
5362         * backend/Makefile.am:
5363         * backend/ev-file-exporter.[ch]:
5364         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5365         * ps/ps-document.c: (ps_document_file_exporter_*):
5366         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5367         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5368         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5369         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5370
5371         Allow printing to PDF when suppoted by the backend.
5372         
5373 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5374
5375         * shell/ev-window.c: (build_comments_string):
5376
5377         Use always "Document Viewer" in about dialog. 
5378
5379 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5380
5381         * djvu/djvu-document.c: (djvu_document_get_page_size):
5382
5383         Display a warning message when get_pageinfo fails. 
5384
5385 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5386
5387         * Makefile.am:
5388         * backend/Makefile.am:
5389         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5390         * configure.ac:
5391         * shell/ev-window.c: (build_comments_string):
5392         
5393         Make pdf compilation optional. See bug #38007.
5394
5395 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5396
5397         * ps/ps.c: (get_next_text):
5398
5399         Fix CVE-2006-5864.
5400
5401 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5402
5403         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5404         * shell/ev-navigation-action.c: (connect_proxy),
5405         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5406         
5407         Do not call g_type_class_peek_parent twice.
5408
5409 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5410
5411         * configure.ac:
5412         * data/icons/24x24/.cvsignore:
5413         * data/icons/24x24/Makefile.am:
5414         * data/icons/24x24/evince.png:
5415         * data/icons/Makefile.am:
5416         
5417         Add 24x24 icon. Thanks to 
5418         Michael Monreal <infernux@web.de>.
5419
5420 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5421
5422         * configure.ac: Fix typo in configure.ac. Thanks
5423         to dmacks@netspace.org for notification.
5424
5425 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5426
5427         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5428         
5429         Drop dbus include, fixes compilation with older dbus.
5430
5431 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5432
5433         * configure.ac:
5434         * cut-n-paste/Makefile.am:
5435         * cut-n-paste/totem-screensaver/.cvsignore
5436         * cut-n-paste/totem-screensaver/Makefile.am:
5437         * cut-n-paste/totem-screensaver/README:
5438         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5439         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5440         * shell/Makefile.am:
5441         * shell/ev-window.c: (ev_window_run_presentation),
5442         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5443         (ev_window_init):
5444
5445         Implemented screensaver enabling/disabling for
5446         presentation mode (not fullscreen mode). Code stolen
5447         from Totem (with some minor tweaks). Fixes bug #338889.
5448
5449 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5450
5451         * configure.ac:
5452
5453         Bump gnome-icon-theme requirements. We use the rotation
5454         icons that appeared recently.
5455
5456 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5457
5458         * shell/ev-history.c: (ev_history_add_page):
5459         * shell/ev-history.h:
5460         * shell/ev-window.c: (page_changed_cb):
5461         
5462         Use page labels instead of numbers.
5463
5464 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5465
5466         * data/evince-toolbar.xml:
5467         * po/POTFILES.in:
5468         * shell/Makefile.am:
5469         * shell/ev-navigation-action-widget.c:
5470         (ev_navigation_action_widget_init),
5471         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5472         (menu_detacher), (ev_navigation_action_widget_set_menu),
5473         (menu_position_func), (popup_menu_under_arrow),
5474         (ev_navigation_action_widget_toggled),
5475         (ev_navigation_action_widget_button_press_event):
5476         * shell/ev-navigation-action-widget.h:
5477         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5478         (ev_navigation_action_set_window), (activate_menu_item_cb),
5479         (new_history_menu_item), (new_empty_history_menu_item),
5480         (build_menu), (menu_activated_cb), (connect_proxy),
5481         (create_tool_item), (ev_navigation_action_init),
5482         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5483         * shell/ev-navigation-action.h:
5484         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5485         (ev_page_action_widget_set_page_cache),
5486         (ev_page_action_widget_finalize),
5487         (ev_page_action_widget_class_init), (match_selected_cb),
5488         (display_completion_text), (match_completion), (build_new_tree_cb),
5489         (get_filter_model_from_model),
5490         (ev_page_action_widget_update_model):
5491         * shell/ev-page-action-widget.h:
5492         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5493         (connect_proxy):
5494         * shell/ev-page-action.h:
5495         * shell/ev-stock-icons.c:
5496         * shell/ev-stock-icons.h:
5497         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5498         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5499         (register_custom_actions):
5500         * shell/main.c:
5501         
5502         Preliminary history implementation
5503
5504 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5505
5506         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5507         (dvi_document_class_init), (dvi_document_init_params):
5508         * dvi/mdvi-lib/font.c: (font_reference):
5509         
5510         Add reference to subfont. Fixes bug #374277.
5511
5512 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5513
5514         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5515         (ev_window_cmd_file_open_copy_at_dest):
5516
5517         Fix a race condition when creating symlink. Increase the counter
5518         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5519         Mathias Hasselmann).
5520
5521 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5522
5523         * backend/Makefile.am:
5524         * backend/ev-attachment.c: (ev_attachment_open):
5525         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5526         (ev_tmp_dir), (ev_tmp_filename):
5527         * shell/ev-sidebar-attachments.c:
5528         (ev_sidebar_attachments_drag_data_get):
5529         * shell/ev-window.c: (ev_window_clear_temp_file):
5530
5531         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5532         in ensure_dir_exists. Abort without crashing when we can't create
5533         user's directory.
5534
5535 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5536
5537         * data/evince-ui.xml:
5538         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5539         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5540         (ev_window_cmd_file_open_copy_at_dest),
5541         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5542         (ev_view_popup_cmd_open_link_new_window):
5543
5544         Allow opening a copy of the current document in a new window. Fixes bug
5545         #357472
5546
5547 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5548
5549         * data/evince-toolbar.xml:
5550         
5551         Add rotate right and rotate left to available items for toolbar.
5552         
5553         * data/evince-ui.xml:
5554         * shell/ev-window.c: (ev_window_init):
5555         
5556         Customize toolbar with right click. Fixes bug #372451.
5557
5558 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5559
5560         * shell/ev-window.c: 
5561         
5562         Use "object-rotate-{left,right}" stock icons. Fixes 
5563         bug #373863.
5564
5565 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5566
5567         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5568         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5569         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5570         (ev_window_open_uri):
5571         * shell/main.c: (arguments_parse):
5572
5573         Remove temp file created when evince is used by GTK+ in
5574         preview mode. Fixes bug #365282. 
5575
5576 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5577
5578         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5579         
5580         Fixes bug #372474 - Side pane disabled when entering 
5581         and leaving fullscreen mode.
5582
5583 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5584
5585         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5586         * data/Makefile.am:
5587         * data/evince-preview-toolbar.xml:
5588         * data/evince-toolbar.xml:
5589         * shell/ev-application.c: (ev_application_shutdown),
5590         (ev_application_init), (ev_application_get_toolbars_model):
5591         * shell/ev-application.h:
5592         * shell/ev-window.c: (update_chrome_visibility),
5593         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5594         (ev_window_cmd_edit_toolbar), (ev_window_init):
5595         
5596         Fixes bug #364364 - toolbar editor shows zoom actions again.
5597
5598 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5599
5600         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5601
5602         Do not take margins into consideration for paper size when printing.
5603         Really fixes bug #350491.
5604
5605 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5606
5607         * data/evince-ui.xml:
5608         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5609         (ev_window_cmd_file_print_setup),
5610         (ev_window_print_dialog_response_cb),
5611         (ev_window_setup_action_sensitivity):
5612
5613         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5614
5615 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5616
5617         * shell/ev-window.c: (ev_window_print_range):
5618
5619         Revert my previuos commit, since printing to PDF is not supported by
5620         evince yet. 
5621
5622 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5623
5624         * shell/ev-window.c: (ev_window_print_range):
5625
5626         Enable print to a PDF. Fixes bug #332121.
5627
5628 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5629
5630         * shell/ev-application-service.xml:
5631         * shell/ev-application.[ch]: (ev_application_open_window),
5632         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5633         (ev_application_open_uri), (ev_application_open_uri_list):
5634         * shell/ev-window.c: (file_open_dialog_response_cb),
5635         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5636         (drag_data_received_cb), (open_remote_link):
5637         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5638
5639         Add support for multiscreen systems. Fixes bug #316206.
5640
5641 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5642
5643         * shell/ev-jobs.[ch]: (ev_job_print_new),
5644         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5645         (ev_job_print_do_page):
5646         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5647
5648         Allow printing only odd/even pages. Fixes bug #367289.
5649
5650 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5651
5652         * test/test1.py:
5653         * test/test2.py:
5654
5655         Re-add locale settings to test files.
5656
5657 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5658
5659         * data/evince-ui.xml:
5660         * shell/ev-window.c: (set_action_properties):
5661         
5662         Removed garbage from code and ui.
5663
5664 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5665
5666         * shell/ev-window.c: (ev_window_cmd_help_about):
5667
5668         Shamelessly add my name to the list of contributors.
5669
5670 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5671
5672         * test/test1.py:
5673         * test/test2.py:
5674
5675         Cleaned up the dogtail scripts.
5676
5677 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5678
5679         * shell/ev-view.c: (draw_loading_text): Don't render
5680         "loading..." text in presentation mode. Temporary
5681         workaround for bug #320352.
5682
5683 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5684
5685         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5686         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5687
5688         Use print settings scale, copies, collate and reverse which were
5689         ignored. Fixes bug #359032.
5690
5691 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5692
5693         * configure.ac:
5694         * data/evince-password.glade:
5695         * test/Makefile.am:
5696         * test/test-encrypt.pdf:
5697         * test/test-links.pdf:
5698         * test/test1.py:
5699         * test/test2.py:
5700
5701         Add automated UI tests for evince with dogtail. See
5702         bug #300948.    
5703
5704 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5705
5706         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5707
5708         Hide fullscreen toolbar when switching to another desktop workspace.
5709         Fixes bug #338871
5710
5711 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5712
5713         * shell/ev-window-title.c: 
5714         
5715         Test for .dvi in title of pdf documents.
5716
5717 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5718
5719         * shell/ev-view.c: (ev_view_scroll):
5720
5721         Page Up/Down should do page jumps in "Best fit" mode.
5722         If a user has explicitly chosen to view exactly one page
5723         at a time, scrolling just a part of the page when
5724         pressing Page Up/Down is not right. Fixes bug #323107.
5725
5726 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5727
5728         * NEWS:
5729         * configure.ac:
5730         
5731         Update for 0.6.1
5732
5733 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5734
5735         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5736         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5737         
5738         Correctly disconnect from job signals on destroy.
5739
5740 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5741
5742         * shell/ev-view-private.h:
5743         * shell/ev-view.c: (view_set_adjustment_values),
5744         (view_update_range_and_current_page),
5745         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5746         
5747         Fixes bug #343199, current page now follows find page.
5748
5749 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5750
5751         * backend/ev-document-factory.c:
5752         * configure.ac:
5753         Assigned OpenDocument presenation MIME type to the
5754         Impress backend. Added some missing (but harmless)
5755         #ifdefs in the document factory as well to make things
5756         consistent again. Fixes bug #360658.
5757
5758 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5759
5760         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5761         * backend/ev-document-find.c: (ev_document_find_get_type):
5762         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5763         * backend/ev-document-links.c: (ev_document_links_get_type):
5764         * backend/ev-document-security.c: (ev_document_security_get_type):
5765         * backend/ev-document-thumbnails.c:
5766         (ev_document_thumbnails_get_type):
5767         * backend/ev-document.c: (ev_document_get_type):
5768         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5769         * backend/ev-selection.c: (ev_selection_get_type):
5770         * cut-n-paste/recent-files/egg-recent-model.c:
5771         (egg_recent_model_get_type):
5772         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5773         (egg_recent_view_uimanager_get_type):
5774         * cut-n-paste/recent-files/egg-recent-view.c:
5775         (egg_recent_view_get_type):
5776         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5777         (egg_editable_toolbar_get_type):
5778         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5779         (egg_toolbar_editor_get_type):
5780         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5781         (egg_toolbars_model_get_type):
5782         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5783         (egg_tree_multi_drag_source_get_type):
5784         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5785         (ephy_zoom_action_get_type):
5786         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5787         (ephy_zoom_control_get_type):
5788         * impress/r_back.c: (_imp_fill_back):
5789         * properties/ev-properties-main.c:
5790         (ev_properties_plugin_register_type):
5791         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5792         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5793         (ev_view_accessible_factory_get_type):
5794
5795         Reduce relocations. Bug #360616.
5796
5797 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5798
5799         * backend/ev-document-factory.c:
5800         (ev_document_factory_get_document):
5801         
5802         Load document even if extension is wrong.
5803
5804 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5805
5806         * shell/ev-metadata-manager.c: (save_values):
5807         * shell/ev-window.c: (setup_size_from_metadata),
5808         (setup_view_from_metadata), (ev_window_setup_document),
5809         (ev_window_xfer_job_cb), (window_configure_event_cb):
5810         
5811         Set size according to the document size/page size ratio.
5812         That should correct rather wierd behaviour of the previous
5813         commit.
5814
5815 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5816
5817         * shell/ev-window.c: (setup_view_from_metadata):
5818         
5819         Set size for new windows from previous window size.
5820         See bugs #354968 and #168450 for details. Thanks
5821         to Meik Hellmund.
5822
5823 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5824
5825         * djvu/djvu-links.c: (build_tree):
5826
5827         Fix memory leak.
5828
5829 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5830
5831         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5832         
5833         Don't make sidebar close button insensitive. Fixes
5834         bug #357871.
5835
5836 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5837
5838         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5839         (ev_window_set_view_accels_sensitivity):
5840         
5841         Don't enable Slash on documents which don't support
5842         find. Fixes bug #358648.
5843
5844 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5845
5846         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5847         open dialog fall back to the current document uri if the
5848         filechooser hasn't been used before. Fixes bug #356980.
5849
5850 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5851
5852         * shell/ev-window.c: (ev_window_setup_recent), 
5853         (ev_window_get_recent_file_label):
5854
5855         Escape underscores in filenames of recent file items.
5856
5857 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5858
5859         * configure.ac:
5860         
5861         Bumped poppler requirements, really 0.5.3 is very 
5862         buggy, now we require 0.5.4.
5863
5864 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5865
5866         * djvu/Makefile.am:
5867         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5868         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5869         (djvu_document_document_links_iface_init):
5870         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5871         (number_from_string_10), (get_djvu_link_dest),
5872         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5873         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5874         (djvu_links_get_links), (djvu_links_find_link_dest),
5875         (djvu_links_get_links_model):
5876         * djvu/djvu-links.h:
5877         
5878         Add support for links and bookmarks in djvu documents. Thanks
5879         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5880         patch.
5881
5882 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5883
5884         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5885         
5886         Reopen should reload document. Fixes 
5887         bug 327951.
5888
5889 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5890
5891         * configure.ac:
5892         * data/Makefile.am:
5893         * data/evince-16.png:
5894         * data/evince-22.png:
5895         * data/evince.png:
5896         * data/evince.svg:
5897         * data/icons/16x16/Makefile.am:
5898         * data/icons/16x16/evince.png:
5899         * data/icons/22x22/Makefile.am:
5900         * data/icons/22x22/evince.png:
5901         * data/icons/48x48/Makefile.am:
5902         * data/icons/48x48/evince.png:
5903         * data/icons/Makefile.am:
5904         * data/icons/scalable/Makefile.am:
5905         * data/icons/scalable/evince.svg:
5906         
5907         Install icons with correct names. Fixes
5908         bug #354429.
5909
5910 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5911
5912         * shell/ev-view.c: (ev_view_button_release_event):
5913
5914         Don't open links with middle mouse button. Fixes bug #353649
5915
5916 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5917
5918         * NEWS:
5919         * configure.ac:
5920         
5921         Update for release 0.6.0
5922
5923 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5924
5925         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5926         Implement Close named action. Patch by Carlos Garcia Campos.
5927
5928 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5929
5930         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5931         
5932         Don't clear link mapping on copy_job_to_job_info. Fixes
5933         bug 346168.
5934
5935 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5936
5937         * shell/main.c: (main):
5938
5939         Revert my previous commit, gnome_program_init owns the option context.
5940         Fix another memory leak in main. Both caught by Christian Persch. 
5941
5942 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5943
5944         * shell/main.c: (main):
5945
5946         Fix memory leak.
5947
5948 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5949
5950         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5951
5952         Fix crash when opening a pdf with password protection. 
5953
5954 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5955
5956         * pdf/ev-poppler.cc: (pdf_document_search_free):
5957
5958         Fix memory leak. 
5959
5960 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5961
5962         * backend/ev-document-factory.c:
5963         (ev_document_factory_get_document):
5964         * tiff/tiff-document.c: (tiff_document_finalize):
5965         
5966         More correct handling of document loading. Fixes
5967         bug #349043.
5968
5969 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5970
5971         * backend/ev-attachment.c: (ev_attachment_save):
5972
5973         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5974         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5975
5976 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5977         
5978         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5979         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5980
5981 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5982
5983         * shell/ev-sidebar-thumbnails.c:
5984
5985         Do not render thumbnails unless thumbnails page is active in the
5986         sidebar.
5987
5988 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5989
5990         * shell/ev-properties-dialog.c:
5991
5992         Fix dialogue spacing. Bug #351370.
5993
5994 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5995
5996         * configure.ac:
5997
5998         Use lowercase gettext catalog file names (evince.mo
5999         instead of Evince.mo)
6000
6001 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6002
6003         * shell/ev-sidebar-attachments.c:
6004
6005         GtkIconTheme is now screen safe too. Fixes bug #350878
6006
6007 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6008
6009         * shell/ev-window.c:
6010
6011         GtkRecent manager is now screen safe. Fixes bug #350145
6012
6013 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6014
6015         * shell/ev-sidebar.c: (ev_sidebar_init):
6016         
6017         Make sidebar close icon smaller. Fix for bug 350177.
6018         See also bugs 350176 and 165770.
6019
6020 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6021
6022         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6023
6024         Ignore zoom for xyz destinations when it's <= 1, keeping user
6025         preferences instead. Set correct sizing-mode for fith and fitv
6026         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6027
6028 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6029
6030         * NEWS:
6031         * configure.ac:
6032         
6033         Update for release 0.5.5
6034
6035 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6036         
6037         * shell/ev-window.c: (ev_window_cmd_escape)
6038
6039         Escape unfocus page entry. Fixes bug #345809.
6040
6041 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6042
6043         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6044         (build_tree), (pdf_document_links_get_links),
6045         (pdf_document_links_find_link_dest):
6046         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6047         (goto_xyz_dest):
6048
6049         Convert from PDF style coordinates to X style coordinates in the
6050         backend rather than in the view. Fixes bug #338440
6051
6052 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6053
6054         * shell/ev-window.c:
6055         
6056         Remove Ctrl+Shift+T shortcut for toolbars. See
6057         the bug #350098.
6058
6059 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6060
6061         * configure.ac:
6062
6063         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6064         of this. 
6065
6066 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6067
6068         * configure.ac:
6069         * cut-n-paste/Makefile.am:
6070         * data/evince-ui.xml:
6071         * shell/Makefile.am:
6072         * shell/ev-application.[ch]:
6073         * shell/ev-window.c:
6074
6075         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6076         #349273
6077
6078 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6079
6080         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6081         findbar code: s/help/search/
6082
6083 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6084
6085         * shell/ev-window.c: (setup_document_from_metadata),
6086         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6087         (setup_view_from_metadata):
6088         
6089         Fix memory leaks.
6090
6091 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6092
6093         * autogen.sh, configure.ac: 
6094         
6095         Update automake usage. See bug 349292.
6096
6097 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6098
6099         * shell/eggfindbar.c: (egg_find_bar_class_init),
6100         (entry_activate_callback), (egg_find_bar_init),
6101         (egg_find_bar_set_status_text):
6102         * shell/eggfindbar.h:
6103         
6104         Unify Evince findbar with Epiphany. Nice patch
6105         from Fabricio Silva <silva@crans.org> and
6106         Frederic Peters <fpeters@entrouvert.com>. See
6107         bug #339966 for details.
6108
6109 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6110
6111         * data/evince.desktop.in.in:
6112         
6113         Correct information for bugzilla. Thanks to
6114         Olaf Vitters, see bug #348855.
6115
6116 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6117
6118         * shell/ev-jobs.[ch]:
6119         * shell/ev-sidebar-links.c:
6120         * shell/ev-window.[ch]:
6121
6122         GtkPrintJob doesn't support print ranges or current page, so we export
6123         to a ps file now when printing ranges or current page.
6124
6125 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6126
6127         * pdf/ev-poppler.cc:
6128         * shell/ev-window.c: (do_action_named):
6129
6130         We should be more clear about bugzilla. See the
6131         poppler bug #7623.
6132
6133 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6134
6135         * configure.ac:
6136         * shell/Makefile.am:
6137         * shell/ev-job-queue.c:
6138         * shell/ev-jobs.[ch]:
6139         * shell/ev-sidebar-links.c:
6140         * shell/ev-window.[ch]:
6141         
6142         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6143         #348422
6144
6145 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6146
6147         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6148         * shell/ev-application-service.xml:
6149         * shell/ev-application.[ch]:
6150         * shell/ev-jobs.[ch]:
6151         * shell/ev-window.[ch]: (ev_window_run_preview):
6152         * shell/main.c: 
6153
6154         Add preview mode to use evince as a printing previewer. It also adds
6155         other command line options for fullscreen and presentation modes.
6156         Fixes bugs #347822, #317031
6157
6158 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6159
6160         * NEWS:
6161         * configure.ac:
6162         
6163         Update for release 0.5.4
6164
6165 2006-07-11  Bastien Nocera <hadess@hadess.net>
6166
6167         * Makefile.am:
6168         * backend/Makefile.am:
6169         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6170         * backend/ev-document-factory.h:
6171         * configure.ac:
6172         * impress/.cvsignore:
6173         * impress/Makefile.am:
6174         * impress/common.h:
6175         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6176         (imp_get_page), (imp_next_page), (imp_prev_page),
6177         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6178         * impress/f_oasis.c: (render_object), (render_page),
6179         (get_geometry), (_imp_oasis_load):
6180         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6181         (_imp_oo13_load):
6182         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6183         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6184         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6185         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6186         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6187         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6188         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6189         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6190         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6191         (iks_new_within), (iks_insert), (iks_insert_cdata),
6192         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6193         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6194         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6195         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6196         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6197         (iks_cdata), (iks_cdata_size), (iks_has_children),
6198         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6199         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6200         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6201         (iks_tree), (iks_load), (iks_save):
6202         * impress/iksemel.h:
6203         * impress/imposter.h:
6204         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6205         (imp_render_draw_bezier_real), (imp_render_get_size),
6206         (imp_render_set_fg_color), (imp_render_draw_line),
6207         (imp_render_draw_rect), (imp_render_draw_polygon),
6208         (imp_render_draw_arc), (imp_render_draw_bezier),
6209         (imp_render_open_image), (imp_render_get_image_size),
6210         (imp_render_scale_image), (imp_render_draw_image),
6211         (imp_render_close_image), (imp_render_markup),
6212         (imp_render_get_text_size), (imp_render_draw_text),
6213         (impress_document_load), (impress_document_save),
6214         (impress_document_get_n_pages), (impress_document_get_page_size),
6215         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6216         (impress_document_finalize), (impress_document_class_init),
6217         (impress_document_can_get_text), (impress_document_get_info),
6218         (impress_document_document_iface_init),
6219         (impress_document_thumbnails_get_thumbnail),
6220         (impress_document_thumbnails_get_dimensions),
6221         (impress_document_document_thumbnails_iface_init),
6222         (impress_document_init):
6223         * impress/impress-document.h:
6224         * impress/internal.h:
6225         * impress/r_back.c: (_imp_fill_back):
6226         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6227         (_imp_draw_image), (_imp_tile_image):
6228         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6229         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6230         (r_polyline):
6231         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6232         (r_draw_gradient_complex), (r_draw_gradient):
6233         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6234         (r_get_bullet):
6235         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6236         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6237         (r_text):
6238         * impress/render.c: (imp_create_context), (imp_context_set_page),
6239         (imp_context_set_step), (imp_render), (imp_delete_context):
6240         * impress/render.h:
6241         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6242         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6243         (zip_load_xml), (zip_get_size), (zip_load):
6244         * impress/zip.h:
6245         * shell/ev-utils.c:
6246         
6247         New backend to support impress slides. Fixes bug #30867.
6248
6249 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6250
6251         * shell/ev-utils.c: (using_postscript_printer):
6252         
6253         Fixes crash when print using PAPI backend,
6254         bug #345012.
6255
6256 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6257
6258         * shell/ev-jobs.c: (ev_job_xfer_run):
6259         * shell/ev-window.c: (password_dialog_response),
6260         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6261         (ev_window_dispose):
6262         Fixes bug #344160: if the xfer job doesn't complete
6263         because a password is required, reload the existing
6264         instance instead of creating a new one.
6265
6266 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6267
6268         * shell/main.c: (main): Call gdk_threads_init. Thus
6269         we'll avoid errors in auth dialog. Fix for the bug
6270         #343347.
6271
6272 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6273
6274         * configure.ac: Advertise pixbuf support, fix
6275         for the bug 343317.
6276
6277 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6278
6279         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6280         (ev_sidebar_thumbnails_set_document):
6281         
6282         Update sidebar thumbnails after reloading.
6283
6284 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6285
6286         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6287         * shell/ev-jobs.h:
6288         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6289         (ev_window_cmd_view_reload), (ev_window_init):
6290         
6291         Don't crash on reload. Fix for the bug #343167.
6292
6293 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6294
6295         * shell/ev-jobs.c: (ev_job_render_run):
6296         
6297         Check for document links.
6298
6299 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6300
6301         * backend/ev-attachment.c: (ev_attachment_save),
6302         (ev_attachment_launch_app), (ev_attachment_open):
6303         * backend/ev-document-factory.c: (get_document_from_uri):
6304         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6305         (egg_recent_view_uimanager_set_list):
6306         * ps/ps-document.c: (check_filecompressed), (document_load),
6307         (ps_document_load):
6308         * shell/ev-metadata-manager.c: (load_values):
6309         * shell/ev-password.c: (ev_password_dialog_set_property):
6310         * shell/ev-view.c: (tip_from_link):
6311         * shell/ev-window.c: (file_save_dialog_response_cb),
6312         (ev_window_print_dialog_response_cb):
6313         
6314         Use consistent quoting style. Fix for the bug #320285.
6315
6316 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6317
6318         * shell/ev-jobs.c: (ev_job_xfer_run):
6319         * shell/main.c: (load_files):
6320                 
6321         Open links with anchors. Fix for the bug #339836.
6322
6323 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6324
6325         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6326         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6327         (ev_link_dest_set_property), (ev_link_dest_finalize),
6328         (ev_link_dest_class_init), (ev_link_dest_new_named),
6329         (ev_link_dest_new_page_label):
6330         * backend/ev-link-dest.h:
6331         * shell/ev-application.c: (ev_application_open_uri):
6332         * shell/ev-view.c: (goto_dest):
6333         * shell/ev-window.c:
6334         * shell/ev-window.h:
6335         
6336         Fix page-label command line option. Bug #342070.
6337
6338 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6339
6340         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6341         
6342         Don't show highlight rects if page can't be showed. Fix for 
6343         the bug #342076
6344
6345 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6346
6347         * shell/ev-window.c: (setup_sidebar_from_metadata),
6348         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6349         
6350         Setup sidebar from metadata even if there is no document
6351         loaded. Fix for the bug #342807.
6352
6353 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6354
6355         * cut-n-paste/toolbar-editor/Makefile.am:
6356         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6357         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6358         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6359         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6360         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6361         (popup_context_menu_cb), (button_press_event_cb),
6362         (configure_item_sensitivity), (configure_item_cursor),
6363         (configure_item_tooltip), (connect_widget_signals),
6364         (action_sensitive_cb), (create_item_from_action),
6365         (create_item_from_position), (toolbar_drag_data_received_cb),
6366         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6367         (toolbar_drag_leave_cb), (configure_drag_dest),
6368         (toggled_visibility_cb), (toolbar_visibility_refresh),
6369         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6370         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6371         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6372         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6373         (egg_editable_toolbar_dispose),
6374         (egg_editable_toolbar_set_ui_manager),
6375         (egg_editable_toolbar_get_selected),
6376         (egg_editable_toolbar_set_selected), (set_edit_mode),
6377         (egg_editable_toolbar_set_property),
6378         (egg_editable_toolbar_get_property),
6379         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6380         (egg_editable_toolbar_new_with_model),
6381         (egg_editable_toolbar_get_edit_mode),
6382         (egg_editable_toolbar_set_edit_mode),
6383         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6384         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6385         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6386         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6387         (item_added_or_removed_cb), (toolbar_removed_cb),
6388         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6389         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6390         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6391         (editor_create_item_from_name), (append_table),
6392         (update_editor_sheet), (egg_toolbar_editor_init):
6393         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6394         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6395         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6396         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6397         (toolbar_node_free), (egg_toolbars_model_get_flags),
6398         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6399         (egg_toolbars_model_get_name), (impl_add_item),
6400         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6401         (parse_data_list), (parse_item_list), (parse_toolbars),
6402         (egg_toolbars_model_load_toolbars), (parse_available_list),
6403         (parse_names), (egg_toolbars_model_load_names),
6404         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6405         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6406         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6407         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6408         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6409         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6410         (egg_toolbars_model_set_types), (fill_avail_array),
6411         (egg_toolbars_model_get_name_avail),
6412         (egg_toolbars_model_get_name_flags),
6413         (egg_toolbars_model_set_name_flags):
6414         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6415         * cut-n-paste/toolbar-editor/eggintl.h:
6416         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6417         (egg_tree_multi_drag_source_get_type),
6418         (egg_tree_multi_drag_source_row_draggable),
6419         (egg_tree_multi_drag_source_drag_data_delete),
6420         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6421         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6422         (path_list_free), (set_context_data), (get_context_data),
6423         (get_info), (egg_tree_multi_drag_drag_data_get),
6424         (egg_tree_multi_drag_motion_event),
6425         (egg_tree_multi_drag_button_press_event),
6426         (egg_tree_multi_drag_add_drag_support):
6427         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6428         * shell/ev-application.c: (ev_application_init),
6429         (ev_application_save_toolbars_model):
6430         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6431         (ev_window_cmd_edit_toolbar), (ev_window_init):
6432         
6433         Sync toolbareditor with epiphany and libegg
6434
6435 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6436
6437         * configure.ac: 
6438
6439         Depend on poppler 0.5.2
6440
6441 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6442
6443         * shell/ev-jobs.c: (ev_job_render_run):
6444         
6445         Check if document supports links iterface.
6446
6447 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6448
6449         * NEWS:
6450         * configure.ac:
6451         
6452         Update for release 0.5.3
6453
6454 2006-05-13  Michael Plump  <plumpy@skylab.org>
6455
6456         * configure.ac:
6457         * shell/Makefile.am:
6458         * shell/main.c: (main):
6459         
6460         Port to GOption command line parsing. Fix for the 
6461         bug #327518
6462
6463 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6464
6465         * shell/ev-window.c: (ev_window_cmd_help_about):
6466         
6467         Do not wrap license. Fix for the bug #309460.
6468
6469 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6470
6471         * configure.ac:
6472         * properties/ev-properties-main.c: (ev_properties_get_pages):
6473         * shell/ev-application.c: (ev_application_open_window),
6474         (ev_application_open_uri_at_dest):
6475         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6476         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6477         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6478         * shell/ev-utils.c: (save_print_config_to_file):
6479         * shell/ev-window.c: (ev_window_cmd_save_as),
6480         (ev_attachment_popup_cmd_save_attachment_as):
6481         * shell/main.c: (load_files_remote):
6482         
6483         Bump requirements to gtk 2.8 and drop all ifdefs used.
6484
6485 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6486
6487         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6488         * shell/ev-window.c: (ev_window_init):
6489         
6490         Show attachments page.
6491
6492 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6493
6494         * po/POTFILES.in:
6495         * shell/ev-attachment-bar.c:
6496         * shell/ev-attachment-bar.h:
6497         * shell/ev-sidebar-attachments.c:
6498         (ev_sidebar_attachments_icon_cache_add),
6499         (icon_theme_get_pixbuf_from_mime_type),
6500         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6501         (ev_sidebar_attachments_icon_cache_refresh),
6502         (ev_sidebar_attachments_get_attachment_at_pos),
6503         (ev_sidebar_attachments_popup_menu_show),
6504         (ev_sidebar_attachments_popup_menu),
6505         (ev_sidebar_attachments_button_press),
6506         (ev_sidebar_attachments_update_icons),
6507         (ev_sidebar_attachments_drag_data_get),
6508         (ev_sidebar_attachments_get_property),
6509         (ev_sidebar_attachments_destroy),
6510         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6511         (ev_sidebar_attachments_new),
6512         (ev_sidebar_attachments_set_document),
6513         (ev_sidebar_attachments_support_document),
6514         (ev_sidebar_attachments_get_label),
6515         (ev_sidebar_attachments_page_iface_init):
6516         * shell/ev-sidebar-attachments.h:
6517         * shell/ev-window.c: (update_chrome_visibility),
6518         (setup_sidebar_from_metadata), (ev_window_setup_document),
6519         (ev_window_sidebar_current_page_changed_cb),
6520         (attachment_bar_menu_popup_cb), (ev_window_init):
6521         
6522         Move attachments bar to sidebar.
6523
6524 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6525
6526         * pdf/ev-poppler.cc:
6527         * shell/ev-application.[ch]:
6528         * shell/main.c:
6529
6530         Fix some memory leaks.
6531
6532 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6533
6534         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6535
6536         Change the properties dialog response to
6537         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6538         will make the dialog go away when the user presses
6539         enter. With gtk+ >= 2.9 this will happen anyway, but for
6540         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6541         escape by default. Fixes bug #340539. See also bug
6542         #101293 for the gtk+ part.
6543
6544 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6545
6546         * shell/ev-view.c (tip_from_action_named): Replace some strings
6547         that were wrong. Closes #340970.
6548
6549 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6550
6551         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6552
6553         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6554         #341049
6555
6556 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6557
6558         * djvu/Makefile.am:
6559         * dvi/Makefile.am:
6560         * dvi/mdvi-lib/Makefile.am:
6561         * properties/Makefile.am:
6562         * ps/Makefile.am:
6563         * shell/Makefile.am:
6564         * thumbnailer/Makefile.am:
6565         
6566         Due to broken libtool that is unable to track dependencies
6567         of noinst libraries we are forced to explicitely point
6568         libraries for binary. Fix for the bug #333334.
6569
6570 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6571
6572         * data/evince.desktop.in.in:
6573         * shell/ev-view.c: (view_update_range_and_current_page),
6574         (ev_view_next_page), (ev_view_previous_page):
6575         * shell/ev-window.c: (update_chrome_visibility),
6576         (setup_sidebar_from_metadata), (ev_window_setup_document),
6577         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6578         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6579         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6580         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6581         (ev_window_stop_presentation), (ev_window_focus_in_event),
6582         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6583         (ev_window_init):
6584         * thumbnailer/Makefile.am:
6585         
6586         Update fullscreen and presentation timeout handling. Hide
6587         cursor in presentation after timeout. Fix for the bugs
6588         #136359 and #336981.
6589
6590 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6591
6592         * backend/ev-link-action.[ch]:
6593         * pdf/ev-poppler.cc: (ev_link_from_action):
6594         * shell/ev-view-private.h:
6595         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6596         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6597
6598         Add support for Named Action links
6599
6600 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6601
6602         * backend/Makefile.am:
6603         * backend/ev-document-links.[ch]:
6604         * backend/ev-document.[ch]:
6605         * backend/ev-link-action.[ch]:
6606         * backend/ev-link-dest.[ch]:
6607         * backend/ev-link.[ch]:
6608         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6609         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6610         * shell/ev-page-action.c: (build_new_tree_cb):
6611         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6612         (links_page_num_func), (update_page_callback):
6613         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6614         (tip_from_link):
6615         * shell/ev-jobs.c:
6616         * shell/ev-window.[ch]: (ev_window_open_uri),
6617         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6618         * shell/ev-application.[ch]: (ev_application_open_window),
6619         (ev_application_open_uri):
6620
6621         Rework links system, it adds support for remote links now and it makes
6622         easier to add new kinds of actions and destinations. Fixes bug #317292
6623
6624 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6625
6626         * data/Makefile.am:
6627         * data/evince.png:
6628         * data/evince-16.png:
6629         * data/evince-22.png:
6630         * data/evince.svg:
6631         * shell/main.c: (main):
6632         
6633         Evince use it's own icon. Fix for the bug #313392.
6634
6635         * shell/ev-window.c: (fullscreen_timeout_cb),
6636         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6637         (ev_window_cmd_help_about), (ev_window_dispose):
6638         
6639         Simplify fullscreen timeout code.
6640
6641 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6642
6643         * backend/ev-attachment.c: 
6644         * shell/ev-attachment-bar.c:
6645         * shell/ev-window.c:
6646
6647         Allow multiple selection of attachments
6648
6649 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6650
6651         * shell/ev-view.c: (view_update_range_and_current_page),
6652         (ev_view_scroll):
6653         
6654         Fix for the bug #312573 – Optimal selection of current 
6655         page among visible pages.
6656
6657 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6658
6659         * configure.ac:
6660         * djvu/Makefile.am:
6661         * djvu/djvu-text.h:
6662         
6663         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6664         for the bug 339868.
6665
6666 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6667
6668         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6669
6670 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6671
6672         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6673         dictated by the GNOME HIG. Fixes bug #339235.
6674
6675 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6676
6677         * data/evince-ui.xml:
6678         * shell/ev-view.c: (ev_view_can_find_previous):
6679         * shell/ev-view.h:
6680         * shell/ev-window.c: (ev_window_update_actions),
6681         (ev_window_cmd_edit_find_previous):
6682
6683         Add support for "Find Previous" as dictated by the GNOME HIG. A
6684         menu item is added and some glue code to make it all work is added
6685         to various files.
6686
6687 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6688
6689         * configure.ac: Award myself the "useless use of cat" award.
6690
6691 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6692
6693         * po/LINGUAS: New file listing all supported languages.
6694
6695         * configure.in: Use po/LINGUAS instead of including all languages
6696         directly in this file. See the wiki for more information:
6697         http://live.gnome.org/GnomeGoals/PoLinguas
6698
6699 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6700
6701         * backend/ev-document-factory.c:
6702
6703         Do not load the document twice when there isn't errors
6704
6705 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6706
6707         * backend/ev-attachment.c: 
6708
6709         Fix a crash when there isn't a default application to open an
6710         attachment
6711
6712 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6713
6714         * backend/ev-attachment.[ch]:
6715         * shell/ev-attachment-bar.[ch]:
6716
6717         Added missing files. 
6718
6719 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6720
6721         * backend/Makefile.am:
6722         * data/evince-ui.xml:
6723         * backend/ev-attachment.[ch]:
6724         * backend/ev-document.[ch]: (ev_document_has_attachments),
6725         (ev_document_get_attachments):
6726         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6727         (attachment_save_to_buffer), (pdf_document_get_attachments),
6728         (pdf_document_document_iface_init):
6729         * shell/Makefile.am:
6730         * shell/ev-attachment-bar.[ch]:
6731         * shell/ev-window.c:
6732
6733         Add support for PDF attachments. Fixes bug #325143
6734
6735 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6736
6737         * backend/ev-document-factory.c: (get_document_from_uri),
6738         (ev_document_factory_get_document):
6739         * backend/ev-document-factory.h:
6740         * properties/ev-properties-main.c: (ev_properties_get_pages):
6741         * shell/Makefile.am:
6742         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6743         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6744         (ev_job_queue_remove_job):
6745         * shell/ev-job-queue.h:
6746         * shell/ev-job-xfer.c:
6747         * shell/ev-job-xfer.h:
6748         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6749         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6750         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6751         (ev_job_xfer_run):
6752         * shell/ev-jobs.h:
6753         * shell/ev-window.c: (ev_window_is_empty),
6754         (password_dialog_response), (ev_window_clear_xfer_job),
6755         (ev_window_xfer_job_cb), (ev_window_open_uri),
6756         (ev_window_cmd_focus_page_selector),
6757         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6758         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6759         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6760         (ev_window_dispose):
6761         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6762         
6763         * Cleanup mime type detection on document load. Fix for the
6764         bug #336448.
6765
6766 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6767
6768         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6769         
6770         Fix crash on exit, described in the bug #336825.
6771
6772 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6773
6774         * backend/ev-document-factory.c:
6775         (ev_document_factory_get_from_mime),
6776         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6777         (ev_document_factory_get_document),
6778         (file_filter_add_mime_list_and_free),
6779         (ev_document_factory_add_filters):
6780         * backend/ev-document-factory.h:
6781         * properties/ev-properties-main.c: (ev_properties_get_pages):
6782         * shell/Makefile.am:
6783         * shell/ev-application.c:
6784         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6785         * shell/ev-window.c: (ev_window_cmd_file_open),
6786         (ev_window_cmd_save_as):
6787         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6788         
6789         Rework factory functions so they are placed now in a single 
6790         file ev-document-factory.c
6791
6792 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6793
6794         * shell/ev-window.c: (update_chrome_visibility):
6795         
6796         Fix for the bug 166566 - don't show menubar in fullscreen
6797         mode.
6798
6799 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6800
6801         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6802
6803 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6804
6805         * shell/ev-view.c: (ev_view_expose_event):
6806         
6807         More correctly draw loading text when document
6808         is empty.
6809
6810 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6811
6812         * shell/ev-view.c: (ev_view_scroll):
6813         
6814         Fix for the bug #334854, page down and page up switch
6815         pages in presentation mode.
6816
6817 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6818
6819         * shell/ev-window.c: (ev_window_set_action_sensitive),
6820         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6821         (ev_window_set_view_accels_sensitivity),
6822         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6823         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6824         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6825         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6826         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6827         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6828         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6829         (view_actions_focus_in_cb), (ev_window_init):
6830         
6831         Fix for the bug #333902, now it's possible to search
6832         words with slash.
6833
6834 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6835
6836         * configure.ac: Added Breton translation.
6837         * po/br.po: Added Breton translation.
6838
6839 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6840
6841         * shell/ev-window-title (ev_window_title_update):
6842
6843         Fix memory leak in window title. Fixes bug #333944
6844
6845 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6846
6847         * shell/ev-metadata-manager.c (parseItem):
6848
6849         Fix memory leaks. Fixes bug #333945
6850
6851 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6852         
6853         * NEWS, configure.ac, TODO:
6854         
6855         Update for release 0.5.2.
6856
6857 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6858
6859         * shell/ev-view.c: (view_update_range_and_current_page),
6860         (page_changed_cb):
6861         
6862         Don't jump on scrolling, fix for the bug #333127.
6863
6864 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6865
6866         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6867         
6868         Scroll by one page in presentation mode. Fix for the bug
6869         #332993.
6870
6871 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6872
6873         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6874
6875 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6876
6877         * configure.ac  Added lv in ALL_LINGUAS line.
6878
6879 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6880         
6881         * NEWS, configure.ac:
6882         
6883         Update for release 0.5.1
6884
6885 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6886
6887         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6888         * backend/ev-document-misc.h:
6889         * shell/ev-view.c: (draw_one_page):
6890         
6891          Clairfy what page the toolbar page number applies to. Fix
6892          for the bug #328102.
6893
6894 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6895
6896         * shell/ev-view-private.h:
6897         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6898         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6899         (ev_view_search_changed):
6900         * shell/ev-view.h:
6901         * shell/ev-window.c: (find_bar_search_changed_cb):
6902         
6903         Dont't jump to find result if window was scrolled during search.
6904         Fix for the bug #313266.
6905
6906 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6907
6908         * shell/eggfindbar.c: (egg_find_bar_class_init):
6909         * shell/eggfindbar.h:
6910         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6911         * shell/ev-view-private.h:
6912         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6913         (ev_view_class_init), (ev_sizing_mode_get_type),
6914         (ev_scroll_type_get_type):
6915         * shell/ev-view.h:
6916         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6917         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6918         (ev_window_init):
6919         
6920         Fix for the bug 319133 - Find entry should allow text scroll.
6921
6922 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6923
6924         * shell/ev-view-private.h:
6925         * shell/ev-view.c: (view_update_range_and_current_page),
6926         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6927         (ev_view_set_document), (update_find_status_message),
6928         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6929         (ev_view_find_previous):
6930         
6931         Fix for the bug #319137. Search now takes account for scrolling.
6932
6933 2006-02-19  Michael Hofmann <mh21@piware.de>
6934
6935         * configure.ac:
6936         * djvu/Makefile.am:
6937         * djvu/djvu-document-private.h:
6938         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6939         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6940         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6941         (djvu_document_can_get_text), (djvu_document_get_text),
6942         (djvu_document_document_iface_init),
6943         (djvu_document_thumbnails_get_thumbnail),
6944         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6945         (djvu_document_find_get_result),
6946         (djvu_document_find_page_has_results),
6947         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6948         (djvu_document_find_iface_init):
6949         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6950         (djvu_text_page_selection), (djvu_text_page_limits_process),
6951         (djvu_text_page_limits), (djvu_text_page_copy),
6952         (djvu_text_page_position), (djvu_text_page_union),
6953         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6954         (djvu_text_page_box), (djvu_text_page_append_text),
6955         (djvu_text_page_search), (djvu_text_page_prepare_search),
6956         (djvu_text_page_new), (djvu_text_page_free):
6957         * djvu/djvu-text-page.h:
6958         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6959         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6960         (djvu_text_n_results), (djvu_text_has_results),
6961         (djvu_text_get_result), (djvu_text_get_progress):
6962         * djvu/djvu-text.h:
6963         
6964         Text search in djvu. Fix for the bug #303415.
6965
6966 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6967
6968         * configure.ac:
6969         * shell/ev-window.c: (ev_window_cmd_save_as):
6970         
6971         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6972         Thanks to Gary Coady <gary@lyranthe.org>
6973
6974 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6975
6976         * shell/ev-print-job.c: (idle_print_handler):
6977         
6978         Inverse order printing, bug #320919.
6979
6980 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6981
6982         * data/evince-toolbar.xml:
6983         * shell/ev-window.c:
6984         
6985         Allow to add sidebar checkbutton on toolbar. Fix
6986         for the bug #144577.
6987
6988 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6989
6990         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6991         
6992         Add checks that have sense for empty ps document.
6993
6994 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6995
6996         * configure.ac: Include PS in mime types list. 
6997
6998 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6999
7000         * configure.ac:
7001         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7002         * ps/gsdefaults.h:
7003         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7004         
7005         Runtime check for gs interpreter. Fix for the bug #320868.
7006         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7007
7008 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7009
7010         * shell/ev-application.c: 
7011
7012         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7013         dbus>=0.60, so that the request is not queued. 
7014
7015 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7016
7017         * configure.ac:
7018         * shell/Makefile.am:
7019         * shell/ev-sidebar-links.c: (print_section_cb):
7020         * shell/ev-utils.c:
7021         * shell/ev-utils.h:
7022         * shell/ev-window.c: (update_action_sensitivity),
7023         (ev_window_close_dialogs), (ev_window_print):
7024         * shell/ev-window.h:
7025         
7026         Make printing support optional. Patch from Eduardo de Barros Lima
7027         <eduardo.lima@indt.org.br> for the bug #330546.
7028
7029 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7030
7031         * shell/ev-view-private.h:
7032         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7033         (ev_view_set_document):
7034         * shell/ev-view.h:
7035         * shell/ev-window.c: (ev_window_load_job_cb),
7036         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7037         (ev_window_init):
7038
7039         Draw Loading message during xfer job. Fix for the bug #329495.
7040
7041 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7042
7043         * comics/comics-document.c: (comics_regex_quote),
7044         (comics_document_load), (extract_argv):
7045         
7046         Correcly quote regexp before passing it to unzip.
7047
7048 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7049
7050         * shell/ev-page-cache.c: (build_height_to_page),
7051         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7052         (ev_page_cache_get_dual_even_left):
7053         * shell/ev-page-cache.h:
7054         * shell/ev-view.c: (view_update_range_and_current_page),
7055         (get_page_y_offset), (get_page_extents):
7056         
7057         Place even pages to the left if document has less then
7058         two pages. Fix for the bug #328856.
7059
7060 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7061
7062         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7063         
7064         Correct comics scheme. This make evince create thumbnails
7065         for comic books. Fix for the bug 329088.
7066
7067 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7068
7069         * data/evince-password.glade: Don't explicitly set
7070         invisible_char to the current default value in case
7071         the default changes; let GTK+ do its magic.
7072
7073 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7074
7075         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7076         real filename to tmp filename since often document
7077         type is determined by extension.
7078
7079 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7080
7081         * shell/ev-view.c: (add_scroll_binding_keypad),
7082         (ev_view_binding_activated), (ev_view_class_init):
7083         
7084         Add keybindings for percision-scrolling of display area. 
7085         Fix for the bug #314072.
7086
7087 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7088
7089         * data/evince.desktop.in.in:
7090         
7091         Add GTK to the list of categories. Fix for the bug #328034.
7092
7093 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7094
7095         * shell/ev-application.c: (ev_application_shutdown),
7096         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7097         * shell/ev-application.h:
7098         * shell/ev-window.c: (file_open_dialog_response_cb),
7099         (ev_window_cmd_file_open):
7100         
7101         Save last uri in file chooser dialog. Fix for the bug #327950.
7102
7103 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7104
7105         * NEWS:
7106         * README:
7107         
7108         Final update for release 0.5.0
7109         
7110         * shell/Makefile.am:
7111         
7112         Remove disable deprecated until we'll require libgnome-2.13.7
7113         and port to GOption argument parsing. See bug 327518.
7114
7115 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7116
7117         * comics/comics-document.c: (comics_document_save):
7118         * djvu/djvu-document.c: (djvu_document_save):
7119         * dvi/dvi-document.c: (dvi_document_save):
7120         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7121         * lib/ev-file-helpers.h:
7122         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7123         * tiff/tiff-document.c: (tiff_document_save):
7124         
7125         Use common save function for backends.
7126
7127 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7128
7129         * backend/ev-document-types.c:
7130         
7131         Fix crash on saving pixbuf.
7132
7133 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7134
7135         * cut-n-paste/recent-files/egg-recent-item.c:
7136         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7137         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7138         (parse_info_free), (valid_element), (start_element_handler),
7139         (end_element_handler), (text_handler), (egg_recent_model_filter),
7140         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7141         (egg_recent_model_monitor), (egg_recent_model_read),
7142         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7143         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7144         (egg_recent_model_set_property), (egg_recent_model_class_init),
7145         (egg_recent_model_init), (egg_recent_model_add_full),
7146         (egg_recent_model_delete), (egg_recent_model_get_list),
7147         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7148         (egg_recent_model_set_filter_mime_types),
7149         (egg_recent_model_clear_group_filter),
7150         (egg_recent_model_set_filter_groups),
7151         (egg_recent_model_clear_scheme_filter),
7152         (egg_recent_model_set_filter_uri_schemes),
7153         (egg_recent_model_remove_expired):
7154         * cut-n-paste/recent-files/egg-recent-util.c:
7155         (egg_recent_util_get_icon):
7156         * cut-n-paste/recent-files/egg-recent-util.h:
7157         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7158         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7159         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7160         (egg_recent_view_uimanager_set_property),
7161         (egg_recent_view_uimanager_get_property),
7162         (egg_recent_view_uimanager_class_init),
7163         (egg_recent_view_uimanager_init),
7164         (egg_recent_view_uimanager_set_label_width),
7165         (egg_recent_view_uimanager_get_label_width):
7166         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7167         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7168         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7169         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7170         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7171         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7172         
7173         Update from libegg.
7174
7175 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7176
7177         * shell/ev-page-cache.c: (build_height_to_page),
7178         (ev_page_cache_get_height_to_page):
7179         * shell/ev-page-cache.h:
7180         * shell/ev-view.c: (view_update_range_and_current_page),
7181         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7182         (ev_view_previous_page):
7183         
7184         Dual mode places even pages to the left. Fix for the bug #309393.
7185
7186         * shell/ev-view.h:
7187         * shell/ev-window.c: (update_action_sensitivity),
7188         (setup_view_from_metadata), (view_menu_popup_cb):
7189         
7190         Don't restore presentation in empty windows, more intelligent
7191         next page behaviour in dual mode.
7192
7193         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7194         (ev_pixbuf_cache_clear_job_sizes):
7195         
7196         Cleanup job callback on removal. Fix for the bug #325886.
7197
7198 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7199
7200         * ps/ps.c: (psscan):
7201         
7202         Commit workaround Mozilla problem. Fix for the bug #325919
7203         
7204         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7205         (save_item):
7206         
7207         Fix for year 2038 problem.
7208
7209 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7210
7211         * shell/ev-window.c: (setup_document_from_metadata),
7212         (ev_window_cmd_view_reload):
7213
7214         Clamp page recieved from metadata in valid values. Fix
7215         for the bug #325986.
7216
7217 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7218
7219         * MAINTAINERS: 
7220         Add MAINTAINERS as requested on desktop-devel-list.
7221
7222 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7223
7224         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7225         (mime_type_supported_by_gdk_pixbuf),
7226         (ev_document_factory_get_mime_types),
7227         (ev_document_factory_get_all_mime_types):
7228         
7229         Don't add pixbuf mime types if pixbuf backend is disabled.
7230         
7231         * shell/ev-application.c: (ev_application_get_uri_window):
7232         
7233         Fix for the bug 325815 - unhandled MIME type message doesn't 
7234         appear a second time. 
7235         
7236         * shell/ev-document-types.c: (ev_document_types_add_filters):
7237         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7238         (password_dialog_response), (ev_window_popup_password_dialog),
7239         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7240         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7241         (ev_window_run_presentation), (ev_window_stop_presentation),
7242         (save_sizing_mode), (ev_window_zoom_changed_cb),
7243         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7244         (ev_window_dual_mode_changed_cb),
7245         (ev_window_sidebar_current_page_changed_cb),
7246         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7247         (window_state_event_cb), (window_configure_event_cb):
7248         
7249         Cleanup additional uris holded by EvWindow.
7250
7251 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7252
7253         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7254         (ev_view_can_previous_page), (ev_view_can_next_page):
7255         * shell/ev-view.h:
7256         * shell/ev-window.c: (update_action_sensitivity):
7257         
7258         Two page scrolling with Space and PageUp in dual mode. Second fix 
7259         for the bug #316608.
7260
7261 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7262
7263         * shell/ev-view.c: (scroll_to_current_page):
7264         
7265         Correctly clamp adjustment value. Fix for the bug
7266         #325808.
7267
7268 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7269
7270         * shell/ev-sidebar-links.c: (print_section_cb):
7271         * shell/ev-window.c: (ev_window_get_uri),
7272         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7273         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7274         (ev_window_dispose):
7275         
7276         Make print dialog non-modal. Fix for the bug #325622.
7277
7278 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7279
7280         * shell/ev-metadata-manager.c:
7281         * shell/ev-utils.c: (using_pdf_printer),
7282         (using_postscript_printer), (load_print_config_from_file),
7283         (save_print_config_to_file):
7284         * shell/ev-utils.h:
7285         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7286         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7287         (setup_view_from_metadata), (ev_window_setup_document),
7288         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7289         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7290         (ev_window_run_presentation), (ev_window_stop_presentation),
7291         (save_sizing_mode), (ev_window_zoom_changed_cb),
7292         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7293         (ev_window_dual_mode_changed_cb),
7294         (ev_window_sidebar_current_page_changed_cb),
7295         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7296         (window_state_event_cb), (window_configure_event_cb),
7297         (ev_window_init):
7298         
7299         Setting saving behaviour fixes.
7300
7301 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7302
7303         * configure.ac:
7304         
7305         Make antialiasing gs options better and allow
7306         to change them during configure. Fix for the 
7307         bug #319049.
7308
7309 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7310
7311         * shell/ev-window.c: (setup_view_from_metadata):
7312         
7313         Remember if last window was maximized. Fix for the
7314         bug #323797.
7315
7316 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7317
7318         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7319
7320 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7321
7322         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7323         * shell/ev-page-action.c: (build_new_tree_cb):
7324         * shell/ev-sidebar-links.c: (links_page_num_func),
7325         (update_page_callback_foreach), (update_page_callback):
7326         * shell/ev-view.c: (scroll_to_current_page):
7327         
7328         Fix for the bug #325067 with more intelligent selection
7329         of current link in sidebar. Make sidebar handle links
7330         of FITR-like type more correctly.
7331
7332         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7333         (dvi_pixbuf_put_pixel):
7334         
7335         Fix memory consumtion with disabled alpha channel.
7336
7337 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7338
7339         * data/evince-ui.xml:
7340         * shell/ev-window.c: (view_menu_popup_cb),
7341         (ev_popup_cmd_open_link), (ev_window_init):
7342         
7343         Update context menu for internal links. Fix for the bug
7344         #325066.
7345
7346 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7347
7348         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7349         
7350         Bind context menu to keyboard also. Fix for the bug
7351         #325065.
7352
7353 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7354
7355         * shell/ev-view.c: (selection_scroll_timeout_cb):
7356         
7357         Horizontal scroll on selection also.
7358
7359 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7360
7361         * shell/ev-metadata-manager.c: (parse_value):
7362         * shell/ev-view.c: (goto_xyz_link):
7363         
7364         Correct zoom setup and metadata save broken in 
7365         some locales.
7366
7367 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7368
7369         * shell/ev-view-private.h:
7370         * shell/ev-view.c: (scroll_to_current_page),
7371         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7372         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7373         (page_changed_cb), (ev_view_set_continuous),
7374         (ev_view_set_dual_page), (ev_view_set_presentation):
7375         
7376         Delay scroll until allocation to correctly position page. Fix
7377         for the bug #317334.
7378
7379 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7380
7381         * NEWS:
7382         * configure.ac:
7383         
7384         Update NEWS and require poppler 0.5.0.
7385
7386 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7387         
7388         * data/evince-ui.xml:
7389         * shell/ev-view-private.h:
7390         * shell/ev-view.c: (ev_view_get_link_at_location),
7391         (handle_link_over_xy), (ev_view_button_press_event),
7392         (ev_view_button_release_event), (ev_view_class_init):
7393         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7394         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7395         (ev_window_init):
7396         
7397         Implement right-click context menu.
7398
7399 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7400
7401         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7402         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7403         (mdvi_pixbuf_device_render):
7404         * pdf/ev-poppler.cc:
7405
7406         Don't generate thumbnails with alpha. See bug #324077.
7407         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7408
7409 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7410
7411         * shell/ev-window.c: (setup_chrome_from_metadata):
7412         
7413         Fix typo that was hiding toolbar.
7414
7415 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7416
7417         * shell/ev-view-private.h:
7418         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7419         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7420         (ev_view_button_release_event), (ev_view_destroy):
7421         
7422         Small cleanup and autoscrolling during selection. Thanks to 
7423         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7424
7425 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7426
7427         * configure.ac:
7428         
7429         Correctly check for comics option.
7430
7431 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7432         * Makefile.am:
7433         * configure.ac:
7434         * backend/Makefile.am:
7435         * backend/ev-document-factory.c:
7436         * shell/ev-document-types.c:
7437
7438         Included option in configure to make ps backend 
7439         compilation optional with --disable-ps.
7440
7441 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7442
7443         * backend/ev-document-factory.c:
7444         * comics/Makefile.am:
7445         * comics/comics-document.c: (comics_document_load):
7446         * comics/ev-cbr-mime.xml:
7447         * configure.ac:
7448         
7449         Comics mime types are added to shared-mime-info CVS. Now
7450         we don't need to install our own mime types.
7451
7452 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7453
7454         * shell/ev-window.c:
7455         
7456         Add shortcut for "save a copy" menu entry. Fix for
7457         the bug #324582.
7458
7459 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7460
7461         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7462         (job_finished_cb), (new_selection_pixbuf_needed),
7463         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7464         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7465         
7466         Rework selection job info logic and fix critical warning.
7467
7468 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7469
7470         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7471
7472 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7473
7474         * data/evince-ui.xml:
7475         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7476         
7477         Enter as shortcut key for next page. Fix for the bug
7478         #321394.
7479
7480 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7481
7482         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7483
7484 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7485
7486         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7487         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7488         (new_selection_pixbuf_needed),
7489         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7490         (clear_job_selection):
7491         
7492         Too early for 0.5. Pixbuf cache code cleaned a bit.
7493
7494 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7495
7496         * NEWS:
7497         * configure.ac:
7498         
7499         Release 0.5.0 preparation
7500
7501 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7502
7503         * comics/Makefile.am:
7504         * configure.ac:
7505         * shell/ev-document-types.c: (ev_document_types_add_filters):
7506         
7507         More advanced handling of custom mime type installation.
7508
7509 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7510
7511         * data/evince.schemas.in:
7512         * shell/ev-metadata-manager.c: (value_free),
7513         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7514         (ev_metadata_manager_get), (ev_metadata_manager_set):
7515         * shell/ev-metadata-manager.h:
7516         * shell/ev-window.c: (update_chrome_flag),
7517         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7518         (setup_document_from_metadata), (setup_chrome_from_metadata),
7519         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7520         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7521         (ev_window_view_toolbar_cb),
7522         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7523         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7524         
7525         Save last document settings and reuse them for new documents.
7526
7527 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7528
7529         * Makefile.am:
7530         * backend/Makefile.am:
7531         * backend/ev-document-factory.c:
7532         * backend/ev-document-factory.h:
7533         * comics/Makefile.am:
7534         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7535         (comics_document_load), (comics_document_save),
7536         (comics_document_get_n_pages), (comics_document_get_page_size),
7537         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7538         (comics_document_class_init), (comics_document_can_get_text),
7539         (comics_document_get_info), (comics_document_document_iface_init),
7540         (comics_document_init), (get_supported_image_extensions),
7541         (comics_document_thumbnails_get_geometry),
7542         (comics_document_thumbnails_get_thumbnail),
7543         (comics_document_thumbnails_get_dimensions),
7544         (comics_document_document_thumbnails_iface_init), (extract_argv):
7545         * comics/comics-document.h:
7546         * comics/ev-cbr-mime.xml:
7547         * configure.ac:
7548         * po/POTFILES.in:
7549         * shell/ev-application.c: (ev_application_register_service):
7550         * shell/ev-document-types.c: (ev_document_types_add_filters):
7551         * thumbnailer/Makefile.am:
7552         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7553         
7554         New CBR/CBZ backend for comic books.
7555
7556 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7557
7558         * shell/main.c: (load_files_remote):
7559
7560         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7561         warning on startup of second instance is fixed. It
7562         is bug #320353.
7563
7564 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7565
7566         * shell/ev-window.c: (ev_window_finalize):
7567         
7568         Fix double free that cause crash.
7569
7570 2005-10-29  Bastien Nocera <hadess@hadess.net>
7571
7572         * tiff/tiff-document.c: (tiff_document_load):
7573         
7574         Fix memory leak.
7575
7576 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7577
7578         * po/POTFILES.in:
7579         * shell/Makefile.am:
7580         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7581         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7582         (ev_view_accessible_get_text),
7583         (ev_view_accessible_get_character_at_offset),
7584         (ev_view_accessible_get_text_before_offset),
7585         (ev_view_accessible_get_text_at_offset),
7586         (ev_view_accessible_get_text_after_offset),
7587         (ev_view_accessible_get_character_count),
7588         (ev_view_accessible_get_caret_offset),
7589         (ev_view_accessible_set_caret_offset),
7590         (ev_view_accessible_get_run_attributes),
7591         (ev_view_accessible_get_default_attributes),
7592         (ev_view_accessible_get_character_extents),
7593         (ev_view_accessible_get_offset_at_point),
7594         (ev_view_accessible_get_n_selections),
7595         (ev_view_accessible_get_selection),
7596         (ev_view_accessible_add_selection),
7597         (ev_view_accessible_remove_selection),
7598         (ev_view_accessible_set_selection),
7599         (ev_view_accessible_text_iface_init),
7600         (ev_view_accessible_idle_do_action),
7601         (ev_view_accessible_action_do_action),
7602         (ev_view_accessible_action_get_n_actions),
7603         (ev_view_accessible_action_get_description),
7604         (ev_view_accessible_action_get_name),
7605         (ev_view_accessible_action_set_description),
7606         (ev_view_accessible_action_iface_init),
7607         (ev_view_accessible_get_type), (ev_view_accessible_new),
7608         (ev_view_accessible_factory_get_accessible_type),
7609         (ev_view_accessible_factory_create_accessible),
7610         (ev_view_accessible_factory_class_init),
7611         (ev_view_accessible_factory_get_type):
7612         * shell/ev-view-accessible.h:
7613         * shell/ev-view-private.h:
7614         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7615         * shell/ev-view.h:
7616         
7617         Initial accessibility support.
7618
7619 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7620
7621         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7622
7623 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7624
7625         * shell/ev-print-job.c: (idle_print_handler):
7626         
7627         Fix for bug Bug 318916: Printing multiple pages.
7628
7629 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7630
7631         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7632
7633 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7634
7635         * pdf/ev-poppler.cc:
7636         
7637         Thumnail dimensions unified with other backends.
7638         
7639         * shell/ev-window-title.c: (ev_window_title_update):
7640         
7641         Fix warning.
7642
7643 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7644
7645         * data/ev-stock-zoom-fit-width.png:
7646         
7647         Remove unused file.
7648
7649 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7650
7651         * configure.ac:
7652         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7653         (djvu_document_finalize):
7654         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7655         (dvi_document_finalize):
7656         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7657         (pixbuf_document_save), (pixbuf_document_finalize):
7658         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7659         (tiff_document_finalize):
7660         
7661         Save a copy implemented for various backends.
7662
7663 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7664
7665         * configure.ac:
7666         
7667         Don't link with ltiff if tiff is disabled.
7668
7669 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7670
7671         * pdf/GDKSplashOutputDev.cc:
7672         * pdf/GDKSplashOutputDev.h:
7673         * pdf/Thumb.cc:
7674         * pdf/Thumb.h:
7675         * pdf/pdf-document.cc:
7676         * pdf/pdf-document.h:
7677         * pdf/test-gdk-output-dev.cc:
7678         
7679         Remove old unused files.
7680
7681 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7682
7683         * shell/ev-window.c: (ev_window_setup_document):
7684         
7685         Fixed warnings on reload and probably crash reason.
7686
7687 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7688
7689         * properties/ev-properties-view.c:
7690         (ev_properties_view_format_date):
7691         
7692         Check if date is invalid. Fix for bug 318134.
7693
7694 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7695
7696         * shell/ev-window-title.c:
7697         
7698         Add .indd files (Adobe Indesign) to the list of "bad
7699         extensions".
7700
7701 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7702
7703         * data/evince-ui.xml:
7704         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7705         
7706         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7707
7708 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7709
7710         * shell/ev-window.c: (launch_link), (launch_external_uri),
7711         (view_external_link_cb):
7712
7713         URL-escape link before passing it to gnome_vfs_url_show.
7714
7715 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7716
7717         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7718         there isn't text selected.
7719
7720 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7721
7722         * shell/ev-view.c: (handle_link_over_xy):
7723
7724         Check tooltip is valid utf8 before showing it
7725
7726 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7727
7728         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7729
7730 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7731
7732         * shell/ev-window-title.c: (ev_window_title_update):
7733
7734         Guard against using g_strstrip on NULL. Fixes bug #317291.
7735
7736 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7737
7738         * pdf/ev-poppler.cc:
7739
7740         Show title even for unknown links
7741
7742 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7743
7744         * shell/ev-window-title.c: (ev_window_title_update):
7745
7746         Strip the title string
7747
7748 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7749
7750         * shell/ev-window-title.c:
7751
7752         Add .rtf to the bad extensions list
7753
7754 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7755
7756         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7757         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7758
7759         Ignore link coordinates if they are outside page bounds
7760
7761 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7762
7763         * backend/ev-link.c: (ev_link_type_get_type),
7764         (ev_link_get_filename), (ev_link_get_params),
7765         (ev_link_get_property), (ev_link_set_property),
7766         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7767         * backend/ev-link.h:
7768         * pdf/ev-poppler.cc:
7769         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7770         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7771         (ev_window_init):
7772
7773         Implement launch links. Delegate external link opening to
7774         the window.
7775
7776 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7777
7778         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7779         (ev_link_get_right), (ev_link_get_property),
7780         (ev_link_set_property), (ev_link_class_init),
7781         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7782         * backend/ev-link.h:
7783         * pdf/ev-poppler.cc:
7784         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7785
7786         Implement fitr links
7787
7788 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7789
7790         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7791         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7792         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7793         (ev_view_size_request_continuous),
7794         (ev_view_size_request_dual_page),
7795         (ev_view_size_request_single_page), (ev_view_size_allocate),
7796         (ev_view_zoom_for_size_continuous_and_dual_page),
7797         (ev_view_zoom_for_size_continuous),
7798         (ev_view_zoom_for_size_dual_page),
7799         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7800         (ev_sizing_mode_get_type):
7801         * shell/ev-view.h:
7802         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7803
7804         Do not use modes for link, we need to calculate size ad hoc.
7805         Still not perfect because of the usual scrollbar issues grrr.
7806
7807 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7808
7809         * backend/ev-link.c: (ev_link_type_get_type),
7810         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7811         * backend/ev-link.h:
7812         * pdf/ev-poppler.cc:
7813         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7814         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7815         (ev_view_size_request_continuous),
7816         (ev_view_size_request_dual_page),
7817         (ev_view_size_request_single_page), (ev_view_size_allocate),
7818         (zoom_for_size_fit_height),
7819         (ev_view_zoom_for_size_continuous_and_dual_page),
7820         (ev_view_zoom_for_size_continuous),
7821         (ev_view_zoom_for_size_dual_page),
7822         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7823         (ev_sizing_mode_get_type):
7824         * shell/ev-view.h:
7825         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7826
7827         Implement FIT_HEIGHT mode (only for links).
7828         Implement FITH links
7829
7830 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7831
7832         * shell/ev-window-title.c: (get_filename_from_uri),
7833         (ev_window_title_sanitize_extension), (ev_window_title_update),
7834         (ev_window_title_set_document), (ev_window_title_set_uri),
7835         (ev_window_title_free):
7836         * shell/ev-window-title.h:
7837         * shell/ev-window.c: (ev_window_setup_document),
7838         (ev_window_popup_password_dialog):
7839
7840         Refactor window title building while fixing it for
7841         password documents.
7842
7843 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7844
7845         * pdf/ev-poppler.cc:
7846
7847         Escape link title before setting it in the model
7848
7849 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7850
7851         * shell/ev-application.c: (removed_from_session), (save_session),
7852         (init_session), (ev_application_get_empty_window),
7853         (ev_application_init), (ev_application_get_windows):
7854         * shell/ev-application.h:
7855         * shell/ev-window.c: (ev_window_finalize):
7856
7857         Add a function to retrieve window list and share it where
7858         necessary.
7859         Implement session handling, works pretty well thanks to the
7860         metadata system.
7861
7862 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7863
7864         * shell/ev-password.c: (ev_password_item_created_callback),
7865         (ev_password_dialog_save_password):
7866         
7867         Fix for bug 316972. Use async gnome-keyring API.
7868
7869 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7870
7871         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7872         Remove unused unrealize handler. Add scroll handling to
7873         ev_view_scroll_event for presentation mode (bug #316708),
7874         and fix the event state checks there.
7875
7876 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7877
7878         * shell/ev-page-action.c: (page_changed_cb):
7879
7880         "marco, maybe we should be crazy and jump right to 6! :)"
7881
7882         Bryan Clark, Sep 2005
7883
7884 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7885
7886         * ps/ps-document.c: (save_document), (ps_document_save),
7887         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7888         (ps_document_ps_export_end):
7889
7890         Fix unstructured documents save and print
7891
7892 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7893
7894         * shell/ev-application.c: (ev_application_open_uri):
7895
7896         Fix window size persistance
7897
7898 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7899
7900         * shell/ev-view.c: (ev_view_button_release_event):
7901
7902         Based on a patch from carlosgc@gnome.org. Mouse buttons
7903         switch pages in presentation mode.
7904
7905 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7906
7907         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7908
7909         Dont cast to int before scaling
7910
7911 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7912
7913         * backend/ev-link.c: (ev_link_type_get_type),
7914         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7915         (ev_link_new_page_fith):
7916         * backend/ev-link.h:
7917         * pdf/ev-poppler.cc:
7918         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7919
7920         Implement FIT and FITH links
7921
7922 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7923
7924         * pdf/ev-poppler.cc:
7925
7926         Return 0 results when search is not in progress.
7927
7928         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7929         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7930
7931         Update menu sensitivity when cancelling search
7932
7933 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7934
7935         * shell/ev-view.c: (ev_view_can_find_next):
7936
7937         Take all pages in consideration, not just current one
7938
7939 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7940
7941         * shell/ev-page-cache.c:
7942         * shell/ev-page-cache.h:
7943         * shell/ev-view.c: (ev_view_binding_activated),
7944         (ev_view_next_page), (ev_view_previous_page),
7945         (ev_sizing_mode_get_type):
7946         * shell/ev-view.h:
7947         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7948         (ev_window_cmd_go_next_page):
7949
7950         Move page next/previous functions from page chace to
7951         view and change it to move by 2 page steps in dual mode.
7952
7953 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7954
7955         * shell/ev-window.c: (update_sidebar_visibility),
7956         (setup_sidebar_from_metadata), (ev_window_setup_document),
7957         (setup_view_from_metadata):
7958
7959         Show the index by default when there is one     
7960
7961 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7962
7963         * shell/ev-window-title.c: (ev_window_title_set_document):
7964
7965         Missing null check
7966
7967 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7968
7969         * shell/ev-view.c: (view_update_range_and_current_page):
7970         
7971         Allow display of last odd page in dual view. Fix for 316347.
7972
7973 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7974
7975         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7976         
7977         Make close button default. Fix for 316383.
7978
7979 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7980
7981         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7982         
7983         Mark close button as default. Fix for 316381.
7984
7985 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7986
7987         * backend/ev-link.c: (ev_link_class_init):
7988
7989         Allow negative doubles in left/top properties
7990
7991 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7992
7993         * shell/ev-window.c:
7994
7995         Remove a bunch of strings that was used only
7996         by the statusbar.
7997
7998 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7999
8000         * shell/ev-window-title.c: (get_filename_from_uri),
8001         (ev_window_title_set_document):
8002
8003         When title has a confusing extension, show also
8004         the document filename inside ()
8005
8006 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8007
8008         * shell/Makefile.am:
8009         * shell/ev-window-title.c: (ev_window_title_new),
8010         (ev_window_title_update), (ev_window_title_set_type),
8011         (ev_window_title_set_document), (ev_window_title_free):
8012         * shell/ev-window-title.h:
8013         * shell/ev-window.c: (ev_window_setup_document),
8014         (password_dialog_response), (ev_window_popup_password_dialog),
8015         (ev_window_dispose), (ev_window_init):
8016
8017         Factor out and cleanup window title code
8018
8019 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8020
8021         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8022         (unable_to_load):
8023
8024         Make dialog transient so it doesnt block other windows
8025
8026 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8027
8028         * pdf/ev-poppler.cc:
8029         
8030         Fix pdf thumbnails rendering.
8031
8032 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8033
8034         * shell/ev-window.c: (fullscreen_set_timeout):
8035         
8036         Increase timeout to hide full screen popup. Bug 
8037         316123. 
8038
8039 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8040
8041         * data/evince.schemas.in:
8042         * shell/ev-window.c: (update_action_sensitivity):
8043
8044         Allow the user to override document restrictions. Fix for bug
8045         305818.
8046
8047 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8048
8049         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8050         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8051         (ev_window_class_init): Fix multihead behaviour of fullscreen
8052         toolbar popup. Fixes bug #315451.
8053
8054 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8055
8056         * configure.ac:
8057         * data/evince-password.glade:
8058         * shell/ev-password.c: (ev_password_dialog_set_property),
8059         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8060         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8061         (ev_password_dialog_entry_changed_cb),
8062         (ev_password_dialog_entry_activated_cb),
8063         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8064         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8065         (ev_password_dialog_set_bad_pass):
8066         * shell/ev-password.h:
8067         * shell/ev-window.c: (password_dialog_response),
8068         (ev_window_popup_password_dialog):
8069         
8070         Support for gnome-keyring for encrypted PDF's.
8071
8072 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8073
8074         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8075         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8076         (ev_view_enter_notify_event), (ev_view_class_init):
8077         
8078         More precise handling of enter_notify/leave_notify events
8079         in EvView. Fix for bug 315470.
8080
8081 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8082
8083         * shell/ev-window.c: (fullscreen_timeout_cb),
8084         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8085         (ev_window_dispose):
8086
8087         leak fix: unref fullscreen_timeout_source before clearing it
8088
8089 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8090
8091         * configure.ac, dvi/mdvi/Makefile.am: 
8092         
8093         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8094
8095 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8096
8097         * backend/ev-link.c: (ev_link_new_page_xyz):
8098         * pdf/ev-poppler.cc:
8099         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8100
8101         Fix some bugs with xyz links, respect zoom
8102
8103 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8104
8105         * shell/ev-window.c: (page_changed_cb),
8106         (setup_document_from_metadata), (update_sidebar_visibility),
8107         (setup_view_from_metadata), (ev_window_run_fullscreen),
8108         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8109         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8110         (ev_window_dual_mode_changed_cb),
8111         (ev_window_sidebar_current_page_changed_cb):
8112
8113         null check uri before setting and getting metadata
8114
8115 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8116
8117         * dvi/Makefile.am:
8118         * properties/Makefile.am:
8119         * shell/Makefile.am:
8120         * thumbnailer/Makefile.am:
8121
8122         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8123
8124 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8125
8126         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8127         (selection_changed_callback):
8128         * shell/ev-sidebar-links.h:
8129
8130         Add a signal for link activation.
8131
8132         * shell/ev-view.c: (ev_view_goto_link),
8133         (ev_view_button_release_event):
8134         * shell/ev-view.h:
8135         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8136         (ev_window_init):
8137
8138         Implement the signal so that we can handle all link types.
8139
8140         * shell/ev-page-cache.c:
8141
8142         Remove unused set_link function
8143
8144 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8145
8146         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8147
8148         Add some space from the cursor, hardcoded but I couldnt
8149         find a better way.
8150
8151 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8152
8153         * lib/ev-tooltip.c:
8154
8155         Use mozilla style vs gtk style, way better for links.
8156
8157         * shell/ev-view.c: (ev_view_motion_notify_event),
8158         (ev_view_destroy), (ev_view_init):
8159
8160         Deactive tooltip when the link hovered is changed.
8161
8162 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8163
8164         * backend/ev-document.h:
8165         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8166         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8167         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8168         (ev_link_new_page), (ev_link_new_page_xyz):
8169         * backend/ev-link.h:
8170         * pdf/ev-poppler.cc:
8171         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8172         (go_to_link), (tip_from_link):
8173
8174         Implement xyz links, still not functional. Links are a total
8175         mess, will need to refactor and bugfix a lot :(
8176
8177 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8178
8179         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8180
8181 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8182
8183         * data/evince-ui.xml:
8184         * data/evince.schemas.in:
8185         * shell/Makefile.am:
8186         * shell/ev-window.c: (update_chrome_visibility),
8187         (password_dialog_response), (ev_window_load_job_cb),
8188         (ev_window_xfer_job_cb), (ev_window_open_uri),
8189         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8190         (ev_window_init):
8191
8192         Remove the statusbar. This regress loading feedback, need to
8193         check with Bryan what we want to do there...
8194
8195 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8196
8197         * lib/ev-tooltip.c: (ev_tooltip_init):
8198
8199         Fix tooltip border and size handling
8200
8201 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8202
8203         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8204         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8205         (ev_tooltip_timeout), (ev_tooltip_activate),
8206         (ev_tooltip_deactivate):
8207         * lib/ev-tooltip.h:
8208         * shell/ev-view.c: (ev_view_motion_notify_event):
8209
8210         Delay popup showing. Mirror gtk logic/times.
8211
8212 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8213
8214         * lib/Makefile.am:
8215         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8216         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8217         (ev_tooltip_set_text), (ev_tooltip_set_position):
8218         * lib/ev-tooltip.h:
8219
8220         Simple widget to show tooltips at a custom position
8221
8222         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8223         (ev_view_destroy):
8224
8225         Use it for links. First go, needs work
8226
8227 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8228
8229         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8230         HIG fixes.  Use title capitalization for window title. Use 12 
8231         pixels of space between the dialog's vbox and action area.
8232
8233 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8234
8235         * shell/ev-window.c: (file_open_dialog_response_cb),
8236         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8237         (ev_window_cmd_save_as):
8238
8239         Make file pickers not modal and refactor code some
8240
8241 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8242
8243         * shell/ev-sidebar.h:
8244         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8245         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8246         (ev_sidebar_class_init), (ev_sidebar_select_page),
8247         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8248         (ev_sidebar_set_page):
8249
8250         Add a current page property and allow to get/set it
8251
8252         * shell/ev-window.c: (setup_view_from_metadata),
8253         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8254
8255         Persist current sidebar page per document
8256
8257 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8258
8259         * data/evince.schemas.in:
8260         * shell/ev-window.c: (update_chrome_visibility),
8261         (setup_document_from_metadata), (update_sidebar_visibility),
8262         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8263         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8264         (ev_window_run_presentation), (ev_window_stop_presentation),
8265         (ev_window_view_sidebar_cb),
8266         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8267         (load_chrome), (ev_window_init):
8268
8269         Persist size/visibility of sidebar per document
8270
8271 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8272
8273         * shell/ev-view.c (draw_loading_text): Draw loading text.
8274
8275 2005-09-02  Dan Damian  <dand@gnome.ro>
8276
8277         * configure.in: Added "ro" to ALL_LINGUAS.
8278
8279 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8280
8281         * shell/ev-view.c: (clear_caches):
8282
8283         ev_page_cache_get doesnt return a reference,
8284         dont try to unref it.
8285
8286 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8287
8288         * shell/main.c: (load_files_remote):
8289
8290         Fix timestamp parameter with dbus <= 0.33
8291
8292 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8293
8294         * data/evince.schemas.in:
8295
8296         Add missing full stop
8297
8298 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8299
8300         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8301         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8302
8303         Plug some memory leaks
8304
8305 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8306
8307         * configure.ac:
8308         * lib/ev-debug.c: (trap_handler):
8309
8310         Check for execinfo.h and use it only if it exists.
8311         Ported from Epiphany (bug #314776).
8312
8313 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8314
8315         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8316
8317 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8318
8319         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8320         * po/id.po      : Added Indonesian translation
8321
8322 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8323
8324         * shell/main.c:
8325         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8326         * NEWS: Release 0.4.0
8327
8328 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8329
8330         * configure.ac: catch another gtk+-2.8ism
8331         * shell/main.c: Make work with gtk+-2.6
8332
8333 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8334
8335         * shell/ev-application-service.xml: Add 'timestamp' argument to
8336           ev_application_open_window and ev_application_open_uri methods.
8337
8338         * shell/ev-application.h: Add 'timestamp' argument to
8339           ev_application_open_window, ev_application_open_uri,
8340           and ev_application_open_uri_list functions.
8341
8342         * shell/ev-application.c (ev_application_open_window,
8343           ev_application_open_uri, ev_application_open_uri_list): Change
8344           functions that show/present windows to use a timestamp if one
8345           is passed in.
8346
8347         * shell/ev-window.c (ev_window_cmd_file_open,
8348           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8349         * shell/main.c (load_files): Modify calls to ev_application to
8350           include GDK_CURRENT_TIME as timestamp.
8351
8352         * shell/main.c (load_files_remote): Obtain timestamp for client
8353           instance from GDK and pass to server instance so new windows are
8354           focused properly.  Fix dbus_g_proxy_call() calls by including second
8355           G_TYPE_INVALID.
8356           
8357         Closes bug #314475.
8358
8359 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8360
8361         * shell/ev-window.c (ev_window_finalize): Check for
8362         avail. EvWindows when quiting to handle the finalize better,
8363         #314497
8364
8365 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8366         
8367         * properties/ev-properties-view.c: 
8368         
8369         Set textdomain to libglade. Fixes translation problem in property page.
8370
8371 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8372
8373         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8374         * dvi/Makefile.am:
8375         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8376         * dvi/mdvi-lib/Makefile.am:
8377         
8378         Fix rotation of thumbnails, ported to new API. Moved library
8379         dependencies earlier, probably it will fix linkage problem.
8380
8381 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8382
8383         * backend/ev-document-misc.c:
8384         (ev_document_misc_get_thumbnail_frame):
8385         * backend/ev-document-misc.h:
8386         * configure.ac:
8387         * pdf/ev-poppler.cc:
8388         * shell/Makefile.am:
8389         * shell/ev-sidebar-thumbnails.c: (add_range),
8390         (ev_sidebar_thumbnails_set_loading_icon),
8391         (ev_sidebar_thumbnails_refresh),
8392         (ev_sidebar_thumbnails_set_document):
8393         * shell/ev-sidebar-thumbnails.h:
8394         * shell/ev-view.c: (ev_view_motion_notify_event),
8395         (ev_view_set_property), (ev_view_get_property),
8396         (ev_view_class_init), (ev_view_set_rotation):
8397         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8398         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8399         (ev_window_init):
8400         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8401         Redo rotation (again).  prepare for 0.4.0
8402
8403 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8404
8405         * configure.ac: Bump poppler requirement to 0.4.1.
8406
8407         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8408         argument to poppler_page_render_selection() call.
8409
8410 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8411
8412         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8413         (djvu_document_thumbnails_get_thumbnail):
8414         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8415         (dvi_document_thumbnails_get_thumbnail):
8416         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8417         (pixbuf_document_thumbnails_get_thumbnail):
8418         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8419         
8420         Update rotation direction of backends to fit with pdf and ps.
8421
8422 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8423
8424         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8425         * backend/ev-async-renderer.h:
8426         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8427         (setup_page), (ps_document_get_page_size),
8428         (ps_async_renderer_render_pixbuf):
8429         * ps/ps-document.h:
8430         * shell/ev-jobs.c: (ev_job_render_run):
8431
8432         Fix orientation in the postscript document
8433
8434 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8435
8436         * pdf/ev-poppler.cc:
8437         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8438         * shell/ev-view.c: (highlight_find_results):
8439
8440         Adapt to the new poppler rotation API. Fix text maps on landscape
8441         documents.
8442
8443 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8444
8445         * shell/ev-view.c (compute_new_selection_text): get the correct
8446         region when selecting in modes other than continuous.
8447
8448 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8449
8450         * shell/main.c (main): remove redundant g_warnings.
8451
8452 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8453
8454         * shell/Makefile.am: Don't include autogenerated
8455         file ev-application-service.h into distribution, since
8456         it causes dbus crash. Fix for bugs 313724 and 313443. 
8457
8458 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8459
8460         * configure.ac: Fix sed expression for FreeBSD. Thanks
8461         to Joe Marcus Clark <marcus@freebsd.org>
8462         
8463         * shell/eggfindbar.c: (entry_activate_callback),
8464         (entry_changed_callback), (egg_find_bar_init),
8465         (egg_find_bar_set_search_string):
8466         
8467         Made findbar buttons unsensitive if there is no text in
8468         entry. Fix for the bug 313285.
8469
8470 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8471
8472         * ps/ps-document.c: Use g_filename_display_name for displaying
8473         filenames and revert string freeze breackage
8474
8475 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8476
8477         * NEWS:
8478         * configure.ac:
8479
8480         Update for 0.3.4
8481
8482         * shell/Makefile.am:
8483
8484         Add ev-application-service.xml to extra dist
8485
8486         * shell/ev-view.c: (find_page_at_location):
8487
8488         Remove unused function (fix warning)
8489
8490 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8491
8492         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8493         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8494         
8495         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8496         bug 313623.
8497
8498 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8499
8500         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8501         * shell/ev-window.c:
8502         Fix build warnings
8503
8504 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8505
8506         * configure.ac: Update script to get dbus version.
8507         Fix for the bug #313443.
8508
8509 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8510
8511         * shell/ev-window.c: (ev_window_cmd_escape):
8512         
8513         Return focus back to view on escape. Fix for bug 313295.
8514
8515 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8516
8517         * shell/ev-window.c: (update_window_title),
8518         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8519         (ev_window_cmd_save_as):
8520         
8521         Correct conversion from uri to displayable string. Fix for
8522         bug 313296.
8523
8524 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8525
8526         * ps/ps-document.c: convert filename to utf8 when there is an error
8527         loading document. Fixes #309915
8528
8529 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8530
8531         * configure.ac:
8532
8533         We depend on poppler 0.4.0
8534
8535 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8536
8537         * configure.ac:
8538         * NEWS: Release 0.3.3.
8539         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8540
8541 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8542
8543         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8544         add a couple missing mnemonics to menu items, use title 
8545         capitalization for menu items and window titles, and add 
8546         ellipsis to open menu item.     
8547
8548 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8549
8550         * pdf/ev-poppler.cc:
8551         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8552         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8553         (ev_view_get_rotation):
8554         * shell/ev-view.h:
8555         * shell/ev-window.c: (setup_view_from_metadata),
8556         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8557         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8558         disk.
8559
8560 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8561
8562         * configure.ac: Added tr to ALL_LINGUAS
8563
8564 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8565
8566         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8567         requires several clicks to find word. Thanks to 
8568         Colin Slater <kiltedtaco@gmail.com>.
8569
8570 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8571
8572         * data/evince.desktop.in.in: Hide menu entry and
8573         rename it to "Document Viewer". Fix for bug 
8574         #312399.
8575
8576 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8577
8578         * shell/ev-page-action.c (ev_page_action_class_init): 
8579
8580         Point to the correct function in constructor of the
8581         activate_label signal
8582
8583 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8584
8585         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8586         * shell/ev-jobs.h: Make thread safe.
8587
8588 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8589
8590         * shell/ev-view.c: (view_update_range_and_current_page):
8591         Don't update page range if we are scrolling to some document
8592         point.
8593
8594 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8595
8596         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8597         when getting max_page_width, fix drawing in dual mode.
8598
8599 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8600
8601         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8602         getting the area for select_all.
8603
8604 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8605
8606         * backend/ev-selection.c: (ev_selection_render_selection):
8607         * backend/ev-selection.h:
8608         * pdf/ev-poppler.cc:
8609         * shell/ev-jobs.c: (ev_job_render_new):
8610         * shell/ev-jobs.h:
8611         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8612         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8613         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8614         (ev_view_class_init):
8615
8616         Change selection color on focus in and focus out events.  Also,
8617         poppler now uses GdkColor for specifying the selection colors, so
8618         drop some awkward conversion code.
8619
8620 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8621
8622         * configure.ac: Added Hebrew translation
8623
8624 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8625
8626         * NOTES:
8627         * backend/ev-selection.c: (ev_selection_render_selection):
8628         * backend/ev-selection.h:
8629         * pdf/ev-poppler.cc:
8630         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8631         (ev_job_render_run):
8632         * shell/ev-jobs.h:
8633         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8634         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8635         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8636         (ev_pixbuf_cache_style_changed),
8637         (ev_pixbuf_cache_get_selection_pixbuf),
8638         (ev_pixbuf_cache_set_selection_list),
8639         (ev_pixbuf_cache_get_selection_list):
8640         * shell/ev-pixbuf-cache.h:
8641         * shell/ev-utils.c: (ev_print_region_contents):
8642         * shell/ev-utils.h:
8643         * shell/ev-view.c: (ev_view_queue_draw_page),
8644         (selection_update_idle_cb), (ev_view_motion_notify_event),
8645         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8646         (setup_caches), (ev_view_find_next), (merge_selection_region),
8647         (selection_free):
8648         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8649
8650         Clean up selection to be much smoother!
8651
8652 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8653
8654         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8655         to poppler_page_render_selection().
8656
8657 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8658
8659         * ps/ps-document.c: (save_page_list): Use
8660         unzipped document when printing. Thanks to 
8661         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8662         311016.
8663
8664 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8665
8666         * shell/ev-window.c: (update_action_sensitivity):
8667         
8668         Disable print and save respect to lockdown gconf keys. Fix
8669         for 312342.
8670
8671 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8672
8673         * configure.ac:
8674         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8675         (write_to_temp_file), (ev_file_set_contents):
8676         * shell/ev-utils.h:
8677         * shell/ev-window.c: (save_print_config_to_file):
8678         
8679         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8680         Fix for bug 312238
8681
8682 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8683
8684         * shell/ev-window.c: (load_print_config_from_file),
8685         (save_print_config_to_file), (ev_window_print_range):
8686
8687         Persist the print settings. Fixes bug #311578.
8688
8689 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8690
8691         * djvu/djvu-document.c: (djvu_document_get_page_size),
8692         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8693         (djvu_document_thumbnails_get_thumbnail):
8694         * dvi/dvi-document.c: (dvi_document_get_page_size),
8695         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8696         (dvi_document_thumbnails_get_dimensions),
8697         (dvi_document_thumbnails_get_thumbnail):
8698         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8699         (pixbuf_document_render_pixbuf),
8700         (pixbuf_document_document_iface_init),
8701         (pixbuf_document_thumbnails_get_thumbnail):
8702         
8703         Update backends to make them build with new rotation system.
8704
8705 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8706
8707         * help/C/figures/evince_start_window.png:
8708         
8709         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8710
8711 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8712
8713         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8714         * shell/ev-pixbuf-cache.h:
8715         * shell/ev-sidebar-thumbnails.c:
8716         (ev_sidebar_thumbnails_get_property), (add_range),
8717         (adjustment_changed_cb):
8718         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8719         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8720         we were thumbnailing the entire docment on startup, slowing us
8721         down hugely. 
8722
8723 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8724
8725         * shell/ev-page-cache.c: (ev_page_cache_new):
8726         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8727         == 0, fixes #310306.
8728
8729 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8730
8731         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8732         (ev_view_rotate_left):
8733
8734         Account rotation in doc_rect_to_view_rect.
8735         Ensure rotation doesnt go out of bounds.
8736
8737 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8738
8739         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8740
8741         Correct and cleanup w/h swapping
8742
8743 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8744
8745         * backend/ev-document-thumbnails.c:
8746         (ev_document_thumbnails_get_thumbnail):
8747         * backend/ev-document-thumbnails.h:
8748         * backend/ev-document.c:
8749         * backend/ev-document.h:
8750         * backend/ev-render-context.c: (ev_render_context_new),
8751         (ev_render_context_set_rotation):
8752         * backend/ev-render-context.h:
8753         * pdf/ev-poppler.cc:
8754         * ps/ps-document.c: (ps_document_document_iface_init):
8755         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8756         * shell/ev-jobs.h:
8757         * shell/ev-page-cache.c: (build_height_to_page),
8758         (ev_page_cache_new), (ev_page_cache_get_size),
8759         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8760         (ev_page_cache_get_height_to_page):
8761         * shell/ev-page-cache.h:
8762         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8763         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8764         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8765         (ev_pixbuf_cache_get_selection_pixbuf):
8766         * shell/ev-pixbuf-cache.h:
8767         * shell/ev-print-job.c: (idle_print_handler):
8768         * shell/ev-sidebar-thumbnails.c: (add_range):
8769         * shell/ev-view.c: (view_update_range_and_current_page),
8770         (get_page_y_offset), (get_page_extents),
8771         (ev_view_size_request_continuous_dual_page),
8772         (ev_view_size_request_continuous),
8773         (ev_view_size_request_dual_page),
8774         (ev_view_size_request_single_page), (draw_one_page),
8775         (ev_view_set_rotation), (ev_view_rotate_right),
8776         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8777         (ev_view_zoom_for_size_continuous_and_dual_page),
8778         (ev_view_zoom_for_size_continuous),
8779         (ev_view_zoom_for_size_dual_page),
8780         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8781         (ev_view_select_all):
8782         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8783         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8784         (tiff_document_document_iface_init),
8785         (tiff_document_thumbnails_get_thumbnail):
8786
8787         Use rotation rather than orientation. It's easier and enough
8788         for our needs.
8789
8790 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8791
8792         * shell/ev-page-cache.c: (build_height_to_page),
8793         (ev_page_cache_new), (ev_page_cache_get_size),
8794         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8795         (ev_page_cache_get_height_to_page):
8796         * shell/ev-page-cache.h:
8797         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8798         (ev_view_size_request_continuous_dual_page),
8799         (ev_view_size_request_continuous),
8800         (ev_view_zoom_for_size_continuous_and_dual_page),
8801         (ev_view_zoom_for_size_continuous):
8802
8803         Make the page cache aware of page orientation.
8804
8805 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8806
8807         * backend/ev-document-thumbnails.c:
8808         (ev_document_thumbnails_get_thumbnail):
8809         * backend/ev-document-thumbnails.h:
8810         * backend/ev-document.c:
8811         * backend/ev-document.h:
8812         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8813         * backend/ev-ps-exporter.h:
8814         * pdf/ev-poppler.cc:
8815         * ps/ps-document.c: (ps_document_document_iface_init),
8816         (ps_document_ps_export_do_page):
8817         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8818         * shell/ev-jobs.h:
8819         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8820         (ev_page_cache_get):
8821         * shell/ev-page-cache.h:
8822         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8823         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8824         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8825         * shell/ev-pixbuf-cache.h:
8826         * shell/ev-print-job.c: (idle_print_handler):
8827         * shell/ev-sidebar-thumbnails.c: (add_range):
8828         * shell/ev-view.c: (view_update_range_and_current_page),
8829         (get_page_extents), (ev_view_size_request_dual_page),
8830         (ev_view_size_request_single_page), (draw_one_page),
8831         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8832         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8833         (ev_view_zoom_for_size_dual_page),
8834         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8835         (ev_view_select_all):
8836         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8837         * tiff/tiff-document.c: (tiff_document_get_page_size),
8838         (tiff_document_get_orientation), (rotate_pixbuf),
8839         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8840         (tiff_document_thumbnails_get_thumbnail),
8841         (tiff_document_ps_export_do_page), (tiff_document_init):
8842
8843         Really make use of the orientation bit of the render context.
8844         Use the render context in a few more places in the backend API.
8845         This regress orientation, but now it's done right. Will try to
8846         fix it up asap...
8847
8848 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8849
8850         * shell/ev-view.c: (ensure_rectangle_is_visible):
8851
8852         Patch by Nickolay V. Shmyrev to fix find flickering
8853
8854 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8855
8856         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8857         duplex parameters to ::begin.
8858
8859         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8860         * shell/ev-print-job.c (idle_print_handler): 
8861         * ps/ps-document.c (ps_document_ps_export_begin): 
8862         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8863         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8864         implementations. Poppler backend needs poppler cvs. Rest has
8865         unchanged behavior.
8866
8867 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8868
8869         * shell/ev-window.c (using_pdf_printer): new function.
8870         (ev_window_print_range): print a less techy message if someone
8871         tries to print to PDF.
8872
8873 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8874
8875         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8876         from "unknown font" string. Bug #311431
8877
8878 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8879
8880         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8881
8882 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8883
8884         Bug #311280
8885         
8886         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8887         name for PopplerFontTypes
8888         (pdf_document_fonts_fill_model): add font type to the detail column
8889
8890         * backend/ev-document-fonts.h: added
8891         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8892
8893         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8894         font name and font details, add a little markup.
8895         (ev_properties_fonts_init): use the new cell data func, specify ypad
8896         property for the cell renderer.
8897         (ev_properties_fonts_set_document): add the details column.
8898
8899 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8900
8901         * configure.ac: Added "pl" to ALL_LINGUAS.
8902
8903 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8904
8905         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8906
8907 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8908
8909         * help/ChangeLog: Started this for translations of manual.
8910         * configure.ac, autogen.sh, .cvsignore: Migrated to
8911         gnome-doc-utils. Patch in bug #311222.
8912
8913 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8914
8915         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8916         #ifdef this away to fix an unused-function warning.
8917
8918 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8919
8920         * configure.ac: Added 'gl' to ALL_LINGUAS.
8921
8922 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8923
8924         * configure.ac: Added ne in ALL_LINGUAS
8925         
8926 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8927
8928         * shell/ev-view.c: (ev_view_leave_notify_event):
8929         
8930         Clear status message when pointer leaves view. Fix for bug
8931         #310818 
8932
8933 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8934
8935         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8936
8937 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8938
8939         * shell/ev-view.c: (ev_view_leave_notify_event),
8940         (ev_view_class_init):
8941         
8942         Set cursor to normal then leaving view.
8943
8944 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8945
8946         * configure.ac:
8947         
8948         Fix required djvulibre version.
8949
8950 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8951
8952         *configure.ac: Hindi (hi) language added
8953
8954 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8955
8956         *configure.ac: Punjabi (pa) Language added
8957
8958 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8959
8960         * data/evince-ui.xml, shell/ev-window.c:
8961         
8962         Add keypad accelerators for zooming. Fix for bug 308128.
8963
8964 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8965
8966         * Makefile.am:
8967         * backend/Makefile.am:
8968         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8969         * configure.ac:
8970         * shell/ev-document-types.c: (ev_document_types_add_filters):
8971
8972         Allow to enable/disable the pixbuf backend.
8973         Default to off for now. If we want it enabled we should
8974         really put mime types in the desktop, implement properties etc.
8975
8976         * properties/evince-properties.c:
8977
8978         Initialize error to NULL.
8979         Check error is not NULL before freeing.
8980
8981 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8982
8983         * shell/ev-window.c:
8984
8985         Use F5 as presentation accell
8986
8987 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8988
8989         * shell/ev-window.c: (update_chrome_visibility),
8990         (ev_window_create_fullscreen_popup), (ev_window_init):
8991
8992         Do not leak the fullscreen toolbar
8993
8994 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8995
8996         * shell/ev-window.c: (view_actions_focus_in_cb),
8997         (view_actions_focus_out_cb):
8998
8999         These has a return value! Fix totally random focus
9000         issues we was seeing.
9001
9002 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9003
9004         * shell/main.c: (load_files_remote):
9005
9006         Allow open more than one file
9007
9008 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9009
9010         * shell/main.c: (load_files_remote):
9011
9012         Fix for dbus 0.33. bug #309975
9013
9014 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9015
9016         * properties/ev-properties-main.c: (ev_properties_get_pages):
9017
9018         Actually return NULL for types we dont support
9019
9020 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9021
9022         * po/POTFILES.in:
9023
9024         Remove empty lines.
9025
9026 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9027
9028         * backend/ev-document-factory.c:
9029         (ev_document_factory_get_document):
9030
9031         Do not try to create the object if type
9032         is invalid.
9033
9034 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9035
9036         * ps/ps-document.c: (ps_document_dispose),
9037         (ps_async_renderer_render_pixbuf):
9038         * ps/ps-document.h:
9039
9040         Do not leak the target window
9041
9042 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9043
9044         * shell/ev-application.c: (ev_application_init):
9045
9046         Let tbe check file existence for us.
9047         Add a comment about eggrecent mime filter.
9048
9049 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9050
9051         * data/evince-ui.xml:
9052         * shell/ev-application.c: (ev_application_shutdown),
9053         (ev_application_init), (ev_application_get_toolbars_model),
9054         (ev_application_get_recent_model),
9055         (ev_application_save_toolbars_model):
9056         * shell/ev-application.h:
9057         * shell/ev-window.c: (ev_window_add_recent),
9058         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9059         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9060         (ev_window_init):
9061
9062         Use common toolbar and recent models for all windows.
9063         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9064
9065 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9066
9067         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9068         successfully check for gtk_icon_view_get_visible_range.
9069
9070 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9071
9072         * djvu/Makefile.am:
9073         * dvi/Makefile.am:
9074         
9075         Fix djvu and dvi backend build.
9076
9077 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9078
9079         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9080         (new_separator_pixbuf):
9081
9082         Don't leak windows.
9083
9084 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9085
9086         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9087
9088         HIGification of toolbar editor dialogue.
9089
9090 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9091
9092         * configure.ac:
9093         * shell/Makefile.am:
9094
9095         Ever build metadata manager since it's just
9096         disabled at runtime now.
9097
9098 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9099
9100         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9101         (ev_metadata_manager_get), (ev_metadata_manager_set):
9102         * shell/ev-metadata-manager.h:
9103
9104         Add an _init functions that enabled metadata management
9105         at runtime.
9106
9107         * shell/ev-window.c: (page_changed_cb),
9108         (setup_document_from_metadata), (ev_window_setup_document),
9109         (setup_view_from_metadata), (ev_window_open_uri),
9110         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9111         (ev_window_run_presentation), (ev_window_stop_presentation),
9112         (save_sizing_mode), (ev_window_zoom_changed_cb),
9113         (ev_window_continuous_changed_cb),
9114         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9115         (window_configure_event_cb):
9116
9117         Remove all ugly metadata define since we deal with it
9118         at runtime now.
9119
9120         * shell/main.c: (load_files_remote), (main):
9121
9122         Add support for dbus cvs head. Hopefully didnt break one
9123         of the other versions now!
9124
9125         If we dont get a response from the dbus server just
9126         give up with it and not enable metadata.
9127
9128 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9129
9130         * Makefile.am:
9131         * backend/Makefile.am:
9132         * configure.ac:
9133         * cut-n-paste/recent-files/Makefile.am:
9134         * cut-n-paste/toolbar-editor/Makefile.am:
9135         * cut-n-paste/zoom-control/Makefile.am:
9136         * lib/Makefile.am:
9137         * pdf/Makefile.am:
9138         * pixbuf/Makefile.am:
9139         * properties/Makefile.am:
9140         * ps/Makefile.am:
9141         * shell/Makefile.am:
9142         * thumbnailer/Makefile.am:
9143         * tiff/Makefile.am:
9144
9145         Make frontends depend on just libev.
9146         Rework and group CFLAGS/LIBS definitions.
9147         Cleanups.
9148
9149 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9150
9151         * shell/ev-window:
9152
9153         do not unnecessarily save zoom
9154
9155         * configure.ac:
9156         * lib/ev-file-helpers.c: (ev_dot_dir):
9157         * shell/Makefile.am:
9158         * shell/dummy.cc:
9159
9160         Some cleanups
9161
9162 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9163
9164         * configure.ac:
9165         
9166         Remove unnecessary dependencies
9167
9168 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9169
9170         * properties/Makefile.am:
9171         * thumbnailer/Makefile.am:
9172         * tiff/Makefile.am:
9173
9174         Some more cleanups. Was really necessary
9175         but I probably introduced bugs, feel free
9176         to flame :)
9177
9178 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9179
9180         * backend/Makefile.am:
9181         * configure.ac:
9182         * cut-n-paste/recent-files/Makefile.am:
9183         * cut-n-paste/toolbar-editor/Makefile.am:
9184         * cut-n-paste/zoom-control/Makefile.am:
9185         * lib/Makefile.am:
9186         * pdf/Makefile.am:
9187         * pixbuf/Makefile.am:
9188         * properties/Makefile.am:
9189         * ps/Makefile.am:
9190         * shell/Makefile.am:
9191         * thumbnailer/Makefile.am:
9192         * tiff/Makefile.am:
9193
9194         Use gnome-common macros when possible.
9195         Cleanup dependencies.
9196         Actually disable deprecated where possible.
9197
9198 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9199
9200         * Makefile.am:
9201         * backend/Makefile.am:
9202         * properties/Makefile.am:
9203         * shell/Makefile.am:
9204         * thumbnailer/Makefile.am:
9205
9206         This should solve the circular dep without
9207         requiring dir reorg!
9208
9209         * shell/ev-window.c: (setup_view_from_metadata):
9210
9211         Never restore window size/position when the
9212         window is already visible.
9213
9214 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9215
9216         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9217
9218         Return a boolean from timeout func. Fix ported from gedit.
9219
9220 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9221
9222         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9223
9224 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9225
9226         * shell/ev-document-types.c: set "All Documents" as default filter in
9227         open dialog
9228
9229 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9230
9231         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9232         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9233         (ev_metadata_manager_set_boolean): fix value/val thinko.
9234
9235 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9236
9237         * shell/ev-window.c: (setup_view_from_metadata),
9238         (window_state_event_cb), (window_configure_event_cb),
9239         (ev_window_init):
9240
9241         Remember window position and maximized state
9242
9243 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9244
9245         * configure.ac:
9246
9247         Fix DBUS configure checks.
9248
9249         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9250         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9251         (ev_metadata_manager_set_boolean):
9252
9253         Plug mem leaks.
9254
9255         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9256         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9257         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9258         (ev_window_continuous_changed_cb),
9259         (ev_window_dual_mode_changed_cb), (ev_window_new):
9260
9261         Fix the build without DBUS.
9262
9263 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9264
9265         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9266         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9267         (ev_metadata_manager_set_string),
9268         (ev_metadata_manager_set_boolean):
9269         * shell/ev-metadata-manager.h:
9270
9271         Add support for some more types
9272
9273         * shell/ev-view.c: (scroll_to_current_page),
9274         (ev_view_get_continuous), (ev_view_set_continuous),
9275         (ev_view_get_dual_page):
9276         * shell/ev-view.h:
9277         * shell/ev-window.c: (page_changed_cb),
9278         (setup_document_from_metadata), (ev_window_setup_document),
9279         (setup_view_from_metadata), (ev_window_open_uri),
9280         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9281         (ev_window_run_presentation), (ev_window_stop_presentation),
9282         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9283         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9284         (ev_window_update_dual_page_action),
9285         (ev_window_continuous_changed_cb),
9286         (ev_window_dual_mode_changed_cb), (ev_window_init):
9287
9288         Remember a bunch of view/document properties. Prolly some
9289         are still missing but it's getting interesting.
9290
9291 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9292
9293         * configure.ac: check if dbus-binding-tool is installed. Not the
9294         case on current Ubuntu breezy, it seems.
9295
9296 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9297
9298         * data/evince.desktop.in.in:
9299         
9300         Allow open uri lists and add TryExec field.
9301
9302 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9303
9304         * configure.ac:
9305
9306         Enable dbus when available, do not require a configure
9307         option.
9308
9309 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9310
9311         * configure.ac:
9312
9313         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9314         disabled.
9315
9316 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9317         Marco Pesenti Gritti  <mpg@redhat.com>
9318
9319         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9320         
9321         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9322         functions to the format required by dbus
9323
9324         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9325         errors. Use the RPC parameters in the expected way
9326
9327 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9328
9329         * Makefile.am:
9330         * properties/Makefile.am:
9331         * properties/ev-properties-main.c: (ev_properties_get_pages):
9332
9333         Support all mime types
9334
9335         * shell/Makefile.am:
9336         * thumbnailer/Makefile.am:
9337         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9338         (evince_thumbnail_pngenc_get):
9339
9340         Use the document factory
9341
9342 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9343
9344         * backend/Makefile.am:
9345         * backend/ev-document-factory.c:
9346         (mime_type_supported_by_gdk_pixbuf),
9347         (ev_document_type_get_from_mime),
9348         (ev_document_factory_get_document),
9349         (ev_document_factory_get_backend),
9350         (ev_document_factory_get_mime_types),
9351         (ev_document_factory_get_all_mime_types):
9352         * backend/ev-document-factory.h:
9353         * shell/Makefile.am:
9354         * shell/ev-document-types.c: (get_document_from_uri),
9355         (ev_document_types_get_document),
9356         (file_filter_add_mime_list_and_free),
9357         (ev_document_types_add_filters):
9358         * shell/ev-document-types.h:
9359         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9360         * shell/ev-properties-dialog.c:
9361         (ev_properties_dialog_set_document):
9362         * shell/ev-window.c: (ev_window_cmd_file_open),
9363         (ev_window_cmd_save_as):
9364         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9365
9366         Rework document types managing to avoid code duplication
9367         and actually abstract from backend implementations.
9368         Also provide a minimal factory api that can be used by
9369         thumbnailer/properties.
9370
9371 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9372
9373         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9374         Plug a mem leak.
9375         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9376         HIG spacings.
9377
9378 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9379
9380         * shell/ev-properties-dialog.c
9381         (ev_properties_dialog_set_document): only call
9382         ev_properties_fonts_set_document() if the document implements the
9383         fonts interface
9384
9385 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9386
9387         * configure.ac:
9388         * properties/Makefile.am:
9389         * properties/ev-properties-view.c:
9390         (ev_properties_view_register_type):
9391         * properties/ev-properties-view.h:
9392         * properties/ev-properties-main.h:
9393
9394         Implement nautilus plugin for properties.
9395         Works only for pdf atm, I need to rework the
9396         document types stuff to get this to work
9397         for all backends...
9398
9399 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9400
9401         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9402         (ev_properties_fonts_set_document): use
9403         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9404
9405 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9406
9407         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9408         them
9409         (PlaceImage, tiff2ps_process_page): use
9410         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9411
9412
9413 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9414
9415         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9416         (main): to call gnome_authentication_manager_init. Should fix
9417         Bug #308510
9418
9419         * configure.ac: that requires libgnomeui 2.6.0.
9420
9421 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9422
9423         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9424         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9425         use the new tiff2ps interfaces
9426
9427         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9428         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9429
9430         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9431         structure instead of global variables.  Remove use of static
9432         variables in functions.
9433
9434 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9435
9436         * shell/ev-page-action.c: unref the completion after setting it to the
9437         entry
9438
9439 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9440
9441         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9442         postscript files
9443
9444 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9445
9446         * shell/ev-window.c (update_action_sensitivity): disable
9447         File->Print if the document does not implement the ps exporter
9448         interface
9449
9450 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9451
9452         * Makefile.am:
9453         * configure.ac:
9454         * data/evince-properties.glade:
9455         * properties/.cvsignore:
9456         * properties/Makefile.am:
9457         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9458         (ev_properties_view_class_init), (ev_properties_view_format_date),
9459         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9460         (ev_properties_view_init), (ev_properties_view_new):
9461         * properties/ev-properties-view.h:
9462         * shell/Makefile.am:
9463         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9464         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9465         (ev_properties_dialog_new):
9466         * shell/ev-properties-dialog.h:
9467         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9468         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9469         (update_progress_label), (job_fonts_finished_cb),
9470         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9471         * shell/ev-properties-fonts.h:
9472         * shell/ev-properties.c:
9473         * shell/ev-properties.h:
9474         * shell/ev-window.c: (ev_window_setup_document),
9475         (ev_window_cmd_file_properties):
9476
9477         Split the properties pages in two different objects, depend
9478         only on the backend where possible, use widgets instead
9479         of gobject for the glade part, reimplement the dialog
9480         itself with gtk.
9481         I need this to implement nautilus properties page.
9482
9483 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9484
9485         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9486         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9487         (tiff_document_document_ps_exporter_iface_init): implement the ps
9488         exporter interface for tiff documents
9489
9490         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9491         libtiff to implement TIFF postscript export
9492
9493         * tiff/tiff2ps.h: added a header file for external tiff2ps
9494         functions.
9495
9496         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9497         tiff2ps.h
9498
9499 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9500
9501         * shell/ev-view.c: (scroll_to_current_page),
9502         (ev_view_set_fullscreen), (ev_view_set_presentation):
9503         
9504         Scroll to current page when exit from presentation
9505
9506 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9507
9508         * shell/ev-window.c: (update_document_mode),
9509         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9510         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9511         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9512         
9513         Exit from fullscreen mode when switch to presentation. Fix for
9514         bug 309365
9515
9516 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9517
9518         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9519         return NULL if the document does not implement the selection
9520         interface.
9521
9522 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9523
9524         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9525         reported height by using the resolution aspect ratio
9526         (tiff_document_render_pixbuf): scale the pixbuf using the
9527         resolution aspect ratio
9528
9529 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9530
9531         * configure.ac:
9532         
9533         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9534         <kiltedaco@gmail.com>
9535         
9536         * djvu/djvu-document.c: (djvu_document_get_orientation),
9537         (djvu_document_set_orientation), (djvu_document_get_page_size),
9538         (rotate_pixbuf), (djvu_document_render_pixbuf),
9539         (djvu_document_document_iface_init):
9540         * dvi/dvi-document.c: (dvi_document_get_orientation),
9541         (dvi_document_set_orientation), (dvi_document_get_page_size),
9542         (rotate_pixbuf), (dvi_document_render_pixbuf),
9543         (dvi_document_document_iface_init):
9544         
9545         Dvi and djvu backends are ported to new API
9546
9547 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9548
9549         * backend/ev-selection.c: (ev_selection_get_selection_region),
9550         (ev_selection_get_selection_map):
9551         * backend/ev-selection.h:
9552         * pdf/ev-poppler.cc:
9553         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9554         * shell/ev-jobs.h:
9555         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9556         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9557         (ev_pixbuf_cache_get_text_mapping):
9558         * shell/ev-pixbuf-cache.h:
9559         * shell/ev-view.c: (location_in_text),
9560         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9561         support to EvView.  Now we can see where we can select!  Sweet!
9562
9563 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9564
9565         * shell/ev-view.c (ev_view_button_press_event): Fix
9566         event->y + view->scroll_x typo.
9567
9568 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9569
9570         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9571         sub-GdkPixbuf instead of passing dest_x and dest_y.
9572         
9573         * shell/ev-view.c: (view_point_to_doc_point),
9574         (view_rect_to_doc_rect), (ev_view_button_press_event),
9575         (ev_view_motion_notify_event), (compute_new_selection_rect),
9576         (gdk_rectangle_point_in), (compute_new_selection_text),
9577         (compute_selections): Update selection code to keep the selection
9578         around as two points and not as a normalized rectangle, and fix
9579         page level selection in two-column mode.
9580
9581 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9582
9583         * shell/ev-window.c: (window_configure_event_cb): 
9584         
9585         Fix compilation
9586         
9587 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9588
9589         * pdf/ev-poppler.cc:
9590
9591         Fix compilation
9592
9593 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9594
9595         * shell/Makefile.am:
9596         * shell/ev-metadata-manager.c: (item_free),
9597         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9598         (parse_value), (parseItem), (load_values),
9599         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9600         (save_values), (save_item), (get_oldest), (resize_items),
9601         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9602         * shell/ev-metadata-manager.h:
9603
9604         Metadata manager from gedit but modified to use GValue, so that
9605         we dont need to keep converting from strings.
9606
9607         * configure.ac:
9608
9609         ENABLE_METADATA conditional, on when dbus is on
9610
9611         * shell/ev-application.c: (ev_application_open_uri):
9612
9613         Show the window after load so that we can initialize
9614         window size before it's showed.
9615
9616         * shell/ev-window.c: (ev_window_setup_from_metadata),
9617         (ev_window_open_uri), (window_configure_event_cb),
9618         (ev_window_init):
9619
9620         Save and load metadata information about window size.
9621         Not yet keeping states in account.
9622
9623         * shell/main.c: (main):
9624
9625         Shutdown metadata manager.
9626
9627 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9628
9629         * shell/ev-application-service.xml:
9630         * configure.ac:
9631         * shell/Makefile.am:
9632         * shell/ev-application.c:
9633         * shell/ev-application.h:
9634         * shell/ev-window.c:
9635         * shell/ev-window.h:
9636         * shell/main.c:
9637
9638         Add an optional dbus interface (--enable-dbus).
9639         Rework application code, mainly to be easier to
9640         use "remotely".
9641         Do not open multiple windows with the same document,
9642         spatial evince!
9643
9644 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9645
9646         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9647         pixbuf iff it exists.
9648
9649 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9650
9651         * shell/*:
9652         * backend/ev-render-context.[ch]:
9653         * backend/ev-selection.[ch]:
9654
9655         Massive changes.  We now support text selection of pdfs, and not
9656         just rectangular selection.  This is pretty broken still, but I
9657         want to get something into CVS.
9658
9659 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9660
9661         * pdf/ev-poppler.cc:
9662         
9663         Fix for Bug 309080: crash on window close.
9664         
9665         * shell/ev-page-action.c: (page_changed_cb):
9666         
9667         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9668         jensgr@gmx.net (Jens Granseuer).
9669
9670 2005-06-25  Marcel Telka  <marcel@telka.sk>
9671
9672         * configure.in (ALL_LINGUAS): Added sk.
9673
9674 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9675
9676         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9677         not a document open
9678
9679 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9680
9681         * NEWS:
9682         * configure.ac:
9683
9684         Release 0.3.2
9685
9686         * cut-n-paste/recent-files/Makefile.am:
9687
9688         Fix make distcheck
9689
9690 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9691
9692         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9693         (pixbuf_document_set_orientation), (rotate_pixbuf),
9694         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9695         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9696
9697         Implement rotation and cleanup the code a bit.
9698
9699         * tiff/tiff-document.c: (tiff_document_get_page_size),
9700         (tiff_document_get_orientation), (tiff_document_set_orientation),
9701         (rotate_pixbuf), (tiff_document_render_pixbuf),
9702         (tiff_document_document_iface_init), (tiff_document_init):
9703
9704         Implement rotation. Was the quicker solution for the release
9705         but we really need to share this code in the shell.
9706
9707 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9708
9709         * pdf/ev-poppler.cc:
9710
9711         Enable rotation, require poppler cvs. Fix a leak.
9712
9713 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9714
9715         * shell/ev-window.c: (update_action_sensitivity):
9716         
9717         Make properties unsensitive if document backend doesn't provide
9718         any info
9719
9720 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9721
9722         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9723         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9724         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9725         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9726         (bitmap_flip_rotate_counter_clockwise):
9727         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9728         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9729         (buff_gets):
9730         * dvi/mdvi-lib/common.h:
9731         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9732         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9733         (opendvi), (mdvi_reload), (mdvi_init_context),
9734         (mdvi_destroy_context), (mdvi_dopage), (special):
9735         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9736         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9737         (file_hash_free), (register_encoding), (parse_spec),
9738         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9739         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9740         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9741         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9742         (mdvi_register_font_type), (mdvi_unregister_font_type),
9743         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9744         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9745         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9746         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9747         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9748         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9749         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9750         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9751         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9752         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9753         (mdvi_unregister_special), (mdvi_flush_specials):
9754         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9755         (t1_font_remove):
9756         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9757         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9758         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9759         (free_font_metrics), (flush_font_metrics):
9760         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9761         (tt_font_remove):
9762         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9763         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9764         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9765         (dstring_insert), (dstring_new), (dstring_reset):
9766         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9767         
9768         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9769         avoid conflict with libtool on FC4
9770         
9771         * shell/ev-window.c: (ev_window_cmd_help_about):
9772         
9773         Update copyright year. Fix for bug 308828.
9774
9775 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9776
9777         * shell/ev-view.c: (add_scroll_binding_keypad),
9778         (ev_view_binding_activated), (ev_view_class_init),
9779         (on_adjustment_value_changed):
9780         
9781         Bug 170874: Arrow keys switch pages in presentation mode
9782
9783 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9784
9785         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9786         
9787         Fix for Bug 308265: Sidebar dissappears coming out of 
9788         Presentation mode
9789
9790 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9791
9792         * shell/ev-application.c: (ev_application_open):
9793         * shell/ev-document-types.c: (ev_document_types_add_filters),
9794         (ev_document_types_add_filters_for_type):
9795         * shell/ev-document-types.h:
9796         * shell/ev-window.c: (ev_window_cmd_save_as):
9797         
9798         Suggest basename as template when saving, provide filters
9799         for save dialog. It's bug 308402
9800
9801 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9802
9803         * pdf/ev-poppler.cc:
9804         * shell/ev-sidebar-links.c: (job_finished_callback):
9805         * shell/ev-view.c: (update_find_status_message):
9806         
9807         Some leaks fixed
9808
9809 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9810
9811         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9812         (egg_recent_view_uimanager_set_list):
9813
9814         Fix buglet in !show_numbers case.
9815
9816 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9817
9818         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9819         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9820
9821         Use pango ellipsisation.
9822
9823         * pdf/ev-poppler.cc:
9824
9825         Fix refcount leak, from nsh.
9826
9827 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9828
9829         * cut-n-paste/recent-files/Makefile.am:
9830         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9831         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9832         
9833         Removed EggRecentViewGtk
9834         
9835         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9836         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9837         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9838         (ev_window_setup_recent):
9839         
9840         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9841         with other projects
9842
9843 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9844
9845         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9846         (egg_recent_view_gtk_finalize):
9847
9848         Fix memory leak
9849
9850         * cut-n-paste/toolbar-editor/Makefile.am:
9851         
9852         Fix location of cursor icon.
9853         
9854         * pdf/ev-poppler.cc:
9855         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9856         (display_completion_text), (match_completion):
9857         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9858         (selection_changed_callback), (create_loading_model),
9859         (print_section_cb), (links_page_num_func),
9860         (update_page_callback_foreach):
9861         * shell/ev-window.c: (ev_window_dispose):
9862         
9863         Small memory fixes. Links model now store objects instead
9864         of pointers to improve memory management. 
9865
9866 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9867
9868         * shell/ev-window.c: (zoom_control_changed_cb):
9869         
9870         Fix update of zoom control (bug 308268).
9871
9872 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9873
9874         * shell/ev-properties.c (set_property): escape the text correctly.
9875         Handles non-UTF-8 properties and escaped properties.  Also, sets
9876         the text to "<i>None</i>" if the property isn't set.
9877
9878         * data/evince-properties.glade: Change the label to be ellipsized,
9879         and give it a minimum size.
9880
9881 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9882
9883         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9884         * shell/ev-sidebar-links.c: (create_loading_model):
9885         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9886         * shell/ev-view.c: (ev_view_set_document):
9887         * shell/ev-window.c: (ev_window_dispose):
9888         
9889         Various small fixes, mostly memory leaks. Thanks to valgrind.
9890
9891 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9892
9893         * ps/ps-document.c: remove the locale.h include again ;-). And
9894         kill the (bogus) setlocale/savelocale business.
9895
9896 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9897
9898         * ps/ps-document.c:
9899         
9900         Include locale.h to fix build
9901         
9902         * shell/ev-sidebar.c:
9903         
9904         Remove unnecessary includes
9905
9906 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9907
9908         * dvi/dvi-document.c: (dvi_document_load):
9909         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9910         * po/POTFILES.in:
9911         
9912         Check for incorrect dvi files. Fix parsing dvi on AMD64
9913         platform. Thanks to tester@tester.ca (Olivier Crete).
9914
9915 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9916
9917         * shell/ev-page-action.c: (match_selected_cb),
9918         (display_completion_text), (match_completion), (update_model):
9919         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9920         (expand_open_links):
9921         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9922         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9923         (ev_sidebar_set_document):
9924         * shell/ev-window.c: (ev_window_xfer_job_cb),
9925         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9926         
9927         Fixed lot's of memory leaks, for example, memory leak on reload, 
9928         described in bug 307793.
9929
9930 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9931
9932         * pdf/ev-poppler.cc:
9933         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9934         (update_visible_range), (adjustment_changed_cb),
9935         (ev_sidebar_thumbnails_fill_model),
9936         (ev_sidebar_thumbnails_refresh),
9937         (ev_sidebar_tree_selection_changed),
9938         (ev_sidebar_icon_selection_changed),
9939         (ev_sidebar_thumbnails_use_icon_view),
9940         (ev_sidebar_thumbnails_set_document):
9941         * shell/ev-sidebar-thumbnails.h:
9942         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9943         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9944
9945         Refresh thumbnails when changing orientation. Not fully
9946         working yet becuase of a sidebar bug.
9947
9948         Set page orientation to poppler page everywhere. This sucks
9949         really need to fix poppler.
9950
9951 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9952
9953         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9954         (egg_recent_view_gtk_new_menu_item),
9955         (egg_recent_view_gtk_set_property),
9956         (egg_recent_view_gtk_get_property),
9957         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9958         (egg_recent_view_gtk_set_tooltip_func),
9959         (egg_recent_view_gtk_set_label_width),
9960         (egg_recent_view_gtk_get_label_width):
9961         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9962
9963         Sync with libegg (ellipsize labels)
9964
9965 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9966
9967         * data/evince-ui.xml:
9968         * shell/ev-window.c: (ev_window_cmd_go_forward),
9969         (ev_window_cmd_go_backward):
9970         
9971         Shift + PageUp moves 10 Pages. Fix for 306125
9972
9973 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9974
9975         * pdf/ev-poppler.cc:
9976
9977         Add a flag to check if orientation has been overriden
9978
9979 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9980
9981         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9982         field if necessary.
9983
9984         * ps/ps.h: add creator field to document.
9985
9986         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9987         set creator field.
9988
9989 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9990
9991         * data/evince-properties.glade:
9992         * shell/ev-properties.c: (ev_properties_set_document):
9993
9994         s/PDF Version/Format
9995
9996 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9997
9998         * shell/ev-properties.c: (ev_properties_set_document):
9999
10000         Remove unnecessary translations
10001
10002 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10003
10004         * cut-n-paste/toolbar-editor/Makefile.am:
10005
10006         Correct library name    
10007
10008 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10009
10010         * configure.ac:
10011         * cut-n-paste/recent-files/egg-recent-model.c:
10012         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10013         (egg_recent_model_unlock_file):
10014         * cut-n-paste/recent-files/egg-recent-util.c:
10015         (egg_recent_util_get_unique_id):
10016         * cut-n-paste/recent-files/update-from-egg.sh:
10017         * cut-n-paste/toolbar-editor/Makefile.am:
10018         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10019         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10020         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10021         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10022         (egg_toolbars_model_get_type):
10023         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10024
10025         Better makefile for toolbar editor and update everything
10026         to latest libegg.
10027
10028 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10029
10030         * shell/ev-window.c: (update_document_mode):
10031
10032         Prefer presentation mode when the document
10033         require fullscreen.
10034
10035 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10036
10037         * data/evince-ui.xml:
10038         * shell/ev-window.c:
10039
10040         Add control-equal for zooming
10041
10042 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10043
10044         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10045
10046 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10047
10048         * backend/ev-document.c: (ev_document_get_orientation):
10049         * backend/ev-document.h:
10050         * pdf/ev-poppler.cc:
10051         * ps/ps-document.c: (ps_document_get_orientation),
10052         (ps_document_set_orientation), (ps_document_document_iface_init):
10053
10054         Add a get_orientation api. Improve set_orientation.
10055
10056         * data/evince-ui.xml:
10057         * shell/ev-view.c: (ev_view_set_orientation),
10058         (ev_view_rotate_right), (ev_view_rotate_left):
10059         * shell/ev-view.h:
10060         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10061         (ev_window_cmd_edit_rotate_right):
10062
10063         Better ui for changing document orientation
10064
10065 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10066
10067         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10068         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10069         * shell/ev-sidebar-links.h:
10070         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10071         (ev_sidebar_page_iface_init):
10072         * shell/ev-sidebar-page.h:
10073         * shell/ev-sidebar-thumbnails.c:
10074         (ev_sidebar_thumbnails_get_property),
10075         (ev_sidebar_thumbnails_class_init),
10076         (ev_sidebar_thumbnails_set_document):
10077         * shell/ev-sidebar-thumbnails.h:
10078         * shell/ev-view.c: (ev_view_motion_notify_event):
10079         * shell/ev-window.c: (update_chrome_visibility),
10080         (ev_window_cmd_focus_page_selector),
10081         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10082         (sidebar_page_main_widget_update_cb), (ev_window_init):
10083         
10084         Autoraise toolbar on GoToPage binding and fix bindings in
10085         EvSidebarThumbnails page.
10086
10087 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10088
10089         * shell/ev-properties.c: (update_progress_label):
10090
10091         Hide the progress label when finished; bug #307697.
10092
10093 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10094
10095         * pdf/ev-poppler.cc:
10096
10097         Enable is_open for links, you will need poppler cvs
10098
10099         * shell/ev-properties.c: (job_fonts_finished_cb):
10100
10101         Get a lock on the document when filling the tree view
10102
10103 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10104
10105         * backend/ev-document-links.h:
10106         * pdf/ev-poppler.cc:
10107         * shell/ev-sidebar-links.c: (create_loading_model),
10108         (expand_open_links), (job_finished_callback):
10109
10110         Expand links when specified by the document.
10111         Depend on a poppler api (defined out for now)
10112
10113 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10114
10115         * shell/ev-properties.c: (ev_properties_dispose),
10116         (ev_properties_class_init), (dialog_destroy_cb),
10117         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10118         (ev_properties_set_document), (ev_properties_new),
10119         (ev_properties_show):
10120         * shell/ev-properties.h:
10121
10122         Make it an object, cleanup the code, api to show it as transient
10123         and to set the document.
10124
10125         * shell/ev-window.c: (ev_window_setup_document),
10126         (ev_window_cmd_file_properties):
10127
10128         Adapt to EvProperties changes, do not show multiple
10129         times, update it when document changes.
10130
10131 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10132
10133         * ps/gstypes.h:
10134         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10135         (ps_document_set_orientation), (ps_document_document_iface_init):
10136         * ps/ps-document.h:
10137
10138         Implement orientation here too
10139
10140         * shell/ev-properties.c: (ev_properties_new):
10141         * data/evince-properties.glade:
10142
10143         Hide the fonts page for backends that doesnt
10144         support it.     
10145
10146 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10147
10148         * backend/ev-document.c: (ev_document_set_orientation):
10149         * backend/ev-document.h:
10150         * pdf/ev-poppler.cc:
10151
10152         Add orientation api. Currently poppler api is not optimal,
10153         we need to set orientation every time we _get a page.
10154         I will try to fix that at some point.
10155
10156         * data/evince-ui.xml:
10157         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10158         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10159
10160         Add orientation menu items
10161
10162         * shell/ev-page-cache.c: (ev_page_cache_clear):
10163         * shell/ev-page-cache.h:
10164
10165         Add api to clear the cache
10166
10167         * shell/ev-view.c: (setup_caches), (clear_caches),
10168         (ev_view_set_document), (ev_view_zoom_out),
10169         (ev_view_set_orientation):
10170         * shell/ev-view.h:
10171
10172         Implement orientation changing
10173
10174 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10175
10176         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10177         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10178         * backend/ev-document-fonts.h:
10179
10180         Separate scan and fill so that we can incrementally fill from
10181         the main thread. Add a progress api.
10182
10183         * data/evince-properties.glade:
10184         * pdf/ev-poppler.cc:
10185         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10186         * shell/ev-jobs.h:
10187         * shell/ev-properties.c: (update_progress_label),
10188         (job_fonts_finished_cb), (setup_fonts_view):
10189
10190         Incrementally feel the list and show the progress
10191         percentage in a label like acrobat does.
10192
10193         You are going to need poppler cvs
10194
10195 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10196
10197         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10198         * backend/ev-document-fonts.h:
10199         * pdf/ev-poppler.cc:
10200
10201         Make fonts model fill incrementally.
10202
10203         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10204         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10205         (ev_job_queue_remove_job):
10206         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10207         (ev_job_fonts_new), (ev_job_fonts_run):
10208         * shell/ev-jobs.h:
10209
10210         New job for fonts scanning
10211
10212         * shell/ev-properties.c: (job_fonts_finished_cb),
10213         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10214         * shell/ev-properties.h:
10215         * shell/ev-window.c: (ev_window_cmd_file_properties):
10216
10217         Incrementally feel the treeview using the new job. Show Loading...
10218         message until scanning is completed.
10219
10220         Hopefully I didnt break the build without the poppler patch.
10221
10222 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10223
10224         * shell/ev-application.c: (ev_application_open):
10225         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10226         (ev_document_type_get_type), (ev_document_type_lookup):
10227         * shell/ev-document-types.h:
10228         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10229         * shell/ev-job-xfer.h:
10230         * shell/ev-window.c: (ev_window_clear_local_uri),
10231         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10232         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10233         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10234         
10235         Transfer remote documents to tmp directory to display them later.
10236
10237 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10238
10239         * backend/ev-document-info.h:
10240         * shell/ev-properties.c: (ev_properties_new):
10241
10242         s/GTime*/GTime. Not sure why we was using a pointer
10243         at all there!
10244
10245 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10246
10247         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10248         situations.  That situation is that you're using GTK+-HEAD with
10249         the patch at #306726 is applied, and you have a document with <
10250         1500 pages in it.  It's not quite as uniformly nice as the
10251         TreeView, but should be better in the long run.
10252
10253         I'm pretty sure I guarded against breaking compilation with
10254         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10255         I missed some.
10256
10257         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10258         widget yet, so I commented that code out
10259         enable_view_actions_for_widget() for now.  Need to figure this
10260         out.
10261
10262         * shell/ev-page-action.c (match_selected_cb): emit the right
10263         signals.  Our cool C-l completion now works.
10264
10265 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10266
10267         * backend/Makefile.am:
10268         * backend/ev-document-fonts.c:
10269         * backend/ev-document-links.c:
10270         * backend/ev-document.c: (ev_document_load):
10271         * backend/ev-document.h:
10272         * backend/ev-job-queue.c:
10273         * backend/ev-job-queue.h:
10274         * backend/ev-jobs.c:
10275         * backend/ev-jobs.h:
10276         * backend/ev-page-cache.c:
10277         * backend/ev-page-cache.h:
10278
10279         EvPageCache and EvJobs are moved to shell.
10280
10281         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10282         (ev_tmp_filename):
10283         * lib/ev-file-helpers.h:
10284         
10285         New helper to work with temporary files
10286         
10287         * shell/Makefile.am:
10288         * shell/ev-application.c: (ev_application_open):
10289         * shell/ev-application.h:
10290         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10291         (remove_job_from_async_queue), (add_job_to_async_queue),
10292         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10293         (handle_job), (search_for_jobs_unlocked),
10294         (no_jobs_available_unlocked), (ev_render_thread),
10295         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10296         (ev_job_queue_add_job), (move_job_async), (move_job),
10297         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10298         * shell/ev-job-queue.h:
10299         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10300         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10301         * shell/ev-job-xfer.h:
10302         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10303         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10304         (ev_job_links_class_init), (ev_job_render_init),
10305         (ev_job_render_dispose), (ev_job_render_class_init),
10306         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10307         (ev_job_thumbnail_class_init), (ev_job_load_init),
10308         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10309         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10310         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10311         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10312         * shell/ev-jobs.h:
10313         * shell/ev-page-action.c: (ev_page_action_set_document):
10314         * shell/ev-page-cache.c: (ev_page_cache_init),
10315         (ev_page_cache_class_init), (ev_page_cache_finalize),
10316         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10317         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10318         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10319         (ev_page_cache_get_title), (ev_page_cache_get_size),
10320         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10321         (ev_page_cache_get_height_to_page),
10322         (ev_page_cache_get_max_label_chars),
10323         (ev_page_cache_get_page_label),
10324         (ev_page_cache_has_nonnumeric_page_labels),
10325         (ev_page_cache_get_info), (ev_page_cache_next_page),
10326         (ev_page_cache_prev_page), (ev_page_cache_get):
10327         * shell/ev-page-cache.h:
10328         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10329         (ev_pixbuf_cache_clear_job_sizes),
10330         (ev_pixbuf_cache_add_jobs_if_needed),
10331         (ev_pixbuf_cache_set_page_range):
10332         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10333         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10334         * shell/ev-sidebar-thumbnails.c:
10335         (ev_sidebar_tree_selection_changed),
10336         (ev_sidebar_thumbnails_set_document):
10337         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10338         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10339         (ev_statusbar_get_context_id), (ev_statusbar_push),
10340         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10341         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10342         (ev_statusbar_set_progress):
10343         * shell/ev-statusbar.h:
10344         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10345         (ev_view_find_previous):
10346         * shell/ev-window.c: (ev_window_is_empty),
10347         (ev_window_setup_document), (password_dialog_response),
10348         (ev_window_clear_jobs), (ev_window_load_job_cb),
10349         (ev_window_xfer_job_cb), (ev_window_open_uri),
10350         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10351         (ev_window_print), (ev_window_print_range),
10352         (ev_window_state_event), (ev_window_cmd_view_reload),
10353         (menu_item_select_cb), (menu_item_deselect_cb),
10354         (view_status_changed_cb), (ev_window_dispose),
10355         (drag_data_received_cb), (ev_window_init):
10356         * shell/ev-window.h:
10357         * shell/main.c: (load_files):
10358         
10359         New statusbar to show progress on idle. Two new jobs - 
10360         xfer job and load job to load document in background. And update
10361         of page_cache clients to new location of code.
10362
10363 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10364
10365         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10366         selection in open dialog. It also remembers the last visited directory 
10367         in the current session.
10368
10369 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10370
10371         * shell/ev-properties.c: (ev_properties_new):
10372         * shell/ev-properties.h:
10373         * shell/ev-window.c: (ev_window_cmd_file_properties):
10374         
10375         Get document info from page cache instead of document itself.
10376         This should fix crash related to race conditions described in
10377         bug 306545.
10378
10379 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10380
10381         * ps/ps-document.c: (ps_document_init),
10382         (send_ps), (get_page_box), (output), (catchPipe), (input),
10383         (stop_interpreter), (file_length), (file_readable),
10384         (check_filecompressedb), (ps_document_enable_interpreter),
10385         (document_load), (ps_async_renderer_render_pixbuf):
10386         * ps/ps-document.h:
10387
10388         Big cleanup of the ps code
10389
10390 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10391
10392         * backend/Makefile.am:
10393         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10394         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10395         * backend/ev-async-renderer.h:
10396
10397         Add an async renderer interface (method + callback) which
10398         is useful for backends like ps.
10399
10400         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10401         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10402         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10403         (ev_job_queue_add_job), (move_job_async), (move_job),
10404         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10405
10406         Add queues for async renderer, these are executed on the
10407         main thread.
10408
10409         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10410         (ev_job_render_run):
10411         * backend/ev-jobs.h:
10412
10413         If the backend support async renderer interface use it.
10414
10415         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10416         (setup_pixmap), (ps_document_get_type),
10417         (ps_async_renderer_render_pixbuf),
10418         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10419
10420         Implement async renderer interface.
10421
10422 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10423
10424         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10425
10426         Cleanup links job on exit.
10427
10428 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10429
10430         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10431         (drag_data_get_cb), (drag_data_received_cb):
10432         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10433         (drag_data_get_cb), (parse_item_list),
10434         (egg_toolbar_editor_load_actions):
10435         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10436         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10437         (parse_item_list), (parse_toolbars):
10438         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10439         (dvi_pixbuf_put_pixel):
10440         
10441         Fix gcc 4.0 warnings
10442
10443 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10444
10445         * ps/ps-document.c: (start_interpreter):
10446
10447         Fix warning when loading ps
10448
10449 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10450
10451         * ps/ps-document.c: (output):
10452
10453         Fix crash when priting gs error messages.
10454
10455 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10456
10457         * backend/ev-page-cache.c: (_ev_page_cache_new):
10458         * backend/ev-page-cache.h:
10459
10460         Use a const to return title so that we dont double
10461         free it. Small cleanup and fix a leak.
10462
10463         * shell/ev-window.c: (update_window_title):
10464
10465         strdup value from get_title.
10466
10467 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10468
10469         * shell/ev-sidebar-links.c: (job_finished_callback),
10470         (ev_sidebar_links_set_document):
10471
10472         Cleanup the old job when changing document
10473
10474 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10475
10476         * shell/ev-stock-icons.c:
10477         * shell/ev-stock-icons.h:
10478         * shell/ev-window.c:
10479         
10480         Add stock icons for actions that can appear in toolbar. Fix for
10481         bug 306566.
10482
10483 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10484
10485         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10486         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10487         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10488         * backend/ev-page-cache.h:
10489         * shell/ev-view.c: (scroll_to_current_page),
10490         (view_update_range_and_current_page), (get_page_y_offset),
10491         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10492         (ev_view_size_request_continuous),
10493         (ev_view_zoom_for_size_continuous_and_dual_page),
10494         (ev_view_zoom_for_size_continuous):
10495         
10496         More compact EvView layout in document with pages of different size.
10497
10498 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10499
10500         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10501         compilation.
10502
10503 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10504
10505         * shell/ev-view.c: (view_set_adjustment_values):
10506         * shell/ev-window.c: (ev_window_cmd_file_properties):
10507         
10508         A bit different fix for rounding problem but it has no
10509         problems on startup. Make properties window transient to parent.
10510
10511 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10512
10513         * pdf/ev-poppler.cc:
10514         
10515         More commenting of font stuff.
10516
10517 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10518
10519         * pdf/ev-poppler.cc:
10520
10521         Comment out some more fonts stuff. Should really
10522         work without the poppler patch now.
10523
10524 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10525
10526         * pdf/ev-poppler.cc:
10527
10528         Adapt to api change
10529
10530 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10531
10532         * data/evince-properties.glade:
10533         * pdf/ev-poppler.cc:
10534         * shell/ev-properties.c: (setup_fonts_view):
10535
10536         Set the column title. Show the dialog only
10537         once everything is setup.
10538         Getting font info can be very slow... will
10539         prolly need to make this threaded too.
10540
10541 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10542
10543         * backend/Makefile.am:
10544         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10545         (ev_document_fonts_get_fonts_model):
10546         * backend/ev-document-fonts.h:
10547         * data/evince-properties.glade:
10548         * pdf/ev-poppler.cc:
10549         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10550         * shell/ev-properties.h:
10551         * shell/ev-window.c: (ev_window_cmd_file_properties):
10552
10553         Implement fonts list. Defined out for now, since it depends
10554         on a not yet committed poppler patch.
10555
10556 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10557
10558         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10559         page + 1.
10560
10561         * shell/ev-window.c: Make sure we add the timeout when we get a
10562         focus-in event.
10563
10564         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10565         adjustment->value before calculating the zoom factor to average
10566         out all of our rounding errors.  The page no longer 'drifts' when
10567         resizing.
10568
10569 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10570
10571         * data/evince-properties.glade:
10572         * shell/ev-properties.c: (ev_properties_format_date),
10573         (set_property):
10574         
10575         Labels don't expand when the dialogue is resized.
10576         strftime result needs to be converted to UTF-8. Thanks
10577         to Christian Persch <chpe@gnome.org>.
10578
10579 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10580
10581         * data/evince-properties.glade:
10582
10583         Hide the fonts tab
10584
10585 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10586
10587         * backend/ev-document-info.h:
10588         * backend/ev-document.c: (ev_document_info_free):
10589         * data/evince-properties.glade:
10590         * pdf/ev-poppler.cc:
10591         * ps/ps-document.c: (ps_document_get_info):
10592         * shell/ev-properties.c: (ev_properties_format_date),
10593         (set_property), (ev_properties_new):
10594         * shell/ev-properties.h:
10595         * shell/ev-window.c: (ev_window_cmd_file_properties):
10596
10597         Rework properties code to take only EvPropertyInfo
10598         in the constructor so that it can be useful for
10599         nautilus plugin too.
10600
10601         Deal with backends that doesnt support some properties.
10602         Make set property code generic.
10603
10604 2005-06-04  Christian Persch <chpe@gnome.org>
10605
10606         * data/evince-properties.glade:
10607
10608         fix spacings, make resizeable, and make data labels
10609         selectable + ellipsised
10610
10611 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10612
10613         * backend/ev-document-info.h:
10614         * data/Makefile.am:
10615         * data/evince-ui.xml:
10616         * pdf/ev-poppler.cc:
10617         * shell/Makefile.am:
10618         * shell/ev-window.c: (update_action_sensitivity),
10619         (ev_window_cmd_file_properties):
10620
10621         Initial go at file properties. Patch by
10622         Emil Soleyman-Zomalan <emil@soleyman.com>.
10623         Needs love see #169583
10624
10625 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10626
10627         * ps/ps-document.c: (output):
10628         * ps/ps.c: (psscan):
10629
10630         Try to render even if psscan fails.
10631
10632 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10633
10634         * ps/ps.c: (psscan), (pscopydoc):
10635
10636         Port buffered reading code from gv
10637
10638 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10639
10640         * ps/ps-document.c: (interpreter_message), (output):
10641
10642         Do not fail on interpreter messages
10643
10644 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10645
10646         * backend/ev-document-misc.c:
10647         (ev_document_misc_get_thumbnail_frame):
10648
10649         Pages can be 0 x 0, dont assert on this case
10650
10651 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10652
10653         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10654         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10655
10656         Correctly manage our reference on document. Finally the reload
10657         huge leak is gone...
10658
10659 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10660
10661         * ps/ps-document.c: (ps_document_dispose):
10662
10663         Forgot to chain it to the parent. Thanks chpe.
10664
10665 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10666
10667         * ps/ps-document.c: (ps_document_dispose),
10668         (ps_document_class_init), (stop_interpreter), (document_load):
10669
10670         Cleanup dispose a bit. Dont leak the whole pixmap.
10671
10672 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10673
10674         * pdf/ev-poppler.cc:
10675
10676         Release the poppler document on dispose
10677
10678 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10679
10680         * shell/ev-view.c: (ev_view_set_document):
10681
10682         Release ref on the pixbuf cache when changing
10683         document.
10684
10685 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10686
10687         * ps/ps-document.c: (ps_document_get_info):
10688
10689         Fix a double free
10690
10691 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10692
10693         * backend/ev-page-cache.c: (ev_page_cache_init),
10694         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10695         * backend/ev-page-cache.h:
10696         * shell/ev-page-action.c: (page_changed_cb):
10697         
10698         Set page action entry width depending on labels width. Fix
10699         for bug 305202.
10700
10701 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10702
10703         * backend/ev-link.c: (ev_link_class_init):
10704
10705         Allow -1 as page value (error)
10706
10707 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10708
10709         * shell/ev-sidebar-thumbnails.c:
10710         (ev_sidebar_thumbnails_set_document):
10711         * shell/ev-view.c: (scroll_to_current_page),
10712         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10713         (page_changed_cb), (on_adjustment_value_changed),
10714         (ev_view_set_document):
10715
10716         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10717         Fix bug 305377
10718
10719 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10720
10721         * configure.ac:
10722         * djvu/djvu-document.c: (djvu_document_get_page_size):
10723
10724         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10725         bug 301993.
10726
10727 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10728
10729         * shell/ev-view.c (draw_one_page): modify the expose handling to
10730         get the shadows.
10731
10732         * shell/ev-window.c (update_action_sensitivity): Respect
10733         permissions field.  Kowtow to the man.
10734
10735         * pdf/ev-poppler.cc: Get the permissions field.
10736
10737         * tiff/*c: Make a tiny bit more robust.
10738
10739 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10740
10741         * djvu/djvu-document.c:
10742         
10743         Pop messages from djvu context message queue.
10744
10745 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10746
10747         * configure.ac, Makefile.am, shell/Makefile.am:
10748         * tiff/Makefile.am, shell/ev-document-types.c:
10749         
10750         Cleanup tiff configure checks. Fix for bug 305218.
10751
10752 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10753
10754         * configure.ac: Added "uk" to ALL_LINGUAS.
10755
10756 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10757
10758         * cut-n-paste/zoom-control/ephy-zoom.c:
10759         (ephy_zoom_get_changed_zoom_level):
10760         * cut-n-paste/zoom-control/ephy-zoom.h:
10761         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10762         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10763         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10764         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10765         (zoom_control_changed_cb), (ev_window_init):
10766         
10767         Fix minor points related to moving best fit up. Introduce
10768         "zoom" property and make zoom control change it's value on
10769         notify::zoom signals. Fix for 305080.
10770
10771 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10772
10773         * data/evince-ui.xml:
10774         * shell/ev-window.c: (set_view_actions_sensitivity):
10775         
10776         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10777
10778 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10779
10780         * configure.ac:
10781
10782         Depends on poppler 0.3.2
10783
10784 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10785
10786         * cut-n-paste/recent-files/egg-recent-item.c:
10787         (egg_recent_item_get_short_name):
10788         * cut-n-paste/toolbar-editor/Makefile.am:
10789         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10790         (new_pixbuf_from_widget):
10791         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10792         * cut-n-paste/toolbar-editor/egg-marshal.c:
10793         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10794         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10795
10796         Sync
10797
10798 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10799
10800         * tiff/tiff-document.c: Rough TIFF backend.
10801
10802 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10803
10804         * NEWS:
10805         * configure.ac:
10806         * cut-n-paste/toolbar-editor/Makefile.am:
10807
10808         Release 0.3.1
10809
10810 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10811
10812         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10813         (ev_view_find_next), (ev_view_find_previous):
10814
10815         Remove the locks around get_n_results   
10816
10817 2005-05-21  Juerg Billeter  <j@bitron.ch>
10818
10819         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10820
10821         Pass correct number of pages to poppler.
10822
10823 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10824
10825         * configure.ac:
10826         * data/Makefile.am:
10827         * data/evince.desktop.in: 
10828         * data/evince.desktop.in.in:
10829         * po/POTFILES.in:
10830         
10831         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10832
10833 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10834
10835         * shell/ev-view.c: (view_update_adjustments),
10836         (view_set_adjustment_values): cast adjustmen->value to (int)
10837         before using it.  Otherwise, we get off by a pixel in some
10838         situations.
10839
10840         (draw_one_page): Draw the border on expose.
10841
10842 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10843
10844         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10845         adjustment when the mode changes, #304923
10846
10847 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10848
10849         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10850         flickering on resize but still use gdk_window_scroll on
10851         scrolling
10852
10853 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10854
10855         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10856         option, #170458
10857
10858 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10859
10860         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10861         second page on page_changed if possible, #304669
10862
10863 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10864
10865         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10866         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10867
10868 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10869
10870         * .cvsignore:
10871         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10872         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10873         (ev_view_zoom_for_size_presentation),
10874         (ev_view_zoom_for_size_continuous_and_dual_page),
10875         (ev_view_zoom_for_size_continuous),
10876         (ev_view_zoom_for_size_dual_page),
10877         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10878         * shell/ev-view.h:
10879         * shell/ev-window.c: (update_view_size),
10880         (ev_window_sizing_mode_changed_cb):
10881
10882         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10883         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10884         an infinite loop, #304769
10885
10886
10887 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10888
10889         * data/evince-ui.xml:
10890         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10891         * shell/ev-window.c: (set_view_actions_sensitivity):
10892
10893         Make PgUp/Down behave like Space
10894
10895 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10896
10897         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10898         * backend/ev-ps-exporter.h:
10899         * pdf/ev-poppler.cc:
10900         * ps/ps-document.c: (ps_document_ps_export_begin):
10901         * shell/ev-print-job.c: (idle_print_handler):
10902
10903         Adapt to new poppler api
10904
10905 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10906
10907         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10908         (ephy_zoom_control_init):
10909
10910         Translate zoom levels
10911
10912 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10913
10914         * cut-n-paste/zoom-control/ephy-zoom.c:
10915         (ephy_zoom_get_zoom_level_index):
10916
10917         Fix current zoom -> zoom control match
10918
10919 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10920
10921         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10922         rather than the scrolled_window that it's in. Fixes bug #304655.
10923
10924 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10925
10926         * shell/ev-view.c: (view_update_adjustments),
10927         (view_set_adjustment_values), (view_update_range_and_current_page),
10928         (view_scroll_to_page), (set_scroll_adjustment),
10929         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10930         (ev_view_scroll), (ev_view_scroll_view),
10931         (ensure_rectangle_is_visible), (find_page_at_location),
10932         (get_link_at_location), (go_to_link), (status_message_from_link),
10933         (ev_view_size_request_continuous_dual_page),
10934         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10935         (ev_view_unrealize), (ev_view_expose_event),
10936         (ev_view_button_press_event), (ev_view_motion_notify_event),
10937         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10938         (draw_rubberband), (highlight_find_results), (draw_one_page),
10939         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10940         (ev_view_init), (find_changed_cb), (page_changed_cb),
10941         (on_adjustment_value_changed), (ev_view_new),
10942         (ev_view_set_document), (ev_view_set_zoom),
10943         (ev_view_set_continuous), (ev_view_set_dual_page),
10944         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10945         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10946         (ev_view_zoom_for_size_presentation),
10947         (ev_view_zoom_for_size_continuous_dual_page),
10948         (ev_view_zoom_for_size_continuous),
10949         (ev_view_zoom_for_size_dual_page),
10950         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10951         (ev_view_get_status), (ev_view_set_status),
10952         (update_find_status_message), (ev_view_get_find_status),
10953         (ev_view_set_find_status), (jump_to_find_result),
10954         (jump_to_find_page), (compute_selections), (clear_selection),
10955         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10956         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10957         (ev_view_update_primary_selection),
10958         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10959         * shell/ev-view.h:
10960         * shell/ev-window.c: (ev_window_open_page_label),
10961         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10962         (ev_window_init):
10963         * shell/ev-window.h:
10964         * shell/main.c: (load_files):
10965
10966         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10967         when resizing.  Remove the bin_window().  Also, patch from James
10968         Bowes to fix command line page, #300641
10969         
10970 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10971
10972         * data/evince-ui.xml:
10973         * shell/ev-view.c:
10974         * shell/ev-view.h:
10975         * shell/ev-window.c: (update_action_sensitivity):
10976
10977         Get rid of View->Normal Size, it's just confusing
10978
10979 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10980
10981         * backend/ev-document-info.h:
10982         * backend/ev-document.c: (ev_document_info_free): Free the
10983         EvDocumentInfo.
10984
10985         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10986         (clear_range), (add_range), (update_visible_range),
10987         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10988         (ev_sidebar_thumbnails_set_document):
10989         * shell/ev-window.c: (ev_window_setup_document): Only render the
10990         visible thumbnails.  It takes an instant to render, but it uses
10991         much less memory.
10992
10993 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10994
10995         * shell/ev-sidebar-links.c: (popup_menu_cb):
10996
10997         Select first item
10998
10999 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11000
11001         * lib/Makefile.am:
11002         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11003         (button_press_cb), (ev_sidebar_links_construct):
11004
11005         Show the popup menu also on keybindings
11006
11007 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11008
11009         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11010         * shell/ev-window.h:
11011
11012         Expose api to print a range (with dialog). Make private _print use
11013         it.
11014
11015         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11016         (ev_sidebar_links_construct):
11017
11018         Show a print context menu on linkx, it prints the selected
11019         section.
11020
11021 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11022
11023         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11024         button.
11025
11026 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11027
11028         * AUTHORS:
11029
11030         Update
11031
11032         * shell/ev-window.c: (build_comments_string),
11033         (ev_window_cmd_help_about):
11034
11035         Show poppler version/backend and authors
11036
11037 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11038
11039         * cut-n-paste/zoom-control/ephy-zoom.c:
11040         (ephy_zoom_get_zoom_level_index):
11041         * cut-n-paste/zoom-control/ephy-zoom.h:
11042
11043         Move the best fit items at the top of the list
11044
11045 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11046
11047         * shell/ev-marshal.list:
11048         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11049         (activate_cb), (match_selected_cb), (activate_link_cb),
11050         (connect_proxy), (ev_page_action_class_init):
11051         * shell/ev-page-action.h:
11052
11053         Use signals to notify action activation. Hopefully
11054         I did not break completion since I cant test...
11055
11056         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11057         (register_custom_actions):
11058
11059         Connect to page selector actions and also grab focus on
11060         the view when activated.
11061
11062 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11063
11064         * pdf/ev-poppler.cc:
11065         * backend/ev-page-cache.c: make page size calculation consistent
11066         and set it to (int)( width * scale + 0.5).  This makes the weird
11067         line going through the middle of the page go away.
11068
11069         * shell/ev-view.c: move painting the background page after
11070         checking the expose area covers us.
11071
11072 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11073
11074         * data/evince-password.glade:
11075         
11076         Mark labels as not translatable. Fix for bug 302842.
11077
11078 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11079
11080         * configure.ac: Added "es" to ALL_LINGUAS.
11081
11082 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11083
11084         * data/evince-toolbar.xml:
11085         * shell/ev-window.c: (update_action_sensitivity),
11086         (ev_window_setup_document), (ev_window_set_page_mode),
11087         (ev_window_init):
11088
11089         Remove some leftover code from jrb first continous
11090         attempt. Use the new actions, we still need good icons
11091         though...
11092
11093 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11094
11095         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11096
11097         Update label when connecting proxy. Fix a warning with NULL
11098         page_cache.
11099
11100 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11101
11102         * data/evince-ui.xml:
11103         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11104         * shell/ev-page-action.h:
11105         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11106
11107         Add mnemonic for edit toolbar.
11108         ctrl+l focus the page entry.
11109
11110 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11111
11112         * lib/Makefile.am:
11113         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11114         (ev_window_init):
11115         * shell/main.c: (main):
11116
11117         Put the toolbar xml in evince own dot dir
11118
11119 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11120
11121         * shell/ev-window.c: (ev_window_init):
11122
11123         Make the toolbar not removable
11124
11125 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11126
11127         * data/evince-ui.xml:
11128         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11129         * shell/ev-sidebar-links.h:
11130         * shell/ev-sidebar-thumbnails.c:
11131         (ev_sidebar_thumbnails_get_treeview):
11132         * shell/ev-sidebar-thumbnails.h:
11133         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11134         (ev_view_class_init):
11135         * shell/ev-view.h:
11136         * shell/ev-window.c: (update_action_sensitivity),
11137         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11138         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11139         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11140         (ev_window_init):
11141
11142         This is evil... Make space/backspace global accelerators but
11143         enable them only for some widgets (sidebars and view).
11144         I dont like it, but I dont know a better way... :/
11145
11146 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11147
11148         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11149         (ev_page_action_widget_finalize),
11150         (ev_page_action_widget_class_init), (update_page_cache):
11151
11152         Keep a weak reference on proxy->page_cache so that we
11153         dont try to disconnect the signal if the object is already
11154         gone. Maybe there is a better way to cleanup reference handling
11155         in page action though...
11156
11157 2005-05-10  Juerg Billeter  <j@bitron.ch>
11158
11159         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11160         * backend/ev-ps-exporter.h:
11161         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11162         * ps/ps-document.c: (ps_document_ps_export_begin):
11163         
11164         Change api to pass print range to ps_exporter_begin. The pdf backend
11165         requires this information.
11166         
11167         * shell/ev-print-job.c: (idle_print_handler):
11168         
11169         Adapt to api change
11170
11171 2005-05-10  Juerg Billeter  <j@bitron.ch>
11172
11173         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11174         (idle_print_handler)
11175         * shell/ev-window.c: (ev_window_print):
11176
11177         Support printing page range, based on patch by Amaury Jacquot
11178
11179 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11180
11181         * data/evince-toolbar.xml:
11182
11183         Add zoom control to available items
11184
11185 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11186
11187         * shell/ev-window.c: (update_action_sensitivity):
11188
11189         Set slash action insensitive when appropriate
11190
11191 2005-05-10  Christian Persch <chpe@gnome.org>
11192
11193         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11194
11195         Fix warning on the overflow menu
11196
11197 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11198
11199         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11200
11201         Check for uri correctness/existence
11202
11203 2005-05-09  Juerg Billeter  <j@bitron.ch>
11204
11205         * shell/ev-window.c: (using_postscript_printer):
11206
11207         LPD printers use postscript, too
11208
11209 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11210
11211         * shell/ev-window.c: (register_custom_actions):
11212
11213         The zoom one is actually sort of useful,
11214         put it back
11215
11216 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11217
11218         * shell/ev-window.c: (register_custom_actions):
11219
11220         Hide page/zoom controls from overflow, they
11221         are useless.
11222
11223 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11224
11225         * cut-n-paste/update-from-egg.sh:
11226         
11227         Share it between all cut-n-paste subdirs
11228
11229         * cut-n-paste/recent-files/Makefile.am:
11230
11231         Fix to use "global" update-from-egg.sh
11232
11233         * cut-n-paste/recent-files/egg-recent-model.c:
11234         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11235         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11236         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11237         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11238
11239         Update from libegg
11240
11241         * cut-n-paste/toolbar-editor/Makefile.am:
11242
11243         Fix to use "global" update-from-egg.sh
11244
11245         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11246
11247         Update from libegg
11248
11249 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11250
11251         * configure.ac:
11252         * cut-n-paste/Makefile.am:
11253         * cut-n-paste/recent-files/Makefile.am:
11254         * cut-n-paste/toolbar-editor/.cvsignore:
11255         * cut-n-paste/toolbar-editor/Makefile.am:
11256         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11257         (egg_editable_toolbar_get_type), (get_toolbar_position),
11258         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11259         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11260         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11261         (set_item_drag_source), (create_item_from_action), (create_item),
11262         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11263         (popup_toolbar_context_menu_cb), (free_dragged_item),
11264         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11265         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11266         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11267         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11268         (item_added_cb), (item_removed_cb),
11269         (egg_editable_toolbar_construct),
11270         (egg_editable_toolbar_disconnect_model),
11271         (egg_editable_toolbar_deconstruct),
11272         (egg_editable_toolbar_set_model),
11273         (egg_editable_toolbar_set_ui_manager),
11274         (egg_editable_toolbar_set_property),
11275         (egg_editable_toolbar_get_property),
11276         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11277         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11278         (egg_editable_toolbar_new_with_model),
11279         (egg_editable_toolbar_get_edit_mode),
11280         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11281         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11282         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11283         (new_pixbuf_from_widget), (new_separator_pixbuf),
11284         (update_separator_image), (style_set_cb),
11285         (_egg_editable_toolbar_new_separator_image),
11286         (egg_editable_toolbar_get_model):
11287         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11288         * cut-n-paste/toolbar-editor/egg-marshal.c:
11289         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11290         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11291         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11292         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11293         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11294         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11295         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11296         (editor_drag_data_delete_cb), (drag_data_get_cb),
11297         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11298         (editor_create_item), (update_editor_sheet), (setup_editor),
11299         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11300         (parse_item_list), (model_has_action), (update_actions_list),
11301         (egg_toolbar_editor_load_actions):
11302         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11303         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11304         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11305         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11306         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11307         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11308         (egg_toolbars_model_add_separator), (impl_add_item),
11309         (parse_item_list), (egg_toolbars_model_add_toolbar),
11310         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11311         (impl_get_item_data), (impl_get_item_type),
11312         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11313         (egg_toolbars_model_init), (free_toolbar),
11314         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11315         (egg_toolbars_model_remove_toolbar),
11316         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11317         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11318         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11319         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11320         (egg_toolbars_model_get_item_data),
11321         (egg_toolbars_model_get_item_type):
11322         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11323         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11324         * data/Makefile.am:
11325         * data/evince-toolbar.xml:
11326         * data/evince-ui.xml:
11327         * data/hand-open.png:
11328         * po/POTFILES.in:
11329         * shell/Makefile.am:
11330         * shell/ev-window.c: (update_chrome_visibility),
11331         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11332         (ev_window_dispose), (ev_window_init):
11333
11334         Implement epiphany like toolbar editor. Based on patch by
11335         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11336
11337 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11338
11339         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11340
11341         Use set_cursor instead of set_selection, so that
11342         the keyboard focus moves too.
11343
11344 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11345
11346         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11347
11348         Fix infinite loop when loading Type1 fonts
11349
11350 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11351
11352         * data/evince-ui.xml:
11353         * shell/ev-window.c:
11354
11355         Slash -> Find
11356
11357 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11358
11359         * configure.ac:
11360
11361         Make --disable really disable
11362
11363 2005-05-07  Juerg Billeter  <j@bitron.ch>
11364
11365         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11366
11367         Compare page labels even without has_labels set, fixes setting page
11368         with entry
11369
11370 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11371
11372         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11373         (ev_view_set_cursor), (ev_view_button_press_event),
11374         (ev_view_motion_notify_event), (ev_view_button_release_event),
11375         (ev_view_init):
11376
11377         Implement middle button scrolling. Based on a patch
11378         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11379
11380 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11381
11382         * shell/ev-document-types.c: (get_slow_mime_type),
11383         (get_document_type_from_mime), (ev_document_type_lookup):
11384         * shell/ev-document-types.h:
11385
11386         Change api to lookup from uri. Do fast lookup first, if the
11387         type is unknown try with data sniffing.
11388
11389         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11390         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11391
11392         Adapt to api change
11393
11394 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11395
11396         * thumbnailer/Makefile.am:
11397
11398         Fix distcheck
11399
11400 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11401
11402         * NEWS:
11403         * configure.ac:
11404
11405         Release 0.3.0
11406
11407         * data/evince-ui.xml:
11408
11409         Hide presentation mode for now
11410
11411         * shell/ev-view.c: (highlight_find_results):
11412
11413         Show current find selection only on current page
11414
11415 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11416
11417         * shell/ev-view.c: (ev_view_select_all):
11418
11419         Compute size of the actual page, not of
11420         the current one.
11421
11422 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11423
11424         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11425         (view_rect_to_doc_rect), (compute_selections),
11426         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11427         (ev_view_copy), (ev_view_primary_get_cb),
11428         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11429         (ev_view_button_press_event), (ev_view_motion_notify_event),
11430         (ev_view_button_release_event), (page_changed_cb):
11431
11432         Fix text selection
11433
11434 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11435
11436         * shell/ev-view.c: (compute_border), (get_page_extents),
11437         (doc_rect_to_view_rect), (highlight_find_results),
11438         (ev_view_bin_expose), (ev_view_select_all),
11439         (ev_view_motion_notify_event), (update_find_status_message),
11440         (jump_to_find_result), (jump_to_find_page):
11441
11442         First go at fixing search, still buggy
11443
11444 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11445
11446         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11447         dropdown box and button at the top of the sidebar.
11448
11449 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11450
11451         * configure.ac: Output zoom-control Makefile.
11452         * cut-n-paste/Makefile.am: build zoom-control subdir.
11453         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11454         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11455         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11456         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11457         * cut-n-paste/zoom-control/ephy-zoom.c:
11458         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11459         from epiphany, and modified to add a separator into the menu.
11460         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11461         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11462         zoom-control action.
11463         * shell/Makefile.am: Include zoom-control flags.
11464         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11465         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11466         (ev_view_zoom_for_size_presentation),
11467         (ev_view_zoom_for_size_continuous_and_dual_page),
11468         (ev_view_zoom_for_size_continuous),
11469         (ev_view_zoom_for_size_dual_page),
11470         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11471         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11472         ev_view_get_zoom and ev_view_get_sizing_mode.
11473         * shell/ev-view.h:
11474         * shell/ev-window.c: (update_action_sensitivity),
11475         (update_sizing_buttons), (zoom_control_changed_cb),
11476         (register_custom_actions): Initialize and use the zoom-control 
11477         widget.
11478
11479 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11480
11481         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11482         preview cache back to 1.  Don't know when it got set to 0.
11483         
11484         * shell/ev-view.c: (compute_border), (ev_view_realize),
11485         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11486         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11487         (ev_view_get_fullscreen), (ev_view_set_presentation),
11488         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11489         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11490         * shell/ev-view.h:
11491         * shell/ev-window.c:
11492         (update_chrome_visibility),
11493         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11494         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11495         (update_document_mode), (ev_window_update_fullscreen_action),
11496         (ev_window_fullscreen), (ev_window_unfullscreen),
11497         (ev_window_cmd_view_fullscreen),
11498         (ev_window_update_presentation_action),
11499         (ev_window_run_presentation), (ev_window_stop_presentation),
11500         (ev_window_cmd_view_presentation), (ev_window_state_event),
11501         (ev_window_focus_in_event), (ev_window_focus_out_event),
11502         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11503         * data/evince-ui.xml: Initial presentation mode.  We should
11504         probably hide this until it's done, as it's quite rough.  Also,
11505         change full-screen to fullscreen and add two getters to EvView.
11506
11507 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11508
11509         * shell/ev-page-action.c: (update_page_cache),
11510         (ev_page_action_dispose):
11511         * shell/ev-window.c: (destroy_fullscreen_popup),
11512         (ev_window_create_fullscreen_popup):
11513
11514         Use connect_object rather than explicitly
11515         disconnect on dispose.
11516
11517 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11518
11519         * shell/ev-page-action.c: (update_page_cache),
11520         (ev_page_action_dispose):
11521
11522 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11523
11524         * backend/ev-page-cache.c: (_ev_page_cache_new),
11525         (ev_page_cache_set_page_label),
11526         (ev_page_cache_has_nonnumeric_page_labels):
11527         * backend/ev-page-cache.h:
11528         * shell/ev-page-action.c: (update_pages_label):
11529         
11530         If all page labels are numeric, fallback to default
11531         way to display number of pages. See bug 173185.
11532
11533 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11534
11535         * shell/ev-page-action.c: (ev_page_action_dispose):
11536         * shell/ev-view.c: (view_update_range_and_current_page):
11537         * shell/ev-window.c: (ev_window_dispose):
11538         
11539         Set page on scroll in continuous mode. Fixes bug 301986.
11540         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11541
11542 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11543
11544         * configure.ac:
11545
11546         Require poppler 0.3.0
11547
11548 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11549         
11550         * shell/Makefile.am, configure.ac: Fix build problems
11551         with t1lib. Bug 301996.
11552
11553 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11554
11555         * shell/ev-view.c: (ev_view_scroll_event):
11556         
11557         Scroll up increase zoom
11558
11559 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11560
11561         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11562         (ev_view_set_sizing_mode),
11563         (ev_view_zoom_for_size_continuous_and_dual_page),
11564         (ev_view_zoom_for_size_continuous):
11565         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11566         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11567         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11568         (ev_window_init):
11569
11570         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11571         Fix for 165473 and 165472.
11572
11573 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11574
11575         * po/POTFILES.in:
11576         * thumbnailer/Makefile.am:
11577         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11578         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11579         * thumbnailer/evince-thumbnailer.schemas.in:
11580         
11581         Make thumbnailer schemas translatable. Fix for bug 301773
11582         
11583         * thumbnailer/evince-thumbnailer-djvu.schemas:
11584         * thumbnailer/evince-thumbnailer-dvi.schemas:
11585         * thumbnailer/evince-thumbnailer.schemas:
11586
11587         Removed files
11588
11589 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11590
11591         * shell/ev-view.c (ev_view_init): forgot to set this.
11592
11593 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11594
11595         * shell/ev-view.c: (find_page_at_location),
11596         (get_link_at_location),
11597         (ev_view_set_show_border), (ev_view_set_spacing),
11598         (ev_view_zoom_for_size_continuous_and_dual_page),
11599         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11600         Also, add a quick fix measuring of widths.  Also, removed
11601         ev_view_set_spacing and ev_view_set_show_border.
11602         
11603         * shell/ev-window.c: (ev_window_unfullscreen),
11604         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11605
11606 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11607
11608         * shell/ev-view.c: (view_update_range_and_current_page),
11609         (page_changed_cb):
11610         
11611         Fix crash on exit and scrolling to page in continuous view.
11612
11613 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11614
11615         * TODO:
11616         * backend/ev-page-cache.c: (_ev_page_cache_new),
11617         (ev_page_cache_get_max_width_size),
11618         (ev_page_cache_get_max_height_size):
11619         * backend/ev-page-cache.h:
11620         * data/evince-ui.xml:
11621         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11622         * shell/ev-view.c: (view_update_adjustments),
11623         (view_update_range_and_current_page), (get_bounding_box_size),
11624         (ev_view_size_request_continuous_and_dual_page),
11625         (ev_view_size_request_continuous),
11626         (ev_view_size_request_dual_page),
11627         (ev_view_size_request_single_page), (ev_view_size_request),
11628         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11629         (ev_view_bin_expose), (ev_view_expose_event),
11630         (ev_view_set_property), (ev_view_get_property),
11631         (ev_view_class_init), (ev_view_init), (ev_view_new),
11632         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11633         (ev_view_set_dual_page), (ev_view_set_full_screen),
11634         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11635         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11636         (ev_view_zoom_out), (zoom_for_size_fit_width),
11637         (zoom_for_size_best_fit),
11638         (ev_view_zoom_for_size_continuous_and_dual_page),
11639         (ev_view_zoom_for_size_continuous),
11640         (ev_view_zoom_for_size_dual_page),
11641         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11642         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11643         * shell/ev-view.h:
11644         * shell/ev-window.c: (update_action_sensitivity),
11645         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11646         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11647         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11648         (ev_window_cmd_view_zoom_out), (update_view_size),
11649         (ev_window_set_sizing_mode), (ev_window_init):
11650
11651         Add Continuous and Dual page modes.
11652
11653 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11654
11655         * dvi/dvi-document.c: (dvi_document_load),
11656         (dvi_document_thumbnails_get_thumbnail),
11657         (dvi_document_init_params): Fix up some mixups between
11658         width and height to correct thumbnail rendering.
11659
11660 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11661
11662         * dvi/mdvi-lib/private.h:
11663         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11664         
11665         Suppess output for kpathsea during font generation. Thanks to
11666         James Bowes
11667
11668 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11669
11670         * NEWS:
11671         * configure.ac:
11672
11673         Release 0.2.1
11674
11675         * Makefile.am: fix distcheck.
11676
11677 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11678
11679         * shell/ev-sidebar-links.c: (selection_changed_callback),
11680         (update_page_callback), (row_activated_callback),
11681         (job_finished_callback), (ev_sidebar_links_set_document):
11682         
11683         Fix for bug #169901. Double click on links expands tree.
11684
11685 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11686
11687         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11688         hard-coded style. Fix for bug 170111
11689
11690 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11691
11692         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11693         locking.
11694
11695 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11696
11697         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11698
11699 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11700
11701         * pdf/ev-poppler.cc:
11702         * shell/ev-view.c: (highlight_find_results):
11703
11704         Fix find on single page documents
11705
11706 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11707
11708         * data/evince.schemas.in: fix for bug 301390
11709
11710 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11711
11712         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11713         (ev_view_zoom_out), (ev_view_zoom_normal):
11714         * shell/ev-view.h:
11715         * shell/ev-window.c: (update_action_sensitivity),
11716         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11717         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11718         (ev_window_cmd_view_normal_size):
11719
11720         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11721         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11722         better than oom. 
11723
11724 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11725
11726         * configure.ac:
11727
11728         Depend on 2.57, 2.59 doesnt seem to be necessary
11729
11730 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11731
11732         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11733         (create_tool_item):
11734
11735         Put back total number of pages as (1 of 1234)
11736
11737 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11738
11739         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11740         remove the job.
11741
11742         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11743         function.  This helps debugging.
11744
11745 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11746
11747         * djvu/djvu-document.c: (djvu_document_class_init),
11748         (djvu_document_get_info), (djvu_document_document_iface_init):
11749         * dvi/dvi-document.c: (dvi_document_class_init),
11750         (dvi_document_get_info), (dvi_document_document_iface_init):
11751
11752         Dummy implementation of get_info method for dvi and
11753         djvu. Fix crashes with those backends
11754
11755 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11756
11757         * data/evince.desktop.in:
11758
11759         Add application/x-gzpostscript
11760
11761 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11762
11763         * data/evince.schemas.in: Added real long descriptions, 
11764         closes bug 172496 
11765
11766         * README: Added actual text, closes bug 171869
11767
11768 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11769
11770         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11771
11772         Thumbnail page 0
11773
11774 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11775
11776         * backend/ev-document-info.h:
11777
11778         s/GDate */GDate so we can just use g_free
11779
11780 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11781
11782         * shell/ev-window.c: (update_document_mode),
11783         (ev_window_setup_document):
11784
11785         Show the window in fullscreen when specified by
11786         the document
11787
11788 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11789
11790         * backend/ev-document.c: (ev_document_class_init),
11791         (ev_document_get_info), (ev_document_render_pixbuf):
11792         * backend/ev-document.h:
11793         * backend/ev-page-cache.c: (_ev_page_cache_new):
11794         * pdf/ev-poppler.cc:
11795         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11796         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11797         * ps/ps-document.c: (ps_document_class_init), (document_load),
11798         (ps_document_get_info), (ps_document_document_iface_init):
11799
11800         Remove get_title from the interface, we can just use document info
11801
11802 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11803
11804         * backend/Makefile.am:
11805         * backend/ev-document.c: (ev_document_render_get_info):
11806         * backend/ev-document.h:
11807         * pdf/ev-poppler.cc:
11808
11809         Initial support for document info. Based on jrb patch.
11810
11811 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11812
11813         * shell/ev-window.c: (ev_window_state_event),
11814         (ev_window_class_init), (ev_window_init):
11815         
11816         Doesn't show resize grip when maximized. See bug #301053
11817
11818 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11819
11820         * po/POTFILES.in:
11821         
11822         ev-sidebar-thumbnails now has translatable labels
11823         
11824         * shell/Makefile.am:
11825         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11826         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11827         (ev_sidebar_links_page_iface_init):
11828         * shell/ev-sidebar-links.h:
11829         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11830         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11831         (ev_sidebar_page_get_label):
11832         * shell/ev-sidebar-page.h:
11833         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11834         (ev_sidebar_thumbnails_set_document),
11835         (ev_sidebar_thumbnails_support_document),
11836         (ev_sidebar_thumbnails_get_label),
11837         (ev_sidebar_thumbnails_page_iface_init):
11838         * shell/ev-sidebar-thumbnails.h:
11839         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11840         (ev_sidebar_set_document):
11841         * shell/ev-sidebar.h:
11842         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11843         
11844         Small rework of sidebar code. Now sidebar pages should implement
11845         EvSidebarPage interface. That makes page management in EvSidebar
11846         easier. See bug #164811 for details
11847
11848 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11849
11850         * shell/ev-application.c: (ev_application_open):
11851         * shell/ev-document-types.c:
11852         
11853         Fix build error and small problem with application exit
11854
11855 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11856
11857         * thumbnailer/Makefile.am:
11858         * thumbnailer/evince-thumbnailer-djvu.schemas:
11859         * thumbnailer/evince-thumbnailer-dvi.schemas:
11860         
11861         Conditionally install schemas for djvu/dvi thumbnailer
11862
11863 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11864
11865         * shell/ev-document-types.h: 
11866         * shell/ev-document-types.c: 
11867         New files, handling the mapping from mimetypes to backends
11868         
11869         * shell/ev-window.c: 
11870         * thumbnailer/evince-thumbnailer.c:     
11871         Use the ev-document-types code
11872         
11873         * shell/Makefile.am: 
11874         Added new convenience library libevbackendfactory_la, containing
11875         the new mimetype->backend logic; moved the backends into it.
11876
11877         * thumbnailer/Makefile.am:
11878         Make the thumbnailer link with the libevbackend.la convenience
11879         library, rather than having a duplicate of the backend logic here.
11880
11881 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11882
11883         * shell/ev-stock-icons.c: constify some vars.
11884         * shell/ev-window.c: ditto.
11885
11886 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11887
11888         * ps/ps-document.c (get_page_orientation):
11889
11890         Respect document orientation 
11891
11892 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11893
11894         * djvu/Makefile.am:
11895         * dvi/Makefile.am:
11896         * shell/Makefile.am:
11897         
11898         Move library dependencies to components.
11899         
11900         * shell/ev-window.c: (update_window_title),
11901         (start_loading_document):
11902         
11903         Fix display of uris with spaces. Bug 168358.
11904
11905 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11906
11907         * shell/ev-sidebar-links.c: (selection_changed_cb):
11908         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11909         (ev_view_button_release_event), (ev_view_set_document):
11910         * shell/ev-view.h:
11911         * shell/ev-window.c: (find_bar_search_changed_cb):
11912         * shell/ev-window.h: Minor cleanups removing some dead code.
11913
11914 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11915
11916         * backend/ev-page-cache.c: (_ev_page_cache_new):
11917         
11918         Set current page to 0 if document has pages.
11919
11920 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11921
11922         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11923
11924         Initialize GError to NULL, fix a crash when loading fails.
11925
11926 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11927
11928         * shell/ev-window.c: (update_view_size):
11929
11930         Calculate shadow size only when there is actually
11931         a shadow.
11932
11933 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11934
11935         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11936         * shell/ev-view.h:
11937
11938         Allow setting view spacing, default to 0
11939
11940         * shell/ev-window.c: (ev_window_unfullscreen),
11941         (ev_window_cmd_view_fullscreen), (ev_window_init):
11942
11943         Remove spacing in fullscreen mode
11944
11945 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11946
11947         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11948         (ev_view_size_request), (expose_bin_window),
11949         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11950         * shell/ev-view.h:
11951         * shell/ev-window.c: (ev_window_unfullscreen),
11952         (ev_window_cmd_view_fullscreen):
11953
11954         Do not draw the border in fulscreen
11955
11956 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11957
11958         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11959         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11960         (find_page_at_location), (page_changed_cb):
11961
11962         Rework border calculation, so that I can more easily disable it.
11963         Code somewhat cleaner too.
11964
11965 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11966
11967         * backend/ev-page-cache.c: (ev_page_cache_init),
11968         (_ev_page_cache_new):
11969
11970         Remove some assertions, documents can have 0 pages.
11971         Make initial current page -1.
11972
11973         * shell/ev-page-action.c: (page_changed_cb):
11974
11975         Show "" if current page is -1
11976
11977         * shell/ev-window.c: (update_action_sensitivity),
11978         (ev_window_setup_document):
11979
11980         When document has 0 pages do not set the view
11981         and make nearly everything insensitive.
11982
11983 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11984
11985         * shell/ev-page-view.c:
11986         * shell/ev-page-view.h:
11987
11988         Remove unused files.
11989         
11990         * shell/ev-sidebar-thumbnails.c:
11991         (ev_sidebar_thumbnails_set_document):
11992         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11993         (ev_sidebar_supports_document):
11994         * shell/ev-sidebar.h:
11995         * shell/ev-window.c: (ev_window_setup_document):
11996         
11997         Doesn't show thumbnails if document has 1 page. Make
11998         sidebar menu entries sensitive only if if they have 
11999         sense. Fix bug 164811. 
12000
12001 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12002
12003         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12004         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12005         (ev_view_zoom_out), (ev_view_set_size):
12006
12007         Rework sizing to deal with documents with not uniform page
12008         size.
12009
12010 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12011
12012         * backend/ev-page-cache.c: (_ev_page_cache_new):
12013
12014         Fix several page size caching bugs
12015
12016 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12017
12018         * shell/ev-window.c: (set_action_properties):
12019
12020         Make all toolbar items translatable
12021
12022 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12023
12024         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12025         (save_page_list), (ps_document_save),
12026         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12027         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12028         (ps_document_ps_exporter_iface_init):
12029         * ps/ps-document.h:
12030
12031         Based on a patch by J�rg Billeter <j@bitron.ch>
12032         
12033         Implement print and save a copy for the ps backend.
12034
12035 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12036
12037         * backend/ev-document.h:
12038         * djvu/djvu-document.c: (djvu_document_can_get_text),
12039         (djvu_document_document_iface_init):
12040         * dvi/dvi-document.c: (dvi_document_can_get_text),
12041         (dvi_document_document_iface_init):
12042         * pdf/ev-poppler.cc:
12043         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12044         (pixbuf_document_document_iface_init):
12045         * ps/ps-document.c: (ps_document_can_get_text),
12046         (ps_document_document_iface_init):
12047         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12048         * shell/ev-window.c: (update_action_sensitivity):
12049
12050         Fix the crash when trying to copy in backends that doesnt
12051         support it. We can implement a better solution once we
12052         do real text selection.
12053
12054 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12055
12056         * data/evince-ui.xml:
12057         * shell/ev-window.c: (ev_window_cmd_escape):
12058         
12059         Work around the Escape conflict (find bar and unfullscreen)
12060
12061 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12062
12063         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12064         
12065         Fix for #300233. Next page correctly handles document end.
12066         
12067         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12068         (ev_sidebar_thumbnails_class_init),
12069         (ev_sidebar_thumbnails_set_document),
12070         (ev_sidebar_thumbnails_clear_job),
12071         (ev_sidebar_thumbnails_clear_model):
12072         
12073         Cleanup thumbnail jobs on document changes.
12074         
12075         * shell/ev-view.c: (add_scroll_binding_keypad),
12076         (add_scroll_binding_shifted), (ev_view_class_init):
12077         
12078         Shift + Space scrolls up. Fix for #173184
12079         
12080         * shell/ev-window.c: (ev_window_open_page),
12081         (ev_window_cmd_view_reload):
12082         
12083         Fix reload (Bug #300094)
12084
12085 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12086
12087         
12088         * dvi/mdvi-lib/assoc.c:
12089         * dvi/mdvi-lib/assoc.h: Removed garbage files
12090         
12091         * dvi/mdvi-lib/bitmap.c:
12092         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12093         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12094         * dvi/mdvi-lib/color.h: Antialias of rules
12095         
12096         * dvi/mdvi-lib/common.h:
12097         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12098         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12099         * dvi/mdvi-lib/files.c:
12100         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12101         * dvi/mdvi-lib/mdvi.h:
12102         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12103         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12104         * dvi/mdvi-lib/util.c: Fix compile warnings
12105         
12106         * dvi/dvi-document.c:
12107         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12108         (dvi_document_thumbnails_get_thumbnail),
12109         (dvi_document_document_thumbnails_iface_init):
12110         * dvi/mdvi-lib/Makefile.am:
12111         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12112         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12113         
12114         Dvi backend now renders thumbnails
12115
12116 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12117
12118         * shell/main.c: (main): 
12119         
12120         Save accelerators on exit. Fixes bug #172095.
12121
12122 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12123
12124         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12125         update priority" comment.
12126
12127         * backend/ev-job-queue.c: Give a way to change priority.
12128
12129 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12130
12131         * shell/ev-page-action.c: Fix logic.
12132
12133 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12134
12135         * shell/ev-view.c: (ev_view_can_find_next):
12136         * shell/ev-window.c: (ev_window_setup_document):
12137
12138         Check that the document supports find
12139
12140 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12141
12142         * data/evince-ui.xml:
12143         * shell/ev-view.c: (ev_view_can_find_next):
12144         * shell/ev-view.h:
12145         * shell/ev-window.c: (update_action_sensitivity),
12146         (find_changed_cb), (ev_window_setup_document),
12147         (ev_window_cmd_edit_find_next):
12148
12149         Add Edit->Find Next
12150
12151 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12152
12153         * pdf/ev-poppler.cc:
12154         * shell/ev-print-job.c: (idle_print_handler):
12155
12156         Make printing work again
12157
12158 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12159
12160         * shell/ev-page-action.h:
12161         * shell/ev-page-action.c: (ev_page_action_widget_init),
12162         (ev_page_action_widget_class_init), (page_changed_cb),
12163         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12164         (get_filter_model_from_model), (match_selected_cb),
12165         (display_completion_text), (match_completion), (update_model),
12166         (connect_proxy), (ev_page_action_set_property),
12167         (ev_page_action_get_property), (ev_page_action_set_document),
12168         (ev_page_action_set_model), (ev_page_action_class_init): Big
12169         reworking to make completions work iff we have >= GTK-2.7.0
12170                 
12171         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12172         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12173         (job_finished_cb): We now have a 'model' property that is set when
12174         the links are loaded.  This can be caught with "notify::model"
12175
12176         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12177         listen for the model to be set, and propagate it to the action.
12178
12179 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12180
12181         * cut-n-paste/recent-files/egg-recent-item.c:
12182         (egg_recent_item_set_uri), (make_valid_utf8),
12183         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12184         * cut-n-paste/recent-files/egg-recent-item.h:
12185         
12186         Update egg-recent from libegg. This should fix long
12187         startup problem. For details see
12188         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12189
12190 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12191
12192         * cut-n-paste/recent-files/Makefile.am:
12193         * data/evince-ui.xml, shell/Makefile.am:
12194         * shell/ev-application.c, shell/ev-application.h:
12195         * shell/ev-window.c: Recent files support.
12196         
12197         * configure.ac: Added "ru" to ALL_LINGUAS.
12198         
12199         * dvju: new backend to support DJVU files.
12200         * dvi: new backend to support DVI.
12201
12202         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12203         * ev-application.c: Support for new backends.
12204         
12205         * help, ev-window.c, main.c shell/Makefile.am: 
12206         Evince user documentation.
12207
12208 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12209
12210         * po/POTFILES.in:
12211         * shell/ev-window.c:
12212         * thumbnailer/evince-thumbnailer.c:
12213
12214         s/pdf-document/ev-poppler
12215
12216 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12217
12218         * NEWS:
12219         * configure.ac:
12220
12221         Release 0.2.0
12222
12223         * ps/ps-document.c: (setup_pixmap):
12224
12225         Remove debug code
12226
12227 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12228
12229         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12230         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12231         (ev_window_cmd_go_first_page): Fix of by one errors.
12232
12233 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12234
12235         * ps/ps-document.c: (get_page_box):
12236
12237         Fix page size calculation
12238
12239 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12240
12241         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12242         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12243         (get_page_orientation), (setup_page), (document_load),
12244         (ps_document_get_page_size), (render_pixbuf_idle):
12245         * ps/ps-document.h:
12246
12247         More refactoring to adapt to EvDocument changes
12248
12249 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12250
12251         * ps/ps-document.c: (start_interpreter):
12252
12253         Actually add alpha args
12254
12255 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12256
12257         * pdf/ev-poppler.cc:
12258
12259         Make clipboard work again
12260
12261 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12262
12263         Make searching work again.
12264         
12265         * backend/ev-document.c:
12266         * backend/ev-document.h:
12267         * backend/ev-document-find.c:
12268         * backend/ev-document-find.h: Change EvDocumentIface so we no
12269         longer store the current page or zoom level in the document.  The
12270         consequence is that all calls that operate on the current page now
12271         instead take the page number as an extra argument, and all
12272         coordinates are now doubles in document coordinate system.
12273
12274         * pdf/ev-poppler.cc:
12275         * pixbuf/pixbuf-document.c:
12276         * ps/ps-document.c: Update backends accordingly.
12277
12278 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12279
12280         * autogen.sh:
12281
12282         Add required gettext version
12283
12284 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12285
12286         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12287         make F1 bring up non-existent help.
12288
12289         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12290         epiphany's find bar, #167477
12291
12292         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12293         <emil@nishra.com> to add space-bar scrolling, 
12294
12295         * shell/ev-window.c (static GtkActionEntry entries): add default
12296         keybinding for Help (F1)
12297         Fixes #171068
12298
12299         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12300         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12301         170110
12302
12303 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12304
12305         * Makefile.am: 
12306         * pixbuf/pixbuf-document.c: 
12307
12308         Got pixbuf backend working again
12309
12310 2005-04-01  Steve Murphy  <murf@e-tools.com>
12311
12312         * configure.in: Added "rw" to ALL_LINGUAS.
12313
12314 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12315
12316         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12317         model types, noticed by Martin Kretzschmar.
12318
12319 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12320
12321         * pdf/ev-poppler.cc: Implement search based on
12322         poppler_page_find_text().  Currently a bit crude since we remember
12323         all matches from all pages.  Also, we grab the big document lock
12324         when we search since searching changes the underlying stream and
12325         thus conflicts with the rendering thread.
12326         
12327         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12328         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12329         (ev_view_find_previous): Fix some page indexes to be 0 based,
12330         offset rubber band by view offset,
12331
12332 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12333
12334         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12335
12336 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12337
12338         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12339         completely because I didn't understand GtkActions.  I should
12340         read Marco's code more carefully in the future.
12341
12342         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12343         function
12344
12345 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12346
12347         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12348         PopplerRectangle change from poppler CVS.
12349
12350 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12351
12352         * backend/ev-document.c: (ev_document_get_page_label):
12353         * backend/ev-document.h:
12354         * backend/ev-page-cache.c: (_ev_page_cache_new),
12355         (ev_page_cache_get_page_label):
12356         * backend/ev-page-cache.h:
12357         * pdf/ev-poppler.cc:
12358         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12359         (links_page_num_func):
12360         * shell/ev-sidebar-thumbnails.c:
12361         (ev_sidebar_thumbnails_set_document):
12362         * shell/ev-view.c: (status_message_from_link),
12363         (ev_view_motion_notify_event):
12364         * shell/ev-window.c: (document_supports_sidebar): Add in page
12365         label support.  It's not perfect yet, but it's the first 'feature'
12366         in a while.
12367         Also, fix a bogus comment noticed by crispin. 
12368
12369 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12370
12371         * Makefile.am: Remove pixbuf backend for now
12372
12373         * configure.ac: Require poppler-glib instead of just poppler.
12374
12375         * backend/ev-document-thumbnails.h: Add a comment
12376
12377         * backend/ev-document.h:
12378         * backend/ev-document.c: (ev_document_class_init),
12379         (ev_document_load), (ev_document_get_link),
12380         (ev_document_get_links): Remove 3 methods and add get_links.
12381         Also, made 0 based.
12382
12383         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12384         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12385
12386         * backend/ev-link.c: (ev_link_set_title),
12387         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12388         (ev_link_mapping_find):
12389         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12390         
12391         * backend/ev-page-cache.c: (ev_page_cache_init),
12392         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12393         (ev_page_cache_get_size), (ev_page_cache_next_page),
12394         (ev_page_cache_prev_page): Fix to be 0 based.
12395
12396         * pdf/Makefile.am: 
12397         * pdf/ev-poppler.h:
12398         * pdf/ev-poppler.cc: New backend.
12399         
12400         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12401         (ps_document_get_page), (ps_document_document_iface_init):
12402
12403         * shell/ev-pixbuf-cache.h:
12404         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12405         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12406         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12407         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12408         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12409         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12410         based.
12411         
12412         * shell/ev-sidebar-thumbnails.c:
12413         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12414         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12415
12416         * shell/ev-view.c: (status_message_from_link),
12417         (find_page_at_location), (get_link_at_location),
12418         (ev_view_motion_notify_event), (ev_view_button_release_event),
12419         (ev_view_init): Use the new link code.  Fix to be 0 based.
12420
12421         * shell/ev-window.c: (update_action_sensitivity),
12422         (document_supports_sidebar): 0 based.
12423
12424 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12425
12426         * pdf/pdf-document.cc: Patch from Fernando Herrera
12427         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12428         *blush*
12429
12430 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12431
12432         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12433         1 to the page, as this seems to be 1 based.  I thought we has this
12434         fixed.  grump.
12435
12436 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12437
12438         * TODO:
12439         * backend/Makefile.am:
12440         * backend/ev-document-links.c:
12441         (ev_document_links_has_document_links),
12442         (ev_document_links_get_links_model):
12443         * backend/ev-document-links.h:
12444         * backend/ev-document.c: (ev_document_get_page_cache),
12445         (ev_document_get_doc_mutex), (ev_document_load),
12446         (ev_document_save), (ev_document_get_title),
12447         (ev_document_get_n_pages), (ev_document_set_page),
12448         (ev_document_get_page), (ev_document_set_target),
12449         (ev_document_set_scale), (ev_document_set_page_offset),
12450         (ev_document_get_page_size), (ev_document_get_text),
12451         (ev_document_get_link), (ev_document_render),
12452         (ev_document_render_pixbuf), (ev_document_scale_changed):
12453         * backend/ev-document.h:
12454         * backend/ev-job-queue.c: (remove_object_from_queue),
12455         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12456         (no_jobs_available_unlocked), (ev_render_thread),
12457         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12458         (ev_job_queue_remove_job):
12459         * backend/ev-job-queue.h:
12460         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12461         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12462         (ev_job_links_class_init), (ev_job_render_init),
12463         (ev_job_render_dispose), (ev_job_render_class_init),
12464         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12465         (ev_job_thumbnail_class_init), (ev_job_finished),
12466         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12467         (ev_job_render_run), (ev_job_thumbnail_new),
12468         (ev_job_thumbnail_run):
12469         * backend/ev-jobs.h:
12470         * backend/ev-link.c:
12471         * backend/ev-link.h:
12472         * backend/ev-page-cache.c: (ev_page_cache_init),
12473         (ev_page_cache_class_init), (ev_page_cache_finalize),
12474         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12475         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12476         (ev_page_cache_set_link), (ev_page_cache_get_title),
12477         (ev_page_cache_get_size), (ev_page_cache_next_page),
12478         (ev_page_cache_prev_page):
12479         * backend/ev-page-cache.h:
12480         * pdf/pdf-document.cc:
12481         * ps/gsdefaults.c:
12482         * ps/gsdefaults.h:
12483         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12484         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12485         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12486         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12487         (is_interpreter_ready), (output), (catchPipe), (input),
12488         (start_interpreter), (check_filecompressed), (compute_dimensions),
12489         (ps_document_enable_interpreter), (document_load),
12490         (ps_document_next_page), (render_page), (ps_document_set_page),
12491         (ps_document_set_scale), (render_pixbuf_idle),
12492         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12493         * ps/ps-document.h:
12494         * shell/Makefile.am:
12495         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12496         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12497         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12498         (ev_pixbuf_cache_new), (job_finished_cb),
12499         (check_job_size_and_unref), (move_one_job),
12500         (ev_pixbuf_cache_update_range), (find_job_cache),
12501         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12502         (ev_pixbuf_cache_add_jobs_if_needed),
12503         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12504         * shell/ev-pixbuf-cache.h:
12505         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12506         (idle_print_handler):
12507         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12508         (selection_changed_cb), (create_loading_model),
12509         (ev_sidebar_links_construct), (links_page_num_func),
12510         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12511         (update_page_callback), (job_finished_cb),
12512         (ev_sidebar_links_set_document):
12513         * shell/ev-sidebar-thumbnails.c:
12514         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12515         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12516         (page_changed_cb), (thumbnail_job_completed_callback),
12517         (ev_sidebar_thumbnails_set_document):
12518         * shell/ev-sidebar-thumbnails.h:
12519         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12520         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12521         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12522         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12523         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12524         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12525         (ev_view_button_release_event), (ev_view_scroll_view),
12526         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12527         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12528         (ev_view_new), (job_finished_cb), (page_changed_cb),
12529         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12530         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12531         (ev_view_find_previous):
12532         * shell/ev-view.h:
12533         * shell/ev-window.c: (update_action_sensitivity),
12534         (ev_window_open_page), (update_window_title), (update_total_pages),
12535         (page_changed_cb), (ev_window_setup_document),
12536         (password_dialog_response), (ev_window_cmd_save_as),
12537         (ev_window_print), (ev_window_cmd_go_previous_page),
12538         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12539         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12540         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12541         * shell/main.c: (main):
12542
12543         Merge evince-threads branch
12544
12545 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12546
12547         * configure.ac: Added "lt" to ALL_LINGUAS.
12548
12549 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12550
12551         * NEWS:
12552         * configure.ac:
12553
12554         Release 0.1.9
12555
12556 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12557
12558         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12559
12560         Fix here also the thumbnails 1-basedness :)
12561
12562 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12563
12564         * NEWS:
12565         * configure.ac:
12566
12567         Release 0.1.8
12568
12569 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12570
12571         * pdf/pdf-document.cc:
12572         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12573         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12574
12575         Fix the mess we did with thumbnails and 1-basedness
12576
12577 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12578
12579         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12580
12581 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12582
12583         * NEWS:
12584         * configure.ac:
12585
12586         Release 0.1.7
12587
12588 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12589
12590         * ps/Makefile.am:
12591         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12592         (gtk_gs_defaults_get_alpha_parameters),
12593         (gtk_gs_defaults_get_ungzip_cmd),
12594         (gtk_gs_defaults_get_unbzip2_cmd):
12595         * ps/gsdefaults.h:
12596         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12597         (ps_document_get_orientation), (document_load),
12598         (ps_document_goto_page), (ps_document_set_page_size):
12599         * ps/ps-document.h:
12600
12601         Some more sanitization of the ps backend. Remove a lot
12602         of unused code and do not base our defaults on ggv
12603         preferences (ugh!)
12604
12605 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12606
12607         * thumbnailer/evince-thumbnailer.schemas:
12608         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12609         (main): add -s option for thumbnail size.
12610
12611 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12612
12613         * configure.ac:
12614
12615         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12616         remove it.
12617
12618 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12619
12620         * pdf/pdf-document.cc:
12621
12622         Remove 4 pixels of useless border from the
12623         thumbnail.
12624
12625 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12626
12627         * backend/ev-document-thumbnails.c:
12628         (ev_document_thumbnails_get_thumbnail):
12629         * backend/ev-document-thumbnails.h:
12630
12631         Rework API a bit. Add a border flag and
12632         change sizing logic (now the size we specify
12633         applies to the bigger dimension).
12634
12635         * pdf/pdf-document.cc:
12636         * pixbuf/pixbuf-document.c:
12637         (pixbuf_document_thumbnails_get_thumbnail):
12638         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12639         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12640
12641         Adapt to the new API and do not draw a border for nautilus
12642         thumbnailer.
12643
12644 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12645
12646         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12647         take thumbnails from page "0" instead of "1". Added a copyright header.
12648
12649 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12650
12651         * ps/ps-document.c: (set_up_page), (start_interpreter):
12652
12653         Make it C89 compliant
12654
12655 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12656
12657         * Makefile.am:
12658         * configure.ac:
12659         * pdf/.cvsignore:
12660         * pdf/pdf-document.cc:
12661         * thumbnailer/Makefile.am:
12662         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12663         (main):
12664         * thumbnailer/evince-thumbnailer.schemas:
12665         * thumbnailer/pdf-icon.png:
12666
12667         Add a nautilus thumbnailer.
12668         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12669
12670 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12671
12672         * NEWS:
12673         * configure.ac:
12674         * po/POTFILES.in:
12675
12676         Release 0.1.6
12677
12678 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12679
12680         Use poppler instead of including xpdf source code.  Poppler is a
12681         fork of xpdf to build it as a shared library. See
12682         http://freedesktop.org/wiki/Software/poppler.
12683
12684         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12685         xpdf fork.
12686         
12687         * pdf/Makefile.am: Build libpdfdocument.a here.
12688         
12689         * pdf/GDKSplashOutputDev.cc:
12690         * pdf/GDKSplashOutputDev.h:
12691         * pdf/GnomeVFSStream.cc:
12692         * pdf/GnomeVFSStream.h:
12693         * pdf-document.cc:
12694         * pdf-document.h:
12695         * test-gdk-output-dev.cc
12696         * Thumb.cc:
12697         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12698         against poppler.
12699
12700 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12701
12702         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12703
12704         Clear idle stack before unsetting the document
12705
12706 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12707
12708         * ps/ps-document.c: (ps_document_widget_event),
12709         (ps_document_set_target), (ps_document_finalize),
12710         (ps_document_get_page):
12711
12712         Disconnect the widget event signal on finalize.
12713         Some code cleanups.
12714
12715 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12716
12717         * ps/ps-document.c: (set_up_page):
12718
12719         If there is no bpixmap create one, even if size
12720         is not changed.
12721
12722 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12723
12724         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12725         (set_up_page), (document_load), (ps_document_set_zoom):
12726
12727         Default page is 0. Calculate size even when we have no
12728         target yet.
12729
12730 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12731
12732         * shell/ev-sidebar.c: expand the selection widget to be always as
12733         wide as the sidebar
12734
12735 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12736
12737         * shell/ev-sidebar-thumbnails.c:
12738         (ev_sidebar_thumbnails_set_document):
12739
12740         Clear the list store when setting document
12741
12742 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12743
12744         * shell/ev-page-action.c: (update_entry), (sync_entry),
12745         (activate_cb), (entry_size_request_cb), (create_tool_item),
12746         (connect_proxy):
12747
12748         Use an entry for the page control instead of spinbuttons
12749
12750 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12751
12752         * data/evince.schemas.in:
12753
12754         Correct confusing string
12755
12756 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12757
12758         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12759         for real.  Gosh, how long has this been broken.
12760
12761         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12762         check for a NULL link.  We crash otherwise.
12763
12764 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12765
12766         * NEWS:
12767         * configure.ac:
12768
12769         Release 0.1.5
12770
12771 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12772
12773         * configure.ac: add the french translation.
12774
12775 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12776
12777         * shell/ev-window.c:
12778
12779         Remove unused header -> fix distcheck
12780
12781 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12782
12783         * shell/ev-window.c: (update_window_title),
12784         (ev_window_popup_password_dialog):
12785
12786         Unescape filename for display
12787
12788 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12789
12790         * pdf/xpdf/pdf-document.cc:
12791
12792         In get_page_size deal with rotation. Also
12793         cleanup the function a bit.
12794
12795 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12796
12797         * pdf/xpdf/pdf-document.cc:
12798
12799         Fix crash when opening in new window
12800
12801 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12802
12803         * configure.ac:
12804
12805         Check ghostscript >= 7
12806
12807 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12808
12809         * shell/ev-window.c:
12810
12811         Make page width the default sizing mode
12812
12813 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12814         Marco Pesenti Gritti <marco@gnome.org>
12815
12816         * shell/ev-window.c: Remember the sidebar size
12817
12818         * data/evince.schemas.in: Add a new gconf key to store the size of
12819         the sidebar
12820
12821 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12822
12823         * data/evince-ui.xml:
12824         * shell/ev-window.c: (update_action_sensitivity),
12825         (ev_window_cmd_view_reload):
12826         
12827         Add a "Reload" action and menu entry
12828
12829 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12830
12831         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12832         iff the type doesn't support thumbnailing and indexing.
12833
12834 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12835
12836         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12837
12838 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12839
12840         * pdf/splash/Splash.cc:
12841
12842         Port fix for a crasher from kde bug
12843         http://bugs.kde.org/show_bug.cgi?id=97131
12844
12845 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12846
12847         * pdf/xpdf/pdf-document.cc:
12848
12849         Return a link even if it's of an unrecognized
12850         type. Otherwise we go in an infinte cycle.
12851
12852 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12853
12854         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12855         (size_allocate_cb), (ev_window_set_sizing_mode):
12856
12857         Update size when switching mode
12858
12859 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12860
12861         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12862         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12863         (ev_window_cmd_view_normal_size):
12864
12865         Fix size toggle buttons behavior
12866
12867 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12868
12869         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12870         (doc_rect_to_view_rect), (ev_view_size_allocate),
12871         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12872         (scale_changed_callback):
12873
12874         Do not cache offsets in size_allocate.
12875
12876 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12877
12878         * shell/ev-view.c: (ev_view_size_allocate):
12879
12880         Calculate offsets before calling the parent
12881         class (which does a redraw)
12882
12883 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12884
12885         * pdf/xpdf/pdf-document.cc:
12886
12887         Fix a crasher on exit. Unused code, put a TODO
12888
12889 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12890
12891         * backend/ev-document.c: (ev_document_class_init),
12892         (ev_document_page_changed), (ev_document_scale_changed):
12893         * backend/ev-document.h:
12894
12895         Separate page/scale notifications
12896
12897         * pdf/xpdf/pdf-document.cc:
12898
12899         Emit the new signals.
12900         Do not display the pdf page in _render, do it
12901         when scale/page are requested.
12902
12903         * ps/ps-document.c: (ps_document_set_zoom),
12904         (ps_document_widget_event):
12905         * ps/ps-document.h:
12906
12907         Emit the new signals.
12908
12909         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12910         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12911         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12912         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12913         * shell/ev-view.h:
12914         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12915         (ev_window_cmd_view_page_width), (size_allocate_cb),
12916         (ev_window_set_sizing_mode):
12917
12918         Rework sizing to be pixel based.
12919         There are bugs but should be already way better.
12920
12921 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12922
12923         * shell/ev-window.c: (ev_window_init):
12924
12925         Do not allow to shrink sidebar smaller then
12926         child requisition
12927
12928 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12929
12930         * shell/ev-sidebar.[ch]
12931         * shell/ev-window.c:
12932
12933         Improved sidebar widget. Fixes #166683
12934
12935 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12936
12937         * shell/ev-view.c (update_find_status_message): Give translators
12938         more flexibility with ngettext plural handling.
12939
12940 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12941
12942         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12943         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12944         page when we get the page size.
12945
12946 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12947
12948         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12949
12950         ps pages are 0 based, convert 
12951
12952 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12953
12954         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12955
12956         Initialize correct parent class. Set GError on document load
12957
12958 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12959
12960         * pdf/xpdf/pdf-document.cc:
12961
12962         Fixup selection offset calculation
12963
12964         * shell/ev-view.c: (view_rect_to_doc_rect),
12965         (doc_rect_to_view_rect), (ev_view_size_allocate),
12966         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12967         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12968
12969         Store selection as document relative, so that zooming
12970         and offset changing doesnt break it.
12971
12972 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12973
12974         * shell/ev-view.c: (ev_view_best_fit):
12975
12976         Do not try to best fit if the view is not realized
12977
12978 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12979           
12980         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12981
12982 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12983
12984         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12985
12986 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12987
12988         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12989         the popup window.  That prevents it resizing when in full screen
12990         mode.
12991
12992         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12993         multiple rerenders.  This pretty much sucks.
12994
12995         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12996         rest of the toolbar.
12997
12998 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12999
13000         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13001
13002 2005-02-17  Alexander Shopov  <ash@contact.bg>
13003
13004         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13005
13006 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13007
13008         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13009
13010 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13011
13012         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13013         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13014         (set_document_page), (document_changed_callback),
13015         (ev_view_set_document), (ev_view_find_previous),
13016         (ev_view_hide_cursor), (ev_view_show_cursor):
13017         * shell/ev-view.h:
13018         * shell/ev-window.c: (update_chrome_visibility),
13019         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13020         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13021         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13022         (ev_window_unfullscreen):
13023         * shell/main.c: (main):
13024
13025         Automatically hide the fullscreen button.
13026         Patch by Kristian Høgsberg <krh@redhat.com>
13027
13028 2005-02-16  Vincent Noel  <vnoel@cox.net>
13029
13030         * shell/main.c (main): Specify an icon for the window. Patch by
13031         Jaap A. Haitsma. Fixes #166177.
13032
13033 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13034
13035         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13036
13037 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13038
13039         * backend/ev-document-misc.h:
13040         * backend/ev-document-misc.c:
13041         (ev_document_misc_get_page_border_size),
13042         (ev_document_misc_paint_one_page): New function to canonicalize
13043         sizing/painting a border.
13044
13045         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13046         used.
13047
13048         * pdf/xpdf/pdf-document.cc: use new function
13049
13050         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13051         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13052         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13053         shell/ev-window.c: (update_sizing_buttons),
13054         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13055         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13056         (ev_window_cmd_view_page_width), (size_allocate_cb),
13057         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13058         and "fit width" values act as toggle buttons so they stay
13059         toggled.  It's not 100% perfect, and it's a little slow, but it's
13060         good enough to commit I think.
13061
13062 2005-02-15  David Lodge  <dave@cirt.net>
13063
13064         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13065
13066 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13067
13068         * shell/ev-window.c (update_window_title): replace newlines in
13069         the title by spaces. Bug #166107.
13070
13071 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13072
13073         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13074         parameters providing allocation width and height without
13075         scrollbars and width of a possible vertical scrollbar. With this
13076         additional information the functions can work as
13077         intended. Unfortunately they're not idempotent. We should
13078         transform these commands to toggles. Fixes Bug #164976
13079         Initial patch by Stephane Loeuillet, then heavily modified.
13080
13081         * shell/ev-view.h: update prototypes.
13082
13083         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13084         (ev_window_cmd_view_page_width): provide EvView fit functions with
13085         all the information they need. Formulas to calculate this
13086         information taken from GtkScrolledWindow.
13087
13088 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13089
13090         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13091         created a thumbnail, the list store is updated to know
13092         that the thumbnail is set. Fixes bug #166792
13093
13094 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13095
13096         * shell/ev-window.c: fixed typo, closes bug 166897
13097
13098         * TODO: updated TODO with bug numbers that are relevant
13099
13100 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13101
13102         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13103
13104 2005-02-09  Vincent Noel  <vnoel@cox.net>
13105
13106         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13107         and "Next" toolbar buttons as important to make them stand out.
13108
13109 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13110
13111         * lib/ev-debug.c:
13112         * lib/ev-debug.h:
13113         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13114         (start_interpreter), (stop_interpreter), (document_load),
13115         (ps_document_next_page), (ps_document_goto_page),
13116         (ps_document_set_page_size), (ps_document_widget_event),
13117         (ps_document_render):
13118         * shell/ev-page-view.c: (ev_page_view_dispose):
13119         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13120
13121         Fix compilation on non-gcc platforms
13122
13123 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13124
13125         * NEWS:
13126         * configure.ac:
13127
13128         Release 0.1.4
13129
13130         * pdf/xpdf/Catalog.cc:
13131         * pdf/xpdf/XRef.cc:
13132
13133         Fix the fix for CAN-2004-0888
13134
13135 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13136
13137         * data/Makefile.am:
13138         * data/evince-ui.xml:
13139         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13140         * shell/ev-stock-icons.h:
13141         * shell/ev-window.c: (update_action_sensitivity),
13142         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13143         (set_action_properties):
13144
13145         Improve toolbar layout/icons
13146
13147 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13148
13149         * pdf/xpdf/pdf-document.cc:
13150
13151         Add warnings about unimplemented/unknown link
13152         types.
13153
13154 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13155
13156         * ps/ps-document.c: (set_up_page):
13157
13158         Log gs property
13159
13160 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13161
13162         * ps/ps-document.c: (start_interpreter):
13163
13164         Log gs env var
13165
13166 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13167
13168         * shell/ev-page-view.c: (ev_page_view_dispose):
13169         * shell/ev-view.c: (ev_view_finalize):
13170         * shell/ev-window.c: (ev_window_setup_document),
13171         (ev_window_dispose), (ev_window_init):
13172
13173         Solve more refs issues.
13174
13175         I commented out the page_view initialization for now:
13176         it was never destroyed (because it's never added
13177         to a container). Because of that we was leaking
13178         gs processes. Couldnt think to a clean fix.
13179         We need to figure this out, password view has the
13180         same issue probably.
13181
13182 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13183
13184         * ps/ps-document.c: (ps_document_finalize),
13185         (ps_document_get_n_pages), (ps_document_get_page):
13186
13187         Some cleanups, stop the interpreter on finalize
13188
13189         * shell/ev-page-view.c: (ev_page_view_dispose),
13190         (ev_page_view_class_init):
13191
13192         Release our reference on the document
13193
13194 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13195
13196         * Makefile.am:
13197         * configure.ac:
13198         * doc/debugging.txt:
13199         * lib/.cvsignore:
13200         * lib/Makefile.am:
13201         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13202         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13203         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13204         * lib/ev-debug.h:
13205
13206         Add debugging helpers
13207
13208         * ps/Makefile.am:
13209         * ps/ps-document.c: (set_up_page), (start_interpreter),
13210         (stop_interpreter), (document_load), (ps_document_next_page),
13211         (ps_document_goto_page), (ps_document_set_page_size),
13212         (ps_document_widget_event), (ps_document_render):
13213         * shell/Makefile.am:
13214         * shell/ev-view.c: (expose_bin_window):
13215         * shell/main.c: (main):
13216
13217         Add some logs
13218         
13219 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13220
13221         * ps/ps-document.c: (ps_document_widget_event):
13222
13223         Initialize message_window, this should make ps
13224         rendering really work! (Never noticed because I was
13225         testing with a ps that is causing gs to exit every time!)
13226
13227 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13228
13229         * data/evince.schemas.in: updated simple error in applyto closing tag
13230
13231 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13232
13233         * Makefile.am:
13234         * configure.ac:
13235         * data/.cvsignore:
13236         * data/Makefile.am:
13237         * data/evince-ui.xml:
13238         A data/evince.schemas.in:
13239         * po/POTFILES.in:
13240         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13241         * shell/ev-stock-icons.h:
13242         * shell/ev-window.c: (update_chrome_visibility),
13243         (update_chrome_flag), (ev_window_cmd_edit_find),
13244         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13245         (ev_window_unfullscreen), (ev_window_focus_in_event),
13246         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13247         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13248         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13249         (ev_window_dispose), (ev_window_class_init),
13250         (set_action_properties), (set_chrome_actions), (load_chrome),
13251         (ev_window_init):
13252
13253         Implement fullscreen mode changes from bug #164776.
13254         Also implement persistent chrome toggles.
13255
13256 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13257
13258         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13259
13260 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13261
13262         * NEWS:
13263         * configure.ac:
13264         * shell/ev-view.c:
13265
13266         Add another check for find interface
13267
13268         Release 0.1.3
13269
13270 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13271
13272         * shell/ev-application.c: (ev_application_open):
13273         * shell/ev-window.c: (ev_window_open):
13274
13275         Open gzipped ps documents
13276
13277 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13278
13279         * TODO:
13280         * shell/ev-view.c: (set_document_page):
13281
13282         Clamp page number, dont try to move to
13283         not existant pages.
13284
13285 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13286
13287         * backend/ev-document-find.c: (ev_document_find_changed):
13288         * backend/ev-document-find.h:
13289         * pdf/xpdf/pdf-document.cc:
13290         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13291         * shell/ev-window.c: (find_bar_search_changed_cb):
13292
13293         Fix several bugs with find
13294
13295 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13296
13297         * shell/ev-sidebar-thumbnails.c
13298         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13299         document. Prevents warning from scroll_to_cell.
13300
13301 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13302
13303         * configure.ac: Add «nb» to ALL_LINGUAS too.
13304
13305 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13306
13307         * NOTES: New file with some random thoughts.
13308
13309         * TODO: Update.
13310
13311         * backend/ev-document-misc.c:
13312         (ev_document_misc_get_page_border_size): New function to
13313         canonicalize shadow drawing sizes.  Possibly goofy.
13314
13315         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13316         (ev_view_best_fit), (ev_view_fit_width):
13317         * pdf/xpdf/pdf-document.cc:
13318         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13319         * ps/ps-document.c: (ps_document_get_page_size):
13320         * backend/ev-document-misc.h:
13321         * backend/ev-document.c: (ev_document_get_page_size):
13322         * backend/ev-document.h: get_page_size now takes a page number
13323         parameter.  Made all the backends/frontends honor it.
13324
13325         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13326         see.  Doesn't work yet.
13327
13328         * shell/Makefile.am:
13329         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13330         Doesn't do anything yet.
13331
13332         * shell/ev-sidebar-thumbnails.c:
13333         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13334         [0..n_pages-1]
13335
13336         * shell/ev-window.c: (update_action_sensitivity),
13337         (ev_window_setup_document), (ev_window_set_page_mode),
13338         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13339         view-swapping code a bit so we can have multiple views on a
13340         document.  Add the multi-page view, though it can't be turned on
13341         yet.
13342
13343 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13344
13345         * shell/ev-application.c: (ev_application_open):
13346         * shell/ev-view.c: (expose_bin_window):
13347         * shell/ev-window.c: (ev_window_open):
13348
13349         Support eps and check document supports find
13350         before drawing highlightings in expose.
13351
13352 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13353
13354         * pixbuf/pixbuf-document.c:
13355         (pixbuf_document_thumbnails_get_dimensions),
13356         (pixbuf_document_document_thumbnails_iface_init):
13357
13358         implement get_dimensions
13359
13360 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13361
13362         * NEWS:
13363         * configure.ac:
13364
13365         Release 0.1.2
13366
13367 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13368
13369         * shell/ev-view.c: (set_document_page):
13370
13371         Scroll at the top of the page when changing page
13372
13373 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13374
13375         * shell/ev-view.c: (ev_view_motion_notify_event):
13376
13377         Do not redraw unnecessarily
13378
13379 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13380
13381         * pdf/xpdf/pdf-document.cc:
13382         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13383         (expose_bin_window), (find_changed_cb):
13384
13385         Yay! find works now... Now to find bugs...
13386
13387 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13388
13389         * backend/ev-document-find.c: (ev_document_find_base_init),
13390         (ev_document_find_changed):
13391         * backend/ev-document-find.h:
13392         * pdf/xpdf/pdf-document.cc:
13393         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13394         (expose_bin_window), (ev_view_init), (set_document_page),
13395         (ensure_rectangle_is_visible), (jump_to_find_result),
13396         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13397         (ev_view_find_next), (ev_view_find_previous):
13398         * shell/ev-view.h:
13399         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13400
13401         More work on find implementation, mostly there now
13402
13403 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13404
13405         * backend/ev-backend-marshalers.list:
13406         * backend/ev-document-find.c: (ev_document_find_base_init),
13407         (ev_document_find_cancel), (ev_document_find_page_has_results),
13408         (ev_document_find_get_n_results), (ev_document_find_get_result),
13409         (ev_document_find_get_progress), (ev_document_find_changed):
13410         * backend/ev-document-find.h:
13411
13412         Enanche the find interface to be really able to do
13413         multi page find.
13414
13415         * pdf/xpdf/pdf-document.cc:
13416
13417         Implement
13418
13419         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13420         (expose_bin_window), (ev_view_init),
13421         (ev_view_get_find_status_message), (find_changed_cb),
13422         (ev_view_set_document), (set_document_page):
13423
13424         Adapt to the new interface. A few things are regressed sorry,
13425         I will finish it soon.
13426
13427 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13428
13429         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13430         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13431         ev_sidebar_thumbnails_parent_class variable, don't define another
13432         parent_class variable.
13433
13434         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13435         (ev_page_action_class_init): ditto.
13436
13437         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13438         (pixbuf_document_class_init): ditto.
13439
13440         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13441         ditto.
13442
13443         * .cvsignore: ignore various valgrind output files.
13444
13445 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13446
13447         * data/evince-ui.xml:
13448         * shell/Makefile.am:
13449         * shell/ev-history.c:
13450         * shell/ev-history.h:
13451         * shell/ev-navigation-action.c:
13452         * shell/ev-navigation-action.h:
13453         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13454         (ev_view_set_page), (ev_view_fit_width):
13455         * shell/ev-view.h:
13456         * shell/ev-window.c: (update_action_sensitivity),
13457         (ev_window_setup_document), (register_custom_actions):
13458
13459         Kill session history
13460
13461 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13462
13463         * shell/ev-window.c: (update_action_sensitivity):
13464
13465         Fix inverted up/down buttons
13466
13467 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13468
13469         * shell/ev-sidebar-thumbnails.c
13470         (ev_sidebar_thumbnails_select_page): make sure the selected
13471         thumbnail stays visible.
13472
13473 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13474
13475         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13476         scrolled window for Federico.
13477
13478 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13479
13480         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13481
13482 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13483
13484         * configure.ac:
13485         * pdf/splash/SplashFTFontEngine.cc:
13486
13487         Fix CID fonts with freetype 2.1.9
13488
13489 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13490
13491         * TODO: added item for desktop icon thumbnailer
13492
13493 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13494
13495         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13496         unloaded docs when the title is accessed.
13497
13498         * shell/ev-password-view.[hc]: New widget for displaying password
13499         state.
13500
13501         * shell/ev-window.[ch]: Refactor password handling code to handle
13502         the new view.
13503
13504 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13505
13506         * NEWS:
13507         * configure.ac:
13508         * data/Makefile.am:
13509
13510         Release 0.1.1
13511
13512 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13513
13514         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13515         ignore page offset here, to make search results independent of it,
13516
13517         * shell/ev-view.c (expose_bin_window): but take offsets into
13518         account here. Bug #164932
13519
13520         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13521         scale at the right time. Bug #164996
13522
13523 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13524
13525         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13526         fix the problem. Now I just removed the Adobe font names and hope
13527         that the URW fonts are always in outline format. Bug #164934
13528
13529         * shell/ev-window.c (update_window_title): empty titles are
13530         useless, use filename in that case too.
13531
13532         * NEWS: Add some content.
13533
13534 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13535
13536         * TODO: added one more TODO item and a TODONE section :)
13537
13538 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13539
13540         * ps/ps-document.h: add page_[xy]_offset fields.
13541
13542         * ps/ps-document.c (ps_document_set_page_offset)
13543         (ps_document_render): Keep offset in consideration in a few
13544         places. Bug #164752 "postscript documents are not centered in
13545         window"
13546
13547         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13548         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13549
13550         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13551         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13552         stub out missing methods for complete EvDocument implementation.
13553         Fixes segfaults with Save A Copy and Copy actions.
13554
13555         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13556         (ps_document_document_iface_init): ditto.
13557         
13558 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13559
13560         * data/.cvsignore:
13561         * data/Makefile.am:
13562         * data/evince.desktop.in:
13563
13564         Add desktop file
13565
13566 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13567
13568         * shell/ev-view.c: (ev_view_button_press_event),
13569         (ev_view_motion_notify_event):
13570
13571         Make selection work in any direction
13572
13573 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13574
13575         * TODO:
13576         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13577
13578         Use shorter labels for some of the toolbars items
13579
13580 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13581
13582         * pdf/xpdf/pdf-document.cc:
13583
13584         Check the links info is initialized before
13585         using it. Should fix a crash on startup.
13586
13587 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13588
13589         * pixbuf/pixbuf-document.c
13590         (pixbuf_document_thumbnails_get_dimensions): force floating point
13591         division to calculate page_ratio. Fixes crash with landscape
13592         format pixbufs.
13593
13594 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13595
13596         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13597
13598 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13599
13600         * shell/ev-view.c (set_document_page): unset has_selection when
13601         the page changes.
13602         (set_document_page): handle paper size changes when the page
13603         changes (test with Free Culture, page 2).
13604
13605 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13606
13607         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13608         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13609
13610         Use normal style color for the widget background and
13611         draw a black box around the page.
13612
13613 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13614
13615         * pdf/xpdf/pdf-document.cc:
13616
13617         Keep offset in consideration in a few places
13618
13619         * shell/ev-view.c: (expose_bin_window):
13620
13621         Set the offsets so that the document is ever centered
13622
13623 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13624
13625         * TODO: Added TODO items and finished off the first todo item
13626
13627         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13628         reflect current authors
13629
13630 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13631
13632         * pdf/xpdf/pdf-document.cc:
13633         * shell/ev-view.c: (ev_view_set_cursor),
13634         (ev_view_motion_notify_event), (document_changed_callback),
13635         (set_document_page):
13636
13637         Show a wait cursor while the page is rendering
13638
13639 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13640
13641         * shell/ev-sidebar-thumbnails.c:
13642         (ev_sidebar_tree_selection_changed),
13643         (ev_sidebar_thumbnails_select_page):
13644         * shell/ev-sidebar-thumbnails.h:
13645         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13646         (ev_view_can_go_forward):
13647         * shell/ev-window.c: (ev_window_open_page),
13648         (ev_window_setup_document), (update_current_page),
13649         (view_page_changed_cb), (ev_window_init):
13650         * shell/ev-window.h:
13651
13652         Ensure thumbnails selection, toolbar page control and
13653         current page are in sync.
13654
13655 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13656
13657         * pdf/xpdf/XRef.cc:
13658
13659         Fix CAN-2005-0064
13660
13661 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13662
13663         * backend/Makefile.am:
13664         * backend/ev-document-links.h:
13665         * backend/ev-document-security.c: (ev_document_security_get_type),
13666         (ev_document_security_has_document_security),
13667         (ev_document_security_set_password):
13668         * backend/ev-document-security.h:
13669         * backend/ev-document.c: (ev_document_error_quark):
13670         * backend/ev-document.h:
13671         * data/Makefile.am:
13672         * data/evince-password.glade:
13673         * pdf/xpdf/pdf-document.cc:
13674         * shell/Makefile.am:
13675         * shell/ev-password.c: (ev_password_set_bad_password_label),
13676         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13677         (ev_password_dialog_get_password),
13678         (ev_password_dialog_set_bad_pass):
13679         * shell/ev-password.h:
13680         * shell/ev-window.c: (ev_window_get_attribute),
13681         (ev_window_set_property), (update_action_sensitivity),
13682         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13683         (ev_window_setup_document), (ev_window_get_password),
13684         (ev_window_open), (ev_window_cmd_save_as),
13685         (using_postscript_printer), (ev_window_print),
13686         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13687         (update_fullscreen_popup), (ev_window_fullscreen),
13688         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13689         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13690         (menu_item_select_cb), (find_bar_search_changed_cb),
13691         (ev_window_dispose), (ev_window_init):
13692
13693         Add initial support for password-supported dialogs.  This could be
13694         a lot cooler, but it'll do for now.
13695
13696 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13697
13698         * pdf/xpdf/pdf-document.cc:
13699         * shell/ev-view.c: (status_message_from_link),
13700         (ev_view_set_status), (ev_view_set_cursor),
13701         (ev_view_motion_notify_event), (ev_view_init):
13702         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13703
13704         Fix bugs in the links implementation and change cursor
13705         when hovering a link.
13706
13707 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13708
13709         * viewer/.cvsignore: added cvsignore file for viewer directory
13710
13711         * TODO: created TODO document
13712
13713 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13714
13715         * shell/ev-view.h:
13716         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13717         new functions to help with implementation of sensitivity code
13718         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13719         of all actions that might require it.  Fixes a crash when you
13720         click on the Zoom actions in a window lacking a document.
13721
13722 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13723
13724         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13725         of the Find action
13726
13727 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13728
13729         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13730         (pixbuf_document_document_iface_init):
13731         * ps/ps-document.c: (ps_document_get_link),
13732         (ps_document_document_iface_init):
13733         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13734         (status_message_from_link), (ev_view_set_status),
13735         (ev_view_set_find_status), (ev_view_motion_notify_event),
13736         (ev_view_button_release_event), (ev_view_set_property),
13737         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13738         (ev_view_get_find_status_message), (update_find_results),
13739         (ev_view_get_status), (ev_view_get_find_status):
13740         * shell/ev-view.h:
13741         * shell/ev-window.c: (view_status_changed_cb),
13742         (view_find_status_changed_cb), (ev_window_init):
13743
13744         View status message support, use it to show the links.
13745         Needs work...
13746
13747 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13748
13749         * backend/ev-document.c: (ev_document_get_link):
13750         * backend/ev-document.h:
13751         * pdf/xpdf/pdf-document.cc:
13752         * shell/ev-application.c: (ev_application_open):
13753         * shell/ev-application.h:
13754         * shell/ev-sidebar-links.c: (selection_changed_cb):
13755         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13756         (ev_view_go_to_link):
13757
13758         Add support for document links
13759
13760 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13761
13762         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13763         (create_tool_item):
13764         Set the spin button limits correctly.
13765         
13766         * shell/ev-sidebar-thumbnails.c:
13767         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13768         Support changing pages by clicking on the thumbnails.
13769         
13770 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13771
13772         * pixbuf/pixbuf-document.c:
13773         (pixbuf_document_thumbnails_get_dimensions),
13774         (pixbuf_document_document_thumbnails_iface_init):
13775
13776         implement get_dimensions
13777
13778 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13779
13780         * ps/ps-document.c: (ps_document_goto_page):
13781
13782         Fix page switching on multipage documents
13783
13784 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13785
13786         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13787         
13788         check for NULL before assigning to width and height parameters
13789
13790 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13791
13792         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13793         (pixbuf_document_set_property), (pixbuf_document_get_property):
13794
13795         implement get/set properties
13796
13797 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13798
13799         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13800         
13801         return NULL instead of "Unknown", letting the title get set to
13802         the filename when the pdf has no title.
13803
13804 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13805
13806         * ps/ps-document.c: (ps_document_get_page_count),
13807         (ps_document_goto_page):
13808
13809 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13810
13811         * shell/ev-history.c: (ev_history_get_property),
13812         (ev_history_set_property), (ev_history_class_init),
13813         (ev_history_add_page), (ev_history_set_current_index):
13814         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13815         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13816         (ev_navigation_action_finalize):
13817         * shell/ev-navigation-action.h:
13818         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13819         (ev_view_go_forward), (ev_view_get_find_status_message),
13820         (history_index_changed_cb), (ev_view_set_history):
13821         * shell/ev-view.h:
13822         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13823         (update_current_page), (register_custom_actions):
13824
13825         Implement history dropdowns
13826
13827 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13828
13829         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13830         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13831         (ev_view_go_forward):
13832         * shell/ev-window.c: (register_custom_actions):
13833
13834         Fix several history bugs
13835
13836 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13837
13838         * configure.ac: Add «nb» to ALL_LINGUAS.
13839
13840 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13841
13842         * backend/Makefile.am:
13843         * backend/ev-bookmark.c:
13844         * backend/ev-bookmark.h:
13845         * backend/ev-document-bookmarks.c:
13846         * backend/ev-document-bookmarks.h:
13847         * backend/ev-document-links.c: (ev_document_links_get_type),
13848         (ev_document_links_has_document_links),
13849         (ev_document_links_begin_read), (ev_document_links_get_link),
13850         (ev_document_links_get_child), (ev_document_links_next),
13851         (ev_document_links_free_iter):
13852         * backend/ev-document-links.h:
13853         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13854         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13855         (ev_link_get_link_type), (ev_link_set_link_type),
13856         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13857         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13858         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13859         (ev_link_new_external):
13860         * backend/ev-link.h:
13861         * pdf/xpdf/pdf-document.cc:
13862         * shell/Makefile.am:
13863         * shell/ev-application.c: (ev_application_open_link):
13864         * shell/ev-application.h:
13865         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13866         (ev_history_get_link_nth):
13867         * shell/ev-history.h:
13868         * shell/ev-sidebar-bookmarks.c:
13869         * shell/ev-sidebar-bookmarks.h:
13870         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13871         (ev_sidebar_links_class_init), (selection_changed_cb),
13872         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13873         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13874         (do_one_iteration), (populate_links_idle),
13875         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13876         * shell/ev-sidebar-links.h:
13877         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13878         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13879         (go_to_index):
13880         * shell/ev-view.h:
13881         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13882         * shell/ev-window.h:
13883
13884         Rename bookmark to link, and use "Index" for the sidebar panel.
13885
13886 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13887
13888         * shell/Makefile.am:
13889         * shell/ev-application.c: (ev_application_open_bookmark):
13890         * shell/ev-application.h:
13891         * shell/ev-history.c: (ev_history_init), (free_links_list),
13892         (ev_history_finalize), (ev_history_class_init),
13893         (ev_history_add_link), (ev_history_add_page),
13894         (ev_history_get_link_nth), (ev_history_get_n_links),
13895         (ev_history_get_current_index), (ev_history_set_current_index),
13896         (ev_history_new):
13897         * shell/ev-history.h:
13898         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13899         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13900         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13901         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13902         (ev_view_set_page):
13903         * shell/ev-view.h:
13904         * shell/ev-window.c: (ev_window_open_bookmark),
13905         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13906         (goto_page_cb), (register_custom_actions):
13907         * shell/ev-window.h:
13908
13909         Initial history implementation. Needs work.
13910
13911 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13912
13913         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13914
13915 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13916
13917         * cut-n-paste/recent-files/egg-recent-item.c:
13918         * cut-n-paste/recent-files/egg-recent-item.h:
13919         * cut-n-paste/recent-files/egg-recent-model.c:
13920         * cut-n-paste/recent-files/egg-recent-util.c:
13921         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13922         * cut-n-paste/recent-files/egg-recent-view.c:
13923
13924         Update
13925
13926 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13927
13928         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13929         (fillGlyph, fillImageMask, drawImage):
13930         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13931         pdf/splash/SplashTypes.h:
13932         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13933         packed mode for Splash.
13934
13935         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13936         RGB8 packed mode, eliminates the pixbuf data creation loop.
13937
13938         * shell/ev-print-job.c (ev_print_job_finalize)
13939         (ev_print_job_set_property, ev_print_job_get_property)
13940         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13941         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13942         (print_closure_finalize, ev_print_job_print): implement
13943         printing (for backends with EvPsExporter)
13944
13945         * shell/ev_print_job.h: update prototypes.
13946
13947         * shell/ev-window.c (ev_window_print): unref print job after
13948         printing.
13949
13950         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13951         unless the document implements the EvDocumentFind interface.
13952
13953 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13954
13955         * configure.ac: Added ja to ALL_LINGUAS.
13956
13957 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13958
13959         * pdf/xpdf/pdf-document.cc:
13960
13961         add a FIXME. We should probably not allocate
13962         a bookmark object every time
13963
13964 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13965
13966         * shell/ev-application.c: (ev_application_open),
13967         (ev_application_open_bookmark):
13968         * shell/ev-application.h:
13969         
13970         Add a way to open bookmarks
13971
13972         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13973         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13974         (ev_bookmark_set_property), (ev_bookmark_class_init),
13975         (ev_bookmark_new_title), (ev_bookmark_new_link),
13976         (ev_bookmark_new_external):
13977
13978         Support for external uris, better constructors.
13979
13980         * backend/ev-bookmark.h:
13981         * pdf/xpdf/pdf-document.cc:
13982         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13983
13984         Handle external uris
13985
13986 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13987
13988         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13989         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13990
13991         Hook up bookmarks navigation
13992
13993 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13994
13995         * backend/Makefile.am:
13996         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13997         (ev_bookmark_get_title), (ev_bookmark_set_title),
13998         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13999         (ev_bookmark_get_page), (ev_bookmark_set_page),
14000         (ev_bookmark_get_property), (ev_bookmark_set_property),
14001         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14002         (ev_bookmark_new):
14003         * backend/ev-bookmark.h:
14004         * backend/ev-document-bookmarks.c:
14005         (ev_document_bookmarks_get_bookmark):
14006         * backend/ev-document-bookmarks.h:
14007         * pdf/xpdf/pdf-document.cc:
14008         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14009
14010         Add a bookmark object to the backend and use it instead of get_values
14011
14012 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14013
14014         * data/evince-ui.xml:
14015
14016         Cleanup and add select all.
14017
14018         * shell/ev-view.c: (ev_view_select_all),
14019         (ev_view_button_press_event):
14020         * shell/ev-view.h:
14021         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14022
14023         Add select all.
14024         Clear selection on click.
14025
14026 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14027
14028         * shell/ev-sidebar-thumbnails.c
14029         (ev_sidebar_thumbnails_set_document): forgot to unref the
14030         loading_icon.
14031
14032 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14033
14034         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14035         at the visible page, not just linearly.  This makes it look fast.
14036
14037 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14038
14039         * backend/ev-document-misc.c
14040         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14041         white.
14042         * backend/ev-document-thumbnails.h: New interface to get the size
14043         of a page.
14044
14045 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14046
14047         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14048         make dist works
14049
14050 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14051
14052         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14053         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14054         things up a bit.
14055
14056         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14057
14058 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14059
14060         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14061         fonts. Should fix font problems on systems that have the base
14062         fonts in bitmap format. Reported by James Henstridge
14063         <james@jamesh.id.au>.
14064
14065 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14066
14067         * pdf/xpdf/Gfx.cc:
14068         * pdf/xpdf/GfxState.cc:
14069
14070         Fix for CAN-2004-1125
14071
14072 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14073
14074         * shell/ev-view.c: (ev_view_copy):
14075         * shell/ev-view.h:
14076         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14077
14078         Implement Edit->Copy
14079
14080 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14081
14082         * backend/ev-document.c: (ev_document_get_text):
14083         * backend/ev-document.h:
14084         * pdf/xpdf/pdf-document.cc:
14085         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14086         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14087         (ev_view_update_primary_selection), (ev_view_button_press_event),
14088         (ev_view_motion_notify_event), (ev_view_button_release_event):
14089
14090         Beginnings of clipboard support. Incomplete but primary sort
14091         of work.
14092
14093 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14094
14095         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14096         (expose_bin_window):
14097
14098         Nicer rubberband drawing, from GtkIconView.
14099
14100 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14101
14102         * backend/ev-document.c: (ev_document_save):
14103         * backend/ev-document.h:
14104         * data/evince-ui.xml:
14105         * pdf/xpdf/pdf-document.cc:
14106         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14107
14108         Implement "Save a copy..." menu item
14109
14110 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14111
14112         * shell/ev-view.c: (ev_view_zoom):
14113
14114         Queue a resize when zoom changes
14115
14116 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14117
14118         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14119         shadows.
14120
14121         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14122         thumbnails..
14123
14124 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14125
14126         * pdf/xpdf/pdf-document.cc
14127         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14128
14129 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14130
14131         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14132         It's slow, but I'll speed it up next!
14133
14134 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14135
14136         * shell/main.c (load_files):
14137
14138         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14139         from the command line and because it seems more appropriate.
14140
14141 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14142
14143         * data/evince-ui.xml:
14144         * shell/ev-window.c: (update_action_sensitivity),
14145         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14146
14147         s/next page/page down
14148         s/previous page/page up
14149
14150 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14151
14152         * data/evince-ui.xml:
14153
14154         Change the layout to match clarkbw design.
14155
14156         * shell/Makefile.am:
14157         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14158         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14159         (ev_navigation_action_finalize),
14160         (ev_navigation_action_set_property),
14161         (ev_navigation_action_get_property),
14162         (ev_navigation_action_class_init):
14163         * shell/ev-navigation-action.h:
14164
14165         Implement clarkbw toolbar navigation controls (incomplete)
14166
14167         * shell/ev-page-action.c: (update_label), (update_spin),
14168         (value_changed_cb), (create_tool_item), (connect_proxy),
14169         (ev_page_action_init), (ev_page_action_finalize),
14170         (ev_page_action_set_property), (ev_page_action_get_property),
14171         (ev_page_action_set_current_page),
14172         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14173         * shell/ev-page-action.h:
14174
14175         Implement a page switcher in the toolbar
14176
14177         * shell/ev-view.c: (ev_view_scroll_view):
14178         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14179         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14180         (register_custom_actions), (ev_window_init):
14181
14182         Change page on PageUp/Down.
14183
14184 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14185
14186         * pdf/xpdf/pdf-document.cc
14187         (pdf_document_thumbnails_get_thumbnail): initial stab at
14188         implementing thumbnail support for pdfs.  It only does documents
14189         with precached pdfs now.
14190
14191 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14192
14193         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14194         thumbnail code into a time-based idle as well.  Also, turn off the
14195         shadow temporarily as it's really slow.
14196
14197 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14198
14199         * backend/ev-document.c: (ev_document_class_init):
14200         * pdf/xpdf/pdf-document.cc:
14201         * shell/ev-window.c: (ev_window_open):
14202
14203         Fix document title bugs and fallback to
14204         filename when not available.
14205
14206 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14207
14208         * backend/ev-document.c: (ev_document_get_type),
14209         (ev_document_class_init), (ev_document_load),
14210         (ev_document_get_title):
14211         * backend/ev-document.h:
14212         * pdf/xpdf/pdf-document.cc:
14213         * ps/ps-document.c: (ps_document_set_property),
14214         (ps_document_get_property), (ps_document_class_init),
14215         (document_load):
14216         * ps/ps-document.h:
14217         * ps/ps.h:
14218         * shell/ev-window.c: (update_window_title), (ev_window_open),
14219         (ev_window_init):
14220
14221         Initial support for document title. Not working yet.
14222
14223 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14224
14225         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14226
14227         Grab focus on the view when clicking it
14228
14229 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14230
14231         * shell/ev-marshal.list:
14232         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14233         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14234
14235         Add key bindings to the view. Now if the focus would work
14236         right...
14237
14238 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14239
14240         * Makefile.am:
14241         * backend/Makefile.am:
14242         * data/Makefile.am:
14243         * dvi/Makefile.am:
14244         * dvi/dvilib/Makefile.am:
14245         * pdf/xpdf/Makefile.am:
14246         * po/POTFILES.in:
14247         * ps/Makefile.am:
14248
14249         Fix distcheck
14250
14251 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14252
14253         * shell/ev-view.c: (ev_view_realize):
14254
14255         Fix mouse wheel scrolling
14256
14257 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14258
14259         * ps/Makefile.am:
14260         * ps/gstypes.h:
14261         * ps/gtkgs.c:
14262         * ps/gtkgs.h:
14263         * ps/ps-document.c: (catchPipe), (ps_document_init),
14264         (ps_document_class_init), (ps_document_cleanup),
14265         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14266         (set_up_page), (close_pipe), (is_interpreter_ready),
14267         (interpreter_failed), (output), (input), (start_interpreter),
14268         (stop_interpreter), (file_length), (file_readable),
14269         (check_filecompressed), (check_pdf), (compute_xdpi),
14270         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14271         (ps_document_get_type), (ps_document_emit_error_msg),
14272         (document_load), (ps_document_next_page),
14273         (ps_document_get_current_page), (ps_document_get_page_count),
14274         (ps_document_goto_page), (ps_document_set_page_size),
14275         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14276         (ps_document_load), (ps_document_get_n_pages),
14277         (ps_document_set_page), (ps_document_get_page),
14278         (ps_document_widget_event), (ps_document_set_target),
14279         (ps_document_set_scale), (ps_document_set_page_offset),
14280         (ps_document_get_page_size), (ps_document_render),
14281         (ps_document_document_iface_init):
14282         * ps/ps-document.h:
14283         * ps/ps.c:
14284         * shell/ev-window.c: (ev_window_open):
14285
14286         Rename GtkGS to PSDocument
14287
14288 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14289
14290         * ps/gtkgs.c: (gtk_gs_class_init):
14291         * ps/gtkgs.h:
14292
14293         Some more leftover...
14294
14295 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14296
14297         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14298         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14299         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14300         * ps/gtkgs.h:
14301
14302         Remove unused code and make a lot of stuff private
14303
14304 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14305
14306         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14307         (gtk_gs_defaults_changed):
14308         * ps/gsdefaults.h:
14309         * ps/gtkgs.c:
14310         * ps/gtkgs.h:
14311         * ps/ps.h:
14312
14313         Cleanup headers dependencies
14314
14315 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14316
14317         * ps/Makefile.am:
14318         * ps/ggvutils.c:
14319         * ps/ggvutils.h:
14320         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14321         * ps/gsdefaults.h:
14322         * ps/gtkgs.c: (file_length), (file_readable),
14323         (check_filecompressed), (check_pdf), (gtk_gs_load),
14324         (gtk_gs_get_postscript):
14325
14326         Get rid of ggvutils
14327
14328 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14329
14330         * ps/ggvutils.c:
14331         * ps/ggvutils.h:
14332         * ps/gsio.h:
14333         * ps/gtkgs.c: (gtk_gs_set_zoom):
14334
14335         Cleanups
14336
14337 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14338
14339         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14340
14341         Ensure the page is rerendered when changing zoom
14342
14343 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14344
14345         * backend/ev-document.c: (ev_document_base_init),
14346         (ev_document_changed):
14347         * backend/ev-document.h:
14348
14349         Add a changed event that is emitted when the page content
14350         changes. This is necessary to deal with the fact that
14351         in ps backend rendering happen asycrounously.
14352         This makes the ps backend mostly work.
14353
14354         * pdf/xpdf/pdf-document.cc:
14355
14356         Emit changed event
14357
14358         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14359         (ps_document_set_target):
14360
14361         Emit changed event
14362
14363         * shell/ev-view.c: (document_changed_callback),
14364         (ev_view_set_document), (ev_view_set_page):
14365
14366         Redraw on the changed signal
14367
14368 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14369
14370         * configure.ac: Added pt_BR to ALL_LINGUAS.
14371
14372 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14373
14374         * backend/ev-document-bookmarks.c:
14375         (ev_document_bookmarks_get_child): *
14376         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14377         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14378         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14379         (ev_sidebar_bookmarks_destroy),
14380         (ev_sidebar_bookmarks_class_init),
14381         (ev_sidebar_bookmarks_construct), (stack_data_free),
14382         (do_one_iteration), (populate_bookmarks_idle),
14383         (ev_sidebar_bookmarks_clear_document),
14384         (ev_sidebar_bookmarks_set_document): *
14385         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14386         (ev_sidebar_add_page),
14387         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14388         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14389         it displays both the topics and the page numbers.
14390
14391 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14392
14393         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14394         toggle.
14395         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14396         visible.
14397
14398 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14399
14400         * configure.ac: Added en_CA to ALL_LINGUAS.
14401
14402 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14403
14404         * ChangeLog: replace bottom of this ChangeLog (merged history of
14405         ggv and gpdf; where all paths were wrong and most of the files are
14406         not even in this tree) with ChangeLog (from arch) of the shell
14407         code.
14408
14409 2004-12-23  Havoc Pennington  <hp@redhat.com>
14410
14411         * shell/ev-window.c: hook up potentially-questionable "find
14412         results status text" feature - something involving the sidebar or
14413         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14414         might be better in the end.
14415
14416         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14417         with corresponding signal when it should be updated
14418
14419         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14420
14421 2004-12-22  Havoc Pennington  <hp@redhat.com>
14422
14423         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14424         find stuff on other pages, sort of (only returns one result on
14425         invisible pages, to show they have results; updates full results
14426         for a page when you view it). Currently repaints the current page
14427         every time a new result is found on any page, which isn't so nice.
14428
14429 2004-12-22  Havoc Pennington  <hp@redhat.com>
14430
14431         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14432         the document doesn't support find (better ideas?)
14433         (find_bar_search_changed_cb): handle missing document or document
14434         that doesn't support find
14435
14436         * pdf/xpdf/pdf-document.cc: port to implement the new
14437         EvDocumentFindIface
14438
14439         * backend/ev-document-find.c: create a new interface for searching
14440
14441         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14442
14443 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14444
14445         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14446         libevbackend.la.
14447
14448         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14449         EvPrintJob constructor arguments.
14450
14451         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14452         for documents that can export PostScript (page by page).
14453
14454         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14455         
14456         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14457         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14458         (pdf_document_ps_exporter_iface_init:
14459         Implement EvPSExporter.
14460
14461         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14462
14463 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14464
14465         * backend/Makefile.am:
14466         * backend/ev-document-thumbnails.c:
14467         (ev_document_thumbnails_get_type),
14468         (ev_document_thumbnails_get_thumbnail):
14469         * backend/ev-document-thumbnails.h:
14470         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14471         (pixbuf_document_thumbnails_get_thumbnail),
14472         (pixbuf_document_document_thumbnails_iface_init):
14473         * shell/Makefile.am:
14474         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14475         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14476         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14477         * shell/ev-sidebar-thumbnails.h:
14478         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14479         (ev_sidebar_set_document):
14480         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14481         (create_shadow), (ev_pixbuf_add_shadow):
14482         * shell/ev-utils.h:
14483         Add thumbnail support.
14484         
14485 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14486
14487         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14488         (using_postscript_printer): Set up a print dialog for "PostScript
14489         injection" method.
14490
14491         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14492         EvPrintJob.
14493
14494         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14495
14496 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14497
14498         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14499         (ps_document_set_target), (ps_document_get_page_size),
14500         (ps_document_render):
14501         * ps/gtkgs.h:
14502
14503         Fix a few bugs
14504
14505 2004-12-22  Christian Rose  <menthos@menthos.com>
14506
14507         * configure.ac: Added "sv" to ALL_LINGUAS.
14508
14509 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14510
14511         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14512         document supports bookmarks.
14513
14514 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14515
14516         * ps/ggvutils.c: (ggv_file_readable):
14517         * ps/ggvutils.h:
14518         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14519         (gtk_gs_get_postscript):
14520
14521         Remove unused utils
14522
14523 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14524
14525         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14526         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14527         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14528         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14529         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14530         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14531         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14532         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14533         (gtk_gs_set_antialiasing), (ps_document_load),
14534         (ps_document_render):
14535         * ps/gtkgs.h:
14536
14537         Another check point for the ps backend. Now I can get it to show
14538         pages!
14539
14540 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14541
14542         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14543         document setting code.
14544
14545 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14546
14547         * shell/eggfindbar.c: (entry_activate_callback):
14548         Animate the next button when activate is pressed.
14549         
14550 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14551
14552         * shell/ev-window.c: (ev_window_cmd_edit_find),
14553         (update_fullscreen_popup), (ev_window_fullscreen),
14554         (ev_window_unfullscreen), (ev_window_state_event_cb),
14555         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14556         Fix bugs in fullscreen code.
14557         
14558 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14559
14560         * Makefile.am:
14561         * configure.ac:
14562         * pixbuf/Makefile.am:
14563         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14564         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14565         (pixbuf_document_set_page), (pixbuf_document_get_page),
14566         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14567         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14568         (pixbuf_document_render), (pixbuf_document_begin_find),
14569         (pixbuf_document_end_find), (pixbuf_document_finalize),
14570         (pixbuf_document_class_init),
14571         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14572         * pixbuf/pixbuf-document.h:
14573         * shell/Makefile.am:
14574         * shell/ev-application.c: (ev_application_open):
14575         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14576         (ev_window_open):
14577         Add pixbuf backend.
14578         
14579 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14580
14581         * Makefile.am: 
14582         * dvi/dvilib/Makefile.am:
14583         * dvi/Makefile.am:
14584         * configure.ac: Auto*ify dvi and dvi/dvilib
14585
14586         * dvi/Makefile: Remove from CVS
14587         
14588         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14589         confusion.
14590
14591         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14592         
14593         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14594         
14595 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14596
14597         * ps/Makefile.am:
14598         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14599         (gtk_gs_value_adjustment_changed), (compute_size),
14600         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14601         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14602         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14603         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14604         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14605         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14606         (ps_document_load), (ps_document_get_n_pages),
14607         (ps_document_set_page), (ps_document_get_page),
14608         (ps_document_set_target), (ps_document_set_scale),
14609         (ps_document_set_page_offset), (ps_document_get_page_size),
14610         (ps_document_render), (ps_document_begin_find),
14611         (ps_document_end_find), (ps_document_document_iface_init):
14612         * ps/gtkgs.h:
14613         * shell/Makefile.am:
14614         * shell/ev-window.c: (ev_window_open):
14615
14616         Some work to integrate gtkgs with EvDocument
14617
14618 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14619
14620         * shell/ev-window.c: (update_fullscreen_popup),
14621         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14622         (exit_fullscreen_button_clicked_cb),
14623         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14624         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14625         (ev_window_state_event_cb), (ev_window_init):
14626         Add fullscreen support from Epiphany.
14627         
14628 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14629
14630         * data/ev-stock-zoom-fit-width.png: fit-width
14631         stock icon from gpdf.
14632         
14633         * shell/ev-stock-icons.[ch]: copied from gpdf.
14634         
14635         * shell/main.c: (main): init stock icons.
14636         
14637         * shell/ev-window.c: use the fit-width icon.
14638         
14639         * data/evince-ui.xml: add zooming toolbar items.
14640
14641 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14642
14643         * shell/ev-view.c: 
14644         (ev_view_best_fit), (ev_view_fit_width): because
14645         get_page_size() returns the scaled page size, we
14646         need to calculate the scale factor relative to
14647         the previous scale factor. Should really just
14648         add get_real_page_size().
14649
14650 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14651
14652         * shell/ev-view.[ch]:
14653         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14654         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14655         add zooming.
14656         
14657         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14658         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14659         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14660         hook it up.
14661         
14662         * pdf/xpdf/pdf-document.cc:
14663         (pdf_document_begin_find),
14664         (pdf_document_end_find): make static.
14665
14666 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14667
14668         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14669
14670         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14671         names to fontconfig patterns.
14672         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14673
14674         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14675         setupBaseFontsFc.
14676
14677 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14678
14679         * Makefile.am:
14680         * configure.ac:
14681         * ps/Makefile.am:
14682         * ps/ggvutils.c:
14683         * ps/ggvutils.h:
14684         * ps/gsdefaults.c:
14685         * ps/gsdefaults.h:
14686         * ps/gsio.c:
14687         * ps/gsio.h:
14688         * ps/gtkgs.c:
14689         * ps/gtkgs.h:
14690         * ps/ps.c:
14691         * ps/ps.h:
14692
14693         Import ggv backend. Not hooked up yet.
14694
14695 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14696
14697         * shell/main.c: (load_files), (main): load files
14698         from the command line.
14699
14700 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14701
14702         * configure.ac: don't require bonobo.
14703         
14704         * cut-n-paste/recent-files/*: kill bonobo recent
14705         view.
14706
14707         * shell/ev-window.c:
14708         (ev_window_is_empty): upd.
14709         (unable_to_load), (ev_window_open): load backend
14710         based on the mime type.
14711
14712 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14713
14714         * backend/.cvsignore: ignore generated marshalers source.
14715
14716         * shell/main.c (main): this is not epiphany.
14717
14718 2004-12-22  Havoc Pennington  <hp@redhat.com>
14719
14720         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14721         (expose_bin_window): draw find highlights
14722
14723         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14724         
14725         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14726         (pdf_document_end_find): implement this interface
14727
14728         * backend/ev-document.c (ev_document_found): add this to emit
14729         signal
14730
14731 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14732
14733         * data/evince-ui.xml: Add a few more toolbar items.
14734
14735         * shell/ev-window.c: Hook up page navigation toolbar 
14736         items.
14737
14738         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14739         a page-changed signal.
14740
14741         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14742         Add ev_document_get_page().
14743
14744         * shell/ev-window.c: Sensitize/desensitize navigation
14745         actions.
14746
14747 2004-12-21  Havoc Pennington  <hp@redhat.com>
14748
14749         * backend/ev-backend-marshal.c,
14750         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14751         marshaler-generator thingy. I'm sure there's a better way to do
14752         this in the modern world.
14753
14754         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14755         end_find methods and "found" signal.
14756
14757         * configure.ac: find glib-genmarshal
14758
14759 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14760
14761         * shell/ev-sidebar.c: Construct an actual sidebar.
14762         * shell/ev-sidebar-bookmarks.[ch]:
14763         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14764
14765 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14766
14767         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14768         Redo size handling.
14769         
14770         * shell/ev-view.c: Track the size from the document.
14771
14772 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14773
14774         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14775         constructor assumes ownership of the string passed in.
14776         
14777         * shell/ev-window.c (ev_window_open): Destroy the error
14778         dialog once we've displayed it.
14779
14780 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14781
14782         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14783         a bit, it works! (sort of)
14784
14785         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14786         Move to .cc since we need to use C++ in the implementation.
14787
14788         * shell/dummy.cc: Add a CC file to force evince
14789         to be linked as a C++ program.
14790
14791 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14792
14793         * shell/ev-view.[ch]: Start of content-area widget.
14794
14795         * shell/ev-window.c: Create a EvView, update it
14796         as we change documents.
14797
14798         * shell/Makefile.am shell/ev-marshal.list: Add
14799         generated marshalers.
14800
14801 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14802
14803         * Makefile.am (SUBDIRS): move shell.
14804
14805 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14806
14807         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14808         .a to libtool convenience libraries.
14809
14810         * shell/ev-window.c (ev_window_open): Hard code loading
14811         a PDF document.
14812         
14813         * backend/ev-document.h: Add a boolean return to load(),
14814         fix GError * to GError **.
14815
14816         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14817         object for a PDF backend EvDocument.
14818
14819 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14820
14821         * dvi/*: New directory with the beginning of a .dvi backend.
14822
14823 2004-12-21  Havoc Pennington  <hp@redhat.com>
14824
14825         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14826         previous/next instead of back/forward
14827
14828 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14829
14830         * backend/ev-document.[ch]: Fix a couple of problems so
14831         it compile.
14832
14833 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14834
14835         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14836         to backend/ directory, rename EvViewer to EvDocument.
14837
14838 2004-12-21  Havoc Pennington  <hp@redhat.com>
14839
14840         * shell/ev-window.c: hook up the find bar widget; now we just need
14841         a document to find things in
14842
14843         * shell/eggfindbar.c: a find bar widget
14844
14845 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14846
14847         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14848
14849 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14850
14851         * pdf/**: Import of xpdf code from gpdf. 
14852
14853         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14854
14855         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14856         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14857         Fix FreeType includes.
14858
14859         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14860         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14861         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14862         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14863         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14864         Include xpdfconfig.h
14865         
14866 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14867
14868         * shell/ev-window.c (ev_window_dispose): dispose can be called
14869         multiple times.
14870
14871 2004-12-21  Havoc Pennington  <hp@redhat.com>
14872
14873         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14874         rather than Evince
14875
14876         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14877         items; really they should be synced with the strings, etc. from
14878         current gpdf, but just getting the boring typing out of the way 
14879
14880 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14881
14882         * po/POTFILES.in:
14883         * shell/ev-application.c: (window_destroy_cb):
14884         * shell/ev-window.c:
14885         * shell/main.c: (main):
14886
14887         Actually show the window...
14888
14889 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14890
14891         * Makefile.am:
14892         * shell/Makefile.am:
14893         * shell/ev-application.c: (ev_application_class_init):
14894         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14895
14896         Make it build again
14897
14898 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14899
14900         Import to gnome cvs.
14901         
14902         * Remove copies of gpdf and ggv trees.
14903         * Rip out all the recursive configure code.
14904         * Remove bonobo machinery.
14905         * viewer/*: GInterfaces that backends should/can implement.
14906
14907 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14908
14909         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14910         typo
14911
14912 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14913
14914         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14915         (ev_application_finalize, ev_application_class_init)
14916         (ev_application_init): use GType instance private data for priv.
14917
14918         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14919         (ev_window_finalize, ev_window_class_init)
14920         (ev_window_init): ditto.
14921
14922 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14923
14924         * shell/ev-application.c (ev_application_new_window): make public
14925         (ev_application_show_initial_window): kill.
14926
14927         * shell/ev-application.h: update prototypes.
14928
14929         * shell/main.cc (main): inline ev_application_show_initial_window.
14930
14931 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14932
14933         * shell/ev-application.c (ev_application_new_window): impl.
14934         (ev_application_show_initial_window): use it.
14935         (is_window_empty, ev_application_get_empty_window): returns an
14936         existing empty window or a new one.
14937         (ev_application_open): from ev_window_cmd_file_open.
14938
14939         * shell/ev-application.h: update prototypes
14940
14941         * shell/ev-window.c (ev_window_is_empty): impl.
14942         (ev_window_open): make public.
14943         (ev_window_cmd_file_open): use ev_application_open
14944
14945         * shell/ev-window.h: update prototypes, remove unused.
14946
14947 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14948
14949         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14950         move destroy handler out of here...
14951
14952         * shell/ev-application.c, shell/ev-application.h: ...into this new
14953         class. Also handles initial window creation.
14954
14955         * shell/main.cc (main): use EvApplication to create initial
14956         window.
14957
14958 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14959
14960         * Makefile.am (SUBDIRS): add cut-n-paste
14961
14962         * cut-n-paste/Makefile.am: add
14963
14964         * configure.ac: generate Makefiles in cut-n-paste
14965
14966 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14967
14968         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14969         (ev_window_class_init): install ev_window_dispose.
14970
14971 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14972
14973         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14974         char (gchar looks stupid).
14975
14976 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14977
14978         * po/de.po: updated German translation.
14979
14980 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14981
14982         * configure.ac: add more pkg-config library checks for gnome-vfs,
14983         bonobo etc.
14984
14985         * gpdf/configure.in: temporarily disable libpaper
14986         checks. Otherwise I'd have to add the checks for the shell, too.
14987
14988 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14989
14990         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14991         and * file filters to the file choose.
14992
14993 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14994
14995         * po/de.po: Updated German translation.
14996
14997 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14998
14999         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15000
15001 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15002
15003         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15004
15005         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15006         (ev_window_init): implement those menuitems.
15007
15008 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15009
15010         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15011
15012         * shell/ev-window.c (ev_window_init): use the toolbar.
15013
15014 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15015
15016         * shell/ev-window.c (ev_window_init): use menu translations
15017
15018 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15019
15020         * configure.ac: add "de" to ALL_LINGUAS.
15021
15022         * po/de.po: add German translation.
15023
15024 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15025
15026         * Makefile.am (SUBDIRS): add po
15027
15028         * configure.ac: check intltool, glib-gettext etc, generate
15029         po/Makefile.in
15030
15031         * po, po/POTFILES.in, po/POTFILES.skip: new.
15032
15033 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15034
15035         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15036         already use (#ifdef ENABLE_NLS)
15037
15038         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15039         pointer indirection thinko.
15040
15041         * shell/main.c: include gi18n.h for bindtextdomain etc.
15042
15043 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15044
15045         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15046         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15047         tooltips for menu items in the statusbar.
15048
15049 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15050
15051         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15052         pkgdatadir drop UIDIR
15053
15054 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15055
15056         * data/evince-ui.xml: Add File->Open menu item
15057
15058         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15059         chooser), hook it up in the ui manager.
15060
15061 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15062
15063         * shell/ev-window.c: fix Help->About tooltip.
15064
15065 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15066
15067         * configure.ac: set CFLAGS for libevprivate.
15068
15069         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15070         definitions, factory etc.
15071
15072         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15073
15074         * shell/Makefile.am: link against libevprivate.a.
15075
15076         * shell/ev-window.c (entries): add stock icon to Help->About.
15077
15078         * shell/main.c (main): init stock icon code.
15079
15080 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15081
15082         * lib/recent-files: egg recent files code
15083
15084         * lib/Makefile.am: add.
15085
15086         * Makefile.am: add lib subdir.
15087
15088         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15089         set CFLAGS for recent-files.
15090
15091 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15092
15093         * configure.ac: disable -ansi and -pedantic gcc flags. They
15094         disable POSIX stuff in stdio.h, but egg-recent uses them.
15095
15096 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15097
15098         * configure.ac: add --disable-deprecated flag (defaults to on in
15099         "cvs" builds).
15100
15101         * shell/Makefile.am (INCLUDES): use it.
15102
15103 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15104
15105         * shell/main.c: add missing #include.
15106
15107         * shell/ev-window.c: fix for pedantic gcc.
15108         (ev_window_cmd_help_about): split license into paragraphs for
15109         translators and pedantic compilers.
15110
15111 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15112
15113         * configure.ac: add more warning flags if compiling with gcc from
15114         cvs (or explicitly requested with --enable-more-warnings).
15115
15116 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15117
15118         * data/evince-ui.xml: add File and File->Close menu.
15119
15120         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15121         (ev_window_destroy): quit after destroy.
15122         (ev_window_class_init): override GtkObject::destroy.
15123         (entries): install close_window callback.
15124
15125 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15126
15127         * Makefile.am (SUBDIRS): add data subdir.
15128
15129         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15130         gtk+ 2.5.0 for GtkAboutDialog.
15131
15132         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15133         main window.
15134
15135         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15136
15137         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15138         manager.
15139         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15140
15141 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15142
15143         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15144
15145 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15146
15147         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15148
15149 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15150
15151         * shell/*: Added shell directory boilerplate, build it.
15152
15153 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15154
15155         * configure.ac, Makefile.am: Added top-level configure.ac and
15156         Makefile.am