]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Make EvJobPriority a proper GType. Fixes bug #567788.
[evince.git] / ChangeLog
1 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
2
3         * libview/Makefile.am:
4         * libview/ev-view-type-builtins.c.template:
5         * libview/ev-view-type-builtins.h.template:
6
7         Make EvJobPriority a proper GType. Fixes bug #567788.
8         
9 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
10
11         * configure.ac:
12         * cut-n-paste/*/Makefile.am:
13         * libdocument/Makefile.am:
14
15         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
16         code.
17         
18 2009-01-18  Christian Persch  <chpe@gnome.org>
19
20         * libview/ev-view.c: (ev_view_drag_data_get),
21         (ev_view_drag_motion), (ev_view_update_primary_selection),
22         (clear_link_selected):
23         * shell/ev-sidebar-attachments.c:
24         (ev_sidebar_attachments_drag_data_get),
25         (ev_sidebar_attachments_get_property),
26         (ev_sidebar_attachments_init):
27         * shell/ev-window.c: Update drag handling code to use the
28         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
29         hardcoding the targets lists. Bug #558084.
30         
31 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
32
33         * libdocument/Makefile.am:
34         * libdocument/ev-backend-marshal.c:
35         * libdocument/ev-backend-marshalers.list:
36         * libdocument/ev-document.c:
37
38         Remove unused marshalers stuff from libdocument.
39         
40 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
41
42         * po/POTFILES.in:
43
44         Update for the current source tree.
45         
46 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
47
48         * configure.ac:
49         * Makefile.am:
50         * libdocument/Makefile.am:
51         * libview/Makefile.am:
52         * libview/ev-job-scheduler.[ch]:
53         * libview/ev-jobs.[ch]:
54         * libview/ev-page-cache.[ch]:
55         * libview/ev-pixbuf-cache.[ch]:
56         * libview/ev-timeline.[ch]:
57         * libview/ev-transition-animation.[ch]:
58         * libview/ev-view-accessible.[ch]:
59         * libview/ev-view-marshal.list:
60         * libview/ev-view.[ch]:
61         * shell/Makefile.am:
62
63         Move EvView specific code to a libeviview library so that it can
64         be embbeded in other applications. Based on patches by Tomeu
65         Vizoso. Fixes bug #567751.
66         
67 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
68
69         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
70         * shell/ev-window.c: (ev_window_load_job_cb),
71         (ev_window_load_job_cb), (ev_window_open_uri),
72         (ev_window_reload_local), (ev_window_dispose):
73
74         Remove dest, mode and search_string from EvJobLoad since they are
75         not really needed by the job, but for the window.
76         
77 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
78
79         * shell/ev-view.c: (ev_view_drag_data_received),
80         (ev_view_class_init), (ev_view_init):
81         * shell/ev-window.c: (ev_window_drag_data_received),
82         (ev_window_class_init), (ev_window_init):
83
84         Make the whole EvWindow the destination of a drag and drop
85         operation.
86         
87 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * shell/ev-window.c: (window_open_file_copy_progress_cb):
90
91         Add missing brakets around the percentage in progress
92         messages. See bug #567910.
93         
94 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
95
96         * shell/ev-application.c: (ev_application_open_window),
97         (ev_application_open_uri_at_dest):
98
99         Do no use gdk_x11_* when not available. Based on patch by Hib
100         Eris, see bug #339172.
101         
102 2009-01-16  Hib Eris  <hib@hiberis.nl>
103
104         * configure.ac:
105         * properties/ev-properties-view.c:
106         (ev_properties_view_format_date):
107
108         Check for localtime_r. See bug #339172.
109         
110 2009-01-16  Hib Eris  <hib@hiberis.nl>
111
112         * shell/main.c:
113
114         Include gdkx only for dbus support. See bug #339172.
115         
116 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
117
118         * shell/ev-view.c: (ev_view_set_zoom_for_size):
119
120         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
121         #567785.
122         
123 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
124
125         * shell/ev-window.c: (reload_remote_copy_progress_cb),
126         (window_save_file_copy_progress_cb):
127
128         Use brakets around the percentage in progress messages. See bug
129         #567910.
130         
131 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * shell/ev-window.c: (reload_remote_copy_ready_cb):
134
135         Fix typo in error message. See bug #567910.
136         
137 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
138
139         * shell/ev-window.c: (ev_window_cmd_file_close_window):
140
141         Fix mnemonic conflict. Fixes bug #567937.
142         
143 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
144
145         * NEWS:
146         * configure.ac:
147
148         Update for release 2.25.4
149         
150 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
151
152         * configure.ac:
153         
154         GLib version requirement bumped to 2.18 due to g_set_error_literal.
155         Thanks to Christian Spurk.
156
157 2008-12-31  Hib Eris  <hib@hiberis.nl>
158         
159         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
160
161         Fix mime type handling.
162         
163 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * po/POTFILES.in:
166
167         Add ev-print-operation.c.
168         
169 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
170
171         * shell/ev-window.c: (ev_window_clear_progress_idle),
172         (reset_progress_idle), (ev_window_show_progress_message),
173         (ev_window_reset_progress_cancellable),
174         (ev_window_progress_response_cb), (show_loading_progress),
175         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
176         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
177         (show_reloading_progress), (reload_remote_copy_ready_cb),
178         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
179         (show_saving_progress), (window_save_file_copy_ready_cb),
180         (window_save_file_copy_progress_cb), (ev_window_save_remote),
181         (ev_window_dispose):
182
183         Show progress information when loading/saving remote files. Fixes
184         bug #370958.
185         
186 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
187
188         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
189
190         Show better warning message when temp file cannot be deleted.
191         
192 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * shell/ev-window.c: (image_save_dialog_response_cb):
195
196         Fix saving images to remote locations.
197         
198 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * shell/ev-application.[ch]: (ev_application_shutdown),
201         (ev_application_get_print_settings_file),
202         (ev_application_save_print_settings),
203         (ev_application_get_print_settings),
204         (ev_application_set_print_settings),
205         (ev_application_get_page_setup), (ev_application_set_page_setup):
206         * shell/ev-window.c: (ev_window_save_print_page_setup),
207         (ev_window_load_print_page_setup_from_metadata),
208         (ev_window_print_page_setup_done_cb),
209         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
210         (ev_window_cmd_preview_print):
211
212         Remember page setup options too. Paper size is globally remembered
213         while page margins are stored per document in metadata file. Fixes
214         bugs #525185 and #349102.
215         
216 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
217
218         * shell/ev-print-operation.c:
219         (ev_print_operation_export_print_dialog_response_cb):
220
221         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
222         
223 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
224
225         * shell/ev-print-operation.c: (export_cancel),
226         (export_job_cancelled), (ev_print_operation_export_begin),
227         (ev_print_operation_export_cancel):
228         * shell/ev-window.c: (ev_window_print_cancel),
229         (ev_window_print_update_pending_jobs_message),
230         (ev_window_print_operation_done),
231         (ev_window_print_operation_status_changed),
232         (print_jobs_confirmation_dialog_response),
233         (ev_window_cmd_file_close_window):
234
235         Show a confirmation dialog when there are pending print jobs while
236         closing the main window. Fixes bug #480964.
237         
238 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
239
240         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
241         (ev_print_operation_get_job_name),
242         (ev_print_operation_get_status),
243         (ev_print_operation_get_progress),
244         (ev_print_operation_update_status),
245         (ev_print_operation_export_get_job_name), (clamp_ranges),
246         (get_first_and_last_page), (ev_print_operation_export_run_next),
247         (print_job_finished), (export_print_done), (export_job_cancelled),
248         (update_progress), (export_print_page),
249         (ev_print_operation_export_begin),
250         (ev_print_operation_export_print_dialog_response_cb),
251         (ev_print_operation_export_run),
252         (ev_print_operation_export_cancel),
253         (ev_print_operation_export_class_init):
254         * shell/ev-window.c:
255         (ev_window_print_update_pending_jobs_message),
256         (ev_window_print_operation_done),
257         (ev_window_print_progress_response_cb),
258         (ev_window_print_operation_status_changed),
259         (ev_window_print_operation_begin_print), (ev_window_print_range),
260         (ev_window_dispose):
261
262         Show progress information when printing. Fixes bug #482770.
263         
264 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
265
266         * shell/Makefile.am:
267         * shell/ev-progress-message-area.[ch]:
268         * shell/ev-message-area.[ch]: (ev_message_area_init),
269         (ev_message_area_set_image_from_stock):
270
271         Add EvProgressMessageArea derived from EvMessageArea to show
272         progress information in the message area. 
273         
274 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
275
276         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
277
278         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
279         close button. Add a function to get the contents of the message
280         area.
281         
282 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
283
284         * shell/Makefile.am:
285         * shell/ev-print-operation.[ch]:
286         * shell/ev-jobs.[ch]: (ev_job_export_init),
287         (ev_job_export_dispose), (ev_job_export_run),
288         (ev_job_export_class_init), (ev_job_export_new),
289         (ev_job_export_set_page):
290         * shell/ev-window.c: (ev_window_print_operation_done),
291         (ev_window_print_range), (ev_window_dispose):
292
293         First step of the printing system rework. EvJobPrint has been
294         replaced by EvJobExport so that every page is scheduled to be
295         exported in a thread instead of scheduling the whole printing
296         process. This way the gui is responsive during printing.
297         
298 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * shell/ev-window.c: (setup_size_from_metadata),
301         (ev_window_load_print_settings_from_metadata):
302
303         Fix memory leaks.
304         
305 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
306
307         * libdocument/ev-document.c: (ev_document_get_type):
308
309         Add GObject type as prerequisite to EvDocument interface so that
310         document instances can be used as GObjects.
311         
312 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
313
314         * shell/ev-view.c: (jump_to_find_result):
315
316         Only jump the the location of the find result for the first match
317         when searching. It drastically improves the performance when
318         searching. Bug catched and fixed by Michael Hunold. Fixes bug
319         #564774.
320         
321 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
322
323         * properties/ev-properties-main.c: (ev_properties_get_pages):
324         * properties/ev-properties-view.[ch]:
325         (ev_properties_view_dispose), (ev_properties_view_class_init),
326         (ev_properties_view_set_info), (ev_properties_view_new):
327         * shell/ev-properties-dialog.[ch]:
328         (ev_properties_dialog_set_document):
329         * shell/ev-window.c: (ev_window_setup_document),
330         (ev_window_cmd_file_properties):
331
332         Add document URI to properties page. Fixes bug #555376.
333         
334 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * configure.ac:
337         * data/Makefile.am:
338         * data/evince-password.glade: Removed
339         * data/evince-properties.glade: Removed
340         * properties/ev-properties-view.c:
341         (ev_properties_view_class_init), (set_property),
342         (ev_properties_view_set_info), (ev_properties_view_init):
343         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
344         (font_cell_data_func), (ev_properties_fonts_init):
345
346         Remove Glade dependency.
347         
348 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
349
350         * backend/comics/comics-document.c: (comics_document_load):
351
352         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
353         
354 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
355
356         * NEWS:
357         * configure.ac:
358
359         Update for release 2.25.2
360         
361 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * configure.ac:
364         * shell/Makefile.am:
365         * shell/ev-keyring.[ch]:
366         * shell/ev-password.[ch]: Removed
367         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
368         (ev_password_view_class_init), (ev_password_view_clicked_cb),
369         (ev_password_view_init), (ev_password_view_set_uri),
370         (ev_password_dialog_got_response),
371         (ev_password_dialog_remember_button_toggled),
372         (ev_password_dialog_entry_changed_cb),
373         (ev_password_dialog_entry_activated_cb),
374         (ev_password_view_ask_password), (ev_password_view_get_password),
375         (ev_password_view_get_password_save_flags),
376         (ev_password_view_new):
377         * shell/ev-window.c: (ev_window_password_view_unlock),
378         (ev_window_load_job_cb), (ev_window_close_dialogs),
379         (ev_window_init):
380
381         Rework the password view. When the password is in the keyring it's
382         used automatically without showing the password dialog and it's  
383         only stored in the keyring when we are sure it's correct. The
384         password dialog has been reworked too, in order to make it
385         more hig compliant and consistent with the GTK+ dialog used in
386         gtkmountoperation. Fixes bug #562496. 
387         
388 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * backend/comics/comics-document.c: (comics_document_load):
391
392         Do not trust file extensions when getting the command needed to
393         uncompress comic documents. Fixes bug #562143.
394         
395 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
396
397         * libdocument/ev-document-factory.c: (get_document_from_uri),
398         (ev_document_factory_get_document):
399         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
400         (get_mime_type_from_data), (ev_file_get_mime_type):
401
402         Move mime-type functions from document-facrory to file-helpers so
403         that it can be reused.
404         
405 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
406
407         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
408         (window_open_file_copy_ready_cb), (ev_window_reload_local),
409         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
410         (ev_window_reload_remote), (ev_window_reload_document):
411
412         Add support for reloading remote documents. Fixes bug #555399.
413         
414 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * shell/ev-view.c: (ev_view_find_previous):
417
418         Make sure find_result is never < 0 which causes a crash while
419         searching. Fixes bug #558377.
420         
421 2008-11-19  Marek Kašík <mkasik@redhat.com>
422
423         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
424         (ev_pixbuf_cache_get_selection_surface):
425         
426         Fixes crash on fast scrolling with simultaneous text selection.
427
428 2008-11-19  Marek Kašík <mkasik@redhat.com>
429
430         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
431         * shell/ev-window.c (launch_external_uri):
432         
433         Fixes assertion fail on selecting text. See bug #561393.
434
435 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
436
437         * shell/Makefile.am:
438         * shell/ev-jobs.[ch]: (ev_job_layers_init),
439         (ev_job_layers_dispose), (ev_job_layers_run),
440         (ev_job_layers_class_init), (ev_job_layers_new):
441         * shell/ev-sidebar-layers.[ch]:
442         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
443         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
444         (ev_view_reload_page), (ev_view_reload):
445         * shell/ev-window.c: (setup_sidebar_from_metadata),
446         (ev_window_sidebar_current_page_changed_cb),
447         (sidebar_layers_visibility_changed), (ev_window_init):
448
449         Add layers support.
450         
451 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
452
453         * data/icons/22x22/actions/Makefile.am:
454         * data/icons/22x22/actions/eye.png:
455         * shell/ev-stock-icons.[ch]:
456         
457         Add eye icon from gimp to hide/show layers.
458         
459 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
460
461         * configure.ac:
462         * cut-n-paste/Makefile.am:
463         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
464         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
465         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
466
467         Add GimpCellRendererToggle from gimp slightly modified to fit our
468         needs. 
469         
470 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
471
472         * configure.ac:
473         * backend/pdf/ev-poppler.cc:
474
475         Implement layers interface in PDF backend.
476         
477 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
478
479         * libdocument/Makefile.am:
480         * libdocument/ev-document-layers.[ch]:
481         * libdocument/ev-layer.[ch]:
482
483         Add optional content (layers) interface.
484         
485 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
486
487         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
488         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
489
490         Removes unused code.
491
492 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
493
494         * NEWS:
495         * configure.ac:
496
497         Update for 2.25.1 release
498
499 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
500
501         * shell/ev-window.c:
502
503         Fix build with GTK+ < 2.14
504
505 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
506
507         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
508         
509         Makes menu label translatable. Fixes bug #559129.
510
511 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
512
513         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
514         (t1_transform_font):
515         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
516         
517         More renames of warning to mdvi_warning in follow up to the
518         fix of the bug #553369. Fix for the bug #559257 by
519         Tuxce <tuxce.net@gmail.com>.
520         
521 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
522
523         * shell/ev-application.c: (ev_application_init_session):
524         * shell/main.c: (main):
525
526         Move the egg_set_desktop_file() call to main and remove
527         gtk_window_set_default_icon_name() since it's already called by
528         egg_set_desktop_file()
529         
530 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
531
532         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
533
534         Initialize GError to NULL.
535         
536 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * shell/ev-window.c: (window_save_file_copy_ready_cb),
539         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
540         (ev_window_preview_print_finished), (launch_action):
541
542         Do not use popup dialogs to show error messages anymore, use the
543         message area instead.
544         
545 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
546
547         * shell/ev-window.c: (ev_window_error_message),
548         (ev_window_warning_message), (ev_window_set_document),
549         (ev_window_load_job_cb), (ev_window_load_remote_failed),
550         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
551         (ev_window_cmd_help_contents), (launch_external_uri),
552         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
553         (ev_attachment_popup_cmd_open_attachment),
554         (attachment_save_dialog_response_cb):
555
556         Use a message format (with printf()-style) in
557         ev_window_error_message and ev_window_warning_message.
558
559 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
560
561         * shell/ev-window.c: (ev_window_error_message),
562         (ev_window_warning_message), (ev_window_set_document),
563         (ev_window_load_job_cb), (ev_window_load_remote_failed),
564         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
565         (ev_window_cmd_help_contents), (launch_external_uri),
566         (image_save_dialog_response_cb),
567         (ev_attachment_popup_cmd_open_attachment),
568         (attachment_save_dialog_response_cb):
569
570         Change ev_window_error_message and ev_window_warning_message to
571         receive a EvWindow instead of a GtkWindow. It's more consistent
572         and avoids unneeded casts.
573         
574 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
575
576         * shell/ev-window.c: (ev_window_cmd_help_contents):
577
578         Use gtk_show_uri() when availale to display help contents.
579         
580 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * configure.ac:
583         * backend/pdf/ev-poppler.cc:
584         * properties/ev-properties-view.c:
585         * shell/Makefile.am:
586         * shell/ev-tooltip.[ch]: Removed
587         * shell/ev-view-private.h
588         * shell/eggfindbar.c:
589         * shell/ev-application.c:
590         * shell/ev-open-recent-action.c:
591         * shell/ev-sidebar-thumbnails.c:
592         * shell/ev-view.c:
593         * shell/ev-window.c:
594
595         Bump GTK+ requirement to 2.12.
596         
597 2008-10-27 Christian Persch <chpe@gnome.org>
598
599         * backend/djvu/djvu-document.c
600         * backend/dvi/cairo-device.c
601         * cut-n-paste/evmountoperation/ev-mount-operation.h
602         * cut-n-paste/gedit-message-area/gedit-message-area.h
603         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
604         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
605         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
606         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
607         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
608         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
609         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
610         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
611         * cut-n-paste/zoom-control/ephy-zoom-action.c
612         * cut-n-paste/zoom-control/ephy-zoom-action.h
613         * cut-n-paste/zoom-control/ephy-zoom-control.c
614         * cut-n-paste/zoom-control/ephy-zoom-control.h
615         * libdocument/ev-async-renderer.h
616         * libdocument/ev-document-factory.c
617         * libdocument/ev-document-misc.h
618         * libdocument/ev-image.h
619         * libdocument/ev-selection.h
620         * shell/ev-properties-fonts.h
621         * shell/ev-stock-icons.h
622         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
623         directly. Bug #558064.
624
625 2008-10-27 Christian Persch <chpe@gnome.org>
626
627         * cut-and-paste/smclient/*: Update from libegg.
628
629 2008-10-27 Christian Persch <chpe@gnome.org>
630
631         * backend/djvu/djvu-document.c
632         * backend/ps/ev-spectre.c
633         * shell/ev-jobs.c: Use printf safely. Bug #558066.
634
635 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
636
637         * shell/ev-view.c (ev_view_change_page),
638         (ev_view_transition_animation_finish),
639         (ev_view_transition_animation_cancel), (page_changed_cb),
640         (ev_view_set_presentation), (ev_view_next_page),
641         (ev_view_previous_page):
642         
643         Cancel the animation without scheduling transition start
644         and proceed to the next page to fix bug #516749.
645
646 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * NEWS:
649         * configure.ac:
650
651         Update for release 2.24.1
652         
653 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
654
655         * shell/ev-window.c: (ev_window_cmd_view_presentation):
656
657         Disable toggle function of F5 when in presentation mode. Patch by
658         Dave Neary. Fixes bug #556162.
659         
660 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
661
662         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
663         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
664         (ev_sidebar_thumbnails_fill_model),
665         (ev_sidebar_thumbnails_refresh),
666         (ev_sidebar_thumbnails_set_document):
667
668         Instead of using only one loading icon for thumbnails based on the
669         size of the first page, create an icon for every different page
670         size. Fixes bug #556264.
671         
672 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
673
674         * shell/ev-page-cache.c: (ev_page_cache_finalize):
675
676         Fix memory leak.
677         
678 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
679
680         * shell/ev-window-title.c (ev_window_title_sanitize_title):
681
682         Removes bad prefixes from window title. Patch by 
683         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
684         
685 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * shell/ev-window.c: (launch_external_uri):
688
689         Do not consider mailto links as http uris. Fixes bug #555801.
690         
691 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
692
693         * shell/ev-view.c: (merge_selection_region), (clear_selection):
694
695         Fix memory leak. Fixes bug #555134.
696         
697 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
698
699         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
700
701         Emit the job finished signal when the job is handled before the
702         page_ready callback.
703         
704 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * shell/ev-window.c: (launch_action):
707
708         Use GdkAppLaunchContext when available to launch external
709         applications.
710         
711 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
712
713         * shell/ev-window.c: (launch_action):
714
715         Fix launching external applications for launch actions which seems
716         to be broken since the gio port. Fixes bug #554500.
717         
718 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
719
720         * backend/dvi/Makefile.am:
721         * backend/dvi/cairo-device.c:
722         * backend/dvi/dvi-document.c:
723         * backend/dvi/mdvi-lib/Makefile.am:
724
725         Fix several compile warnings in the dvi backend.
726         
727 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
728
729         * backend/dvi/mdvi-lib/common.h:
730         * backend/dvi/mdvi-lib/dviread.c:
731         * backend/dvi/mdvi-lib/font.c:
732         * backend/dvi/mdvi-lib/fontmap.c:
733         * backend/dvi/mdvi-lib/fontsrch.c:
734         * backend/dvi/mdvi-lib/gf.c:
735         * backend/dvi/mdvi-lib/pagesel.c:
736         * backend/dvi/mdvi-lib/pk.c:
737         * backend/dvi/mdvi-lib/sp-epsf.c:
738         * backend/dvi/mdvi-lib/special.c:
739         * backend/dvi/mdvi-lib/tfm.c:
740         * backend/dvi/mdvi-lib/tfmfile.c:
741         * backend/dvi/mdvi-lib/util.c:
742         * backend/dvi/mdvi-lib/vf.c:
743
744         Rename error as mdvi_error to avoid symbol conflicts with the libc
745         error. Rename also message, crash, fatal and warning for
746         consistency. Fixes bug #553369.
747         
748 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
749
750         * backend/dvi/dvi-document.c: (dvi_document_load):
751
752         Fix memory leak.
753         
754 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * backend/dvi/dvi-document.c:
757
758         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
759         G_IMPLEMENT_INTERFACE.
760         
761 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
762
763         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
764
765         Make sure copy_job_page_and_selection_to_job_info is always called
766         before copy_job_to_job_info. Fixes bug #552382.
767         
768 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
769
770         * NEWS:
771         * configure.ac:
772
773         Update for release 2.24.0
774         
775 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * shell/ev-window.c: (launch_external_uri):
778
779         Use GdkAppLaunchContext when available to launch external uris.
780         
781 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * shell/ev-window.c: (launch_external_uri):
784
785         Use the message area to show errors when lauching external uris
786         instead of a popup window.
787         
788 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * shell/ev-window.c: (launch_external_uri):
791
792         Assume invalid uris are http uris. Fixes bug #552071.
793         
794 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
795
796         * NEWS:
797         * configure.ac:
798
799         Update for release 2.23.92.
800         
801 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * shell/eggfindbar.c: (egg_find_bar_class_init):
804
805         Allow page scrolling with PageUp/PageDown keys when find bar is
806         active. Fixes bug #529833.
807         
808 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * shell/ev-view-private.h:
811         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
812         (ev_view_scroll), (ev_view_class_init):
813         * shell/ev-view-accessible.c:
814         (ev_view_accessible_action_do_action):
815         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
816         (ev_window_cmd_scroll_backward):
817
818         Use GtkScrollType instead of EvScrollType.
819         
820 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
821
822         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
823         
824         Patch for case unsensitive page label match by Michael Lee.
825         See bug #550136.
826         
827         * shell/ev-page-action.c (create_tool_item):    
828         * test/Makefile.am:
829         * test/test1.py:
830         * test/test4.py:
831         * test/test5.py:
832         
833         Added test for the above and updated other tests.
834
835 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * shell/ev-window.c: (image_save_dialog_response_cb):
838
839         Do not append the file extension twice when saving an image.
840         
841 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
842
843         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
844
845         Remove an invalid ifdef.
846         
847 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
848
849         * shell/ev-view.c: (ev_view_motion_notify_event):
850
851         Make sure the cursor is correctly restored after showing the right
852         click menu.
853         
854 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
855
856         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
857         (ev_attachment_open):
858         * shell/ev-sidebar-attachments.c:
859         (ev_sidebar_attachments_button_press):
860         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
861
862         Use GdkAppLaunchContext when available to open attachments.
863         
864 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
865
866         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
867
868         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
869         by Eric Piel.
870         
871 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * shell/ev-application.c: (ev_application_get_media_keys):
874         * shell/ev-media-player-keys.[ch]:
875         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
876         (ev_media_player_keys_grab_keys),
877         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
878         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
879         * shell/ev-window.[ch]: (ev_window_dispose),
880         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
881         (ev_window_init):
882
883         Clean up the media player keys stuff.
884         
885 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * NEWS:
888         * configure.ac:
889
890         Update for release 2.23.91.
891         
892 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * cut-n-paste/smclient/eggsmclient-xsmp.c:
895         (sm_client_xsmp_set_initial_properties):
896
897         Fix memory leak.
898         
899 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
900
901         * shell/ev-application.c: (ev_application_open_window),
902         (ev_application_open_uri_at_dest):
903
904         Make sure evince starts up in the right workspace when resuming a
905         previous session.
906         
907 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * shell/ev-application.[ch]: (ev_application_open_window),
910         (ev_application_add_icon_path_for_screen),
911         (ev_application_open_uri_at_dest):
912
913         Fix window manager warnings shown in ~/.xsession-errors
914         
915 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
916
917         * configure.ac:
918         * cut-n-paste/Makefile.am:
919         * cut-n-paste/smclient/Makefile.am:
920         * cut-n-paste/smclient/eggdesktopfile.[ch]:
921         * cut-n-paste/smclient/eggsmclient-private.h:
922         * cut-n-paste/smclient/eggsmclient-xsmp.c:
923         * cut-n-paste/smclient/eggsmclient.[ch]:
924
925         EggSMClient copied from libegg
926
927         * libdocument/ev-file-helpers.c: (ev_dot_dir):
928         * shell/Makefile.am:
929         * shell/ev-application.[ch]: (ev_application_load_session),
930         (smclient_save_state_cb), (smclient_quit_cb),
931         (ev_application_init_session), (ev_application_shutdown),
932         (ev_application_init):
933         * shell/main.c: (main):
934
935         Use EggSMClient instead of gnome-client and remove libgnome and
936         libgnomeui dependencies.
937         
938 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
939
940         * shell/main.c: (main):
941
942         Remove gnome_authentication_manager_init.
943         
944 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * shell/ev-view.c: (ev_view_goto_window_create):
947
948         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
949         since it's now deprecated.
950         
951 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
952
953         * backend/djvu/Makefile.am:
954         * backend/djvu/djvu-document-private.h:
955         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
956         (djvu_document_find_iface_init):
957         * backend/djvu/djvu-text-page.[ch]:
958         * backend/djvu/djvu-text.[ch]: Removed
959         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
960         (pdf_document_find_iface_init):
961         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
962         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
963         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
964         (ev_job_find_get_n_results), (ev_job_find_get_progress),
965         (ev_job_find_has_results), (ev_job_find_get_results):
966         * shell/ev-view-private.h:
967         * shell/ev-view.[ch]: (ev_view_expose_event),
968         (highlight_find_results), (ev_view_finalize),
969         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
970         (ev_view_set_document), (ev_view_find_get_n_results),
971         (ev_view_find_get_result), (jump_to_find_result),
972         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
973         (ev_view_find_previous), (ev_view_find_search_changed),
974         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
975         * shell/ev-window.c: (ev_window_update_actions),
976         (page_changed_cb), (ev_window_setup_document),
977         (ev_window_update_find_status_message),
978         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
979         (ev_window_clear_find_job), (find_bar_close_cb),
980         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
981         (ev_window_dispose), (ev_window_init):
982
983         Rework find interface. The find logic has been moved from backends
984         to the shell avoiding a lot of duplicated code in the backends and
985         making easier to implement the find interface in the backends.
986         
987 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
988
989         * backend/pdf/ev-poppler.cc:
990         (pdf_document_thumbnails_get_dimensions):
991
992         Make sure thumbnail size returned by the PDF is actually
993         valid. Fixes bug #548462.
994         
995 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
996
997         * shell/ev-window.c: (ev_window_setup_document),
998         (ev_window_set_document), (ev_window_dispose):
999
1000         Remove the idle function for setting the document up when the
1001         window is destroyed. Fixes bug #549163.
1002         
1003 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1006         (ev_job_attachments_dispose), (ev_job_attachments_run),
1007         (ev_job_attachments_class_init), (ev_job_attachments_new):
1008         * shell/ev-sidebar-attachments.c:
1009         (ev_sidebar_attachments_set_document):
1010
1011         Add a new job to get the attachments in a thread with the document
1012         lock held. Fixes bug #548653.
1013         
1014 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1015
1016         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1017         (tiff_document_document_iface_init):
1018
1019         Implement document_get_page_label in tiff backend.
1020         
1021 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1022
1023         * backend/tiff/tiff-document.c: (tiff_document_render):
1024
1025         Handle document orientation in tiff backend. Fixes bug #548444.
1026         
1027 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1030
1031         Do not crash when adjustment page size is 0. Fixes bug #547440.
1032         
1033 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1034
1035         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1036
1037         Sync with current GTK+.
1038         
1039 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1040
1041         * configure.ac:
1042         
1043         Update for release 2.23.6.
1044
1045 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1046
1047         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1048         (ev_job_load_set_password):
1049         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1050         * shell/ev-window.c: (password_dialog_response),
1051         (ev_window_load_job_cb):
1052
1053         Fix loading encrypted documents since I broke it with the jobs
1054         rework.
1055         
1056 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * NEWS:
1059
1060         Update NEWS for 2.23.6 release.
1061         
1062 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1063
1064         * backend/impress/impress-document.c:
1065         * backend/impress/render.h:
1066         * libdocument/ev-document-factory.c:
1067         * libdocument/ev-document-factory.h:
1068         * libdocument/ev-document-links.h:
1069         * libdocument/ev-document-misc.c:
1070         * libdocument/ev-document-misc.h:
1071         * properties/ev-properties-main.c:
1072         * properties/ev-properties-view.c:
1073         * properties/ev-properties-view.h:
1074         * shell/eggfindbar.c:
1075         * shell/eggfindbar.h:
1076         * shell/ev-application.c:
1077         * shell/ev-application.h:
1078         * shell/ev-jobs.h:
1079         * shell/ev-message-area.h:
1080         * shell/ev-navigation-action.c:
1081         * shell/ev-navigation-action.h:
1082         * shell/ev-open-recent-action.c:
1083         * shell/ev-open-recent-action.h:
1084         * shell/ev-page-action-widget.c:
1085         * shell/ev-page-action.c:
1086         * shell/ev-page-action.h:
1087         * shell/ev-page-cache.h:
1088         * shell/ev-password-view.h:
1089         * shell/ev-password.h:
1090         * shell/ev-pixbuf-cache.h:
1091         * shell/ev-properties-fonts.c:
1092         * shell/ev-sidebar-attachments.c:
1093         * shell/ev-sidebar-links.c:
1094         * shell/ev-sidebar-links.h:
1095         * shell/ev-sidebar-thumbnails.c:
1096         * shell/ev-sidebar-thumbnails.h:
1097         * shell/ev-sidebar.c:
1098         * shell/ev-sidebar.h:
1099         * shell/ev-stock-icons.c:
1100         * shell/ev-tooltip.h:
1101         * shell/ev-view.c:
1102         * shell/ev-view.h:
1103         * shell/ev-window.c:
1104         * shell/ev-window.h:
1105         * shell/main.c:
1106
1107         More #include cleanups. Again: reordering, single gtk.h
1108         includes and other stuff.
1109
1110 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1111
1112         * shell/eggfindbar.c:
1113         * shell/ev-application.c:
1114         * shell/ev-message-area.c:
1115         * shell/ev-navigation-action.c:
1116         * shell/ev-open-recent-action.c:
1117         * shell/ev-page-action-widget.c:
1118         * shell/ev-page-action.c:
1119         * shell/ev-password-view.c:
1120         * shell/ev-properties-dialog.c:
1121         * shell/ev-properties-fonts.c:
1122         * shell/ev-sidebar-attachments.c:
1123         * shell/ev-sidebar-page.c:
1124         * shell/ev-sidebar-thumbnails.c:
1125         * shell/ev-stock-icons.c:
1126         * shell/ev-tooltip.c:
1127         * shell/ev-view.c:
1128         * shell/ev-window.c:
1129         * shell/main.c:
1130
1131         Cleanup many #include statements: reorder so that a
1132         generic-to-specific order is used, use single gtk.h
1133         includes, and some other cleanups.
1134
1135 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1136
1137         * shell/ev-jobs.h:
1138
1139         Add gio header.
1140         
1141 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1144         (ev_document_fc_mutex_trylock):
1145         * shell/Makefile.am:
1146         * shell/ev-job-queue.[ch]:
1147         * shell/ev-job-scheduler.[ch]:
1148         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1149         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1150         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1151         (ev_job_failed_from_error), (ev_job_succeeded),
1152         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1153         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1154         (ev_job_links_class_init), (ev_job_render_init),
1155         (notify_page_ready), (ev_job_render_page_ready),
1156         (ev_job_render_run), (ev_job_render_class_init),
1157         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1158         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1159         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1160         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1161         (ev_job_save_dispose), (ev_job_save_run),
1162         (ev_job_save_class_init), (ev_job_print_init),
1163         (ev_job_print_dispose), (ev_job_print_run),
1164         (ev_job_print_class_init):
1165         * shell/ev-page-cache.c:
1166         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1167         (check_job_size_and_unref), (move_one_job),
1168         (copy_job_to_job_info), (add_job),
1169         (ev_pixbuf_cache_add_jobs_if_needed):
1170         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1171         (job_fonts_finished_cb), (job_fonts_updated_cb),
1172         (ev_properties_fonts_set_document):
1173         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1174         (ev_sidebar_links_set_document):
1175         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1176         (ev_sidebar_thumbnails_set_document),
1177         (ev_sidebar_thumbnails_clear_job):
1178         * shell/ev-view-private.h:
1179         * shell/ev-view.c:
1180         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1181         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1182         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1183         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1184         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1185         (ev_window_reload_document), (ev_window_clear_save_job),
1186         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1187         (ev_window_clear_print_job), (ev_window_print_job_cb),
1188         (ev_window_print_dialog_response_cb):
1189         * shell/main.c: (main):
1190
1191         Rework the jobs system in order to make it simpler and more
1192         extensible. It allows to run jobs in the main loop instead of
1193         using a thread when it's appropriate like the fonts job. Now it's
1194         also possible to cancel jobs that are currently running. 
1195         
1196 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1197
1198         * libdocument/ev-debug.c: (profile_init):
1199
1200         Create the hash table also when profiling service is enabled for
1201         all sections.
1202         
1203 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1206         (ev_profiler_stop):
1207         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1208         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1209         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1210         (ev_job_print_run):
1211         * shell/main.c: (main):
1212
1213         Add a profile mode available when debug is enabled. Add profilers
1214         in ev-jobs.
1215         
1216 2008-07-23  Götz Waschk <waschk@mandriva.org>
1217
1218         * configure.ac: Correctly build desktop file. Fixes
1219         bug #544237.
1220
1221 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1222
1223         * configure.ac:
1224         
1225         Update for release 2.23.5.
1226
1227 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1228
1229         * NEWS:
1230
1231         Update NEWS for 2.23.5 release.
1232         
1233 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1234
1235         * shell/ev-window.c: (ev_window_state_event),
1236         (ev_window_class_init):
1237
1238         Intercept window manager's fullscreen request in order to run/stop
1239         fullscreen mode. Fixes bug #493541.
1240         
1241 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1244
1245         Restart the job search when the find bar is opened for the second
1246         time. Fixes bug #531956.
1247         
1248 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1251         (get_document_from_uri):
1252
1253         Make sure we always return a valid error struct when
1254         get_document_from_uri fails. Fixes nautilus crash, see bug
1255         #542548.
1256         
1257 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1258
1259         * libdocument/ev-transition-effect.c
1260         (ev_transition_effect_type_get_type),
1261         (ev_transition_effect_alignment_get_type),
1262         (ev_transition_effect_direction_get_type):
1263         
1264         Fixes bug #542924. Makes enums static to fix Solaris build.
1265
1266 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1267
1268         * shell/ev-view.c: (ev_view_key_press_event):
1269
1270         Add '.' keybinding for blanking the screen in presentation
1271         mode. Fixes bug #542001.
1272         
1273 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1274
1275         * libdocument/ev-document-misc.c:
1276         (ev_document_misc_pixbuf_from_surface):
1277
1278         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1279         #540950.
1280         
1281 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1282
1283         * backend/comics/comics-document.c (comics_document_load):
1284         * backend/comics/comicsdocument.evince-backend.in:
1285         * configure.ac:
1286         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1287         
1288         Added support for 7-zip based cb7 comic book. Patch by
1289         Kartik Rustagi. Fixes bug #532312.
1290
1291 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1292
1293         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1294         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1295         Fixes bug #539972.
1296
1297 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1298
1299         * shell/Makefile.am:
1300         * shell/ev-application.c (ev_application_init),
1301         (ev_application_get_media_keys):
1302         * shell/ev-application.h:
1303         * shell/ev-marshal.list:
1304         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1305         (proxy_destroy), (on_media_player_key_pressed),
1306         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1307         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1308         * shell/ev-media-player-keys.h:
1309         * shell/ev-window.c (ev_window_go_previous_page),
1310         (ev_window_go_next_page), (ev_window_go_first_page),
1311         (ev_window_go_last_page), (ev_window_start_presentation),
1312         (ev_window_dispose), (view_actions_focus_in_cb):
1313         * shell/ev-window.h: When building with D-Bus support, listen
1314         for multimedia key events from gnome-settings-daemon. This allows
1315         to go to the next/previous/first/last pages using, respectively,
1316         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1317         a presentation. Fixes bug #539971.
1318
1319 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1320
1321         * configure.ac:
1322         
1323         Update for release 2.23.4.
1324
1325 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1326
1327         * NEWS:
1328
1329         Update news for 2.23.4 release.
1330         
1331 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1334         * shell/ev-sidebar-thumbnails.c:
1335         (ev_sidebar_thumbnails_set_loading_icon),
1336         (ev_sidebar_thumbnails_refresh):
1337         * shell/ev-window.c: (ev_window_error_message),
1338         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1339         (ev_window_set_document):
1340
1341         Do not crash opening documents with no pages and show a warning
1342         message in the message area. Fixes bugs #537574 and #171588.
1343         
1344 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1345
1346         * shell/Makefile.am:
1347         * shell/ev-file-monitor.[ch]:
1348         * shell/ev-window.c: (ev_window_document_changed),
1349         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1350         (ev_window_reload_job_cb), (ev_window_open_uri),
1351         (ev_window_reload_document), (ev_window_cmd_view_reload),
1352         (ev_window_dispose):
1353
1354         Automaticly reload the document when the file has changed on
1355         disk. Bug #304249.
1356         
1357 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1358
1359         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1360         * libdocument/ev-image.c: (ev_image_save_tmp):
1361         * libdocument/ev-module.c: (ev_module_load):
1362         * shell/ev-application.c: (ev_application_shutdown),
1363         (ev_application_get_print_settings):
1364         * shell/ev-sidebar-attachments.c:
1365         (ev_sidebar_attachments_button_press),
1366         (ev_sidebar_attachments_drag_data_get):
1367         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1368         (ev_window_print_finished), (ev_window_print_send),
1369         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1370         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1371         (ev_window_cmd_preview_print):
1372         * shell/main.c: (load_files_remote):
1373         Fix some build warnings under GCC 4.3.0. (#537535).
1374
1375 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1376
1377         * shell/ev-jobs.c: (ev_job_render_dispose):
1378
1379         Fix a crash in debug mode. Patch by Daniel M German.
1380         
1381 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1382
1383         * shell/ev-window.c:
1384
1385         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1386         
1387 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1388
1389         * shell/ev-window.c: (ev_window_print_send),
1390         (ev_window_do_preview_print):
1391
1392         Use the window title as print job name instead of just
1393         "evince-print". Fixes bug #534493.
1394         
1395 2008-05-19  Frederic Peters  <fpeters@0d.be>
1396
1397         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1398         Bug #533897.
1399
1400 2008-05-19  Frederic Peters  <fpeters@0d.be>
1401
1402         * help/reference/Makefile.am: added missing libevmountoperation to
1403         gtkdoc-scanobj libraries.  Bug #533896.
1404
1405 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1406
1407         * properties/ev-properties-view.c (get_default_user_units):
1408         Fixes check for default units string translation. Bug #533323.
1409
1410 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1411
1412         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1413         be an iks_free(). Fix an array overflow in the XML parser that
1414         would occur whenever the number of attributes in a tag was greater
1415         than 0 and divisible by 6. Fixes GNOME bug #530852.
1416
1417 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1418
1419         * backend/djvu/djvu-document-private.h:
1420         * backend/djvu/djvu-links.c:
1421         * backend/djvu/djvu-text.c:
1422         * backend/djvu/djvu-document.c: (djvu_handle_events),
1423         (djvu_wait_for_message), (djvu_document_load),
1424         (document_get_page_size), (djvu_document_render),
1425         (djvu_document_thumbnails_get_thumbnail),
1426         (djvu_document_file_exporter_end):
1427
1428         Make sure load job doesn't finish successfully when the document
1429         is not successfully decoded by libdjvu. Fixes bug #530202.
1430         
1431 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1432
1433         * configure.ac:
1434         * libdocument/Makefile.am:
1435         * libdocument/ev-debug.[ch]:
1436         * libdocument/ev-document.c:
1437         * shell/ev-jobs.c: (ev_job_links_dispose),
1438         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1439         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1440         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1441         (ev_job_render_page_ready), (ev_job_render_run),
1442         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1443         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1444         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1445         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1446         (ev_job_print_new), (ev_job_print_run):
1447         * shell/main.c: (main):
1448
1449         Add debug mode based on gedit code. Add debug messages in
1450         ev-jobs.
1451         
1452 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1453
1454         * libdocument/ev-document-factory.c: (get_document_from_uri):
1455
1456         Fix memory leak.
1457         
1458 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1459
1460         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1461         (get_mime_type_from_data), (get_document_from_uri),
1462         (ev_document_factory_get_document):
1463         
1464         Improved error message about file opening failture.
1465         Bug #529129.
1466
1467 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1468
1469         * data/evince-toolbar.xml:
1470         
1471         Allow to add SaveAs to toolbar.
1472
1473 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * shell/ev-view-private.h:
1476         * shell/ev-view.[ch]: (ev_view_button_release_event),
1477         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1478         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1479         (ev_view_update_primary_selection), (clear_link_selected),
1480         (ev_view_copy_link_address):
1481         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1482
1483         Update also the primary selection when copying a link
1484         address. Fixes bug #520855.
1485         
1486 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1487
1488         * libdocument/ev-document-factory.c: (get_document_from_uri):
1489
1490         Use the pixbuf backend only when the mime type is not supported by
1491         any of the other backend so that tiff documents, for instance, are
1492         handled by the tiff backend instead of the pixbuf backend. fixes
1493         bug #520290.
1494         
1495 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1496
1497         * cut-n-paste/Makefile.am:
1498
1499         Add evmountoperation to subdirs list.
1500         
1501 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * configure.ac:
1504
1505         Fix libspectre check in configure script. Fixes bug #528549.
1506         
1507 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * configure.ac:
1510         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1511         * shell/Makefile.am:
1512         * shell/ev-window.c: (ev_window_load_remote_failed),
1513         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1514
1515         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1516         open documents in remote locations that are not mounted.
1517         
1518 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1519
1520         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1521         (bitmap_convert_msb8):
1522         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1523         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1524
1525         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1526         
1527 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1530         (ev_job_render_new), (ev_job_render_set_selection_info),
1531         (ev_job_render_run):
1532         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1533         (check_job_size_and_unref),
1534         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1535         (add_job), (ev_pixbuf_cache_get_selection_surface):
1536
1537         Create the render context needed for rendering a page in the render
1538         thread so that we don't block the main thread. Simplify
1539         EvJobRender API.
1540         
1541 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * libdocument/Makefile.am:
1544         * libdocument/ev-page.[ch]:
1545         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1546         (ev_render_context_new), (ev_render_context_set_page):
1547         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1548         (ev_form_field_finalize), (ev_form_field_class_init):
1549         * libdocument/ev-document-forms.[ch]:
1550         (ev_document_forms_get_form_fields):
1551         * libdocument/ev-document.[ch]: (ev_document_get_page),
1552         (ev_document_get_page_size), (ev_document_get_page_label):
1553         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1554         (ev_job_render_run), (ev_job_thumbnail_new),
1555         (ev_job_thumbnail_run), (ev_job_print_run):
1556         * shell/ev-page-cache.c: (ev_page_cache_new):
1557         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1558         (check_job_size_and_unref), (add_job):
1559         * shell/ev-sidebar-thumbnails.c: (add_range):
1560         * shell/ev-view.c: (ev_view_form_field_get_region),
1561         (ev_view_form_field_button_create_widget),
1562         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1563         (ev_view_handle_form_field), (ev_view_size_allocate),
1564         (get_selected_text):
1565         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1566         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1567         (pdf_document_get_page), (pdf_document_get_page_label),
1568         (pdf_document_render), (pdf_document_get_info),
1569         (pdf_document_document_iface_init),
1570         (pdf_document_thumbnails_get_thumbnail),
1571         (pdf_document_thumbnails_get_dimensions),
1572         (pdf_document_file_exporter_do_page),
1573         (pdf_selection_render_selection),
1574         (pdf_selection_get_selected_text),
1575         (pdf_selection_get_selection_region),
1576         (pdf_selection_get_selection_map),
1577         (pdf_document_forms_get_form_fields),
1578         (pdf_document_forms_form_field_text_get_text),
1579         (pdf_document_forms_form_field_text_set_text),
1580         (pdf_document_forms_form_field_button_set_state),
1581         (pdf_document_forms_form_field_button_get_state),
1582         (pdf_document_forms_form_field_choice_get_item),
1583         (pdf_document_forms_form_field_choice_get_n_items),
1584         (pdf_document_forms_form_field_choice_is_item_selected),
1585         (pdf_document_forms_form_field_choice_select_item),
1586         (pdf_document_forms_form_field_choice_toggle_item),
1587         (pdf_document_forms_form_field_choice_unselect_all),
1588         (pdf_document_forms_form_field_choice_set_text),
1589         (pdf_document_forms_form_field_choice_get_text):
1590         * backend/ps/ev-spectre.c: (ps_document_get_page),
1591         (ps_document_get_page_size), (ps_document_get_page_label),
1592         (ps_document_render), (ps_document_document_iface_init),
1593         (ps_document_file_exporter_do_page):
1594         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1595         (tiff_document_render), (tiff_document_render_pixbuf),
1596         (tiff_document_file_exporter_do_page):
1597         * backend/pixbuf/pixbuf-document.c:
1598         (pixbuf_document_get_page_size):
1599         * backend/comics/comics-document.c:
1600         (comics_document_get_page_size), (comics_document_render_pixbuf):
1601         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1602         (djvu_document_render), (djvu_selection_get_selected_text),
1603         (djvu_document_thumbnails_get_thumbnail),
1604         (djvu_document_file_exporter_do_page),
1605         (djvu_document_find_get_result):
1606         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1607         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1608         (dvi_document_thumbnails_get_thumbnail),
1609         (dvi_document_file_exporter_do_page):
1610         * backend/impress/impress-document.c:
1611         (impress_document_get_page_size),
1612         (impress_document_render_pixbuf):
1613         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1614
1615         Add EvPage so that we can hold a reference to the backend
1616         page. Form fields keep now a reference to the poppler page
1617         improving performance since we don't have to create/destroy the
1618         poppler field for every form operation. This will be needed for
1619         annotations too.
1620         
1621 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1622
1623         * data/evince-ui.xml:
1624         * shell/ev-window.c:
1625
1626         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1627         
1628 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1629
1630         * configure.ac:
1631         * backend/ps/Makefile.am:
1632
1633         Remove gs stuff from ps backend.
1634         
1635 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1636
1637         * configure.ac:
1638         * backend/pdf/ev-poppler.cc:
1639
1640         Bump poppler requirement to 0.8.0.
1641         
1642 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1643
1644         * NEWS:
1645         * configure.ac:
1646
1647         Update for release 2.22.1.1
1648
1649 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * configure.ac:
1652
1653         Fix build (again) when poppler version is 0.6
1654         
1655 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1656
1657         * backend/djvu/djvu-links.c: (build_tree):
1658
1659         Make sure link title is a valid utf8 string. Fixes bug #526517.
1660         
1661 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1662
1663         * configure.ac:
1664
1665         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1666         #526799.
1667         
1668 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1669
1670         * configure.ac:
1671         
1672         Update for release 2.22.1.
1673
1674 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1675
1676         * NEWS:
1677
1678         Update for upcoming release.
1679
1680 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1681
1682         * configure.ac:
1683         * backend/dvi/dvidocument.evince-backend.in:
1684
1685         Add compressed dvi to the list of supported mime types. Patch by
1686         Ed Catmur. Fixes bug #307087.
1687
1688 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1689
1690         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1691
1692         Fix a crash when printing a range that doesn't specify the start or
1693         end page. Fixes bug #524288.
1694
1695 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * shell/ev-window.c: (ev_window_cmd_continuous),
1698         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1699         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1700         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1701         (ev_window_run_presentation), (ev_window_stop_presentation),
1702         (ev_window_cmd_view_presentation),
1703         (ev_window_cmd_leave_fullscreen),
1704         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1705
1706         Do not unfullscreen and fullscreen again the window when changing
1707         from fullscreen to presentation mode and vice versa. Fixes bug
1708         #524112.
1709         
1710 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1711
1712         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1713
1714         Do not crash when thumbnail failed to render in PS backend. Fixes
1715         bug #525015.
1716         
1717 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1718
1719         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1720         (ev_window_load_file_remote), (ev_window_open_uri):
1721
1722         Handle errors when opening remote files.
1723         
1724 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1725
1726         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1727
1728         Only grab the focus for the current visible proxy widget. Fixes
1729         bug #521224.
1730         
1731 2008-03-30  Emil Soleyman  <emil@nishra.com>
1732
1733         * shell/ev-window.c: (launch_external_uri):
1734         
1735         Reuse g_app_info_launch_default_for_uri to
1736         save some code and fix bug #525009.
1737
1738 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1739
1740         * shell/ev-window.c (image_save_dialog_response_cb):
1741
1742         Use g_str_has_suffix. See bug #523069.
1743
1744 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1745
1746         * configure.ac:
1747
1748         Add a configure option to enable/diable DBus. Patch by Rémi
1749         Cardona. Fixes bug 521797.
1750
1751 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1752
1753         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1754
1755         Fix printing in documents with rotated pages. Patch by Eugen
1756         Dedu. Fixes bug #512648.
1757         
1758 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1759
1760         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1761         (ev_link_from_action):
1762
1763         Fix warning messages.
1764         
1765 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1766
1767         * shell/ev-window.c: (image_save_dialog_response_cb):
1768
1769         Do not append the extension to filename when saving an image
1770         if the filename alredy contains the extension. Fixes bug #523069.
1771         
1772 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * shell/ev-view.[ch]: (ev_view_find_cancel):
1775         * shell/ev-window.c: (find_bar_close_cb):
1776
1777         Cancel the find operation when the find bar is closed. Fixes bug
1778         #508845.
1779         
1780 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1781
1782         * backend/ps/psdocument.evince-backend.in:
1783
1784         Make ps backend module resident. Fixes bug #520607.
1785         
1786 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1787
1788         * shell/ev-jobs.c: (ev_job_print_run):
1789
1790         Invert collate action in order to work as expected, fix reverse
1791         printing so that it doesn't start with a blank page and fix number
1792         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1793         
1794 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1795
1796         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1797
1798         Fix build with poppler <= 0.7.2
1799         
1800 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * libdocument/ev-document-misc.c:
1803         (ev_document_misc_surface_from_pixbuf):
1804
1805         Fix selections with poppler-splash.
1806         
1807 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * configure.ac:
1810         * backend/pdf/ev-poppler.cc:
1811
1812         Fix build with poppler >= 0.7.2
1813         
1814 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1815
1816         * configure.ac:
1817         
1818         Update for release 2.22.0
1819
1820 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * NEWS:
1823
1824         Update for upcoming release.
1825
1826 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1827
1828         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1829
1830         Bug 495107 – Handle print dialog responses correctly
1831
1832         Correctly handle print dialog response. Properly fixes
1833         the above mentioned bug.
1834
1835 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1836
1837         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1838
1839         Make sure print job is only run when the print button is
1840         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1841         
1842 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1843
1844         * backend/pdf/pdfdocument.evince-backend.in:
1845         * libdocument/ev-backends-manager.c:
1846         (ev_backends_manager_load_backend),
1847         (ev_backends_manager_get_document):
1848         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1849
1850         Allow making backend modules resident. This is needed only for
1851         some backends like pdf to avoid registering glib types more than
1852         once.
1853         
1854 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1855
1856         * backend/comics/comics-document.c:
1857         * backend/djvu/djvu-document.c:
1858         * backend/impress/impress-document.c:
1859         * backend/pdf/ev-poppler.cc:
1860         * backend/pixbuf/pixbuf-document.c:
1861         * backend/ps/ev-spectre.c:
1862         * backend/ps/ps-document.c:
1863         * backend/tiff/tiff-document.c:
1864         * libdocument/ev-document.h:
1865         * properties/ev-properties-main.c:
1866
1867         Use g_type_module_add_interface instead of
1868         g_type_add_interface_static. Fixes bug #519679.
1869         
1870 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1871
1872         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1873         Added. Returns whether the animation has everything necessary to run.
1874         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1875         is ready just because it's been created. Fixes #519106.
1876         (draw_one_page): Do not show the "Loading..." text in presentation
1877         mode, there was a slim probability that this could happen.
1878
1879 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1880
1881         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1882
1883         Duplicate mime_type string before freeing it so that it doesn't
1884         always fail when getting mime type from uri. Fixes bug #518874.
1885         
1886 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1887
1888         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1889
1890         Fix a crash when a choice form field doesn't have any item
1891         selected. Fixes bug #518831
1892         
1893 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1894
1895         * shell/ev-window.c (ev_window_clear_temp_file):
1896         Use g_file_has_prefix instead of renamed
1897         g_file_contains_file.
1898
1899         * configure.ac:
1900         Require new glib for above change.
1901         
1902 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1903
1904         * libdocument/ev-image.c: (ev_image_finalize),
1905         (ev_image_save_tmp):
1906
1907         Return a real uri instead of a filename when saving an
1908         image. Fixes images drag an drop from evince to nautilus. 
1909         
1910 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1911
1912         * backend/pdf/ev-poppler.cc:
1913         (pdf_document_images_get_image_mapping):
1914
1915         Return the image list in the right order. Fixes bug #516237.
1916         
1917 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1918
1919         * backend/impress/impress-document.c:
1920         (impress_document_thumbnails_get_thumbnail):
1921
1922         Remove unused variable to avoid a compiler warning.
1923
1924 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1925
1926         * configure.ac:
1927         
1928         Update for release 2.21.91.
1929
1930 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * configure.ac:
1933         * shell/Makefile.am:
1934         * shell/ev-application.[ch]:
1935         * shell/ev-sidebar-links.c:
1936         * shell/ev-utils.[ch]:
1937         * shell/ev-window.[ch]:
1938
1939         Remove libgnomeprint support. Fixes bug #512370.
1940         
1941 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1942
1943         * thumbnailer/evince-thumbnailer.c: (main):
1944
1945         Initialize glib type system before using it. Fixes bug #513934.
1946         
1947 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1948
1949         * properties/ev-properties-main.c:
1950
1951         Add missing #include.
1952         
1953 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1954
1955         * configure.ac:
1956         * backend/djvu/djvu-document.c: (djvu_document_render):
1957         * backend/tiff/tiff-document.c: (tiff_document_render):
1958
1959         Use the new cairo function cairo_format_stride_for_width when
1960         available. Fixes bug #482720.
1961
1962 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1963
1964         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1965         (get_mime_type_from_data), (get_document_from_uri):
1966
1967         Use g_content_type_guess() only when slow is true in
1968         get_document_from_uri(). Fix several memory leaks.
1969         
1970 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1971
1972         * libdocument/ev-document-factory.c:
1973         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1974         (get_document_from_uri):
1975
1976         Use g_content_type_guess () to get mimetype for files.
1977         Bug #510401.
1978
1979 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1980
1981         * thumbnailer/Makefile.am:
1982
1983         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1984         
1985 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * configure.ac:
1988
1989         Fix build with --without-libgnome. Fixes bug #512771.
1990         
1991 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1992
1993         * backend/dvi/Makefile.am: Install only dvi
1994         module. Fixes bug #512718.
1995
1996 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1997
1998         * properties/ev-properties-main.c: (nautilus_module_initialize):
1999         
2000         Initialize backends in properties tab. Fixes bug
2001         #512720.
2002
2003 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2004
2005         * properties/Makefile.am: No need to link with 
2006         libraries. Fixes bug #512719.
2007
2008 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2009
2010         * NEWS:
2011         * configure.ac:
2012         
2013         Update for release 2.21.90.
2014
2015 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * shell/ev-window.c: (ev_window_cmd_escape):
2018
2019         Fix compile warning.
2020         
2021 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2022
2023         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2024
2025         Fix printing in dvi backend when filename contains white
2026         espaces. Fixes bug #502839.
2027         
2028 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2029
2030         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2031         (screensaver_disable_x11):
2032         * shell/Makefile.am:
2033         * shell/xdg-user-dir-lookup.c: Removed
2034         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2035         * shell/ev-view.c: (ev_view_presentation_transition_start):
2036         * shell/ev-window.c: (ev_window_cmd_file_open),
2037         (ev_window_cmd_save_as), (presentation_set_timeout):
2038
2039         Remove #ifdefs that are no longer needed.
2040         
2041 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2042
2043         * shell/ev-view.[ch]: (ev_view_button_release_event),
2044         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2045         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2046         (ev_window_cmd_escape):
2047
2048         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2049         
2050 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2051
2052         * configure.ac:
2053         * backend/comics/comics-document.c: (comics_document_load):
2054         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2055         (ev_attachment_set_property), (ev_attachment_init),
2056         (ev_attachment_save), (ev_attachment_launch_app),
2057         (ev_attachment_open):
2058         * libdocument/ev-document-factory.c: (get_document_from_uri):
2059         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2060         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2061         * shell/ev-jobs.c:
2062         * shell/ev-password.c: (ev_password_dialog_set_property),
2063         (ev_password_dialog_save_password):
2064         * shell/ev-sidebar-attachments.c:
2065         (ev_sidebar_attachments_drag_data_get):
2066         * shell/ev-window-title.c: (get_filename_from_uri):
2067         * shell/ev-window.c: (ev_window_clear_temp_file),
2068         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2069         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2070         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2071         (launch_external_uri), (image_save_dialog_response_cb),
2072         (attachment_save_dialog_response_cb):
2073         * shell/main.c: (load_files), (load_files_remote), (main):
2074         * thumbnailer/evince-thumbnailer.c: (main):
2075
2076         Port to gio and drop gnome-vfs dependency. Fixes bug
2077         #510401. Based on patch by Cosimo Cecchi.
2078         
2079 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2080
2081         * NEWS:
2082
2083         Fixed formatting inconsistencies (spaces vs. tabs)
2084
2085 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2086
2087         * shell/ev-window.c:
2088
2089         Use top/up/bottom/down arrows instead of
2090         first/left/last/right in the toolbar and menu actions.
2091         This fixes issues with RTL languages and is visually
2092         consistent with the page view. Fixes bug #170081.
2093
2094 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2095
2096         * NEWS:
2097
2098         Fixed some inaccuracies pointed out by Carlos Garcia
2099         Campos.
2100
2101 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2102
2103         * NEWS:
2104         * data/evince.schemas.in:
2105         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2106
2107         Override PDF restrictions by default. Fixes bug #382700.
2108
2109 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2110
2111         * NEWS: Updated for upcoming release
2112
2113 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2114
2115         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2116
2117         Fix memory leak.
2118         
2119 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2120
2121         * shell/ev-window.c: (register_custom_actions):
2122         
2123         Added comment for translators
2124
2125 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2126
2127         * shell/ev-view.c: (ev_view_button_release_event):
2128
2129         Do not create the idle function for kinetic scrolling if we are
2130         not in a drag operation.
2131
2132 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2135         (ev_view_button_press_event), (ev_view_motion_notify_event),
2136         (ev_view_button_release_event):
2137
2138         Restore cursor after autoscrolling. Fixes bug #509958.
2139
2140 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2141
2142         * configure.ac:
2143         * backend/pdf/ev-poppler.cc:
2144         (pdf_document_images_get_image_mapping),
2145         (pdf_document_images_get_image),
2146         (pdf_document_document_images_iface_init):
2147         * libdocument/ev-document-images.[ch]:
2148         (ev_document_images_get_image_mapping),
2149         (ev_document_images_get_image):
2150         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2151         (ev_image_get_id), (ev_image_save_tmp):
2152         * shell/ev-jobs.c: (ev_job_render_run):
2153         * shell/ev-view.c: (ev_view_drag_data_get):
2154         * shell/ev-window.c: (image_save_dialog_response_cb),
2155         (ev_view_popup_cmd_copy_image):
2156
2157         Do not render images when rendering the page but on demand. It
2158         reduces the memory comsumption.
2159         
2160 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2161
2162         * configure.a:
2163         * shell/ev-password.c:
2164
2165         Make gnome-keyring optional. Fixes bug #509676.
2166         
2167 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2168
2169         * shell/ev-pixbuf-cache.c: (add_job):
2170
2171         Initialize include_images variable as FALSE instead of TRUE.
2172         
2173 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2174
2175         * configure.ac:
2176         * cut-n-paste/Makefile.am:
2177         * cut-n-paste/fileformatchooser/Makefile.am:
2178         * cut-n-paste/fileformatchooser/egg-macros.h:
2179         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2180         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2181         * shell/Makefile.am:
2182         * shell/ev-utils.c:
2183         (file_chooser_dialog_add_writable_pixbuf_formats),
2184         (get_gdk_pixbuf_format_by_extension):
2185         * shell/ev-utils.h:
2186         * shell/ev-window.c: (ev_window_error_message),
2187         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2188         
2189         Simplify image format selection on save.
2190
2191 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2192
2193         * shell/ev-view.c: (ev_view_scroll_event):
2194         
2195         Repair gorizontal scrolling with shift. Fixes
2196         bug #483412.
2197
2198 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2199         
2200         * MAINTAINERS:
2201
2202         Fix formatting issues.
2203         
2204 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2205
2206         * backend/comics/comics-document.c: (comics_regex_quote):
2207         
2208         Don't overquote special chars except of '. See bug 
2209         502500. Thanks to Tom Parker.
2210
2211 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2212
2213         * MAINTAINERS:
2214         
2215         Added Nickolay and Carlos, since they're doing most of
2216         the releases nowadays.
2217
2218 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2219
2220         * properties/Makefile.am:
2221
2222         Get the nautilus extension dir properly instead of using
2223         a hack. Fixes bug #505359.
2224
2225 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2226
2227         * properties/Makefile.am:
2228         
2229         Install nautilus extension into new place. See bug
2230         #505359. Thanks to Matthias Clasen, Brian Pepple and
2231         Damien Carbery.
2232
2233 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2234
2235         * shell/ev-window.c: (ev_window_get_recent_file_label):
2236         
2237         RTL marker in recent file list. See bug #509076.
2238
2239 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2240
2241         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2242         * shell/ev-window.c: (image_save_dialog_response_cb):
2243
2244         Fix compile warnings due to unused variables.
2245         
2246 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2247
2248         * configure.ac:
2249         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2250         * backend/ps/ev-spectre.c: (ps_document_render):
2251
2252         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2253
2254 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2255
2256         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2257         (ev_transition_animation_paint): Implement "fade" effect.
2258
2259 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2260
2261         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2262         (ev_transition_animation_paint): Implement "uncover" effect.
2263
2264 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2265
2266         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2267         (ev_transition_animation_paint): Implement "cover" effect.
2268
2269 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2270
2271         * shell/ev-transition-animation.c (ev_transition_animation_push)
2272         (ev_transition_animation_paint): Implement "push" effect.
2273
2274 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2275
2276         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2277         (ev_transition_animation_paint): Implement "dissolve" effect.
2278
2279 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2280
2281         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2282         (ev_transition_animation_paint): Implement "wipe" effect.
2283
2284 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2285
2286         * shell/ev-transition-animation.c (ev_transition_animation_box)
2287         (ev_transition_animation_paint): Implement "box" effect.
2288
2289 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2290
2291         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2292         (ev_transition_animation_paint): Implement "blinds" effect.
2293
2294 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2295
2296         * shell/ev-transition-animation.c (ev_transition_animation_split)
2297         (ev_transition_animation_paint): Implement "split" effect.
2298
2299 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2300
2301         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2302         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2303         (ev_view_transition_animation_start) 
2304         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2305         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2306         (ev_view_next_page) (ev_view_previous_page):
2307         
2308         Use EvTransitionAnimation to drive page changes in the presentation
2309         mode, the animation will wait to start until both the origin and 
2310         destination page surfaces are available. Fixes #458460.
2311
2312         (draw_loading_text):
2313
2314         Remove workaround for bug #320352, it's now fixed properly.
2315
2316
2317 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2318
2319         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2320         will contain the implementations for page transition animations, at
2321         the moment it just has the "replace" effect.
2322         * shell/Makefile.am: Added these files to build.
2323
2324 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2325
2326         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2327         animations.
2328         * shell/Makefile.am: Added these files to build.
2329
2330 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2331
2332         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2333         implementation to get_effect() in EvDocumentTransitionIface.
2334
2335 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2336
2337         * libdocument/ev-transition-effect.[ch]: New files, define a page
2338         transition effect, at the moment it maps PopplerPageTransition to a
2339         GObject.
2340         * libdocument/Makefile.am: Added these files to build.
2341         * libdocument/ev-document-transition.[ch]
2342         (ev_document_transition_get_effect): New method, gets the
2343         EvTransitionEffect returned by the interface implementation, with
2344         fallback to the "replace" effect.
2345
2346 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2347
2348         * configure.ac:
2349         * cut-n-paste/Makefile.am:
2350         * cut-n-paste/fileformatchooser/Makefile.am:
2351         * cut-n-paste/fileformatchooser/egg-macros.h:
2352         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2353         * shell/Makefile.am:
2354         * shell/ev-window.c: (image_save_dialog_response_cb),
2355         (ev_view_popup_cmd_save_image_as):
2356
2357         Allow exporting images in any format supported by
2358         GdkPixbuf. Fixes bug #500209.
2359         
2360 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * backend/pixbuf/pixbuf-document.c:
2363
2364         More warnings fixed.
2365         
2366 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2367
2368         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2369         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2370         * backend/djvu/djvu-text.h:
2371         * backend/tiff/tiff-document.c: (tiff_document_render):
2372
2373         Fix compile warnings.
2374         
2375 2007-12-28  Christian Persch  <chpe@gnome.org>
2376
2377         * **/*.c: Include config.h. Bug #504721.
2378
2379 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2380
2381         * configure.ac:
2382         * Makefile.am:
2383         * po/POTFILES.in:
2384         * backend/comics/Makefile.am:
2385         * backend/comics/comics-document.[ch]:
2386         * backend/comics/comicsdocument.evince-backend.in:
2387         * backend/djvu/Makefile.am:
2388         * backend/djvu/djvu-document.[ch]:
2389         * backend/djvu/djvudocument.evince-backend.in:
2390         * backend/dvi/Makefile.am:
2391         * backend/dvi/dvi-document.[c]:
2392         * backend/dvi/dvidocument.evince-backend.in:
2393         * backend/impress/Makefile.am:
2394         * backend/impress/impress-document.[ch]:
2395         * backend/impress/impressdocument.evince-backend.in:
2396         * backend/pdf/Makefile.am:
2397         * backend/pdf/ev-poppler.cc:
2398         * backend/pdf/ev-poppler.h:
2399         * backend/pdf/pdfdocument.evince-backend.in:
2400         * backend/pixbuf/Makefile.am:
2401         * backend/pixbuf/pixbuf-document.[ch]:
2402         * backend/pixbuf/pixbufdocument.evince-backend.in:
2403         * backend/ps/Makefile.am:
2404         * backend/ps/ev-spectre.[ch]:
2405         * backend/ps/ps-document.[ch]:
2406         * backend/ps/psdocument.evince-backend.in:
2407         * backend/tiff/Makefile.am:
2408         * backend/tiff/tiff-document.[ch]:
2409         * backend/tiff/tiffdocument.evince-backend.in:
2410         * libdocument/Makefile.am:
2411         * libdocument/ev-backends-manager.[ch]:
2412         * libdocument/ev-module.[ch]:
2413         * libdocument/ev-document.h:
2414         * libdocument/ev-document-factory.[ch]:
2415         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2416         (get_compression_from_mime_type), (get_document_from_uri),
2417         (ev_document_factory_get_document), (file_filter_add_mime_types),
2418         (ev_document_factory_add_filters):
2419         * shell/Makefile.am:
2420         * shell/ev-window-title.c: (get_filename_from_uri):
2421         * shell/main.c: (main):
2422         * thumbnailer/Makefile.am:
2423         * thumbnailer/evince-thumbnailer.c: (main):
2424
2425         Plugin system for backends. Fixes bug #351348.
2426         
2427 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2428
2429         * shell/ev-view-private.h:
2430         * shell/ev-view.c: (ev_view_drag_update_momentum),
2431         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2432         (ev_view_button_release_event), (ev_view_destroy):
2433         
2434         Kinetic scrolling implemented as requested in
2435         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2436
2437 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2438
2439         * data/evince-toolbar.xml:
2440         * data/evince-ui.xml:
2441         * shell/ev-view-private.h:
2442         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2443         (ev_view_button_press_event), (ev_view_motion_notify_event),
2444         (ev_view_button_release_event), (ev_view_init),
2445         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2446         (ev_view_set_cursor):
2447         * shell/ev-view.h:
2448         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2449         (ev_window_cmd_view_autoscroll):
2450         
2451         Autoscroll feature with the context menu. Fixes bug 
2452         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2453
2454 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2455
2456         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2457
2458         Disconnect also page-ready signal when removing a job because the
2459         page size has changed. Thanks to kripken
2460         <kripkensteiner@gmail.com>.
2461
2462 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2463
2464         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2465         
2466         Scroll pages in page entry with mouse wheel. Fixes bug
2467         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2468
2469 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * backend/dvi/Makefile.am:
2472         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2473         (mdvi_cairo_device_init):
2474         * backend/dvi/mdvi-lib/common.h:
2475         * backend/dvi/mdvi-lib/mdvi.h:
2476         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2477         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2478         (mdvi_build_path_from_cwd):
2479
2480         Add ps specials support in dvi backend when libspectre is
2481         present. Fixes bug #386005.
2482         
2483 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2484
2485         * configure.ac:
2486         * backend/ps/Makefile.am:
2487         * backend/ps/ev-spectre.[ch]:
2488         
2489         Use libspectre, if available, for the ps backend. Fixes bugs
2490         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2491
2492 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2493         
2494         * backend/comics/comics-document.c: (comics_document_load):
2495         
2496         Cygwin build issue fix.
2497
2498 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * shell/ev-view.c: (ev_view_set_zoom):
2501
2502         Do not limit the minimum zoom factor when sizing mode is best bit
2503         or fit width. Fixes bug #503805.
2504         
2505 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2506
2507         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2508         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2509         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2510         (ev_link_dest_get_property), (ev_link_dest_set_property),
2511         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2512         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2513         (ev_link_dest_new_fitr):
2514         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2515         (goto_fith_dest), (goto_xyz_dest):
2516
2517         Do not change left, top and zoom values when they are null in PDF
2518         destinations. Fixes bug #460658.
2519         
2520 2007-12-10  Christian Persch  <chpe@gnome.org>
2521
2522         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2523         (ev_view_accessible_class_init),
2524         (ev_view_accessible_idle_do_action),
2525         (ev_view_accessible_action_do_action),
2526         (ev_view_accessible_action_get_description),
2527         (ev_view_accessible_action_set_description),
2528         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2529         (ev_view_accessible_factory_init),
2530         (ev_view_accessible_factory_get_accessible_type):
2531         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2532         private data, and G_DEFINE_TYPE. Bug #502843.
2533
2534 2007-12-08  Christian Persch  <chpe@gnome.org>
2535
2536         * shell/ev-metadata-manager.c: (item_free),
2537         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2538         (value_free), (parse_value), (parseItem),
2539         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2540         (save_values): Use GSlice to allocate small amounts of memory. Bug
2541         #475972.
2542
2543 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2544
2545         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2546
2547         Restore cursor to normal after a drag operation. Fixes bug
2548         #501603.
2549         
2550 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2551
2552         * NEWS:
2553         * configure.ac:
2554         
2555         Update for release 2.21.1
2556
2557 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2558
2559         * configure.ac:
2560         * cut-n-paste/gedit-message-area/Makefile.am:
2561         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2562         * shell/Makefile.am:
2563         * shell/ev-message-area.[ch]:
2564         * shell/ev-window.c: (ev_window_set_message_area),
2565         (ev_window_error_message_response_cb), (ev_window_error_message),
2566         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2567         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2568         (ev_attachment_popup_cmd_open_attachment),
2569         (attachment_save_dialog_response_cb), (ev_window_set_document),
2570         (ev_window_init):
2571
2572         Use a message area instead of a popup dialog for error
2573         notifications. Fixes bug #337495.
2574         
2575 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2578         (ev_window_run_fullscreen):
2579
2580         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2581         
2582 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2583
2584         * ev-sidebar-thumbnails.c: (update_visible_range),
2585         (ev_sidebar_thumbnails_refresh),
2586         (ev_sidebar_thumbnails_set_document),
2587         (ev_sidebar_thumbnails_support_document):
2588
2589         Show thumbnails for documents with one page. Fixes bug #358751.
2590         
2591 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2592
2593         * shell/ev-window.c:
2594         (ev_window_load_print_settings_from_metadata),
2595         (ev_window_save_print_settings), (ev_window_print_finished),
2596         (ev_window_print_range):
2597
2598         Print settings that are specific to the document are now saved per
2599         document in the metadata file. Fixes bug #488806.
2600         
2601 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2602
2603         * backend/tiff/tiff-document.c: (tiff_document_render):
2604
2605         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2606         
2607 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * shell/ev-application.[ch]: (get_find_string_from_args),
2610         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2611         (ev_application_open_uri_list):
2612         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2613         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2614         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2615         (ev_window_cmd_recent_file_activate),
2616         (ev_window_open_recent_action_item_activated),
2617         (ev_window_print_send), (open_remote_link):
2618         * shell/main.c: (arguments_parse):
2619
2620         Add a command line option for search. Fixes bug #497710.
2621         
2622 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2623
2624         * shell/ev-jobs.c: (ev_job_print_new):
2625
2626         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2627         
2628 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2629
2630         * data/evince-toolbar.xml:
2631         * shell/Makefile.am:
2632         * shell/ev-application.c: (ev_application_init):
2633         * shell/ev-open-recent-action.[ch]:
2634         * shell/ev-window.c:
2635         (ev_window_open_recent_action_item_activated),
2636         (register_custom_actions):
2637
2638         Add an expander to the open toolbar item which pops up a dropdown
2639         menu with the recently used documents. Fixes bug #487215.
2640         
2641 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2642
2643         * shell/ev-window.c: (ev_window_open_uri),
2644         (ev_window_cmd_view_reload):
2645
2646         Do not jump to the first page when reloading by running evince
2647         from the command line. Fixes bug #490847.
2648         
2649 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2650
2651         * shell/ev-window.c: (ev_window_cmd_help_contents):
2652
2653         Plugged memory leak when help file is not found. Fixes bug
2654         #490762.
2655         
2656 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2657
2658         * configure.ac:
2659
2660         Enable djvu, dvi and comics backends by default. Fixes bug
2661         #437121.
2662         
2663 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2664
2665         * configure.ac:
2666         * cut-n-paste/Makefile.am:
2667         * cut-n-paste/recent-files/*: Removed
2668         * help/reference/Makefile.am:
2669         * shell/Makefile.am:
2670         * shell/ev-application.[ch]: (ev_application_shutdown),
2671         (ev_application_init):
2672         * shell/ev-window.c: (ev_window_add_recent),
2673         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2674
2675         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2676         
2677 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2678
2679         * shell/ev-window.c: (launch_external_uri):
2680
2681         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2682         and report error if the URL is not supported (#489910).
2683
2684 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2685
2686         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2687         (pdf_document_file_exporter_begin_page),
2688         (pdf_document_file_exporter_end_page):
2689
2690         Fix printing with poppler splash backend. Fixes bug #489774.
2691         
2692 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2693
2694         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2695         * shell/ev-print-job.c: (ev_print_job_class_init):
2696
2697         Fix a crash when printing with the gnome-print dialog. Fixes bug
2698         #488939.
2699         
2700 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2701
2702         * backend/pixbuf/pixbuf-document.c:
2703
2704         Fix an implicit function definition warning (#487655)
2705
2706 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2707
2708         * shell/ev-window.c:
2709
2710         Fix conflicting shortcut for view sade pane and presentation.
2711         
2712 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2713
2714         * backend/pdf/ev-poppler.cc:
2715         (pdf_document_file_exporter_begin_page),
2716         (pdf_document_file_exporter_do_page),
2717         (pdf_document_file_exporter_end_page),
2718         (pdf_document_file_exporter_iface_init):
2719         * libdocument/ev-file-exporter.[ch]:
2720         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2721         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2722         (ev_job_print_run):
2723
2724         When printing multiple pages per sheet in reverse option, do not
2725         invert the order of the pages in every sheet, but the order of the
2726         sheets. Do not print blank pages when page range is invalid. Fixes
2727         bugs #484857 and #485521.
2728         
2729 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2730
2731         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2732         (ev_job_print_run):
2733         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2734
2735         Respect ranges order when printing more than one range in random
2736         order.
2737         
2738 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2739
2740         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2741         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2742
2743         Rotate also the window icon when document is rotated. Fixes bug
2744         #474681.
2745         
2746 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2749         (pdf_document_forms_get_form_fields):
2750
2751         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2752         Matthias Drochner.
2753         
2754 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2755
2756         * configure.ac:
2757         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2758
2759         Use poppler_page_render_for_printing() instead of
2760         poppler_page_render() if available when exporting to a ps or pdf
2761         file. Fixes bug #476627.
2762         
2763 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2764
2765         * shell/ev-window.c: (ev_window_run_fullscreen):
2766
2767         Do not show the toolbar in fullscreen mode if the main toolbar is
2768         not visible. Fixes bug #483048.
2769         
2770 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2771
2772         * shell/ev-view.c: (ev_view_button_press_event):
2773
2774         Give priority to form fields over images when deciding whether a
2775         button press event is over an image or form field. It allows edit
2776         form fields when they are over a background image. Fixes bug
2777         #477841.
2778         
2779 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2780
2781         * NEWS:
2782         * configure.ac:
2783         
2784         Update for release 2.20.0
2785
2786 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2787
2788         * backend/pdf/ev-poppler.cc:
2789
2790         Remove #ifdef HAVE_FORMS, so that forms support works again.
2791
2792 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2793
2794         * configure.ac:
2795         * data/evince.desktop.in.in:
2796         
2797         Fixes desktop file issues. See bug #473471.
2798
2799 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2800
2801         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2802         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2803         (ev_job_queue_remove_job):
2804         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2805         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2806         * shell/ev-window.c: (ev_window_clear_save_job),
2807         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2808         (ev_window_dispose):
2809
2810         Move save a copy task to its own job so that it's carried out in a
2811         thread avoiding another lock in the main thread. Use
2812         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2813         can be saved to a pathin another file system. Fixes bug #456891.
2814         
2815 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2816
2817         * NEWS:
2818         * configure.ac:
2819         
2820         Update for release 2.19.92
2821
2822 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2823
2824         * configure.ac:
2825         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2826         (pdf_selection_get_selection_region),
2827         (pdf_selection_get_selection_map),
2828         (ev_form_field_from_poppler_field):
2829
2830         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2831         and triple click selections are enabled again now.
2832
2833 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2834
2835         * shell/ev-window.c: (ev_window_add_history):
2836
2837         Make sure not to use the history with documents not supporting
2838         links. Fixes bug #468954.
2839
2840 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2841
2842         * shell/ev-window.c: (ev_window_load_job_cb):
2843
2844         Restart the search when reloading a document with the find bar
2845         visible. Fixes bug #461962.
2846
2847 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2848
2849         * shell/ev-window.c: (setup_document_from_metadata),
2850         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2851
2852         Do not jump to the first page when reloading a document from the
2853         last page.
2854
2855 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * shell/ev-window.c: (update_chrome_flag),
2858         (setup_sidebar_from_metadata),
2859         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2860         (ev_window_cmd_edit_find_next),
2861         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2862         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2863         (find_bar_close_cb), (view_actions_focus_in_cb):
2864
2865         Do not update visibility when changing a chrome flag so that it's
2866         possible to update several flags and update visibility only once
2867         for all of them.
2868
2869 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2870
2871         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2872
2873         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2874         supported by gtk+. Fixes bug #460907.
2875
2876 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * shell/ev-view.c: (view_update_range_and_current_page):
2879
2880         Make sure current-page <= end-page in continuous mode. Fixes bug
2881         #454950.
2882
2883 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * backend/pdf/ev-poppler.cc: (build_tree):
2886
2887         Ignore outline items without a title. Fixes bug #453913.
2888
2889 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2892         (ev_view_button_release_event), (ev_view_leave_notify_event):
2893
2894         Use always drag mouse cursor during a drag operation. Fixes bug
2895         #470564.
2896
2897 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2898
2899         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2900         (pdf_selection_get_selection_region),
2901         (pdf_selection_get_selection_map):
2902
2903         Temporarily disable double and triple selections since it depends on
2904         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2905         released and the update of the external dependency minimal version
2906         approved.
2907
2908 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2909
2910         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2911         (pdf_document_file_exporter_do_page):
2912         * libdocument/ev-file-exporter.h:
2913         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2914         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2915
2916         Actually fix printing regressions. Remove orientation from
2917         EvPrintContext since it's redundant.
2918
2919 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2920
2921         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2922         * backend/impress/impress-document.c:
2923         (impress_document_document_iface_init):
2924         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2925         * backend/djvu/djvu-document.c:
2926         (djvu_document_document_iface_init),
2927         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2928         * backend/tiff/tiff-document.c:
2929         (tiff_document_document_iface_init):
2930         * backend/pixbuf/pixbuf-document.c:
2931         (pixbuf_document_document_iface_init):
2932         * backend/comics/comics-document.c:
2933         (comics_document_document_iface_init):
2934         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2935         (pdf_selection_render_selection),
2936         (pdf_selection_get_selected_text),
2937         (pdf_selection_get_selection_region),
2938         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2939         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2940         (ev_selection_get_selection_region),
2941         (ev_selection_get_selection_map):
2942         * libdocument/ev-document.[ch]:
2943         * shell/ev-pixbuf-cache.[ch]: (add_job),
2944         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2945         * shell/ev-view-private.h:
2946         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2947         (ev_job_render_run):
2948         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2949         * shell/ev-view.c: (start_selection_for_event),
2950         (ev_view_button_press_event), (ev_view_drag_data_get),
2951         (ev_view_drag_data_received), (ev_view_button_release_event),
2952         (compute_new_selection_text), (compute_selections),
2953         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2954         (ev_view_primary_get_cb):
2955
2956         Add support for double and triple click selections.
2957
2958 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2959
2960         * NEWS:
2961         * configure.ac:
2962
2963         Update for release 2.19.4
2964
2965 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2966
2967         * shell/ev-view-private.h:
2968         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2969         (ev_view_set_highlight_search):
2970         * shell/ev-view.h:
2971         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2972         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2973         (find_bar_visibility_changed_cb):
2974         
2975         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2976
2977 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2978
2979         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2980         (pdf_document_file_exporter_begin),
2981         (pdf_document_file_exporter_do_page):
2982         * shell/ev-jobs.c: (ev_job_print_run):
2983         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2984
2985         Create always a portrait cairo surface and rotate when needed for
2986         landscape. It fixes printing problems in real printers.
2987
2988 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2989
2990         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2991         * libdocument/ev-file-exporter.[ch]:
2992         (ev_file_exporter_get_capabilities):
2993         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2994         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2995
2996         Adjust number of pages per row according to page orientation when
2997         printing 2 or 6 pages per sheet.
2998
2999 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3000
3001         * shell/ev-window.c: (ev_window_print_send):
3002
3003         Reset also cups setting to 1 when printing multiple pages per
3004         sheet. Fixes bug #468853.
3005
3006 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3007
3008         * libdocument/ev-document-misc.c:
3009         (ev_document_misc_surface_rotate_and_scale):
3010
3011         Use directly cairo_surface_get_content() when creating a similar
3012         surface as suggested by Jeff Muizelaar. Thanks again.
3013
3014 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3015
3016         * backend/djvu/djvu-document.c: (djvu_document_render):
3017         * backend/tiff/tiff-document.c: (tiff_document_render):
3018         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3019         * libdocument/ev-document-misc.c:
3020         (ev_document_misc_surface_from_pixbuf),
3021         (ev_document_misc_surface_rotate_and_scale):
3022
3023         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3024         creating page surfaces. Fixes bug #453123. Thank you very much to
3025         Jeff Muizelaar <jeff@infidigm.net>.
3026
3027 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3028
3029         * shell/ev-page-cache.c: (ev_page_cache_new),
3030         (ev_page_cache_get_thumbnail_size):
3031         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3032         (ev_sidebar_thumbnails_set_loading_icon):
3033
3034         Also store in page-cache the dimensions of the thumbnails so that
3035         they can be used to create the correct loading icon in the side
3036         pane. Fixes bug #466857.
3037
3038 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3039
3040         * backend/pdf/ev-poppler.cc:
3041         (pdf_document_thumbnails_get_thumbnail):
3042
3043         Fix thumbnails rotation in pdf documents that include embedded 
3044         thumbnails.
3045
3046 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3047
3048         * backend/pdf/ev-poppler.cc:
3049
3050         Don't use #ifdef in macro expansion. Some compilers don't
3051         like that. Closes bug #467042.
3052
3053 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3054
3055         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3056         
3057         Fixes memory leak in djvu backend.
3058
3059 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3060
3061         * data/icons/32x32/Makefile.am:
3062         * data/icons/32x32/actions/Makefile.am:
3063         * data/icons/32x32/actions/view-page-cont.svg:
3064         * data/icons/32x32/actions/view-page-facing.svg:
3065         * data/icons/48x48/Makefile.am:
3066         * data/icons/48x48/actions/Makefile.am:
3067         * data/icons/48x48/actions/view-page-cont.svg:
3068         * data/icons/48x48/actions/view-page-facing.svg:
3069         
3070         Icons for a new sizes.
3071
3072 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3073
3074         * shell/ev-page-cache.c: (build_height_to_page),
3075         (ev_page_cache_get_height_to_page):
3076         
3077         Fixes invalid read, see bug #466401.
3078
3079 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3080
3081         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3082         (set_drag_cursor):
3083         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3084         (configure_item_cursor), (new_pixbuf_from_widget):
3085
3086         Fix multihead problems in toolbar editor. Fixes bug #382055.
3087
3088 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3089
3090         * shell/ev-window.c: (ev_window_cmd_file_open),
3091         (ev_window_cmd_save_as):
3092
3093         Use g_get_user_special_dir when available instead of
3094         xdg_user_dir_lookup.
3095
3096 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3097
3098         * MAINTAINERS:
3099         
3100         Updated according to request on desktop-devel.
3101
3102 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3103
3104         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3105
3106         Do not use cairo_rectangle and cairo_clip since we are
3107         not using cairo_fill but cairo_paint. Use the same cairo context
3108         for every page in the same expose event.
3109
3110 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3111
3112         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3113         leak.
3114
3115 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3116
3117         * configure.ac:
3118         * NEWS:
3119
3120         Release 0.9.3
3121
3122 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3123
3124         * libdocument/ev-document-info.h:
3125         * libdocument/ev-document.h:
3126         * shell/ev-page-action.h:
3127         * shell/ev-sidebar-links.h:
3128
3129         Fix a headers problem with ev-link
3130         
3131         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3132         * shell/ev-view-private.h:
3133         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3134         (get_link_area), (ev_view_query_tooltip),
3135         (ev_view_leave_notify_event), (ev_view_destroy),
3136         (ev_view_class_init):
3137
3138         Use new gtk tooltips when available instead of ev-tooltip.
3139         
3140 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3141
3142         * shell/ev-window.c: (update_chrome_visibility),
3143         (ev_window_sidebar_visibility_changed_cb):
3144
3145         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3146         
3147 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3148
3149         * shell/ev-navigation-action.c:
3150         (ev_navigation_action_history_changed),
3151         (ev_navigation_action_set_history):
3152         * shell/ev-navigation-action-widget.c:
3153         (ev_navigation_action_widget_init):
3154         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3155
3156         Fix compile warnings.
3157         
3158 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3159
3160         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3161         (egg_editable_toolbar_dispose):
3162
3163         Fix memory leak.
3164         
3165 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3166
3167         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3168         (screensaver_disable_x11):
3169         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3170         * shell/ev-window.c: (presentation_set_timeout):
3171         * shell/ev-view.c: (ev_view_presentation_transition_start):
3172
3173         Use g_timeout_add_seconds instead of g_timeout_add when
3174         available.
3175         
3176 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3177
3178         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3179
3180         Set horizontal scrollbar policy to AUTOMATIC instead of
3181         NEVER. Workaround for bug #449462.
3182         
3183 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3184
3185         * shell/ev-jobs.c: (ev_job_render_page_ready):
3186
3187         Add page_ready callback to main loop with high priority and hold
3188         a reference to job during idle.
3189         
3190 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3191
3192         * configure.ac:
3193         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3194         (pdf_document_file_exporter_begin),
3195         (pdf_document_file_exporter_do_page),
3196         (pdf_document_file_exporter_get_capabilities):
3197         * libdocument/ev-file-exporter.h:
3198         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3199         * shell/ev-window.c: (ev_window_print_send),
3200         (ev_window_print_dialog_response_cb):
3201
3202         Allow printing multiple pages per sheet. Fixes bug #395573.
3203         
3204 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3205
3206         * shell/ev-view.c: (tip_from_link):
3207         
3208         Check for NULL, fixes bug #460862.
3209
3210 2007-07-29  Christian Persch  <chpe@gnome.org>
3211
3212         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3213         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3214         (ev_window_cmd_preview_print):
3215         
3216         Fixes bug #437681 - blocks while enumerating printers.
3217
3218 2007-07-29  Christian Persch  <chpe@gnome.org>
3219
3220         * shell/ev-window.c: (ev_window_screen_changed):
3221         
3222         Don't use deprecated gtk+ function. See bug #460909.
3223
3224 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3225
3226         * shell/ev-utils.c: (get_num_monitors):
3227         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3228
3229         Do not use display before initializing it. Remove compile
3230         warnings.
3231
3232 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3233
3234         * shell/ev-view.c: (ev_view_class_init):
3235         
3236         Unix-like hjkl bindings added. See bug #458111.
3237
3238 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3239
3240         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3241         * shell/ev-utils.h:
3242         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3243         (ev_view_update_view_size):
3244         * shell/ev-view.h:
3245         * shell/ev-window.c: (ev_window_update_actions),
3246         (setup_view_from_metadata), (ev_window_screen_changed),
3247         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3248         (zoom_control_changed_cb):
3249         * shell/ev-window.h:
3250         
3251         Reorganizes utility functions.
3252
3253 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3254
3255         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3256         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3257         (add_job), (ev_pixbuf_cache_get_surface),
3258         (ev_pixbuf_cache_get_link_mapping),
3259         (ev_pixbuf_cache_get_image_mapping),
3260         (ev_pixbuf_cache_get_form_field_mapping),
3261         (ev_pixbuf_cache_get_text_mapping):
3262         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3263         (notify_page_ready), (ev_job_render_page_ready),
3264         (ev_job_render_run):
3265
3266         Add page_ready signal to notify that page is ready as soon as
3267         possible even if other page elements like links, forms, images or
3268         text mapping are not ready yet.
3269
3270 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3271
3272         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3273         (dvi_document_file_exporter_do_page),
3274         (dvi_document_file_exporter_get_capabilities),
3275         (dvi_document_file_exporter_iface_init):
3276         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3277         (ps_document_file_exporter_do_page),
3278         (ps_document_file_exporter_get_capabilities),
3279         (ps_document_file_exporter_iface_init):
3280         * backend/djvu/djvu-document.c:
3281         (djvu_document_file_exporter_begin),
3282         (djvu_document_file_exporter_end),
3283         (djvu_document_file_exporter_get_capabilities),
3284         (djvu_document_file_exporter_iface_init):
3285         * backend/tiff/tiff-document.c:
3286         (tiff_document_file_exporter_begin),
3287         (tiff_document_file_exporter_get_capabilities),
3288         (tiff_document_document_file_exporter_iface_init):
3289         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3290         (pdf_document_file_exporter_do_page),
3291         (pdf_document_file_exporter_get_capabilities),
3292         (pdf_document_file_exporter_iface_init):
3293         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3294         (ev_file_exporter_get_capabilities):
3295         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3296         (idle_print_handler), (ev_print_job_print):
3297         * shell/ev-jobs.c: (ev_job_print_run):
3298         * shell/ev-window.c: (ev_window_print_send),
3299         (ev_window_print_range):
3300
3301         Use capabilities to know which options should be offered by the
3302         print dialog depending on the document backend.
3303
3304 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3305
3306         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3307
3308         Give priority to forms over text to set the cursor.
3309
3310 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3311
3312         * shell/ev-view-private.h:
3313         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3314         (ev_view_leave_notify_event), (ev_view_finalize),
3315         (ev_view_get_property), (ev_view_class_init):
3316
3317         Use IBEAM cursor for text form fields and NORMAL cursor for read
3318         only fields. Remove unused status attribute.
3319
3320 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3323
3324         Update region for current selected items also for checkbox
3325         buttons, since they can behave as radio buttons when they are in a
3326         set.
3327
3328 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3329
3330         * configure.ac:
3331         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3332
3333         Get max length of text form fields.
3334
3335 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3336
3337         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3338         * libdocument/ev-form-field.h:
3339         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3340
3341         Fix build with current poppler cvs head.
3342
3343 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3344
3345         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3346         * shell/eggfindbar.c: (egg_find_bar_init):
3347
3348         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3349         deprecation. Fixes bug #455667
3350
3351 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3352
3353         * NEWS:
3354         * configure.ac:
3355         
3356         Update for release 0.9.2
3357
3358 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * shell/ev-view.c: (ev_view_form_field_text_save),
3361         (ev_view_form_field_choice_save):
3362
3363         Fix a crash when closing whith a form widget visible.
3364
3365 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3368
3369         Update also the region of the current selected button when
3370         clicking on another button if they are radio buttons.
3371
3372 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3375         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3376         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3377         (ev_pixbuf_cache_get_link_mapping),
3378         (ev_pixbuf_cache_get_image_mapping),
3379         (ev_pixbuf_cache_get_form_field_mapping),
3380         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3381         * shell/ev-view.c: (ev_view_form_field_get_region),
3382         (ev_view_form_field_button_create_widget),
3383         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3384         (job_finished_cb):
3385
3386         Redraw only form field region instead of the whole page when
3387         reloading a page to show changes on the form field.
3388
3389 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3390
3391         * shell/ev-view.c: (ev_view_form_field_choice_save):
3392
3393         Fix selection of first item in list form fields.
3394
3395 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3396
3397         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3398         (ev_pixbuf_cache_reload_page),
3399         (ev_pixbuf_cache_get_form_field_mapping):
3400
3401         Some refactoring to avoid duplicated code.
3402
3403 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3404
3405         * configure.ac:
3406         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3407         (ev_form_field_from_poppler_field),
3408         (pdf_document_forms_get_form_fields),
3409         (pdf_document_forms_form_field_text_get_text),
3410         (pdf_document_forms_form_field_text_set_text),
3411         (pdf_document_forms_form_field_button_set_state),
3412         (pdf_document_forms_form_field_button_get_state),
3413         (pdf_document_forms_form_field_choice_get_item),
3414         (pdf_document_forms_form_field_choice_get_n_items),
3415         (pdf_document_forms_form_field_choice_is_item_selected),
3416         (pdf_document_forms_form_field_choice_select_item),
3417         (pdf_document_forms_form_field_choice_toggle_item),
3418         (pdf_document_forms_form_field_choice_unselect_all),
3419         (pdf_document_forms_form_field_choice_set_text),
3420         (pdf_document_forms_form_field_choice_get_text),
3421         (pdf_document_document_forms_iface_init):
3422         * libdocument/Makefile.am:
3423         * libdocument/ev-form-field.[ch]:
3424         * libdocument/ev-document-forms.[ch]:
3425         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3426         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3427         (add_job), (ev_pixbuf_cache_reload_page),
3428         (ev_pixbuf_cache_get_form_field_mapping):
3429         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3430         * shell/ev-view-private.h:
3431         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3432         (ev_view_handle_cursor_over_xy),
3433         (ev_view_get_form_field_at_location),
3434         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3435         (ev_view_form_field_button_create_widget),
3436         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3437         (ev_view_form_field_text_create_widget),
3438         (ev_view_form_field_choice_save),
3439         (ev_view_form_field_choice_changed),
3440         (ev_view_form_field_choice_create_widget),
3441         (ev_view_handle_form_field), (ev_view_size_allocate),
3442         (ev_view_realize), (draw_end_presentation_page),
3443         (ev_view_button_press_event), (ev_view_remove_all),
3444         (ev_view_motion_notify_event), (ev_view_key_press_event),
3445         (ev_view_enter_notify_event), (highlight_find_results),
3446         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3447         (ev_view_class_init), (page_changed_cb),
3448         (on_adjustment_value_changed), (ev_view_set_presentation),
3449         (merge_selection_region), (ev_view_set_cursor),
3450         (ev_view_reset_presentation_state):
3451         
3452         Merge evince-forms branch.
3453
3454 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3455
3456         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3457
3458         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3459         This script also updates itself from libegg
3460
3461         * cut-n-paste/toolbar-editor/egg*:
3462         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3463         libegg
3464
3465 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3466
3467         * shell/ev-window.c:
3468         
3469         Adds a nice icon to page action during toolbar editing.
3470         See bug #452872.
3471
3472 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3473
3474         * data/evince-toolbar.xml:
3475         * shell/ev-window.c:
3476         
3477         Let user add a presentation and fullscreen icons on toolbar.
3478         See bug #449734.
3479
3480 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3481
3482         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3483
3484         new script to keep in sync with toolbareditor in libegg
3485
3486         * cut-n-paste/toolbar-editor/*: 
3487
3488         Run update-toolbareditor-from-libegg so we are in sync again. 
3489         Fixes bug #452850.
3490         
3491
3492 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3493
3494         * shell/ev-sidebar-links.c: (job_finished_callback):
3495
3496         Do not connect selection changed signal more than once. Fixes bug
3497         #349433.
3498
3499 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3500
3501         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3502
3503         Do not change sidebar chrome flag when pressing F9 key in
3504         presentation mode.
3505
3506 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3507
3508         * backend/pdf/ev-poppler.cc:
3509         (pdf_document_thumbnails_get_dimensions):
3510
3511         Make sure thumbnails width and height is not <= 0. Fixes a crash
3512         with some pdf documents which have really small pages.
3513
3514 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3515
3516         * shell/main.c: (main):
3517
3518         Fixes program description translation issue.
3519         Bug #450148.
3520
3521 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3522
3523         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3524
3525         Do not change current page when returning from black/white mode
3526         in presentation. Fixes bug #415032.
3527
3528 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3529
3530         * NEWS:
3531         * configure.ac:
3532         
3533         Update for release 0.9.1
3534
3535 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3536
3537         * backend/dvi/dvi-document.c:
3538         (dvi_document_finalize),
3539         (dvi_document_file_exporter_format_supported),
3540         (dvi_document_file_exporter_begin),
3541         (dvi_document_file_exporter_do_page),
3542         (dvi_document_file_exporter_end),
3543         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3544         
3545         PDF exporter for dvi documents. Fixes bug #441319.
3546
3547 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3548
3549         * shell/ev-window.c: (ev_window_clear_print_job):
3550
3551         Clear gtk print job when job has finished. Fixes bug #447612.
3552
3553 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3554
3555         * shell/ev-window.c: (ev_window_print_send),
3556         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3557
3558         Add preview button to print dialog. Fixes bug #445419.
3559
3560 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3561
3562         * backend/dvi/Makefile.am:
3563         * backend/dvi/pixbuf-device.[ch]: Removed
3564         * backend/dvi/cairo-device.[ch]: Added
3565         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3566         * backend/dvi/dvi-document.c: (dvi_document_load),
3567         (dvi_document_render), (dvi_document_finalize),
3568         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3569         (dvi_document_do_color_special):
3570         * libdocument/ev-document-misc.[ch]:
3571         (ev_document_misc_pixbuf_from_surface):
3572
3573         Port dvi backend to cairo and fix a problem with colors. 
3574
3575 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3576
3577         * shell/ev-view.c: (draw_one_page):
3578
3579         Draw only visible region.
3580
3581 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3582
3583         * backend/djvu/djvu-document.c: (djvu_document_render):
3584
3585         Fix rotation in djvu backend.
3586
3587 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3588
3589         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3590         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3591         (ev_pixbuf_cache_get_image_mapping),
3592         (ev_pixbuf_cache_get_text_mapping):
3593
3594         Redraw view every time we have a new surface. Fixes bug #443587.
3595
3596 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3597
3598         * libdocument/ev-document.c: (ev_document_info_free):
3599
3600         Fix memory leaks.
3601
3602 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3603
3604         * backend/dvi/dvi-document.c: (dvi_document_render),
3605         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3606         * backend/impress/impress-document.c:
3607         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3608         (impress_document_render), (impress_document_document_iface_init),
3609         (impress_document_thumbnails_get_thumbnail):
3610         * backend/djvu/djvu-document-private.h:
3611         * backend/djvu/djvu-document.c: (djvu_document_render),
3612         (djvu_document_finalize), (djvu_document_document_iface_init),
3613         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3614         * backend/tiff/tiff-document.c: (tiff_document_render),
3615         (tiff_document_render_pixbuf),
3616         (tiff_document_document_iface_init):
3617         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3618         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3619         (pdf_selection_render_selection):
3620         * backend/comics/comics-document.c:
3621         (comics_document_render_pixbuf), (comics_document_render),
3622         (comics_document_document_iface_init):
3623         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3624         (pixbuf_document_document_iface_init):
3625         * libdocument/ev-document-misc.[ch]:
3626         (ev_document_misc_surface_from_pixbuf),
3627         (ev_document_misc_surface_rotate_and_scale):
3628         * libdocument/ev-document.[ch]: (ev_document_render):
3629         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3630         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3631         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3632         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3633         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3634         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3635         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3636         (render_finished_cb), (ev_job_render_run):
3637         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3638         (merge_selection_region):
3639
3640         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3641         and selections.
3642
3643 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3644
3645         * shell/ev-window-title.c: (ev_window_title_update):
3646
3647         Fix memory leak.
3648
3649 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3650
3651         * shell/ev-view.c: (draw_loading_text):
3652
3653         Show loading text centered. Fixes bug #433061
3654
3655 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3656
3657         * shell/ev-sidebar-thumbnails.c:
3658         (ev_sidebar_thumbnails_set_loading_icon):
3659
3660         Remove a mutex in the main thread that blocks the UI in heavy
3661         documents.
3662
3663 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3664
3665         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3666
3667         Set points_set to TRUE so that selections don't disappear after a
3668         zoom change.
3669
3670 2007-06-07  Michael Monreal  <infernux@web.de>
3671
3672         * data/icons/16x16/actions/Makefile.am:
3673         * data/icons/16x16/actions/zoom.svg:
3674         * data/icons/22x22/actions/Makefile.am:
3675         * data/icons/22x22/actions/zoom.svg:
3676         * data/icons/24x24/actions/Makefile.am:
3677         * shell/ev-stock-icons.c:
3678         * shell/ev-stock-icons.h:
3679         * shell/ev-window.c:
3680         
3681         Zoom icon artwork. See bug #444795.
3682
3683 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3684
3685         * shell/ev-metadata-manager.c: Remove extraneous function
3686         (Closes: #444386)
3687
3688 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3689
3690         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3691         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3692         (ev_metadata_manager_set), (ev_metadata_manager_save):
3693         Simplify the timeout, no need for modified anymore
3694
3695 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3696
3697         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3698         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3699         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3700         (ev_metadata_manager_save): Adapted patch from Arjan van de
3701         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3702         time, saves on power (Closes: #443851)
3703
3704 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3705
3706         * configure.ac:
3707         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3708         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3709
3710         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3711
3712 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3713
3714         * shell/ev-window.c: (ev_window_add_history):
3715
3716         Check if history is NULL
3717
3718 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3719
3720         * libdocument/ev-image.c: (ev_image_finalize):
3721         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3722         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3723         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3724         (ev_tmp_uri_unlink):
3725
3726         Add functions to delete temporary files created by evince in a safe
3727         way.
3728
3729         * shell/ev-window.c: (ev_window_clear_local_uri),
3730         (open_xfer_update_progress_callback),
3731         (save_xfer_update_progress_callback), (ev_window_save_remote),
3732         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3733         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3734         (attachment_save_dialog_response_cb),
3735         (ev_attachment_popup_cmd_save_attachment_as):
3736
3737         Allow saving a copy of a document, image or attachment to a remote
3738         location. Fixes bug #440754. 
3739
3740 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3741
3742         * configure.ac:
3743         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3744
3745         Fix build with current poppler from cvs head. 
3746
3747 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3748
3749         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3750
3751         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3752         directory exists.
3753
3754 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3755
3756         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3757         * shell/ev-window.c:
3758
3759         Change sidebar ordering. Fixes bug #439939.
3760
3761 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3762
3763         * backend/comics/Makefile.am:
3764         
3765         Fixes build with --without-libgnome.
3766
3767 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3768         
3769         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3770
3771         Update cursor and tooltip on page change and view scroll. Fixes bug
3772         #439217.
3773
3774 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3775
3776         * NEWS:
3777         * configure.ac:
3778         
3779         Update for release 0.9.0
3780
3781 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3782
3783         * backend/djvu/djvu-document-private.h:
3784         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3785         (djvu_document_finalize),
3786         (djvu_document_file_exporter_format_supported),
3787         (djvu_document_file_exporter_begin),
3788         (djvu_document_file_exporter_do_page),
3789         (djvu_document_file_exporter_end),
3790         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3791         
3792         Implemented printing with djvu. Bug #437998.
3793
3794 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * backend/impress/zip.c:
3797         Add missing ulong definition.
3798
3799         * backend/ps/ps-interpreter.c:
3800         Add missing headers.
3801
3802         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3803
3804 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3805
3806         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3807
3808         Add missing call to parent class dispose method. 
3809
3810 2007-05-12  Ross Burton  <ross@openedhand.com>
3811
3812         * shell/main.c:
3813         Sync keybindings manually when building without libgnome
3814         (#437925).
3815
3816 2007-05-12  Ross Burton  <ross@openedhand.com>
3817
3818         * shell/ev-window.c:
3819         Respect the screen when opening help (#437866).
3820
3821 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3822
3823         * data/evince-ui.xml:
3824         * shell/ev-application.[ch]: (get_print_settings_from_args),
3825         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3826         (ev_application_open_uri_list):
3827         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3828         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3829         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3830         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3831         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3832         (ev_window_dispose):
3833         * shell/main.c: (arguments_parse):
3834
3835         Add print button in preview mode. Fixes bug #396475. 
3836
3837 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3838
3839         * cut-n-paste/zoom-control/ephy-zoom.h:
3840         
3841         Fixes zoom level factors. See bug #408119 for details.
3842
3843 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3844
3845         * backend/comics/comics-document.c: (comics_regex_quote),
3846         (extract_argv):
3847         
3848         Correctly quote symbols. Fixes crash in the bug
3849         #415370.
3850
3851 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3852
3853         * shell/ev-navigation-action-widget.c:
3854         (ev_navigation_action_widget_init),
3855         (ev_navigation_action_widget_class_init),
3856         (ev_navigation_action_widget_button_press_event):
3857         
3858         Connect to button-press event on correct widget. Fixes
3859         bug #431988
3860
3861 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3862
3863         * shell/ev-application.c: (ev_application_open_window),
3864         (ev_application_add_icon_path_for_screen),
3865         (ev_application_open_uri_at_dest):
3866         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3867         * shell/ev-navigation-action.c: (build_menu):
3868         
3869         Add app-specific icons to our icon theme. Fixes bug
3870         #425508.
3871
3872 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3873
3874         * shell/ev-history.c: (ev_history_class_init),
3875         (ev_history_add_link):
3876         * shell/ev-history.h:
3877         * shell/ev-navigation-action.c:
3878         (ev_navigation_action_history_changed),
3879         (ev_navigation_action_set_history), (build_menu),
3880         (ev_navigation_action_finalize):
3881         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3882         
3883         Make navigation action unsensitive instead of showing
3884         menu with unsensitive word. Fixes bug #417392.
3885
3886 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3887
3888         * shell/ev-application.[ch]: (ev_application_shutdown),
3889         (ev_application_get_print_settings),
3890         (ev_application_set_print_settings):
3891         * shell/ev-window.c:
3892
3893         Remember print settings. Fixes bug #349102. 
3894
3895 2007-05-08  Christian Persch  <chpe@gnome.org>
3896
3897         * configure.ac:
3898         * properties/ev-properties-view.c:
3899
3900         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3901         Bug #382438.
3902
3903 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3904
3905         * configure.ac:
3906         * properties/ev-properties-view.c: (ev_regular_paper_size):
3907
3908         Use gtk+ builtin paper list to identify the document's paper size.
3909         Fixes bug #382438. 
3910
3911 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3912
3913         * configure.ac:
3914
3915         Fix build when compiling with thumbnailer and libgnome support. 
3916
3917 2007-05-04  Ross Burton  <ross@openedhand.com>
3918
3919         * configure.ac:
3920         Add --without-libgnome, check for libgnome and libgnomeui
3921         separately, and add them to the symbols as required.
3922
3923         * libdocument/ev-file-helpers.c:
3924         When building without libgnome, use g_get_user_config_dir instead
3925         of gnome_user_dir_get.
3926
3927         * shell/ev-application.c:
3928         When building without libgnome, don't use session management.
3929
3930         * shell/main.c:
3931         When building without libgnome, don't use GnomeProgram or
3932         initialise the authentication manager.
3933
3934         This fixes #328842.
3935
3936 2007-05-04  Ross Burton  <ross@openedhand.com>
3937
3938         * shell/ev-window.c:
3939         Don't use libgnome to open help, instead call Yelp directly.
3940
3941 2007-05-04  Ross Burton  <ross@openedhand.com>
3942
3943         * shell/ev-sidebar-attachments.c:
3944         Don't use libgnome to lookup icons for MIME types, instead copy
3945         code from GTK+ to do it manually.
3946
3947 2007-05-04  Ross Burton  <ross@openedhand.com>
3948
3949         * configure.ac:
3950         Add libxml to the dependencies for SHELL_CORE (#435818).
3951
3952 2007-05-02  Ross Burton  <ross@openedhand.com>
3953
3954         * configure.ac:
3955         * Makefile.am:
3956         Add --disable-thumbnailer (#434825)
3957
3958 2007-05-02  Ross Burton  <ross@openedhand.com>
3959
3960         * shell/ev-window.c:
3961         Add missing includes, fix indentation.
3962
3963         * shell/main.c:
3964         Fix indentation.
3965
3966 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3967
3968         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3969         ev_application_open_uri_at_dest instead of ev_application_open_uri
3970         preventing new document always being opened in a new window even if there
3971         is an empty window.
3972
3973 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3974
3975         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3976         (egg_recent_view_uimanager_finalize):
3977         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3978         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3979         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3980         (ev_pixbuf_cache_dispose):
3981         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3982         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3983         
3984         Add missing chain to parent class methods. Fixes
3985         bug #433128.
3986
3987 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3988
3989         * data/Makefile.am (update-icon-cache): Updates
3990         gtk-update-icon-cache in uninstall-hook.
3991
3992 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3993
3994         * shell/ev-window.c: (ev_window_setup_document),
3995         (ev_window_set_document), (ev_window_load_job_cb):
3996         * shell/ev-view.c: (setup_caches):
3997         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3998
3999         Start rendering pages before any other jobs. 
4000
4001 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4002
4003         * shell/ev-window.c: (ev_window_stop_fullscreen),
4004         (ev_window_stop_presentation):
4005
4006         Update chrome visibility before window unfullscreen. 
4007
4008 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4009
4010         * data/Makefile.am:
4011         * data/evince-ui.xml:
4012         * shell/ev-stock-icons.[ch]:
4013         * shell/ev-application.[ch]: (ev_application_shutdown),
4014         (ev_application_init), (ev_application_get_toolbars_model):
4015         * shell/ev-window.c: (update_chrome_visibility),
4016         (fullscreen_toolbar_setup_item_properties),
4017         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4018         (ev_window_run_presentation), (ev_window_stop_presentation),
4019         (ev_window_run_preview), (ev_window_screen_changed),
4020         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4021         (ev_window_dispose), (ev_window_init):
4022
4023         Make fullscreen toolbar always visible. Do not use egg toolbars for
4024         fullscreen and preview modes since such toolbars are not editables.
4025         Fixes bugs #300278, #338910 and #316188.  
4026
4027 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4028
4029         * shell/ev-application.c:
4030         * shell/ev-job-queue.c:
4031         * shell/ev-metadata-manager.c:
4032         * shell/ev-stock-icons.c:
4033         * shell/ev-window.c:
4034         * shell/main.c:
4035         
4036         Developers documentation updated.
4037
4038 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4039
4040         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4041
4042         Check whether uri is valid before launching it. Fixes bug #427664.
4043
4044 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4045
4046         * shell/ev-window.c:
4047
4048         Change key accelerator for Open a Copy menu entry which is in conflict
4049         with Close. Fixes bug #427321.
4050
4051 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4052
4053         * NEWS:
4054         * configure.ac:
4055         
4056         Update for release 0.8.1
4057
4058 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4059
4060         * shell/ev-window.c: (setup_size_from_metadata):
4061         
4062         Do not make window bigger than screen. Fixes bug 
4063         #388985.
4064
4065 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4066
4067         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4068         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4069
4070         Use default resolution when it's not provided by document. Fixes bug
4071         #408762.
4072
4073 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4074
4075         * configure.ac:
4076         * thumbnailer/Makefile.am:
4077         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4078         * thumbnailer/evince-thumbnailer.schemas.in:
4079         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4080
4081         Add support for ps, eps and compressed documents thumbnails. Do not
4082         ignore size parameter. 
4083
4084 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4085
4086         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4087         (dvi_document_do_color_special):
4088         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4089
4090         Implement font color specials in the DVI backend. Fixes bug #303651.
4091
4092 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4093
4094         Fixup the previous commit:
4095
4096         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4097         * shell/xdg-user-dir-lookup.c: Make the function non-static
4098         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4099
4100 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4101
4102         * shell/ev-window.c (file_open_dialog_response_cb): Use
4103         the xdg-user-dirs DOCUMENTS folder as default folder when
4104         opening a file chooser.  (#424858)
4105
4106         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4107         xdg-user-dirs.
4108
4109 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4110
4111         * shell/ev-window.c: (ev_window_load_job_cb):
4112
4113         Do not setup view from metadata on preview mode. 
4114
4115 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4116
4117         * shell/main.c:
4118
4119         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4120
4121 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4122
4123         * shell/ev-view.c: (ev_view_primary_get_cb):
4124
4125         Check pointer != NULL before using it. Fixes bug #416841. 
4126
4127 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4128
4129         * NEWS:
4130         * configure.ac:
4131         
4132         Release 0.8.0
4133
4134 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4135
4136         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4137
4138         Do not render thumbnails when sidebar thumbnail page is not visible
4139         at startup. Fixes bug #416447. 
4140
4141 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4142
4143         * data/evince.desktop.in.in:
4144
4145         "Application" is not a valid category in the freedesktop specification.
4146
4147 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4148
4149         * libdocument/ev-file-helpers.[ch]: (compression_run),
4150         (ev_file_uncompress), (ev_file_compress):
4151         * shell/ev-window.c: (file_save_dialog_response_cb):
4152
4153         Save document compressed when saving a copy of a compressed document.
4154         Fixes bug #334542.
4155
4156 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4157
4158         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4159
4160         Allow deleting in goto window entry in presentation mode. 
4161
4162 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4163
4164         * Makefile.am: Dist MAINTAINERS.
4165
4166 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4167
4168         * shell/ev-window.c: (ev_window_update_actions):
4169
4170         Fix zoom shortcut keys when searching. Fixes bug #409828.
4171
4172 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4173
4174         * shell/ev-window.c: (ev_window_setup_document):
4175
4176         Fix crash when loading documents with only one page. 
4177
4178 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4179
4180         * backend/dvi/dvi-document.c:
4181         (dvi_document_thumbnails_get_dimensions),
4182         (dvi_document_thumbnails_get_thumbnail):
4183         * backend/impress/impress-document.c:
4184         (impress_document_thumbnails_get_thumbnail),
4185         (impress_document_thumbnails_get_dimensions):
4186         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4187         (ps_document_thumbnails_get_dimensions):
4188         * backend/djvu/djvu-document.c:
4189         (djvu_document_thumbnails_get_dimensions),
4190         (djvu_document_thumbnails_get_thumbnail):
4191         * backend/tiff/tiff-document.c:
4192         (tiff_document_thumbnails_get_thumbnail),
4193         (tiff_document_thumbnails_get_dimensions):
4194         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4195         (pdf_document_thumbnails_get_thumbnail),
4196         (pdf_document_thumbnails_get_dimensions):
4197         * backend/comics/comics-document.c:
4198         (comics_document_thumbnails_get_thumbnail),
4199         (comics_document_thumbnails_get_dimensions):
4200         * backend/pixbuf/pixbuf-document.c:
4201         (pixbuf_document_thumbnails_get_thumbnail),
4202         (pixbuf_document_thumbnails_get_dimensions):
4203         * libdocument/ev-document-thumbnails.[ch]:
4204         (ev_document_thumbnails_get_thumbnail),
4205         (ev_document_thumbnails_get_dimensions):
4206         * libdocument/ev-document-misc.[ch]:
4207         (ev_document_misc_get_thumbnail_frame):
4208         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4209         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4210         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4211         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4212         (ev_sidebar_thumbnails_refresh):
4213         * shell/ev-window.c: (ev_window_setup_document):
4214         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4215
4216         Use an EvRenderContext for rendering thumbnails instead of a suggested
4217         width, so that different sized pages get sized proportionally.
4218
4219 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4220
4221         * shell/ev-view.c: (ev_view_button_press_event),
4222         (ev_view_key_press_event):
4223
4224         Fix critical warnings when there is no document loaded. 
4225
4226 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4227
4228         * shell/ev-page-action-widget.c:
4229         * shell/ev-navigation-action.c:
4230         * shell/ev-window.c:
4231
4232         Fix compile warnings. 
4233
4234 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4235
4236         * backend/djvu/djvu-text.h:
4237         * backend/djvu/djvu-document.c:
4238         * backend/djvu/djvu-text-page.c:
4239         * backend/djvu/djvu-links.c:
4240         * backend/djvu/djvu-text-page.h:
4241         * backend/djvu/djvu-text.c:
4242         
4243         Fix build on Mac. Fixes bug #392186. Patch by
4244         <ephraim_owns@hotmail.com>
4245
4246 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4247
4248         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4249
4250         Restore cairo context before rendering every page when printing a PDF
4251         document into a PDF file. 
4252
4253 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4254
4255         * backend/ps/gstypes.h:
4256         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4257         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4258         (ps_document_thumbnails_get_thumbnail):
4259
4260         Handle PostScript page orientation. Fixes bug #318568.
4261
4262 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4263
4264         * backend/ps/Makefile.am:
4265         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4266         (document_load), (ps_document_load), (save_document),
4267         (save_page_list), (ps_document_get_n_pages),
4268         (ps_document_get_page_size), (ps_document_get_info),
4269         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4270         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4271         (ps_document_thumbnails_get_thumbnail),
4272         (ps_document_thumbnails_get_dimensions),
4273         (ps_document_document_thumbnails_iface_init):
4274         * backend/ps/ps.[ch]: (psgetpagebox):
4275         * backend/ps/ps-interpreter.[ch]:
4276
4277         Add support for thumbnails in ps backend. Fixes bug #164755. 
4278
4279 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4280
4281         * NEWS:
4282         * configure.ac:
4283         
4284         Release 0.7.2
4285
4286 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4287
4288         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4289         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4290         (ev_window_dispose):
4291
4292         Use document thumbnail as window icon. Fixes bug #384442.
4293
4294 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4295
4296         * configure.ac:
4297
4298         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4299         duplicated adding application/x-bzpostscript instead. 
4300
4301 2007-02-11  Tom Parker  <palfrey@tevp.net>
4302
4303         * backend/ps/ps-document.c: (document_load):
4304
4305         Check return value of psscan before trying
4306         to use it. Fixes bug #372414.
4307
4308 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4309
4310         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4311
4312         Fix invalid free in ev-page-cache. Fixes bug #404745.
4313
4314 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4315
4316         * test/Makefile.am:
4317         * test/test3.py:
4318         
4319         Added reload test case.
4320
4321 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4322
4323         * po/POTFILES.in:
4324         * backend/djvu/djvu-document.c: (djvu_document_load):
4325
4326         Check whether there are missing files in indirect multipage djvu
4327         documents. Fixes bug #361683. 
4328
4329 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4330
4331         * test/Makefile.am:
4332         * test/test-mime.bin:
4333         * test/test3.py:
4334         
4335         Added test for slow mime type
4336
4337 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4338
4339         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4340
4341         Add some checks and call parent_class->finalize. Fixes bug #404745.
4342
4343 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4344
4345         * shell/ev-navigation-action.c: (connect_proxy):
4346         
4347         Fixes dropdown history menu. Thanks a lot Carlos!
4348
4349 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4350
4351         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4352
4353         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4354         bug #373715.
4355
4356 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4357
4358         * backend/ps/ps.c: (psscan):
4359
4360         Fix memory leak. 
4361
4362 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4363
4364         * configure.ac:
4365         * libdocument/ev-file-helpers.c: 
4366
4367         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4368
4369 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4370
4371         * configure.ac:
4372         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4373         (ps_interpreter_start), (document_load), (save_document),
4374         (save_page_list):
4375         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4376         * libdocument/ev-document-factory.c:
4377         (ev_document_factory_get_from_mime), (get_document_from_uri),
4378         (free_uncompressed_uri), (ev_document_factory_get_document):
4379         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4380
4381         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4382
4383 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4384
4385         * libdocument/ev-document.h:
4386
4387         Fix typo in function name. 
4388
4389 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4390
4391         * backend/ps/ps-document.c: (ps_interpreter_finished),
4392         (ps_interpreter_start), (ps_interpreter_failed):
4393
4394         Handle ghostscript interpreter crashes. 
4395
4396 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4397
4398         * shell/ev-window.c: (ev_window_open_uri),
4399         (window_configure_event_cb):
4400
4401         Setup window size and position before showing it. Fixes bug #401711.
4402
4403 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4404
4405         * backend/ps/Makefile.am:
4406         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4407         (ps_document_dispose), (ps_document_class_init),
4408         (ps_interpreter_input), (ps_interpreter_output),
4409         (ps_interpreter_error), (setup_interpreter_env),
4410         (ps_interpreter_start), (ps_interpreter_stop),
4411         (ps_interpreter_failed), (ps_interpreter_is_ready),
4412         (check_filecompressed), (document_load), (ps_document_load),
4413         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4414         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4415         (render_page):
4416
4417         Rework ps-document. Code cleanups, remove deprecated code. 
4418
4419 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4420
4421         * shell/ev-view.c: (ev_view_button_press_event):
4422
4423         Do not start an image drag and drop operation when pointer is on 
4424         text, so that we can select text when the whole background is an
4425         image. 
4426
4427 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4428
4429         * shell/ev-window.c: (ev_window_update_actions): 
4430
4431         Disable all zoom related actions during presentation mode. 
4432
4433 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4434
4435         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4436
4437         Do not zoom in or out on presentation mode. Fixes bug #401305.
4438
4439 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4440
4441         * shell/ev-navigation-action.c: (connect_proxy),
4442         (create_menu_item), (ev_navigation_action_class_init):
4443         
4444         Correctly show menu and fix crash when navigaton 
4445         action is out of toolbar visible area.
4446
4447 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4448
4449         * data/Makefile.am:
4450         * data/evince.1:
4451         
4452         Added man file
4453
4454 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4455
4456         * help/reference/* :
4457         * configure.ac:
4458         
4459         Added gtk-doc based documentation for Evince.
4460         Still in initial state but I hope it will
4461         grow.
4462         
4463         * configure.ac:
4464         
4465         Lower dbus requirement to 0.70
4466
4467 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4468
4469         * shell/ev-window.c: (ev_window_add_history):
4470
4471         Fix memory leak. 
4472
4473 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4474
4475         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4476         * shell/ev-view.h:
4477         * shell/ev-window.c: (ev_window_add_history):
4478         
4479         Correctly handle named destination links
4480
4481 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4482
4483         * NOTES:
4484         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4485         * backend/pdf/ev-poppler.cc:
4486         * libdocument/ev-document-links.h:
4487         * libdocument/ev-link.c: (ev_link_get_page):
4488         * libdocument/ev-link.h:
4489         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4490         (ev_history_add_link):
4491         * shell/ev-history.h:
4492         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4493         (new_history_menu_item), (build_menu):
4494         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4495         * shell/ev-sidebar-links.c: (create_loading_model),
4496         (print_section_cb), (ev_sidebar_links_construct),
4497         (fill_page_labels), (update_page_callback_foreach),
4498         (update_page_callback), (job_finished_callback):
4499         * shell/ev-view.c: (ev_view_handle_link):
4500         * shell/ev-window.c: (ev_window_find_chapter),
4501         (ev_window_add_history), (view_handle_link_cb),
4502         (history_changed_cb):
4503         
4504         Implements another history variant
4505
4506 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4507
4508         * shell/ev-window.c: (view_external_link_cb):
4509         * shell/ev-view.c: (ev_view_button_release_event):
4510
4511         Open links in new window when clicking with middle button. 
4512
4513 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4514
4515         * shell/ev-navigation-action.c: (new_history_menu_item):
4516         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4517         * shell/ev-view.c: (ev_view_handle_link):
4518         * shell/ev-window.c:
4519         
4520         Store link before jump, not the destination. For me it 
4521         seems like more natural history behavior.
4522
4523 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4524
4525         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4526         (ev_navigation_action_class_init):
4527         * shell/ev-navigation-action.h:
4528         * shell/ev-page-action.c: (activate_cb):
4529         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4530         (ev_page_cache_set_current_page_history):
4531         * shell/ev-page-cache.h:
4532         * shell/ev-sidebar-thumbnails.c:
4533         (ev_sidebar_tree_selection_changed),
4534         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4535         * shell/ev-view-private.h:
4536         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4537         * shell/ev-view.h:
4538         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4539         (ev_window_setup_document), (ev_window_load_job_cb):
4540         * shell/ev-window.h:
4541         
4542         History finally works as expected.
4543
4544 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4545
4546         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4547
4548         Do not update links treeview if it doesn't have a model assigned yet. 
4549
4550 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4551
4552         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4553         (ev_sidebar_links_class_init), (update_page_callback):
4554
4555         Do not update links treeview when sidepane is not visible. 
4556
4557 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4558
4559         * shell/ev-marshal.list:
4560         * shell/ev-page-action.c: (activate_cb),
4561         (ev_page_action_class_init):
4562         * shell/ev-page-action.h:
4563         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4564         * shell/ev-window.c:
4565         
4566         Remove activate_link signal, not required.
4567
4568 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4569
4570         * shell/ev-navigation-action.c: (build_menu):
4571         
4572         Reorder menu items and build menu with fixed length.
4573
4574 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4575
4576         * shell/ev-view.c: (get_selected_text):
4577         
4578         Normalize text to fix ligatures problem. See bug
4579         #341947 for details.
4580
4581 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4582
4583         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4584
4585         Fix memory leak in ev-page-cache. 
4586
4587 2007-01-25  Tom Parker <palfrey@tevp.net>
4588
4589         * backend/impress/impress-document.c: (impress_document_load),
4590         (impress_document_finalize), (impress_document_init):
4591         * properties/ev-properties-main.c: (ev_properties_get_pages):
4592         
4593         Correctly handle impress document errors. Fixes nautilus
4594         crash in property page #370491.
4595
4596 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4597
4598         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4599         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4600         (ev_job_queue_remove_job):
4601         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4602         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4603         (ev_job_load_run):
4604         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4605         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4606         (ev_window_load_job_cb), (xfer_update_progress_callback),
4607         (ev_window_open_uri), (ev_window_dispose):
4608         * shell/main.c: (main):
4609
4610         Do file transfer asynchronously in the main thread instead of
4611         synchronously in the load thread. Fixes bugs #399694, #398307 and
4612         #343542.
4613
4614 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4615
4616         * shell/ev-jobs.c: (ev_job_xfer_run):
4617
4618         Load the document with the font-config lock held. 
4619
4620 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4621
4622         * backend/ps/ps-document.c: (start_interpreter):
4623
4624         Fix memory leaks in ps backend. 
4625
4626 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4627
4628         * backend/impress/impress-document.c:
4629         (impress_document_render_pixbuf):
4630
4631         Do not acquire fontconfig lock in impress backend, since it is using
4632         the main loop for rendering. 
4633
4634 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4635
4636         * po/POTFILES.in: 
4637
4638         Remove mdvi files that shouldn't be translated. 
4639
4640 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4641
4642         * shell/ev-view-private.h:
4643         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4644         (ev_view_set_zoom):
4645
4646         Render "loading..." text into a cairo surface instead of directly into
4647         the window so that fontconfig lock is only needed once and UI is not
4648         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4649
4650 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4651
4652         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4653         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4654
4655         Use icon theme associated with the window screen rather than default. 
4656
4657 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4658
4659         * configure.ac:
4660
4661         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4662
4663 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4664
4665         * data/icons/*/apps/evince.*:
4666
4667         Move Evince icons under new apps directory.
4668
4669         * data/icons/*/actions/*:
4670
4671         Add new custom themeable Evince icons: view-page-continuous, 
4672         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4673         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4674
4675         * configure.ac:
4676
4677         Add new directories to AC_CONFIG_FILES.
4678
4679         * shell/ev-stock-icons.c:
4680         * shell/ev-stock-icons.h:
4681
4682         Use new custom themeable icons.
4683
4684 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4685
4686         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4687
4688         Do not draw white background page in presentation mode. 
4689
4690 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4691
4692         * shell/ev-view.c: Remove unused gnome-vfs include.
4693
4694 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4695
4696         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4697         
4698         Format string is corrected, fixes bug #397129.
4699
4700 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4701
4702         * shell/ev-window.c: (ev_window_setup_recent):
4703
4704         Do not include in recent menu inexistent documents. Fixes
4705         bug #339171.
4706
4707 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4708
4709         * po/POTFILES.skip: 
4710
4711         Update POTFILES.skip file according to current source tree. 
4712
4713 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4714
4715         * shell/ev-window.c: (file_save_dialog_response_cb):
4716
4717         Do Save a copy in atomic way. Fixes bug #328266. 
4718
4719 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4720
4721         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4722
4723         Keep selected cell always visible in index treeview.
4724
4725 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4726         
4727         * shell/ev-view.c: (ev_view_size_allocate):
4728
4729         Restore horizontal scrollbar after switching to/from fullscreen
4730         or presentation mode. Fixes bug #331728.
4731
4732 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4733
4734         * shell/ev-view-private.h:
4735         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4736         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4737         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4738         (ev_view_can_zoom_out):
4739
4740         Use max and min scale values in the view iby taking dpi into account. 
4741
4742 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4743
4744         * configure.ac:
4745         * NEWS:
4746
4747         Release 0.7.1
4748
4749 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4750
4751         * shell/ev-window.c: (ev_window_print_send):
4752
4753         Send print job to printer with some settings set to default values,
4754         since we have already exported to a file according to such settings
4755         and they could be taken twice by some printers. 
4756
4757 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4758
4759         * shell/ev-jobs.c: (ev_job_xfer_run):
4760         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4761
4762         Show main window and load document with the font-config lock held. 
4763
4764 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4765
4766         * configure.ac:
4767         * shell/ev-application.c: (ev_application_register_service):
4768         * shell/main.c: (load_files_remote):
4769
4770         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4771
4772 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4773
4774         * doc/debugging.txt:
4775         
4776         Remove obsolete documentation.
4777
4778 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4779
4780         * Makefile.am:
4781         * backend/Makefile.am:
4782         * backend/comics/Makefile.am:
4783         * backend/djvu/Makefile.am:
4784         * backend/dvi/Makefile.am:
4785         * backend/ev-async-renderer.c:
4786         * backend/ev-async-renderer.h:
4787         * backend/ev-attachment.c:
4788         * backend/ev-attachment.h:
4789         * backend/ev-backend-marshal.c:
4790         * backend/ev-document-factory.c:
4791         * backend/ev-document-factory.h:
4792         * backend/ev-document-find.c:
4793         * backend/ev-document-find.h:
4794         * backend/ev-document-fonts.c:
4795         * backend/ev-document-fonts.h:
4796         * backend/ev-document-images.c:
4797         * backend/ev-document-images.h:
4798         * backend/ev-document-info.h:
4799         * backend/ev-document-links.c:
4800         * backend/ev-document-links.h:
4801         * backend/ev-document-misc.c:
4802         * backend/ev-document-misc.h:
4803         * backend/ev-document-security.c:
4804         * backend/ev-document-security.h:
4805         * backend/ev-document-thumbnails.c:
4806         * backend/ev-document-thumbnails.h:
4807         * backend/ev-document-transition.c:
4808         * backend/ev-document-transition.h:
4809         * backend/ev-document.c:
4810         * backend/ev-document.h:
4811         * backend/ev-file-exporter.c:
4812         * backend/ev-file-exporter.h:
4813         * backend/ev-image.c:
4814         * backend/ev-image.h:
4815         * backend/ev-link-action.c:
4816         * backend/ev-link-action.h:
4817         * backend/ev-link-dest.c:
4818         * backend/ev-link-dest.h:
4819         * backend/ev-link.c:
4820         * backend/ev-link.h:
4821         * backend/ev-render-context.c:
4822         * backend/ev-render-context.h:
4823         * backend/ev-selection.c:
4824         * backend/ev-selection.h:
4825         * backend/impress/Makefile.am:
4826         * backend/pdf/Makefile.am:
4827         * backend/pixbuf/Makefile.am:
4828         * backend/ps/Makefile.am:
4829         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4830         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4831         (start_interpreter), (stop_interpreter), (document_load),
4832         (ps_document_next_page), (render_page):
4833         * backend/tiff/Makefile.am:
4834         * comics/Makefile.am:
4835         * comics/comics-document.c:
4836         * comics/comics-document.h:
4837         * configure.ac:
4838         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4839         * djvu/Makefile.am:
4840         * djvu/djvu-document-private.h:
4841         * djvu/djvu-document.c:
4842         * djvu/djvu-document.h:
4843         * djvu/djvu-links.c:
4844         * djvu/djvu-links.h:
4845         * djvu/djvu-text-page.c:
4846         * djvu/djvu-text-page.h:
4847         * djvu/djvu-text.c:
4848         * djvu/djvu-text.h:
4849         * dvi/Makefile.am:
4850         * dvi/dvi-document.c:
4851         * dvi/dvi-document.h:
4852         * dvi/fonts.c:
4853         * dvi/fonts.h:
4854         * dvi/mdvi-lib/Makefile.am:
4855         * dvi/mdvi-lib/afmparse.c:
4856         * dvi/mdvi-lib/afmparse.h:
4857         * dvi/mdvi-lib/bitmap.c:
4858         * dvi/mdvi-lib/bitmap.h:
4859         * dvi/mdvi-lib/color.c:
4860         * dvi/mdvi-lib/color.h:
4861         * dvi/mdvi-lib/common.c:
4862         * dvi/mdvi-lib/common.h:
4863         * dvi/mdvi-lib/defaults.h:
4864         * dvi/mdvi-lib/dvimisc.c:
4865         * dvi/mdvi-lib/dviopcodes.h:
4866         * dvi/mdvi-lib/dviread.c:
4867         * dvi/mdvi-lib/files.c:
4868         * dvi/mdvi-lib/font.c:
4869         * dvi/mdvi-lib/fontmap.c:
4870         * dvi/mdvi-lib/fontmap.h:
4871         * dvi/mdvi-lib/fontsrch.c:
4872         * dvi/mdvi-lib/gf.c:
4873         * dvi/mdvi-lib/hash.c:
4874         * dvi/mdvi-lib/hash.h:
4875         * dvi/mdvi-lib/list.c:
4876         * dvi/mdvi-lib/mdvi.h:
4877         * dvi/mdvi-lib/pagesel.c:
4878         * dvi/mdvi-lib/paper.c:
4879         * dvi/mdvi-lib/paper.h:
4880         * dvi/mdvi-lib/pk.c:
4881         * dvi/mdvi-lib/private.h:
4882         * dvi/mdvi-lib/setup.c:
4883         * dvi/mdvi-lib/sp-epsf.c:
4884         * dvi/mdvi-lib/special.c:
4885         * dvi/mdvi-lib/sysdeps.h:
4886         * dvi/mdvi-lib/t1.c:
4887         * dvi/mdvi-lib/tfm.c:
4888         * dvi/mdvi-lib/tfmfile.c:
4889         * dvi/mdvi-lib/tt.c:
4890         * dvi/mdvi-lib/util.c:
4891         * dvi/mdvi-lib/vf.c:
4892         * dvi/pixbuf-device.c:
4893         * dvi/pixbuf-device.h:
4894         * impress/Makefile.am:
4895         * impress/common.h:
4896         * impress/document.c:
4897         * impress/f_oasis.c:
4898         * impress/f_oo13.c:
4899         * impress/iksemel.c:
4900         * impress/iksemel.h:
4901         * impress/imposter.h:
4902         * impress/impress-document.c:
4903         * impress/impress-document.h:
4904         * impress/internal.h:
4905         * impress/r_back.c:
4906         * impress/r_draw.c:
4907         * impress/r_geometry.c:
4908         * impress/r_gradient.c:
4909         * impress/r_style.c:
4910         * impress/r_text.c:
4911         * impress/render.c:
4912         * impress/render.h:
4913         * impress/zip.c:
4914         * impress/zip.h:
4915         * lib/Makefile.am:
4916         * lib/ev-debug.c:
4917         * lib/ev-debug.h:
4918         * lib/ev-file-helpers.c:
4919         * lib/ev-file-helpers.h:
4920         * lib/ev-gui.c:
4921         * lib/ev-gui.h:
4922         * lib/ev-tooltip.c:
4923         * lib/ev-tooltip.h:
4924         * libdocument/Makefile.am:
4925         * libdocument/ev-file-helpers.c:
4926         * pdf/Makefile.am:
4927         * pdf/ev-poppler.cc:
4928         * pdf/ev-poppler.h:
4929         * pixbuf/Makefile.am:
4930         * pixbuf/pixbuf-document.c:
4931         * pixbuf/pixbuf-document.h:
4932         * properties/Makefile.am:
4933         * ps/Makefile.am:
4934         * ps/gsdefaults.c:
4935         * ps/gsdefaults.h:
4936         * ps/gsio.c:
4937         * ps/gsio.h:
4938         * ps/gstypes.h:
4939         * ps/ps-document.c:
4940         * ps/ps-document.h:
4941         * ps/ps.c:
4942         * ps/ps.h:
4943         * shell/Makefile.am:
4944         * shell/ev-application.h:
4945         * shell/ev-sidebar-links.c:
4946         * shell/ev-sidebar-links.h:
4947         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4948         (ev_gui_menu_position_tree_selection):
4949         * shell/ev-utils.h:
4950         * shell/ev-view.c: (ev_view_finalize):
4951         * shell/ev-window.c:
4952         * shell/main.c: (main):
4953         * thumbnailer/Makefile.am:
4954         * tiff/Makefile.am:
4955         * tiff/tiff-document.c:
4956         * tiff/tiff-document.h:
4957         * tiff/tiff2ps.c:
4958         * tiff/tiff2ps.h:
4959         
4960         Reorganize source tree.
4961
4962 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4963
4964         * backend/ev-document-factory.c:
4965
4966         Do not include ev-poppler.h when pdf is disabled. 
4967
4968 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4969
4970         * configure.ac:
4971         * data/evince-ui.xml:
4972         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4973         (pdf_document_document_images_iface_init):
4974         * backend/Makefile.am:
4975         * backend/ev-document-images.[ch]:
4976         * backend/ev-image.[ch]:
4977         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4978         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4979         (ev_job_xfer_run):
4980         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4981         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4982         (ev_pixbuf_cache_get_image_mapping):
4983         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4984         (view_menu_popup_cb), (ev_window_dispose),
4985         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4986         (ev_view_popup_cmd_copy_image):
4987         * shell/ev-view-private.h:
4988         * shell/ev-view.c: (ev_view_get_image_at_location),
4989         (ev_view_do_popup_menu), (ev_view_popup_menu),
4990         (ev_view_button_press_event), (ev_view_drag_data_get),
4991         (ev_view_drag_motion), (ev_view_drag_data_received),
4992         (ev_view_motion_notify_event), (ev_view_button_release_event),
4993         (ev_view_finalize), (ev_view_class_init):
4994
4995         Add image handling support. Fixes bugs #310008 and #325047. Images
4996         selection is not supported yet. 
4997
4998 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4999
5000         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5001         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5002         (ev_view_init):
5003
5004         Move view drag and drop stuff to ev-view.
5005
5006 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5007
5008         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5009         * shell/ev-view.c: (clear_selection): 
5010
5011         Clear selection also in pixbuf cache.
5012
5013 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5014
5015         * data/evince.desktop.in.in:
5016         
5017         Change icon name in desktop file. See bug #390734
5018         for details.
5019
5020 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5021
5022         * thumbnailer/Makefile.am:
5023
5024         Use top_builddir instead top_srcdir for generated schema
5025         file installation. Fixes bug #390161.
5026
5027 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5028
5029         * configure.ac:
5030         * backend/Makefile.am:
5031         * backend/ev-document-transition.[ch]:
5032         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5033         (pdf_document_page_transition_iface_init):
5034         * shell/ev-view-private.h:
5035         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5036         (ev_view_set_presentation), (transition_next_page),
5037         (ev_view_presentation_transition_stop),
5038         (ev_view_presentation_transition_start), (ev_view_next_page):
5039
5040         Add page transition support in presentation mode. At the moment only
5041         page duration is supported, but not transition effects. Fixes bug
5042         #309815.
5043
5044 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5045
5046         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5047
5048         Run find_link_dest with document lock held, since it's called by links
5049         thread and main thread at the same time. 
5050
5051 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5052
5053         * shell/ev-view.c: (goto_dest):
5054
5055         Update page-cache when page is changed by the view, so that
5056         page-changed signal is emitted. 
5057
5058 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5059
5060         * test/test1.py:
5061         * test/test2.py:
5062
5063         Use C locale in tests. 
5064
5065 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5066
5067         * shell/ev-window.c: (ev_window_run_presentation):
5068         * shell/ev-view-private.h:
5069         * shell/ev-view.c: (ev_view_set_presentation):
5070
5071         Restore zoom settings when back from presentation mode. 
5072
5073 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5074
5075         * shell/ev-window.c: (ev_window_run_presentation):
5076
5077         Always use "best fit" zoom in presentation mode.
5078         Fixes bug #389195.
5079
5080 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5081
5082         * shell/ev-view.c: (ev_view_goto_window_create):
5083
5084         Show "Jump to page" label in the page jumping popup in
5085         presentation mode instead of just a GtkEntry.
5086
5087 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5088
5089         * shell/ev-window.c: (launch_external_uri):
5090
5091         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5092         #378085.
5093
5094 2006-12-22  Elijah Newren  <newren gmail com>
5095
5096         * configure.ac: explicitly check for libxml2.  Fixes #388795
5097
5098 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5099
5100         * shell/ev-view-private.h:
5101         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5102         (ev_view_goto_window_delete_event), (key_is_numeric),
5103         (ev_view_goto_window_key_press_event),
5104         (ev_view_goto_window_button_press_event),
5105         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5106         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5107         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5108
5109         Allow jumping to another page by typing a page number in presentation
5110         mode. It uses a popup window with an entry. Fixes bug #353625.
5111
5112 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5113
5114         * configure.ac:
5115         * properties/ev-properties-view.c: (ev_get_default_user_units),
5116         (ev_regular_paper_size):
5117         
5118         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5119         to Damien Carbery <damien.carbery@sun.com> and
5120         Yevgen Muntyan <muntyan@tamu.edu>.
5121
5122 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5123
5124         * shell/ev-window.c: (setup_document_from_metadata):
5125
5126         Make sure Evince doesn't restore the view on the last
5127         page when a document is reopened. Fixes bug #383381.
5128
5129 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5130
5131         * shell/ev-view.c: (draw_loading_text):
5132
5133         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5134
5135 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5136
5137         * configure.ac:
5138         * NEWS:
5139
5140         Release 0.7.0
5141
5142 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5143
5144         * configure.ac:
5145         * pdf/ev-poppler.cc: (pdf_print_context_free),
5146         (pdf_document_file_exporter_begin),
5147         (pdf_document_file_exporter_do_page):
5148
5149         Make cairo-pdf depedency optional. 
5150
5151 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5152
5153         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5154
5155         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5156
5157 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5158
5159         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5160         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5161         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5162         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5163         * shell/ev-view.c: (draw_loading_text):
5164         * shell/ev-window.c: (ev_window_cmd_file_properties):
5165
5166         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5167         related to using FontConfig from different threads.
5168         
5169 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5170
5171         * shell/ev-view.c: (draw_loading_text):
5172
5173         Acquire lock document when drawing "Loading..." text so that only one
5174         thread will use FontConfig at the same time. Fixes bug #374750.
5175
5176 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5177
5178         * shell/ev-page-action.[ch]: (activate_cb):
5179         * shell/ev-window.c: (activate_label_cb):
5180
5181         Check if text inserted in page entry is a valid page number when it
5182         doesn't match to any document page label. Fixes bug #383165.
5183
5184 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5185         * shell/ev-window.c:
5186
5187         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5188         available with GTK < 2.10. Added an ifdef to avoid compilation
5189         error.
5190
5191 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5192
5193         * configure.ac:
5194         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5195
5196         Fix ps backend in multihead systems.
5197
5198 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5199
5200         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5201         * shell/ev-window.c: (ev_window_get_screen_dpi),
5202         (ev_window_update_actions), (setup_view_from_metadata),
5203         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5204
5205         Take screen DPI into account when zooming. Fixes bug #318285.
5206
5207 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5208
5209         * data/Makefile.am:
5210
5211         Cleaned up/slightly refactored Makefile.am. Added GConf
5212         schemas uninstallation as well.
5213
5214 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5215
5216         * Makefile.am:
5217         * test/Makefile.am:
5218
5219         Fight with autotools to fix make check. Make distcheck
5220         works fine as well now!
5221
5222 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5223
5224         * shell/ev-view.c: (draw_end_presentation_page):
5225
5226         Corrected "end of presentation" string.
5227
5228 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5229
5230         * shell/ev-view.c: (ev_view_key_press_event):
5231
5232         Correctly propagate key press event so that up/down keys
5233         work as expected (correct behaviour was broken by
5234         black/white screen key bindings for presentations).
5235
5236 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5237
5238         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5239         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5240         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5241         (pdf_selection_get_selection_region),
5242         (pdf_selection_get_selection_map):
5243
5244         Add "static" to some private functions. 
5245
5246 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5247
5248         * lib/ev-tooltip.h:
5249         * properties/ev-properties-view.h:
5250         * shell/ev-jobs.h:
5251         * shell/ev-properties-dialog.h:
5252         * shell/ev-properties-fonts.h:
5253         * shell/ev-sidebar-links.h:
5254         * shell/ev-sidebar-thumbnails.h:
5255         * shell/ev-sidebar.h:
5256         * shell/ev-window.h:
5257         
5258         Fixes CHACK type in class casts. See bug #385343
5259         for details.
5260
5261 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5262
5263         * shell/ev-view-private.h:
5264         * shell/ev-view.c: (draw_end_presentation_page),
5265         (ev_view_expose_event), (ev_view_key_press_event),
5266         (ev_view_class_init), (ev_view_init):
5267
5268         Blank screen in presentation mode when pressing 'b' (filling with
5269         black) or 'w' (filling with white) keys. Fixes bug #358132.
5270
5271 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5272
5273         * data/evince-toolbar.xml:
5274         * shell/ev-window.c:
5275         
5276         Use stock icon for Select All action. Fixes
5277         bug #382652.
5278
5279 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5280
5281         * shell/ev-view.c: (get_doc_point_from_offset),
5282         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5283
5284         Add links support in rotated documents. Fixes bug #343733.
5285
5286 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5287
5288         * shell/ev-view-private.h:
5289         * shell/ev-view.c: (draw_end_presentation_page),
5290         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5291
5292         Show a blank page after the last page in presentation mode with a
5293         message indicating that presentation has finished and how to exit. 
5294
5295 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5296
5297         * shell/ev-window.c: (fullscreen_timeout_cb):
5298
5299         Hide cursor after a while in presentation mode. 
5300
5301 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5302
5303         * backend/ev-document-info.h:
5304         * data/evince-properties.glade:
5305         * pdf/ev-poppler.cc:
5306         * properties/ev-properties-view.c: (ev_regular_paper_size),
5307         (ev_properties_view_set_info):
5308         * ps/ps-document.c: (ps_document_get_info):
5309
5310         Adds a paper size field to the properties dialog. Fixes
5311         bug #307315. Patch by Kasper Svendsen (with some i18n
5312         changes done by me).
5313
5314 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5315
5316         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5317         (screensaver_init_dbus), (totem_scrsaver_new),
5318         (totem_scrsaver_init):
5319         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5320         * shell/ev-application.c: (ev_application_register_service),
5321         (ev_application_screensaver_enable),
5322         (ev_application_screensaver_disable):
5323         * shell/ev-application.h:
5324         * shell/ev-window.c: (ev_window_run_presentation),
5325         (ev_window_stop_presentation), (build_comments_string),
5326         (ev_window_init):
5327         
5328         Move screensaver handling to application. No more
5329         message on startup.
5330
5331 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5332
5333         * configure.ac:
5334         * backend/Makefile.am:
5335         * backend/ev-file-exporter.[ch]:
5336         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5337         * ps/ps-document.c: (ps_document_file_exporter_*):
5338         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5339         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5340         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5341         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5342
5343         Allow printing to PDF when suppoted by the backend.
5344         
5345 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5346
5347         * shell/ev-window.c: (build_comments_string):
5348
5349         Use always "Document Viewer" in about dialog. 
5350
5351 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5352
5353         * djvu/djvu-document.c: (djvu_document_get_page_size):
5354
5355         Display a warning message when get_pageinfo fails. 
5356
5357 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5358
5359         * Makefile.am:
5360         * backend/Makefile.am:
5361         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5362         * configure.ac:
5363         * shell/ev-window.c: (build_comments_string):
5364         
5365         Make pdf compilation optional. See bug #38007.
5366
5367 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5368
5369         * ps/ps.c: (get_next_text):
5370
5371         Fix CVE-2006-5864.
5372
5373 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5374
5375         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5376         * shell/ev-navigation-action.c: (connect_proxy),
5377         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5378         
5379         Do not call g_type_class_peek_parent twice.
5380
5381 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5382
5383         * configure.ac:
5384         * data/icons/24x24/.cvsignore:
5385         * data/icons/24x24/Makefile.am:
5386         * data/icons/24x24/evince.png:
5387         * data/icons/Makefile.am:
5388         
5389         Add 24x24 icon. Thanks to 
5390         Michael Monreal <infernux@web.de>.
5391
5392 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5393
5394         * configure.ac: Fix typo in configure.ac. Thanks
5395         to dmacks@netspace.org for notification.
5396
5397 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5398
5399         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5400         
5401         Drop dbus include, fixes compilation with older dbus.
5402
5403 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5404
5405         * configure.ac:
5406         * cut-n-paste/Makefile.am:
5407         * cut-n-paste/totem-screensaver/.cvsignore
5408         * cut-n-paste/totem-screensaver/Makefile.am:
5409         * cut-n-paste/totem-screensaver/README:
5410         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5411         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5412         * shell/Makefile.am:
5413         * shell/ev-window.c: (ev_window_run_presentation),
5414         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5415         (ev_window_init):
5416
5417         Implemented screensaver enabling/disabling for
5418         presentation mode (not fullscreen mode). Code stolen
5419         from Totem (with some minor tweaks). Fixes bug #338889.
5420
5421 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5422
5423         * configure.ac:
5424
5425         Bump gnome-icon-theme requirements. We use the rotation
5426         icons that appeared recently.
5427
5428 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5429
5430         * shell/ev-history.c: (ev_history_add_page):
5431         * shell/ev-history.h:
5432         * shell/ev-window.c: (page_changed_cb):
5433         
5434         Use page labels instead of numbers.
5435
5436 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5437
5438         * data/evince-toolbar.xml:
5439         * po/POTFILES.in:
5440         * shell/Makefile.am:
5441         * shell/ev-navigation-action-widget.c:
5442         (ev_navigation_action_widget_init),
5443         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5444         (menu_detacher), (ev_navigation_action_widget_set_menu),
5445         (menu_position_func), (popup_menu_under_arrow),
5446         (ev_navigation_action_widget_toggled),
5447         (ev_navigation_action_widget_button_press_event):
5448         * shell/ev-navigation-action-widget.h:
5449         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5450         (ev_navigation_action_set_window), (activate_menu_item_cb),
5451         (new_history_menu_item), (new_empty_history_menu_item),
5452         (build_menu), (menu_activated_cb), (connect_proxy),
5453         (create_tool_item), (ev_navigation_action_init),
5454         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5455         * shell/ev-navigation-action.h:
5456         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5457         (ev_page_action_widget_set_page_cache),
5458         (ev_page_action_widget_finalize),
5459         (ev_page_action_widget_class_init), (match_selected_cb),
5460         (display_completion_text), (match_completion), (build_new_tree_cb),
5461         (get_filter_model_from_model),
5462         (ev_page_action_widget_update_model):
5463         * shell/ev-page-action-widget.h:
5464         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5465         (connect_proxy):
5466         * shell/ev-page-action.h:
5467         * shell/ev-stock-icons.c:
5468         * shell/ev-stock-icons.h:
5469         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5470         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5471         (register_custom_actions):
5472         * shell/main.c:
5473         
5474         Preliminary history implementation
5475
5476 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5477
5478         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5479         (dvi_document_class_init), (dvi_document_init_params):
5480         * dvi/mdvi-lib/font.c: (font_reference):
5481         
5482         Add reference to subfont. Fixes bug #374277.
5483
5484 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5485
5486         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5487         (ev_window_cmd_file_open_copy_at_dest):
5488
5489         Fix a race condition when creating symlink. Increase the counter
5490         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5491         Mathias Hasselmann).
5492
5493 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5494
5495         * backend/Makefile.am:
5496         * backend/ev-attachment.c: (ev_attachment_open):
5497         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5498         (ev_tmp_dir), (ev_tmp_filename):
5499         * shell/ev-sidebar-attachments.c:
5500         (ev_sidebar_attachments_drag_data_get):
5501         * shell/ev-window.c: (ev_window_clear_temp_file):
5502
5503         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5504         in ensure_dir_exists. Abort without crashing when we can't create
5505         user's directory.
5506
5507 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5508
5509         * data/evince-ui.xml:
5510         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5511         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5512         (ev_window_cmd_file_open_copy_at_dest),
5513         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5514         (ev_view_popup_cmd_open_link_new_window):
5515
5516         Allow opening a copy of the current document in a new window. Fixes bug
5517         #357472
5518
5519 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5520
5521         * data/evince-toolbar.xml:
5522         
5523         Add rotate right and rotate left to available items for toolbar.
5524         
5525         * data/evince-ui.xml:
5526         * shell/ev-window.c: (ev_window_init):
5527         
5528         Customize toolbar with right click. Fixes bug #372451.
5529
5530 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5531
5532         * shell/ev-window.c: 
5533         
5534         Use "object-rotate-{left,right}" stock icons. Fixes 
5535         bug #373863.
5536
5537 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5538
5539         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5540         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5541         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5542         (ev_window_open_uri):
5543         * shell/main.c: (arguments_parse):
5544
5545         Remove temp file created when evince is used by GTK+ in
5546         preview mode. Fixes bug #365282. 
5547
5548 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5549
5550         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5551         
5552         Fixes bug #372474 - Side pane disabled when entering 
5553         and leaving fullscreen mode.
5554
5555 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5556
5557         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5558         * data/Makefile.am:
5559         * data/evince-preview-toolbar.xml:
5560         * data/evince-toolbar.xml:
5561         * shell/ev-application.c: (ev_application_shutdown),
5562         (ev_application_init), (ev_application_get_toolbars_model):
5563         * shell/ev-application.h:
5564         * shell/ev-window.c: (update_chrome_visibility),
5565         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5566         (ev_window_cmd_edit_toolbar), (ev_window_init):
5567         
5568         Fixes bug #364364 - toolbar editor shows zoom actions again.
5569
5570 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5571
5572         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5573
5574         Do not take margins into consideration for paper size when printing.
5575         Really fixes bug #350491.
5576
5577 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5578
5579         * data/evince-ui.xml:
5580         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5581         (ev_window_cmd_file_print_setup),
5582         (ev_window_print_dialog_response_cb),
5583         (ev_window_setup_action_sensitivity):
5584
5585         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5586
5587 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5588
5589         * shell/ev-window.c: (ev_window_print_range):
5590
5591         Revert my previuos commit, since printing to PDF is not supported by
5592         evince yet. 
5593
5594 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5595
5596         * shell/ev-window.c: (ev_window_print_range):
5597
5598         Enable print to a PDF. Fixes bug #332121.
5599
5600 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5601
5602         * shell/ev-application-service.xml:
5603         * shell/ev-application.[ch]: (ev_application_open_window),
5604         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5605         (ev_application_open_uri), (ev_application_open_uri_list):
5606         * shell/ev-window.c: (file_open_dialog_response_cb),
5607         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5608         (drag_data_received_cb), (open_remote_link):
5609         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5610
5611         Add support for multiscreen systems. Fixes bug #316206.
5612
5613 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5614
5615         * shell/ev-jobs.[ch]: (ev_job_print_new),
5616         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5617         (ev_job_print_do_page):
5618         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5619
5620         Allow printing only odd/even pages. Fixes bug #367289.
5621
5622 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5623
5624         * test/test1.py:
5625         * test/test2.py:
5626
5627         Re-add locale settings to test files.
5628
5629 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5630
5631         * data/evince-ui.xml:
5632         * shell/ev-window.c: (set_action_properties):
5633         
5634         Removed garbage from code and ui.
5635
5636 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5637
5638         * shell/ev-window.c: (ev_window_cmd_help_about):
5639
5640         Shamelessly add my name to the list of contributors.
5641
5642 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5643
5644         * test/test1.py:
5645         * test/test2.py:
5646
5647         Cleaned up the dogtail scripts.
5648
5649 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5650
5651         * shell/ev-view.c: (draw_loading_text): Don't render
5652         "loading..." text in presentation mode. Temporary
5653         workaround for bug #320352.
5654
5655 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5656
5657         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5658         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5659
5660         Use print settings scale, copies, collate and reverse which were
5661         ignored. Fixes bug #359032.
5662
5663 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5664
5665         * configure.ac:
5666         * data/evince-password.glade:
5667         * test/Makefile.am:
5668         * test/test-encrypt.pdf:
5669         * test/test-links.pdf:
5670         * test/test1.py:
5671         * test/test2.py:
5672
5673         Add automated UI tests for evince with dogtail. See
5674         bug #300948.    
5675
5676 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5677
5678         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5679
5680         Hide fullscreen toolbar when switching to another desktop workspace.
5681         Fixes bug #338871
5682
5683 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5684
5685         * shell/ev-window-title.c: 
5686         
5687         Test for .dvi in title of pdf documents.
5688
5689 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5690
5691         * shell/ev-view.c: (ev_view_scroll):
5692
5693         Page Up/Down should do page jumps in "Best fit" mode.
5694         If a user has explicitly chosen to view exactly one page
5695         at a time, scrolling just a part of the page when
5696         pressing Page Up/Down is not right. Fixes bug #323107.
5697
5698 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5699
5700         * NEWS:
5701         * configure.ac:
5702         
5703         Update for 0.6.1
5704
5705 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5706
5707         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5708         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5709         
5710         Correctly disconnect from job signals on destroy.
5711
5712 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5713
5714         * shell/ev-view-private.h:
5715         * shell/ev-view.c: (view_set_adjustment_values),
5716         (view_update_range_and_current_page),
5717         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5718         
5719         Fixes bug #343199, current page now follows find page.
5720
5721 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5722
5723         * backend/ev-document-factory.c:
5724         * configure.ac:
5725         Assigned OpenDocument presenation MIME type to the
5726         Impress backend. Added some missing (but harmless)
5727         #ifdefs in the document factory as well to make things
5728         consistent again. Fixes bug #360658.
5729
5730 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5731
5732         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5733         * backend/ev-document-find.c: (ev_document_find_get_type):
5734         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5735         * backend/ev-document-links.c: (ev_document_links_get_type):
5736         * backend/ev-document-security.c: (ev_document_security_get_type):
5737         * backend/ev-document-thumbnails.c:
5738         (ev_document_thumbnails_get_type):
5739         * backend/ev-document.c: (ev_document_get_type):
5740         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5741         * backend/ev-selection.c: (ev_selection_get_type):
5742         * cut-n-paste/recent-files/egg-recent-model.c:
5743         (egg_recent_model_get_type):
5744         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5745         (egg_recent_view_uimanager_get_type):
5746         * cut-n-paste/recent-files/egg-recent-view.c:
5747         (egg_recent_view_get_type):
5748         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5749         (egg_editable_toolbar_get_type):
5750         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5751         (egg_toolbar_editor_get_type):
5752         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5753         (egg_toolbars_model_get_type):
5754         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5755         (egg_tree_multi_drag_source_get_type):
5756         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5757         (ephy_zoom_action_get_type):
5758         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5759         (ephy_zoom_control_get_type):
5760         * impress/r_back.c: (_imp_fill_back):
5761         * properties/ev-properties-main.c:
5762         (ev_properties_plugin_register_type):
5763         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5764         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5765         (ev_view_accessible_factory_get_type):
5766
5767         Reduce relocations. Bug #360616.
5768
5769 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5770
5771         * backend/ev-document-factory.c:
5772         (ev_document_factory_get_document):
5773         
5774         Load document even if extension is wrong.
5775
5776 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5777
5778         * shell/ev-metadata-manager.c: (save_values):
5779         * shell/ev-window.c: (setup_size_from_metadata),
5780         (setup_view_from_metadata), (ev_window_setup_document),
5781         (ev_window_xfer_job_cb), (window_configure_event_cb):
5782         
5783         Set size according to the document size/page size ratio.
5784         That should correct rather wierd behaviour of the previous
5785         commit.
5786
5787 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5788
5789         * shell/ev-window.c: (setup_view_from_metadata):
5790         
5791         Set size for new windows from previous window size.
5792         See bugs #354968 and #168450 for details. Thanks
5793         to Meik Hellmund.
5794
5795 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5796
5797         * djvu/djvu-links.c: (build_tree):
5798
5799         Fix memory leak.
5800
5801 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5802
5803         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5804         
5805         Don't make sidebar close button insensitive. Fixes
5806         bug #357871.
5807
5808 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5809
5810         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5811         (ev_window_set_view_accels_sensitivity):
5812         
5813         Don't enable Slash on documents which don't support
5814         find. Fixes bug #358648.
5815
5816 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5817
5818         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5819         open dialog fall back to the current document uri if the
5820         filechooser hasn't been used before. Fixes bug #356980.
5821
5822 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5823
5824         * shell/ev-window.c: (ev_window_setup_recent), 
5825         (ev_window_get_recent_file_label):
5826
5827         Escape underscores in filenames of recent file items.
5828
5829 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5830
5831         * configure.ac:
5832         
5833         Bumped poppler requirements, really 0.5.3 is very 
5834         buggy, now we require 0.5.4.
5835
5836 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5837
5838         * djvu/Makefile.am:
5839         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5840         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5841         (djvu_document_document_links_iface_init):
5842         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5843         (number_from_string_10), (get_djvu_link_dest),
5844         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5845         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5846         (djvu_links_get_links), (djvu_links_find_link_dest),
5847         (djvu_links_get_links_model):
5848         * djvu/djvu-links.h:
5849         
5850         Add support for links and bookmarks in djvu documents. Thanks
5851         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5852         patch.
5853
5854 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5855
5856         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5857         
5858         Reopen should reload document. Fixes 
5859         bug 327951.
5860
5861 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5862
5863         * configure.ac:
5864         * data/Makefile.am:
5865         * data/evince-16.png:
5866         * data/evince-22.png:
5867         * data/evince.png:
5868         * data/evince.svg:
5869         * data/icons/16x16/Makefile.am:
5870         * data/icons/16x16/evince.png:
5871         * data/icons/22x22/Makefile.am:
5872         * data/icons/22x22/evince.png:
5873         * data/icons/48x48/Makefile.am:
5874         * data/icons/48x48/evince.png:
5875         * data/icons/Makefile.am:
5876         * data/icons/scalable/Makefile.am:
5877         * data/icons/scalable/evince.svg:
5878         
5879         Install icons with correct names. Fixes
5880         bug #354429.
5881
5882 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5883
5884         * shell/ev-view.c: (ev_view_button_release_event):
5885
5886         Don't open links with middle mouse button. Fixes bug #353649
5887
5888 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5889
5890         * NEWS:
5891         * configure.ac:
5892         
5893         Update for release 0.6.0
5894
5895 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5896
5897         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5898         Implement Close named action. Patch by Carlos Garcia Campos.
5899
5900 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5901
5902         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5903         
5904         Don't clear link mapping on copy_job_to_job_info. Fixes
5905         bug 346168.
5906
5907 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5908
5909         * shell/main.c: (main):
5910
5911         Revert my previous commit, gnome_program_init owns the option context.
5912         Fix another memory leak in main. Both caught by Christian Persch. 
5913
5914 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5915
5916         * shell/main.c: (main):
5917
5918         Fix memory leak.
5919
5920 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5921
5922         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5923
5924         Fix crash when opening a pdf with password protection. 
5925
5926 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5927
5928         * pdf/ev-poppler.cc: (pdf_document_search_free):
5929
5930         Fix memory leak. 
5931
5932 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5933
5934         * backend/ev-document-factory.c:
5935         (ev_document_factory_get_document):
5936         * tiff/tiff-document.c: (tiff_document_finalize):
5937         
5938         More correct handling of document loading. Fixes
5939         bug #349043.
5940
5941 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5942
5943         * backend/ev-attachment.c: (ev_attachment_save):
5944
5945         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5946         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5947
5948 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5949         
5950         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5951         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5952
5953 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5954
5955         * shell/ev-sidebar-thumbnails.c:
5956
5957         Do not render thumbnails unless thumbnails page is active in the
5958         sidebar.
5959
5960 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5961
5962         * shell/ev-properties-dialog.c:
5963
5964         Fix dialogue spacing. Bug #351370.
5965
5966 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5967
5968         * configure.ac:
5969
5970         Use lowercase gettext catalog file names (evince.mo
5971         instead of Evince.mo)
5972
5973 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5974
5975         * shell/ev-sidebar-attachments.c:
5976
5977         GtkIconTheme is now screen safe too. Fixes bug #350878
5978
5979 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5980
5981         * shell/ev-window.c:
5982
5983         GtkRecent manager is now screen safe. Fixes bug #350145
5984
5985 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5986
5987         * shell/ev-sidebar.c: (ev_sidebar_init):
5988         
5989         Make sidebar close icon smaller. Fix for bug 350177.
5990         See also bugs 350176 and 165770.
5991
5992 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5993
5994         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5995
5996         Ignore zoom for xyz destinations when it's <= 1, keeping user
5997         preferences instead. Set correct sizing-mode for fith and fitv
5998         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5999
6000 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6001
6002         * NEWS:
6003         * configure.ac:
6004         
6005         Update for release 0.5.5
6006
6007 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6008         
6009         * shell/ev-window.c: (ev_window_cmd_escape)
6010
6011         Escape unfocus page entry. Fixes bug #345809.
6012
6013 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6014
6015         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6016         (build_tree), (pdf_document_links_get_links),
6017         (pdf_document_links_find_link_dest):
6018         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6019         (goto_xyz_dest):
6020
6021         Convert from PDF style coordinates to X style coordinates in the
6022         backend rather than in the view. Fixes bug #338440
6023
6024 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6025
6026         * shell/ev-window.c:
6027         
6028         Remove Ctrl+Shift+T shortcut for toolbars. See
6029         the bug #350098.
6030
6031 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6032
6033         * configure.ac:
6034
6035         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6036         of this. 
6037
6038 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6039
6040         * configure.ac:
6041         * cut-n-paste/Makefile.am:
6042         * data/evince-ui.xml:
6043         * shell/Makefile.am:
6044         * shell/ev-application.[ch]:
6045         * shell/ev-window.c:
6046
6047         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6048         #349273
6049
6050 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6051
6052         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6053         findbar code: s/help/search/
6054
6055 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6056
6057         * shell/ev-window.c: (setup_document_from_metadata),
6058         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6059         (setup_view_from_metadata):
6060         
6061         Fix memory leaks.
6062
6063 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6064
6065         * autogen.sh, configure.ac: 
6066         
6067         Update automake usage. See bug 349292.
6068
6069 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6070
6071         * shell/eggfindbar.c: (egg_find_bar_class_init),
6072         (entry_activate_callback), (egg_find_bar_init),
6073         (egg_find_bar_set_status_text):
6074         * shell/eggfindbar.h:
6075         
6076         Unify Evince findbar with Epiphany. Nice patch
6077         from Fabricio Silva <silva@crans.org> and
6078         Frederic Peters <fpeters@entrouvert.com>. See
6079         bug #339966 for details.
6080
6081 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6082
6083         * data/evince.desktop.in.in:
6084         
6085         Correct information for bugzilla. Thanks to
6086         Olaf Vitters, see bug #348855.
6087
6088 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6089
6090         * shell/ev-jobs.[ch]:
6091         * shell/ev-sidebar-links.c:
6092         * shell/ev-window.[ch]:
6093
6094         GtkPrintJob doesn't support print ranges or current page, so we export
6095         to a ps file now when printing ranges or current page.
6096
6097 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6098
6099         * pdf/ev-poppler.cc:
6100         * shell/ev-window.c: (do_action_named):
6101
6102         We should be more clear about bugzilla. See the
6103         poppler bug #7623.
6104
6105 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6106
6107         * configure.ac:
6108         * shell/Makefile.am:
6109         * shell/ev-job-queue.c:
6110         * shell/ev-jobs.[ch]:
6111         * shell/ev-sidebar-links.c:
6112         * shell/ev-window.[ch]:
6113         
6114         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6115         #348422
6116
6117 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6118
6119         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6120         * shell/ev-application-service.xml:
6121         * shell/ev-application.[ch]:
6122         * shell/ev-jobs.[ch]:
6123         * shell/ev-window.[ch]: (ev_window_run_preview):
6124         * shell/main.c: 
6125
6126         Add preview mode to use evince as a printing previewer. It also adds
6127         other command line options for fullscreen and presentation modes.
6128         Fixes bugs #347822, #317031
6129
6130 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6131
6132         * NEWS:
6133         * configure.ac:
6134         
6135         Update for release 0.5.4
6136
6137 2006-07-11  Bastien Nocera <hadess@hadess.net>
6138
6139         * Makefile.am:
6140         * backend/Makefile.am:
6141         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6142         * backend/ev-document-factory.h:
6143         * configure.ac:
6144         * impress/.cvsignore:
6145         * impress/Makefile.am:
6146         * impress/common.h:
6147         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6148         (imp_get_page), (imp_next_page), (imp_prev_page),
6149         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6150         * impress/f_oasis.c: (render_object), (render_page),
6151         (get_geometry), (_imp_oasis_load):
6152         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6153         (_imp_oo13_load):
6154         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6155         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6156         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6157         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6158         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6159         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6160         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6161         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6162         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6163         (iks_new_within), (iks_insert), (iks_insert_cdata),
6164         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6165         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6166         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6167         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6168         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6169         (iks_cdata), (iks_cdata_size), (iks_has_children),
6170         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6171         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6172         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6173         (iks_tree), (iks_load), (iks_save):
6174         * impress/iksemel.h:
6175         * impress/imposter.h:
6176         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6177         (imp_render_draw_bezier_real), (imp_render_get_size),
6178         (imp_render_set_fg_color), (imp_render_draw_line),
6179         (imp_render_draw_rect), (imp_render_draw_polygon),
6180         (imp_render_draw_arc), (imp_render_draw_bezier),
6181         (imp_render_open_image), (imp_render_get_image_size),
6182         (imp_render_scale_image), (imp_render_draw_image),
6183         (imp_render_close_image), (imp_render_markup),
6184         (imp_render_get_text_size), (imp_render_draw_text),
6185         (impress_document_load), (impress_document_save),
6186         (impress_document_get_n_pages), (impress_document_get_page_size),
6187         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6188         (impress_document_finalize), (impress_document_class_init),
6189         (impress_document_can_get_text), (impress_document_get_info),
6190         (impress_document_document_iface_init),
6191         (impress_document_thumbnails_get_thumbnail),
6192         (impress_document_thumbnails_get_dimensions),
6193         (impress_document_document_thumbnails_iface_init),
6194         (impress_document_init):
6195         * impress/impress-document.h:
6196         * impress/internal.h:
6197         * impress/r_back.c: (_imp_fill_back):
6198         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6199         (_imp_draw_image), (_imp_tile_image):
6200         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6201         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6202         (r_polyline):
6203         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6204         (r_draw_gradient_complex), (r_draw_gradient):
6205         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6206         (r_get_bullet):
6207         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6208         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6209         (r_text):
6210         * impress/render.c: (imp_create_context), (imp_context_set_page),
6211         (imp_context_set_step), (imp_render), (imp_delete_context):
6212         * impress/render.h:
6213         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6214         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6215         (zip_load_xml), (zip_get_size), (zip_load):
6216         * impress/zip.h:
6217         * shell/ev-utils.c:
6218         
6219         New backend to support impress slides. Fixes bug #30867.
6220
6221 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6222
6223         * shell/ev-utils.c: (using_postscript_printer):
6224         
6225         Fixes crash when print using PAPI backend,
6226         bug #345012.
6227
6228 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6229
6230         * shell/ev-jobs.c: (ev_job_xfer_run):
6231         * shell/ev-window.c: (password_dialog_response),
6232         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6233         (ev_window_dispose):
6234         Fixes bug #344160: if the xfer job doesn't complete
6235         because a password is required, reload the existing
6236         instance instead of creating a new one.
6237
6238 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6239
6240         * shell/main.c: (main): Call gdk_threads_init. Thus
6241         we'll avoid errors in auth dialog. Fix for the bug
6242         #343347.
6243
6244 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6245
6246         * configure.ac: Advertise pixbuf support, fix
6247         for the bug 343317.
6248
6249 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6250
6251         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6252         (ev_sidebar_thumbnails_set_document):
6253         
6254         Update sidebar thumbnails after reloading.
6255
6256 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6257
6258         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6259         * shell/ev-jobs.h:
6260         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6261         (ev_window_cmd_view_reload), (ev_window_init):
6262         
6263         Don't crash on reload. Fix for the bug #343167.
6264
6265 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6266
6267         * shell/ev-jobs.c: (ev_job_render_run):
6268         
6269         Check for document links.
6270
6271 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6272
6273         * backend/ev-attachment.c: (ev_attachment_save),
6274         (ev_attachment_launch_app), (ev_attachment_open):
6275         * backend/ev-document-factory.c: (get_document_from_uri):
6276         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6277         (egg_recent_view_uimanager_set_list):
6278         * ps/ps-document.c: (check_filecompressed), (document_load),
6279         (ps_document_load):
6280         * shell/ev-metadata-manager.c: (load_values):
6281         * shell/ev-password.c: (ev_password_dialog_set_property):
6282         * shell/ev-view.c: (tip_from_link):
6283         * shell/ev-window.c: (file_save_dialog_response_cb),
6284         (ev_window_print_dialog_response_cb):
6285         
6286         Use consistent quoting style. Fix for the bug #320285.
6287
6288 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6289
6290         * shell/ev-jobs.c: (ev_job_xfer_run):
6291         * shell/main.c: (load_files):
6292                 
6293         Open links with anchors. Fix for the bug #339836.
6294
6295 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6296
6297         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6298         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6299         (ev_link_dest_set_property), (ev_link_dest_finalize),
6300         (ev_link_dest_class_init), (ev_link_dest_new_named),
6301         (ev_link_dest_new_page_label):
6302         * backend/ev-link-dest.h:
6303         * shell/ev-application.c: (ev_application_open_uri):
6304         * shell/ev-view.c: (goto_dest):
6305         * shell/ev-window.c:
6306         * shell/ev-window.h:
6307         
6308         Fix page-label command line option. Bug #342070.
6309
6310 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6311
6312         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6313         
6314         Don't show highlight rects if page can't be showed. Fix for 
6315         the bug #342076
6316
6317 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6318
6319         * shell/ev-window.c: (setup_sidebar_from_metadata),
6320         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6321         
6322         Setup sidebar from metadata even if there is no document
6323         loaded. Fix for the bug #342807.
6324
6325 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6326
6327         * cut-n-paste/toolbar-editor/Makefile.am:
6328         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6329         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6330         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6331         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6332         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6333         (popup_context_menu_cb), (button_press_event_cb),
6334         (configure_item_sensitivity), (configure_item_cursor),
6335         (configure_item_tooltip), (connect_widget_signals),
6336         (action_sensitive_cb), (create_item_from_action),
6337         (create_item_from_position), (toolbar_drag_data_received_cb),
6338         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6339         (toolbar_drag_leave_cb), (configure_drag_dest),
6340         (toggled_visibility_cb), (toolbar_visibility_refresh),
6341         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6342         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6343         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6344         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6345         (egg_editable_toolbar_dispose),
6346         (egg_editable_toolbar_set_ui_manager),
6347         (egg_editable_toolbar_get_selected),
6348         (egg_editable_toolbar_set_selected), (set_edit_mode),
6349         (egg_editable_toolbar_set_property),
6350         (egg_editable_toolbar_get_property),
6351         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6352         (egg_editable_toolbar_new_with_model),
6353         (egg_editable_toolbar_get_edit_mode),
6354         (egg_editable_toolbar_set_edit_mode),
6355         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6356         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6357         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6358         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6359         (item_added_or_removed_cb), (toolbar_removed_cb),
6360         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6361         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6362         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6363         (editor_create_item_from_name), (append_table),
6364         (update_editor_sheet), (egg_toolbar_editor_init):
6365         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6366         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6367         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6368         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6369         (toolbar_node_free), (egg_toolbars_model_get_flags),
6370         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6371         (egg_toolbars_model_get_name), (impl_add_item),
6372         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6373         (parse_data_list), (parse_item_list), (parse_toolbars),
6374         (egg_toolbars_model_load_toolbars), (parse_available_list),
6375         (parse_names), (egg_toolbars_model_load_names),
6376         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6377         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6378         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6379         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6380         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6381         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6382         (egg_toolbars_model_set_types), (fill_avail_array),
6383         (egg_toolbars_model_get_name_avail),
6384         (egg_toolbars_model_get_name_flags),
6385         (egg_toolbars_model_set_name_flags):
6386         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6387         * cut-n-paste/toolbar-editor/eggintl.h:
6388         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6389         (egg_tree_multi_drag_source_get_type),
6390         (egg_tree_multi_drag_source_row_draggable),
6391         (egg_tree_multi_drag_source_drag_data_delete),
6392         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6393         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6394         (path_list_free), (set_context_data), (get_context_data),
6395         (get_info), (egg_tree_multi_drag_drag_data_get),
6396         (egg_tree_multi_drag_motion_event),
6397         (egg_tree_multi_drag_button_press_event),
6398         (egg_tree_multi_drag_add_drag_support):
6399         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6400         * shell/ev-application.c: (ev_application_init),
6401         (ev_application_save_toolbars_model):
6402         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6403         (ev_window_cmd_edit_toolbar), (ev_window_init):
6404         
6405         Sync toolbareditor with epiphany and libegg
6406
6407 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6408
6409         * configure.ac: 
6410
6411         Depend on poppler 0.5.2
6412
6413 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6414
6415         * shell/ev-jobs.c: (ev_job_render_run):
6416         
6417         Check if document supports links iterface.
6418
6419 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6420
6421         * NEWS:
6422         * configure.ac:
6423         
6424         Update for release 0.5.3
6425
6426 2006-05-13  Michael Plump  <plumpy@skylab.org>
6427
6428         * configure.ac:
6429         * shell/Makefile.am:
6430         * shell/main.c: (main):
6431         
6432         Port to GOption command line parsing. Fix for the 
6433         bug #327518
6434
6435 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6436
6437         * shell/ev-window.c: (ev_window_cmd_help_about):
6438         
6439         Do not wrap license. Fix for the bug #309460.
6440
6441 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6442
6443         * configure.ac:
6444         * properties/ev-properties-main.c: (ev_properties_get_pages):
6445         * shell/ev-application.c: (ev_application_open_window),
6446         (ev_application_open_uri_at_dest):
6447         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6448         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6449         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6450         * shell/ev-utils.c: (save_print_config_to_file):
6451         * shell/ev-window.c: (ev_window_cmd_save_as),
6452         (ev_attachment_popup_cmd_save_attachment_as):
6453         * shell/main.c: (load_files_remote):
6454         
6455         Bump requirements to gtk 2.8 and drop all ifdefs used.
6456
6457 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6458
6459         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6460         * shell/ev-window.c: (ev_window_init):
6461         
6462         Show attachments page.
6463
6464 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6465
6466         * po/POTFILES.in:
6467         * shell/ev-attachment-bar.c:
6468         * shell/ev-attachment-bar.h:
6469         * shell/ev-sidebar-attachments.c:
6470         (ev_sidebar_attachments_icon_cache_add),
6471         (icon_theme_get_pixbuf_from_mime_type),
6472         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6473         (ev_sidebar_attachments_icon_cache_refresh),
6474         (ev_sidebar_attachments_get_attachment_at_pos),
6475         (ev_sidebar_attachments_popup_menu_show),
6476         (ev_sidebar_attachments_popup_menu),
6477         (ev_sidebar_attachments_button_press),
6478         (ev_sidebar_attachments_update_icons),
6479         (ev_sidebar_attachments_drag_data_get),
6480         (ev_sidebar_attachments_get_property),
6481         (ev_sidebar_attachments_destroy),
6482         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6483         (ev_sidebar_attachments_new),
6484         (ev_sidebar_attachments_set_document),
6485         (ev_sidebar_attachments_support_document),
6486         (ev_sidebar_attachments_get_label),
6487         (ev_sidebar_attachments_page_iface_init):
6488         * shell/ev-sidebar-attachments.h:
6489         * shell/ev-window.c: (update_chrome_visibility),
6490         (setup_sidebar_from_metadata), (ev_window_setup_document),
6491         (ev_window_sidebar_current_page_changed_cb),
6492         (attachment_bar_menu_popup_cb), (ev_window_init):
6493         
6494         Move attachments bar to sidebar.
6495
6496 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6497
6498         * pdf/ev-poppler.cc:
6499         * shell/ev-application.[ch]:
6500         * shell/main.c:
6501
6502         Fix some memory leaks.
6503
6504 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6505
6506         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6507
6508         Change the properties dialog response to
6509         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6510         will make the dialog go away when the user presses
6511         enter. With gtk+ >= 2.9 this will happen anyway, but for
6512         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6513         escape by default. Fixes bug #340539. See also bug
6514         #101293 for the gtk+ part.
6515
6516 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6517
6518         * shell/ev-view.c (tip_from_action_named): Replace some strings
6519         that were wrong. Closes #340970.
6520
6521 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6522
6523         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6524
6525         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6526         #341049
6527
6528 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6529
6530         * djvu/Makefile.am:
6531         * dvi/Makefile.am:
6532         * dvi/mdvi-lib/Makefile.am:
6533         * properties/Makefile.am:
6534         * ps/Makefile.am:
6535         * shell/Makefile.am:
6536         * thumbnailer/Makefile.am:
6537         
6538         Due to broken libtool that is unable to track dependencies
6539         of noinst libraries we are forced to explicitely point
6540         libraries for binary. Fix for the bug #333334.
6541
6542 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6543
6544         * data/evince.desktop.in.in:
6545         * shell/ev-view.c: (view_update_range_and_current_page),
6546         (ev_view_next_page), (ev_view_previous_page):
6547         * shell/ev-window.c: (update_chrome_visibility),
6548         (setup_sidebar_from_metadata), (ev_window_setup_document),
6549         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6550         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6551         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6552         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6553         (ev_window_stop_presentation), (ev_window_focus_in_event),
6554         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6555         (ev_window_init):
6556         * thumbnailer/Makefile.am:
6557         
6558         Update fullscreen and presentation timeout handling. Hide
6559         cursor in presentation after timeout. Fix for the bugs
6560         #136359 and #336981.
6561
6562 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6563
6564         * backend/ev-link-action.[ch]:
6565         * pdf/ev-poppler.cc: (ev_link_from_action):
6566         * shell/ev-view-private.h:
6567         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6568         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6569
6570         Add support for Named Action links
6571
6572 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6573
6574         * backend/Makefile.am:
6575         * backend/ev-document-links.[ch]:
6576         * backend/ev-document.[ch]:
6577         * backend/ev-link-action.[ch]:
6578         * backend/ev-link-dest.[ch]:
6579         * backend/ev-link.[ch]:
6580         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6581         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6582         * shell/ev-page-action.c: (build_new_tree_cb):
6583         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6584         (links_page_num_func), (update_page_callback):
6585         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6586         (tip_from_link):
6587         * shell/ev-jobs.c:
6588         * shell/ev-window.[ch]: (ev_window_open_uri),
6589         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6590         * shell/ev-application.[ch]: (ev_application_open_window),
6591         (ev_application_open_uri):
6592
6593         Rework links system, it adds support for remote links now and it makes
6594         easier to add new kinds of actions and destinations. Fixes bug #317292
6595
6596 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6597
6598         * data/Makefile.am:
6599         * data/evince.png:
6600         * data/evince-16.png:
6601         * data/evince-22.png:
6602         * data/evince.svg:
6603         * shell/main.c: (main):
6604         
6605         Evince use it's own icon. Fix for the bug #313392.
6606
6607         * shell/ev-window.c: (fullscreen_timeout_cb),
6608         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6609         (ev_window_cmd_help_about), (ev_window_dispose):
6610         
6611         Simplify fullscreen timeout code.
6612
6613 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6614
6615         * backend/ev-attachment.c: 
6616         * shell/ev-attachment-bar.c:
6617         * shell/ev-window.c:
6618
6619         Allow multiple selection of attachments
6620
6621 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * shell/ev-view.c: (view_update_range_and_current_page),
6624         (ev_view_scroll):
6625         
6626         Fix for the bug #312573 – Optimal selection of current 
6627         page among visible pages.
6628
6629 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6630
6631         * configure.ac:
6632         * djvu/Makefile.am:
6633         * djvu/djvu-text.h:
6634         
6635         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6636         for the bug 339868.
6637
6638 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6639
6640         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6641
6642 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6643
6644         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6645         dictated by the GNOME HIG. Fixes bug #339235.
6646
6647 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6648
6649         * data/evince-ui.xml:
6650         * shell/ev-view.c: (ev_view_can_find_previous):
6651         * shell/ev-view.h:
6652         * shell/ev-window.c: (ev_window_update_actions),
6653         (ev_window_cmd_edit_find_previous):
6654
6655         Add support for "Find Previous" as dictated by the GNOME HIG. A
6656         menu item is added and some glue code to make it all work is added
6657         to various files.
6658
6659 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6660
6661         * configure.ac: Award myself the "useless use of cat" award.
6662
6663 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6664
6665         * po/LINGUAS: New file listing all supported languages.
6666
6667         * configure.in: Use po/LINGUAS instead of including all languages
6668         directly in this file. See the wiki for more information:
6669         http://live.gnome.org/GnomeGoals/PoLinguas
6670
6671 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6672
6673         * backend/ev-document-factory.c:
6674
6675         Do not load the document twice when there isn't errors
6676
6677 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6678
6679         * backend/ev-attachment.c: 
6680
6681         Fix a crash when there isn't a default application to open an
6682         attachment
6683
6684 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6685
6686         * backend/ev-attachment.[ch]:
6687         * shell/ev-attachment-bar.[ch]:
6688
6689         Added missing files. 
6690
6691 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6692
6693         * backend/Makefile.am:
6694         * data/evince-ui.xml:
6695         * backend/ev-attachment.[ch]:
6696         * backend/ev-document.[ch]: (ev_document_has_attachments),
6697         (ev_document_get_attachments):
6698         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6699         (attachment_save_to_buffer), (pdf_document_get_attachments),
6700         (pdf_document_document_iface_init):
6701         * shell/Makefile.am:
6702         * shell/ev-attachment-bar.[ch]:
6703         * shell/ev-window.c:
6704
6705         Add support for PDF attachments. Fixes bug #325143
6706
6707 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6708
6709         * backend/ev-document-factory.c: (get_document_from_uri),
6710         (ev_document_factory_get_document):
6711         * backend/ev-document-factory.h:
6712         * properties/ev-properties-main.c: (ev_properties_get_pages):
6713         * shell/Makefile.am:
6714         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6715         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6716         (ev_job_queue_remove_job):
6717         * shell/ev-job-queue.h:
6718         * shell/ev-job-xfer.c:
6719         * shell/ev-job-xfer.h:
6720         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6721         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6722         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6723         (ev_job_xfer_run):
6724         * shell/ev-jobs.h:
6725         * shell/ev-window.c: (ev_window_is_empty),
6726         (password_dialog_response), (ev_window_clear_xfer_job),
6727         (ev_window_xfer_job_cb), (ev_window_open_uri),
6728         (ev_window_cmd_focus_page_selector),
6729         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6730         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6731         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6732         (ev_window_dispose):
6733         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6734         
6735         * Cleanup mime type detection on document load. Fix for the
6736         bug #336448.
6737
6738 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6739
6740         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6741         
6742         Fix crash on exit, described in the bug #336825.
6743
6744 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6745
6746         * backend/ev-document-factory.c:
6747         (ev_document_factory_get_from_mime),
6748         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6749         (ev_document_factory_get_document),
6750         (file_filter_add_mime_list_and_free),
6751         (ev_document_factory_add_filters):
6752         * backend/ev-document-factory.h:
6753         * properties/ev-properties-main.c: (ev_properties_get_pages):
6754         * shell/Makefile.am:
6755         * shell/ev-application.c:
6756         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6757         * shell/ev-window.c: (ev_window_cmd_file_open),
6758         (ev_window_cmd_save_as):
6759         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6760         
6761         Rework factory functions so they are placed now in a single 
6762         file ev-document-factory.c
6763
6764 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6765
6766         * shell/ev-window.c: (update_chrome_visibility):
6767         
6768         Fix for the bug 166566 - don't show menubar in fullscreen
6769         mode.
6770
6771 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6772
6773         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6774
6775 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6776
6777         * shell/ev-view.c: (ev_view_expose_event):
6778         
6779         More correctly draw loading text when document
6780         is empty.
6781
6782 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6783
6784         * shell/ev-view.c: (ev_view_scroll):
6785         
6786         Fix for the bug #334854, page down and page up switch
6787         pages in presentation mode.
6788
6789 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6790
6791         * shell/ev-window.c: (ev_window_set_action_sensitive),
6792         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6793         (ev_window_set_view_accels_sensitivity),
6794         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6795         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6796         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6797         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6798         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6799         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6800         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6801         (view_actions_focus_in_cb), (ev_window_init):
6802         
6803         Fix for the bug #333902, now it's possible to search
6804         words with slash.
6805
6806 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6807
6808         * configure.ac: Added Breton translation.
6809         * po/br.po: Added Breton translation.
6810
6811 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6812
6813         * shell/ev-window-title (ev_window_title_update):
6814
6815         Fix memory leak in window title. Fixes bug #333944
6816
6817 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6818
6819         * shell/ev-metadata-manager.c (parseItem):
6820
6821         Fix memory leaks. Fixes bug #333945
6822
6823 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6824         
6825         * NEWS, configure.ac, TODO:
6826         
6827         Update for release 0.5.2.
6828
6829 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6830
6831         * shell/ev-view.c: (view_update_range_and_current_page),
6832         (page_changed_cb):
6833         
6834         Don't jump on scrolling, fix for the bug #333127.
6835
6836 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6837
6838         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6839         
6840         Scroll by one page in presentation mode. Fix for the bug
6841         #332993.
6842
6843 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6844
6845         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6846
6847 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6848
6849         * configure.ac  Added lv in ALL_LINGUAS line.
6850
6851 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6852         
6853         * NEWS, configure.ac:
6854         
6855         Update for release 0.5.1
6856
6857 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6858
6859         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6860         * backend/ev-document-misc.h:
6861         * shell/ev-view.c: (draw_one_page):
6862         
6863          Clairfy what page the toolbar page number applies to. Fix
6864          for the bug #328102.
6865
6866 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6867
6868         * shell/ev-view-private.h:
6869         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6870         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6871         (ev_view_search_changed):
6872         * shell/ev-view.h:
6873         * shell/ev-window.c: (find_bar_search_changed_cb):
6874         
6875         Dont't jump to find result if window was scrolled during search.
6876         Fix for the bug #313266.
6877
6878 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6879
6880         * shell/eggfindbar.c: (egg_find_bar_class_init):
6881         * shell/eggfindbar.h:
6882         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6883         * shell/ev-view-private.h:
6884         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6885         (ev_view_class_init), (ev_sizing_mode_get_type),
6886         (ev_scroll_type_get_type):
6887         * shell/ev-view.h:
6888         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6889         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6890         (ev_window_init):
6891         
6892         Fix for the bug 319133 - Find entry should allow text scroll.
6893
6894 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6895
6896         * shell/ev-view-private.h:
6897         * shell/ev-view.c: (view_update_range_and_current_page),
6898         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6899         (ev_view_set_document), (update_find_status_message),
6900         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6901         (ev_view_find_previous):
6902         
6903         Fix for the bug #319137. Search now takes account for scrolling.
6904
6905 2006-02-19  Michael Hofmann <mh21@piware.de>
6906
6907         * configure.ac:
6908         * djvu/Makefile.am:
6909         * djvu/djvu-document-private.h:
6910         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6911         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6912         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6913         (djvu_document_can_get_text), (djvu_document_get_text),
6914         (djvu_document_document_iface_init),
6915         (djvu_document_thumbnails_get_thumbnail),
6916         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6917         (djvu_document_find_get_result),
6918         (djvu_document_find_page_has_results),
6919         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6920         (djvu_document_find_iface_init):
6921         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6922         (djvu_text_page_selection), (djvu_text_page_limits_process),
6923         (djvu_text_page_limits), (djvu_text_page_copy),
6924         (djvu_text_page_position), (djvu_text_page_union),
6925         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6926         (djvu_text_page_box), (djvu_text_page_append_text),
6927         (djvu_text_page_search), (djvu_text_page_prepare_search),
6928         (djvu_text_page_new), (djvu_text_page_free):
6929         * djvu/djvu-text-page.h:
6930         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6931         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6932         (djvu_text_n_results), (djvu_text_has_results),
6933         (djvu_text_get_result), (djvu_text_get_progress):
6934         * djvu/djvu-text.h:
6935         
6936         Text search in djvu. Fix for the bug #303415.
6937
6938 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6939
6940         * configure.ac:
6941         * shell/ev-window.c: (ev_window_cmd_save_as):
6942         
6943         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6944         Thanks to Gary Coady <gary@lyranthe.org>
6945
6946 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6947
6948         * shell/ev-print-job.c: (idle_print_handler):
6949         
6950         Inverse order printing, bug #320919.
6951
6952 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6953
6954         * data/evince-toolbar.xml:
6955         * shell/ev-window.c:
6956         
6957         Allow to add sidebar checkbutton on toolbar. Fix
6958         for the bug #144577.
6959
6960 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6961
6962         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6963         
6964         Add checks that have sense for empty ps document.
6965
6966 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6967
6968         * configure.ac: Include PS in mime types list. 
6969
6970 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6971
6972         * configure.ac:
6973         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6974         * ps/gsdefaults.h:
6975         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6976         
6977         Runtime check for gs interpreter. Fix for the bug #320868.
6978         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6979
6980 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6981
6982         * shell/ev-application.c: 
6983
6984         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6985         dbus>=0.60, so that the request is not queued. 
6986
6987 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6988
6989         * configure.ac:
6990         * shell/Makefile.am:
6991         * shell/ev-sidebar-links.c: (print_section_cb):
6992         * shell/ev-utils.c:
6993         * shell/ev-utils.h:
6994         * shell/ev-window.c: (update_action_sensitivity),
6995         (ev_window_close_dialogs), (ev_window_print):
6996         * shell/ev-window.h:
6997         
6998         Make printing support optional. Patch from Eduardo de Barros Lima
6999         <eduardo.lima@indt.org.br> for the bug #330546.
7000
7001 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7002
7003         * shell/ev-view-private.h:
7004         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7005         (ev_view_set_document):
7006         * shell/ev-view.h:
7007         * shell/ev-window.c: (ev_window_load_job_cb),
7008         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7009         (ev_window_init):
7010
7011         Draw Loading message during xfer job. Fix for the bug #329495.
7012
7013 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7014
7015         * comics/comics-document.c: (comics_regex_quote),
7016         (comics_document_load), (extract_argv):
7017         
7018         Correcly quote regexp before passing it to unzip.
7019
7020 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7021
7022         * shell/ev-page-cache.c: (build_height_to_page),
7023         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7024         (ev_page_cache_get_dual_even_left):
7025         * shell/ev-page-cache.h:
7026         * shell/ev-view.c: (view_update_range_and_current_page),
7027         (get_page_y_offset), (get_page_extents):
7028         
7029         Place even pages to the left if document has less then
7030         two pages. Fix for the bug #328856.
7031
7032 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7033
7034         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7035         
7036         Correct comics scheme. This make evince create thumbnails
7037         for comic books. Fix for the bug 329088.
7038
7039 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7040
7041         * data/evince-password.glade: Don't explicitly set
7042         invisible_char to the current default value in case
7043         the default changes; let GTK+ do its magic.
7044
7045 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7046
7047         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7048         real filename to tmp filename since often document
7049         type is determined by extension.
7050
7051 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7052
7053         * shell/ev-view.c: (add_scroll_binding_keypad),
7054         (ev_view_binding_activated), (ev_view_class_init):
7055         
7056         Add keybindings for percision-scrolling of display area. 
7057         Fix for the bug #314072.
7058
7059 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7060
7061         * data/evince.desktop.in.in:
7062         
7063         Add GTK to the list of categories. Fix for the bug #328034.
7064
7065 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7066
7067         * shell/ev-application.c: (ev_application_shutdown),
7068         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7069         * shell/ev-application.h:
7070         * shell/ev-window.c: (file_open_dialog_response_cb),
7071         (ev_window_cmd_file_open):
7072         
7073         Save last uri in file chooser dialog. Fix for the bug #327950.
7074
7075 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7076
7077         * NEWS:
7078         * README:
7079         
7080         Final update for release 0.5.0
7081         
7082         * shell/Makefile.am:
7083         
7084         Remove disable deprecated until we'll require libgnome-2.13.7
7085         and port to GOption argument parsing. See bug 327518.
7086
7087 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7088
7089         * comics/comics-document.c: (comics_document_save):
7090         * djvu/djvu-document.c: (djvu_document_save):
7091         * dvi/dvi-document.c: (dvi_document_save):
7092         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7093         * lib/ev-file-helpers.h:
7094         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7095         * tiff/tiff-document.c: (tiff_document_save):
7096         
7097         Use common save function for backends.
7098
7099 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7100
7101         * backend/ev-document-types.c:
7102         
7103         Fix crash on saving pixbuf.
7104
7105 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7106
7107         * cut-n-paste/recent-files/egg-recent-item.c:
7108         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7109         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7110         (parse_info_free), (valid_element), (start_element_handler),
7111         (end_element_handler), (text_handler), (egg_recent_model_filter),
7112         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7113         (egg_recent_model_monitor), (egg_recent_model_read),
7114         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7115         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7116         (egg_recent_model_set_property), (egg_recent_model_class_init),
7117         (egg_recent_model_init), (egg_recent_model_add_full),
7118         (egg_recent_model_delete), (egg_recent_model_get_list),
7119         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7120         (egg_recent_model_set_filter_mime_types),
7121         (egg_recent_model_clear_group_filter),
7122         (egg_recent_model_set_filter_groups),
7123         (egg_recent_model_clear_scheme_filter),
7124         (egg_recent_model_set_filter_uri_schemes),
7125         (egg_recent_model_remove_expired):
7126         * cut-n-paste/recent-files/egg-recent-util.c:
7127         (egg_recent_util_get_icon):
7128         * cut-n-paste/recent-files/egg-recent-util.h:
7129         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7130         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7131         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7132         (egg_recent_view_uimanager_set_property),
7133         (egg_recent_view_uimanager_get_property),
7134         (egg_recent_view_uimanager_class_init),
7135         (egg_recent_view_uimanager_init),
7136         (egg_recent_view_uimanager_set_label_width),
7137         (egg_recent_view_uimanager_get_label_width):
7138         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7139         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7140         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7141         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7142         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7143         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7144         
7145         Update from libegg.
7146
7147 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7148
7149         * shell/ev-page-cache.c: (build_height_to_page),
7150         (ev_page_cache_get_height_to_page):
7151         * shell/ev-page-cache.h:
7152         * shell/ev-view.c: (view_update_range_and_current_page),
7153         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7154         (ev_view_previous_page):
7155         
7156         Dual mode places even pages to the left. Fix for the bug #309393.
7157
7158         * shell/ev-view.h:
7159         * shell/ev-window.c: (update_action_sensitivity),
7160         (setup_view_from_metadata), (view_menu_popup_cb):
7161         
7162         Don't restore presentation in empty windows, more intelligent
7163         next page behaviour in dual mode.
7164
7165         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7166         (ev_pixbuf_cache_clear_job_sizes):
7167         
7168         Cleanup job callback on removal. Fix for the bug #325886.
7169
7170 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7171
7172         * ps/ps.c: (psscan):
7173         
7174         Commit workaround Mozilla problem. Fix for the bug #325919
7175         
7176         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7177         (save_item):
7178         
7179         Fix for year 2038 problem.
7180
7181 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7182
7183         * shell/ev-window.c: (setup_document_from_metadata),
7184         (ev_window_cmd_view_reload):
7185
7186         Clamp page recieved from metadata in valid values. Fix
7187         for the bug #325986.
7188
7189 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7190
7191         * MAINTAINERS: 
7192         Add MAINTAINERS as requested on desktop-devel-list.
7193
7194 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7195
7196         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7197         (mime_type_supported_by_gdk_pixbuf),
7198         (ev_document_factory_get_mime_types),
7199         (ev_document_factory_get_all_mime_types):
7200         
7201         Don't add pixbuf mime types if pixbuf backend is disabled.
7202         
7203         * shell/ev-application.c: (ev_application_get_uri_window):
7204         
7205         Fix for the bug 325815 - unhandled MIME type message doesn't 
7206         appear a second time. 
7207         
7208         * shell/ev-document-types.c: (ev_document_types_add_filters):
7209         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7210         (password_dialog_response), (ev_window_popup_password_dialog),
7211         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7212         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7213         (ev_window_run_presentation), (ev_window_stop_presentation),
7214         (save_sizing_mode), (ev_window_zoom_changed_cb),
7215         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7216         (ev_window_dual_mode_changed_cb),
7217         (ev_window_sidebar_current_page_changed_cb),
7218         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7219         (window_state_event_cb), (window_configure_event_cb):
7220         
7221         Cleanup additional uris holded by EvWindow.
7222
7223 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7224
7225         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7226         (ev_view_can_previous_page), (ev_view_can_next_page):
7227         * shell/ev-view.h:
7228         * shell/ev-window.c: (update_action_sensitivity):
7229         
7230         Two page scrolling with Space and PageUp in dual mode. Second fix 
7231         for the bug #316608.
7232
7233 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7234
7235         * shell/ev-view.c: (scroll_to_current_page):
7236         
7237         Correctly clamp adjustment value. Fix for the bug
7238         #325808.
7239
7240 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7241
7242         * shell/ev-sidebar-links.c: (print_section_cb):
7243         * shell/ev-window.c: (ev_window_get_uri),
7244         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7245         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7246         (ev_window_dispose):
7247         
7248         Make print dialog non-modal. Fix for the bug #325622.
7249
7250 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7251
7252         * shell/ev-metadata-manager.c:
7253         * shell/ev-utils.c: (using_pdf_printer),
7254         (using_postscript_printer), (load_print_config_from_file),
7255         (save_print_config_to_file):
7256         * shell/ev-utils.h:
7257         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7258         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7259         (setup_view_from_metadata), (ev_window_setup_document),
7260         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7261         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7262         (ev_window_run_presentation), (ev_window_stop_presentation),
7263         (save_sizing_mode), (ev_window_zoom_changed_cb),
7264         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7265         (ev_window_dual_mode_changed_cb),
7266         (ev_window_sidebar_current_page_changed_cb),
7267         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7268         (window_state_event_cb), (window_configure_event_cb),
7269         (ev_window_init):
7270         
7271         Setting saving behaviour fixes.
7272
7273 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7274
7275         * configure.ac:
7276         
7277         Make antialiasing gs options better and allow
7278         to change them during configure. Fix for the 
7279         bug #319049.
7280
7281 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7282
7283         * shell/ev-window.c: (setup_view_from_metadata):
7284         
7285         Remember if last window was maximized. Fix for the
7286         bug #323797.
7287
7288 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7289
7290         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7291
7292 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7293
7294         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7295         * shell/ev-page-action.c: (build_new_tree_cb):
7296         * shell/ev-sidebar-links.c: (links_page_num_func),
7297         (update_page_callback_foreach), (update_page_callback):
7298         * shell/ev-view.c: (scroll_to_current_page):
7299         
7300         Fix for the bug #325067 with more intelligent selection
7301         of current link in sidebar. Make sidebar handle links
7302         of FITR-like type more correctly.
7303
7304         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7305         (dvi_pixbuf_put_pixel):
7306         
7307         Fix memory consumtion with disabled alpha channel.
7308
7309 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7310
7311         * data/evince-ui.xml:
7312         * shell/ev-window.c: (view_menu_popup_cb),
7313         (ev_popup_cmd_open_link), (ev_window_init):
7314         
7315         Update context menu for internal links. Fix for the bug
7316         #325066.
7317
7318 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7319
7320         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7321         
7322         Bind context menu to keyboard also. Fix for the bug
7323         #325065.
7324
7325 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7326
7327         * shell/ev-view.c: (selection_scroll_timeout_cb):
7328         
7329         Horizontal scroll on selection also.
7330
7331 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7332
7333         * shell/ev-metadata-manager.c: (parse_value):
7334         * shell/ev-view.c: (goto_xyz_link):
7335         
7336         Correct zoom setup and metadata save broken in 
7337         some locales.
7338
7339 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7340
7341         * shell/ev-view-private.h:
7342         * shell/ev-view.c: (scroll_to_current_page),
7343         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7344         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7345         (page_changed_cb), (ev_view_set_continuous),
7346         (ev_view_set_dual_page), (ev_view_set_presentation):
7347         
7348         Delay scroll until allocation to correctly position page. Fix
7349         for the bug #317334.
7350
7351 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7352
7353         * NEWS:
7354         * configure.ac:
7355         
7356         Update NEWS and require poppler 0.5.0.
7357
7358 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7359         
7360         * data/evince-ui.xml:
7361         * shell/ev-view-private.h:
7362         * shell/ev-view.c: (ev_view_get_link_at_location),
7363         (handle_link_over_xy), (ev_view_button_press_event),
7364         (ev_view_button_release_event), (ev_view_class_init):
7365         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7366         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7367         (ev_window_init):
7368         
7369         Implement right-click context menu.
7370
7371 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7372
7373         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7374         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7375         (mdvi_pixbuf_device_render):
7376         * pdf/ev-poppler.cc:
7377
7378         Don't generate thumbnails with alpha. See bug #324077.
7379         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7380
7381 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7382
7383         * shell/ev-window.c: (setup_chrome_from_metadata):
7384         
7385         Fix typo that was hiding toolbar.
7386
7387 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7388
7389         * shell/ev-view-private.h:
7390         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7391         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7392         (ev_view_button_release_event), (ev_view_destroy):
7393         
7394         Small cleanup and autoscrolling during selection. Thanks to 
7395         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7396
7397 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7398
7399         * configure.ac:
7400         
7401         Correctly check for comics option.
7402
7403 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7404         * Makefile.am:
7405         * configure.ac:
7406         * backend/Makefile.am:
7407         * backend/ev-document-factory.c:
7408         * shell/ev-document-types.c:
7409
7410         Included option in configure to make ps backend 
7411         compilation optional with --disable-ps.
7412
7413 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7414
7415         * backend/ev-document-factory.c:
7416         * comics/Makefile.am:
7417         * comics/comics-document.c: (comics_document_load):
7418         * comics/ev-cbr-mime.xml:
7419         * configure.ac:
7420         
7421         Comics mime types are added to shared-mime-info CVS. Now
7422         we don't need to install our own mime types.
7423
7424 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7425
7426         * shell/ev-window.c:
7427         
7428         Add shortcut for "save a copy" menu entry. Fix for
7429         the bug #324582.
7430
7431 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7432
7433         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7434         (job_finished_cb), (new_selection_pixbuf_needed),
7435         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7436         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7437         
7438         Rework selection job info logic and fix critical warning.
7439
7440 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7441
7442         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7443
7444 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7445
7446         * data/evince-ui.xml:
7447         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7448         
7449         Enter as shortcut key for next page. Fix for the bug
7450         #321394.
7451
7452 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7453
7454         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7455
7456 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7457
7458         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7459         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7460         (new_selection_pixbuf_needed),
7461         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7462         (clear_job_selection):
7463         
7464         Too early for 0.5. Pixbuf cache code cleaned a bit.
7465
7466 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7467
7468         * NEWS:
7469         * configure.ac:
7470         
7471         Release 0.5.0 preparation
7472
7473 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7474
7475         * comics/Makefile.am:
7476         * configure.ac:
7477         * shell/ev-document-types.c: (ev_document_types_add_filters):
7478         
7479         More advanced handling of custom mime type installation.
7480
7481 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7482
7483         * data/evince.schemas.in:
7484         * shell/ev-metadata-manager.c: (value_free),
7485         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7486         (ev_metadata_manager_get), (ev_metadata_manager_set):
7487         * shell/ev-metadata-manager.h:
7488         * shell/ev-window.c: (update_chrome_flag),
7489         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7490         (setup_document_from_metadata), (setup_chrome_from_metadata),
7491         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7492         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7493         (ev_window_view_toolbar_cb),
7494         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7495         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7496         
7497         Save last document settings and reuse them for new documents.
7498
7499 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7500
7501         * Makefile.am:
7502         * backend/Makefile.am:
7503         * backend/ev-document-factory.c:
7504         * backend/ev-document-factory.h:
7505         * comics/Makefile.am:
7506         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7507         (comics_document_load), (comics_document_save),
7508         (comics_document_get_n_pages), (comics_document_get_page_size),
7509         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7510         (comics_document_class_init), (comics_document_can_get_text),
7511         (comics_document_get_info), (comics_document_document_iface_init),
7512         (comics_document_init), (get_supported_image_extensions),
7513         (comics_document_thumbnails_get_geometry),
7514         (comics_document_thumbnails_get_thumbnail),
7515         (comics_document_thumbnails_get_dimensions),
7516         (comics_document_document_thumbnails_iface_init), (extract_argv):
7517         * comics/comics-document.h:
7518         * comics/ev-cbr-mime.xml:
7519         * configure.ac:
7520         * po/POTFILES.in:
7521         * shell/ev-application.c: (ev_application_register_service):
7522         * shell/ev-document-types.c: (ev_document_types_add_filters):
7523         * thumbnailer/Makefile.am:
7524         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7525         
7526         New CBR/CBZ backend for comic books.
7527
7528 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7529
7530         * shell/main.c: (load_files_remote):
7531
7532         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7533         warning on startup of second instance is fixed. It
7534         is bug #320353.
7535
7536 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7537
7538         * shell/ev-window.c: (ev_window_finalize):
7539         
7540         Fix double free that cause crash.
7541
7542 2005-10-29  Bastien Nocera <hadess@hadess.net>
7543
7544         * tiff/tiff-document.c: (tiff_document_load):
7545         
7546         Fix memory leak.
7547
7548 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7549
7550         * po/POTFILES.in:
7551         * shell/Makefile.am:
7552         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7553         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7554         (ev_view_accessible_get_text),
7555         (ev_view_accessible_get_character_at_offset),
7556         (ev_view_accessible_get_text_before_offset),
7557         (ev_view_accessible_get_text_at_offset),
7558         (ev_view_accessible_get_text_after_offset),
7559         (ev_view_accessible_get_character_count),
7560         (ev_view_accessible_get_caret_offset),
7561         (ev_view_accessible_set_caret_offset),
7562         (ev_view_accessible_get_run_attributes),
7563         (ev_view_accessible_get_default_attributes),
7564         (ev_view_accessible_get_character_extents),
7565         (ev_view_accessible_get_offset_at_point),
7566         (ev_view_accessible_get_n_selections),
7567         (ev_view_accessible_get_selection),
7568         (ev_view_accessible_add_selection),
7569         (ev_view_accessible_remove_selection),
7570         (ev_view_accessible_set_selection),
7571         (ev_view_accessible_text_iface_init),
7572         (ev_view_accessible_idle_do_action),
7573         (ev_view_accessible_action_do_action),
7574         (ev_view_accessible_action_get_n_actions),
7575         (ev_view_accessible_action_get_description),
7576         (ev_view_accessible_action_get_name),
7577         (ev_view_accessible_action_set_description),
7578         (ev_view_accessible_action_iface_init),
7579         (ev_view_accessible_get_type), (ev_view_accessible_new),
7580         (ev_view_accessible_factory_get_accessible_type),
7581         (ev_view_accessible_factory_create_accessible),
7582         (ev_view_accessible_factory_class_init),
7583         (ev_view_accessible_factory_get_type):
7584         * shell/ev-view-accessible.h:
7585         * shell/ev-view-private.h:
7586         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7587         * shell/ev-view.h:
7588         
7589         Initial accessibility support.
7590
7591 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7592
7593         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7594
7595 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7596
7597         * shell/ev-print-job.c: (idle_print_handler):
7598         
7599         Fix for bug Bug 318916: Printing multiple pages.
7600
7601 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7602
7603         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7604
7605 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7606
7607         * pdf/ev-poppler.cc:
7608         
7609         Thumnail dimensions unified with other backends.
7610         
7611         * shell/ev-window-title.c: (ev_window_title_update):
7612         
7613         Fix warning.
7614
7615 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7616
7617         * data/ev-stock-zoom-fit-width.png:
7618         
7619         Remove unused file.
7620
7621 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7622
7623         * configure.ac:
7624         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7625         (djvu_document_finalize):
7626         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7627         (dvi_document_finalize):
7628         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7629         (pixbuf_document_save), (pixbuf_document_finalize):
7630         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7631         (tiff_document_finalize):
7632         
7633         Save a copy implemented for various backends.
7634
7635 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7636
7637         * configure.ac:
7638         
7639         Don't link with ltiff if tiff is disabled.
7640
7641 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7642
7643         * pdf/GDKSplashOutputDev.cc:
7644         * pdf/GDKSplashOutputDev.h:
7645         * pdf/Thumb.cc:
7646         * pdf/Thumb.h:
7647         * pdf/pdf-document.cc:
7648         * pdf/pdf-document.h:
7649         * pdf/test-gdk-output-dev.cc:
7650         
7651         Remove old unused files.
7652
7653 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7654
7655         * shell/ev-window.c: (ev_window_setup_document):
7656         
7657         Fixed warnings on reload and probably crash reason.
7658
7659 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7660
7661         * properties/ev-properties-view.c:
7662         (ev_properties_view_format_date):
7663         
7664         Check if date is invalid. Fix for bug 318134.
7665
7666 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7667
7668         * shell/ev-window-title.c:
7669         
7670         Add .indd files (Adobe Indesign) to the list of "bad
7671         extensions".
7672
7673 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7674
7675         * data/evince-ui.xml:
7676         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7677         
7678         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7679
7680 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7681
7682         * shell/ev-window.c: (launch_link), (launch_external_uri),
7683         (view_external_link_cb):
7684
7685         URL-escape link before passing it to gnome_vfs_url_show.
7686
7687 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7688
7689         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7690         there isn't text selected.
7691
7692 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7693
7694         * shell/ev-view.c: (handle_link_over_xy):
7695
7696         Check tooltip is valid utf8 before showing it
7697
7698 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7699
7700         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7701
7702 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7703
7704         * shell/ev-window-title.c: (ev_window_title_update):
7705
7706         Guard against using g_strstrip on NULL. Fixes bug #317291.
7707
7708 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7709
7710         * pdf/ev-poppler.cc:
7711
7712         Show title even for unknown links
7713
7714 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7715
7716         * shell/ev-window-title.c: (ev_window_title_update):
7717
7718         Strip the title string
7719
7720 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7721
7722         * shell/ev-window-title.c:
7723
7724         Add .rtf to the bad extensions list
7725
7726 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7727
7728         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7729         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7730
7731         Ignore link coordinates if they are outside page bounds
7732
7733 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7734
7735         * backend/ev-link.c: (ev_link_type_get_type),
7736         (ev_link_get_filename), (ev_link_get_params),
7737         (ev_link_get_property), (ev_link_set_property),
7738         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7739         * backend/ev-link.h:
7740         * pdf/ev-poppler.cc:
7741         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7742         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7743         (ev_window_init):
7744
7745         Implement launch links. Delegate external link opening to
7746         the window.
7747
7748 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7749
7750         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7751         (ev_link_get_right), (ev_link_get_property),
7752         (ev_link_set_property), (ev_link_class_init),
7753         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7754         * backend/ev-link.h:
7755         * pdf/ev-poppler.cc:
7756         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7757
7758         Implement fitr links
7759
7760 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7761
7762         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7763         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7764         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7765         (ev_view_size_request_continuous),
7766         (ev_view_size_request_dual_page),
7767         (ev_view_size_request_single_page), (ev_view_size_allocate),
7768         (ev_view_zoom_for_size_continuous_and_dual_page),
7769         (ev_view_zoom_for_size_continuous),
7770         (ev_view_zoom_for_size_dual_page),
7771         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7772         (ev_sizing_mode_get_type):
7773         * shell/ev-view.h:
7774         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7775
7776         Do not use modes for link, we need to calculate size ad hoc.
7777         Still not perfect because of the usual scrollbar issues grrr.
7778
7779 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7780
7781         * backend/ev-link.c: (ev_link_type_get_type),
7782         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7783         * backend/ev-link.h:
7784         * pdf/ev-poppler.cc:
7785         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7786         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7787         (ev_view_size_request_continuous),
7788         (ev_view_size_request_dual_page),
7789         (ev_view_size_request_single_page), (ev_view_size_allocate),
7790         (zoom_for_size_fit_height),
7791         (ev_view_zoom_for_size_continuous_and_dual_page),
7792         (ev_view_zoom_for_size_continuous),
7793         (ev_view_zoom_for_size_dual_page),
7794         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7795         (ev_sizing_mode_get_type):
7796         * shell/ev-view.h:
7797         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7798
7799         Implement FIT_HEIGHT mode (only for links).
7800         Implement FITH links
7801
7802 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7803
7804         * shell/ev-window-title.c: (get_filename_from_uri),
7805         (ev_window_title_sanitize_extension), (ev_window_title_update),
7806         (ev_window_title_set_document), (ev_window_title_set_uri),
7807         (ev_window_title_free):
7808         * shell/ev-window-title.h:
7809         * shell/ev-window.c: (ev_window_setup_document),
7810         (ev_window_popup_password_dialog):
7811
7812         Refactor window title building while fixing it for
7813         password documents.
7814
7815 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7816
7817         * pdf/ev-poppler.cc:
7818
7819         Escape link title before setting it in the model
7820
7821 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7822
7823         * shell/ev-application.c: (removed_from_session), (save_session),
7824         (init_session), (ev_application_get_empty_window),
7825         (ev_application_init), (ev_application_get_windows):
7826         * shell/ev-application.h:
7827         * shell/ev-window.c: (ev_window_finalize):
7828
7829         Add a function to retrieve window list and share it where
7830         necessary.
7831         Implement session handling, works pretty well thanks to the
7832         metadata system.
7833
7834 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7835
7836         * shell/ev-password.c: (ev_password_item_created_callback),
7837         (ev_password_dialog_save_password):
7838         
7839         Fix for bug 316972. Use async gnome-keyring API.
7840
7841 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7842
7843         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7844         Remove unused unrealize handler. Add scroll handling to
7845         ev_view_scroll_event for presentation mode (bug #316708),
7846         and fix the event state checks there.
7847
7848 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7849
7850         * shell/ev-page-action.c: (page_changed_cb):
7851
7852         "marco, maybe we should be crazy and jump right to 6! :)"
7853
7854         Bryan Clark, Sep 2005
7855
7856 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7857
7858         * ps/ps-document.c: (save_document), (ps_document_save),
7859         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7860         (ps_document_ps_export_end):
7861
7862         Fix unstructured documents save and print
7863
7864 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7865
7866         * shell/ev-application.c: (ev_application_open_uri):
7867
7868         Fix window size persistance
7869
7870 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7871
7872         * shell/ev-view.c: (ev_view_button_release_event):
7873
7874         Based on a patch from carlosgc@gnome.org. Mouse buttons
7875         switch pages in presentation mode.
7876
7877 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7878
7879         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7880
7881         Dont cast to int before scaling
7882
7883 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7884
7885         * backend/ev-link.c: (ev_link_type_get_type),
7886         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7887         (ev_link_new_page_fith):
7888         * backend/ev-link.h:
7889         * pdf/ev-poppler.cc:
7890         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7891
7892         Implement FIT and FITH links
7893
7894 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7895
7896         * pdf/ev-poppler.cc:
7897
7898         Return 0 results when search is not in progress.
7899
7900         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7901         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7902
7903         Update menu sensitivity when cancelling search
7904
7905 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7906
7907         * shell/ev-view.c: (ev_view_can_find_next):
7908
7909         Take all pages in consideration, not just current one
7910
7911 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7912
7913         * shell/ev-page-cache.c:
7914         * shell/ev-page-cache.h:
7915         * shell/ev-view.c: (ev_view_binding_activated),
7916         (ev_view_next_page), (ev_view_previous_page),
7917         (ev_sizing_mode_get_type):
7918         * shell/ev-view.h:
7919         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7920         (ev_window_cmd_go_next_page):
7921
7922         Move page next/previous functions from page chace to
7923         view and change it to move by 2 page steps in dual mode.
7924
7925 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7926
7927         * shell/ev-window.c: (update_sidebar_visibility),
7928         (setup_sidebar_from_metadata), (ev_window_setup_document),
7929         (setup_view_from_metadata):
7930
7931         Show the index by default when there is one     
7932
7933 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7934
7935         * shell/ev-window-title.c: (ev_window_title_set_document):
7936
7937         Missing null check
7938
7939 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7940
7941         * shell/ev-view.c: (view_update_range_and_current_page):
7942         
7943         Allow display of last odd page in dual view. Fix for 316347.
7944
7945 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7946
7947         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7948         
7949         Make close button default. Fix for 316383.
7950
7951 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7952
7953         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7954         
7955         Mark close button as default. Fix for 316381.
7956
7957 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7958
7959         * backend/ev-link.c: (ev_link_class_init):
7960
7961         Allow negative doubles in left/top properties
7962
7963 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7964
7965         * shell/ev-window.c:
7966
7967         Remove a bunch of strings that was used only
7968         by the statusbar.
7969
7970 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7971
7972         * shell/ev-window-title.c: (get_filename_from_uri),
7973         (ev_window_title_set_document):
7974
7975         When title has a confusing extension, show also
7976         the document filename inside ()
7977
7978 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7979
7980         * shell/Makefile.am:
7981         * shell/ev-window-title.c: (ev_window_title_new),
7982         (ev_window_title_update), (ev_window_title_set_type),
7983         (ev_window_title_set_document), (ev_window_title_free):
7984         * shell/ev-window-title.h:
7985         * shell/ev-window.c: (ev_window_setup_document),
7986         (password_dialog_response), (ev_window_popup_password_dialog),
7987         (ev_window_dispose), (ev_window_init):
7988
7989         Factor out and cleanup window title code
7990
7991 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7992
7993         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7994         (unable_to_load):
7995
7996         Make dialog transient so it doesnt block other windows
7997
7998 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7999
8000         * pdf/ev-poppler.cc:
8001         
8002         Fix pdf thumbnails rendering.
8003
8004 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8005
8006         * shell/ev-window.c: (fullscreen_set_timeout):
8007         
8008         Increase timeout to hide full screen popup. Bug 
8009         316123. 
8010
8011 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8012
8013         * data/evince.schemas.in:
8014         * shell/ev-window.c: (update_action_sensitivity):
8015
8016         Allow the user to override document restrictions. Fix for bug
8017         305818.
8018
8019 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8020
8021         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8022         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8023         (ev_window_class_init): Fix multihead behaviour of fullscreen
8024         toolbar popup. Fixes bug #315451.
8025
8026 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8027
8028         * configure.ac:
8029         * data/evince-password.glade:
8030         * shell/ev-password.c: (ev_password_dialog_set_property),
8031         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8032         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8033         (ev_password_dialog_entry_changed_cb),
8034         (ev_password_dialog_entry_activated_cb),
8035         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8036         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8037         (ev_password_dialog_set_bad_pass):
8038         * shell/ev-password.h:
8039         * shell/ev-window.c: (password_dialog_response),
8040         (ev_window_popup_password_dialog):
8041         
8042         Support for gnome-keyring for encrypted PDF's.
8043
8044 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8045
8046         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8047         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8048         (ev_view_enter_notify_event), (ev_view_class_init):
8049         
8050         More precise handling of enter_notify/leave_notify events
8051         in EvView. Fix for bug 315470.
8052
8053 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8054
8055         * shell/ev-window.c: (fullscreen_timeout_cb),
8056         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8057         (ev_window_dispose):
8058
8059         leak fix: unref fullscreen_timeout_source before clearing it
8060
8061 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8062
8063         * configure.ac, dvi/mdvi/Makefile.am: 
8064         
8065         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8066
8067 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8068
8069         * backend/ev-link.c: (ev_link_new_page_xyz):
8070         * pdf/ev-poppler.cc:
8071         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8072
8073         Fix some bugs with xyz links, respect zoom
8074
8075 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8076
8077         * shell/ev-window.c: (page_changed_cb),
8078         (setup_document_from_metadata), (update_sidebar_visibility),
8079         (setup_view_from_metadata), (ev_window_run_fullscreen),
8080         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8081         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8082         (ev_window_dual_mode_changed_cb),
8083         (ev_window_sidebar_current_page_changed_cb):
8084
8085         null check uri before setting and getting metadata
8086
8087 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8088
8089         * dvi/Makefile.am:
8090         * properties/Makefile.am:
8091         * shell/Makefile.am:
8092         * thumbnailer/Makefile.am:
8093
8094         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8095
8096 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8097
8098         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8099         (selection_changed_callback):
8100         * shell/ev-sidebar-links.h:
8101
8102         Add a signal for link activation.
8103
8104         * shell/ev-view.c: (ev_view_goto_link),
8105         (ev_view_button_release_event):
8106         * shell/ev-view.h:
8107         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8108         (ev_window_init):
8109
8110         Implement the signal so that we can handle all link types.
8111
8112         * shell/ev-page-cache.c:
8113
8114         Remove unused set_link function
8115
8116 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8117
8118         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8119
8120         Add some space from the cursor, hardcoded but I couldnt
8121         find a better way.
8122
8123 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8124
8125         * lib/ev-tooltip.c:
8126
8127         Use mozilla style vs gtk style, way better for links.
8128
8129         * shell/ev-view.c: (ev_view_motion_notify_event),
8130         (ev_view_destroy), (ev_view_init):
8131
8132         Deactive tooltip when the link hovered is changed.
8133
8134 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8135
8136         * backend/ev-document.h:
8137         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8138         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8139         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8140         (ev_link_new_page), (ev_link_new_page_xyz):
8141         * backend/ev-link.h:
8142         * pdf/ev-poppler.cc:
8143         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8144         (go_to_link), (tip_from_link):
8145
8146         Implement xyz links, still not functional. Links are a total
8147         mess, will need to refactor and bugfix a lot :(
8148
8149 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8150
8151         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8152
8153 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8154
8155         * data/evince-ui.xml:
8156         * data/evince.schemas.in:
8157         * shell/Makefile.am:
8158         * shell/ev-window.c: (update_chrome_visibility),
8159         (password_dialog_response), (ev_window_load_job_cb),
8160         (ev_window_xfer_job_cb), (ev_window_open_uri),
8161         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8162         (ev_window_init):
8163
8164         Remove the statusbar. This regress loading feedback, need to
8165         check with Bryan what we want to do there...
8166
8167 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8168
8169         * lib/ev-tooltip.c: (ev_tooltip_init):
8170
8171         Fix tooltip border and size handling
8172
8173 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8174
8175         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8176         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8177         (ev_tooltip_timeout), (ev_tooltip_activate),
8178         (ev_tooltip_deactivate):
8179         * lib/ev-tooltip.h:
8180         * shell/ev-view.c: (ev_view_motion_notify_event):
8181
8182         Delay popup showing. Mirror gtk logic/times.
8183
8184 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8185
8186         * lib/Makefile.am:
8187         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8188         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8189         (ev_tooltip_set_text), (ev_tooltip_set_position):
8190         * lib/ev-tooltip.h:
8191
8192         Simple widget to show tooltips at a custom position
8193
8194         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8195         (ev_view_destroy):
8196
8197         Use it for links. First go, needs work
8198
8199 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8200
8201         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8202         HIG fixes.  Use title capitalization for window title. Use 12 
8203         pixels of space between the dialog's vbox and action area.
8204
8205 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8206
8207         * shell/ev-window.c: (file_open_dialog_response_cb),
8208         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8209         (ev_window_cmd_save_as):
8210
8211         Make file pickers not modal and refactor code some
8212
8213 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8214
8215         * shell/ev-sidebar.h:
8216         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8217         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8218         (ev_sidebar_class_init), (ev_sidebar_select_page),
8219         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8220         (ev_sidebar_set_page):
8221
8222         Add a current page property and allow to get/set it
8223
8224         * shell/ev-window.c: (setup_view_from_metadata),
8225         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8226
8227         Persist current sidebar page per document
8228
8229 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8230
8231         * data/evince.schemas.in:
8232         * shell/ev-window.c: (update_chrome_visibility),
8233         (setup_document_from_metadata), (update_sidebar_visibility),
8234         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8235         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8236         (ev_window_run_presentation), (ev_window_stop_presentation),
8237         (ev_window_view_sidebar_cb),
8238         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8239         (load_chrome), (ev_window_init):
8240
8241         Persist size/visibility of sidebar per document
8242
8243 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8244
8245         * shell/ev-view.c (draw_loading_text): Draw loading text.
8246
8247 2005-09-02  Dan Damian  <dand@gnome.ro>
8248
8249         * configure.in: Added "ro" to ALL_LINGUAS.
8250
8251 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8252
8253         * shell/ev-view.c: (clear_caches):
8254
8255         ev_page_cache_get doesnt return a reference,
8256         dont try to unref it.
8257
8258 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8259
8260         * shell/main.c: (load_files_remote):
8261
8262         Fix timestamp parameter with dbus <= 0.33
8263
8264 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8265
8266         * data/evince.schemas.in:
8267
8268         Add missing full stop
8269
8270 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8271
8272         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8273         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8274
8275         Plug some memory leaks
8276
8277 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8278
8279         * configure.ac:
8280         * lib/ev-debug.c: (trap_handler):
8281
8282         Check for execinfo.h and use it only if it exists.
8283         Ported from Epiphany (bug #314776).
8284
8285 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8286
8287         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8288
8289 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8290
8291         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8292         * po/id.po      : Added Indonesian translation
8293
8294 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8295
8296         * shell/main.c:
8297         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8298         * NEWS: Release 0.4.0
8299
8300 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8301
8302         * configure.ac: catch another gtk+-2.8ism
8303         * shell/main.c: Make work with gtk+-2.6
8304
8305 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8306
8307         * shell/ev-application-service.xml: Add 'timestamp' argument to
8308           ev_application_open_window and ev_application_open_uri methods.
8309
8310         * shell/ev-application.h: Add 'timestamp' argument to
8311           ev_application_open_window, ev_application_open_uri,
8312           and ev_application_open_uri_list functions.
8313
8314         * shell/ev-application.c (ev_application_open_window,
8315           ev_application_open_uri, ev_application_open_uri_list): Change
8316           functions that show/present windows to use a timestamp if one
8317           is passed in.
8318
8319         * shell/ev-window.c (ev_window_cmd_file_open,
8320           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8321         * shell/main.c (load_files): Modify calls to ev_application to
8322           include GDK_CURRENT_TIME as timestamp.
8323
8324         * shell/main.c (load_files_remote): Obtain timestamp for client
8325           instance from GDK and pass to server instance so new windows are
8326           focused properly.  Fix dbus_g_proxy_call() calls by including second
8327           G_TYPE_INVALID.
8328           
8329         Closes bug #314475.
8330
8331 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8332
8333         * shell/ev-window.c (ev_window_finalize): Check for
8334         avail. EvWindows when quiting to handle the finalize better,
8335         #314497
8336
8337 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8338         
8339         * properties/ev-properties-view.c: 
8340         
8341         Set textdomain to libglade. Fixes translation problem in property page.
8342
8343 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8344
8345         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8346         * dvi/Makefile.am:
8347         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8348         * dvi/mdvi-lib/Makefile.am:
8349         
8350         Fix rotation of thumbnails, ported to new API. Moved library
8351         dependencies earlier, probably it will fix linkage problem.
8352
8353 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8354
8355         * backend/ev-document-misc.c:
8356         (ev_document_misc_get_thumbnail_frame):
8357         * backend/ev-document-misc.h:
8358         * configure.ac:
8359         * pdf/ev-poppler.cc:
8360         * shell/Makefile.am:
8361         * shell/ev-sidebar-thumbnails.c: (add_range),
8362         (ev_sidebar_thumbnails_set_loading_icon),
8363         (ev_sidebar_thumbnails_refresh),
8364         (ev_sidebar_thumbnails_set_document):
8365         * shell/ev-sidebar-thumbnails.h:
8366         * shell/ev-view.c: (ev_view_motion_notify_event),
8367         (ev_view_set_property), (ev_view_get_property),
8368         (ev_view_class_init), (ev_view_set_rotation):
8369         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8370         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8371         (ev_window_init):
8372         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8373         Redo rotation (again).  prepare for 0.4.0
8374
8375 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8376
8377         * configure.ac: Bump poppler requirement to 0.4.1.
8378
8379         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8380         argument to poppler_page_render_selection() call.
8381
8382 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8383
8384         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8385         (djvu_document_thumbnails_get_thumbnail):
8386         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8387         (dvi_document_thumbnails_get_thumbnail):
8388         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8389         (pixbuf_document_thumbnails_get_thumbnail):
8390         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8391         
8392         Update rotation direction of backends to fit with pdf and ps.
8393
8394 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8395
8396         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8397         * backend/ev-async-renderer.h:
8398         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8399         (setup_page), (ps_document_get_page_size),
8400         (ps_async_renderer_render_pixbuf):
8401         * ps/ps-document.h:
8402         * shell/ev-jobs.c: (ev_job_render_run):
8403
8404         Fix orientation in the postscript document
8405
8406 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8407
8408         * pdf/ev-poppler.cc:
8409         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8410         * shell/ev-view.c: (highlight_find_results):
8411
8412         Adapt to the new poppler rotation API. Fix text maps on landscape
8413         documents.
8414
8415 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8416
8417         * shell/ev-view.c (compute_new_selection_text): get the correct
8418         region when selecting in modes other than continuous.
8419
8420 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8421
8422         * shell/main.c (main): remove redundant g_warnings.
8423
8424 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8425
8426         * shell/Makefile.am: Don't include autogenerated
8427         file ev-application-service.h into distribution, since
8428         it causes dbus crash. Fix for bugs 313724 and 313443. 
8429
8430 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8431
8432         * configure.ac: Fix sed expression for FreeBSD. Thanks
8433         to Joe Marcus Clark <marcus@freebsd.org>
8434         
8435         * shell/eggfindbar.c: (entry_activate_callback),
8436         (entry_changed_callback), (egg_find_bar_init),
8437         (egg_find_bar_set_search_string):
8438         
8439         Made findbar buttons unsensitive if there is no text in
8440         entry. Fix for the bug 313285.
8441
8442 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8443
8444         * ps/ps-document.c: Use g_filename_display_name for displaying
8445         filenames and revert string freeze breackage
8446
8447 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8448
8449         * NEWS:
8450         * configure.ac:
8451
8452         Update for 0.3.4
8453
8454         * shell/Makefile.am:
8455
8456         Add ev-application-service.xml to extra dist
8457
8458         * shell/ev-view.c: (find_page_at_location):
8459
8460         Remove unused function (fix warning)
8461
8462 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8463
8464         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8465         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8466         
8467         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8468         bug 313623.
8469
8470 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8471
8472         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8473         * shell/ev-window.c:
8474         Fix build warnings
8475
8476 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8477
8478         * configure.ac: Update script to get dbus version.
8479         Fix for the bug #313443.
8480
8481 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8482
8483         * shell/ev-window.c: (ev_window_cmd_escape):
8484         
8485         Return focus back to view on escape. Fix for bug 313295.
8486
8487 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8488
8489         * shell/ev-window.c: (update_window_title),
8490         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8491         (ev_window_cmd_save_as):
8492         
8493         Correct conversion from uri to displayable string. Fix for
8494         bug 313296.
8495
8496 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8497
8498         * ps/ps-document.c: convert filename to utf8 when there is an error
8499         loading document. Fixes #309915
8500
8501 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8502
8503         * configure.ac:
8504
8505         We depend on poppler 0.4.0
8506
8507 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8508
8509         * configure.ac:
8510         * NEWS: Release 0.3.3.
8511         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8512
8513 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8514
8515         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8516         add a couple missing mnemonics to menu items, use title 
8517         capitalization for menu items and window titles, and add 
8518         ellipsis to open menu item.     
8519
8520 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8521
8522         * pdf/ev-poppler.cc:
8523         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8524         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8525         (ev_view_get_rotation):
8526         * shell/ev-view.h:
8527         * shell/ev-window.c: (setup_view_from_metadata),
8528         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8529         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8530         disk.
8531
8532 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8533
8534         * configure.ac: Added tr to ALL_LINGUAS
8535
8536 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8537
8538         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8539         requires several clicks to find word. Thanks to 
8540         Colin Slater <kiltedtaco@gmail.com>.
8541
8542 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8543
8544         * data/evince.desktop.in.in: Hide menu entry and
8545         rename it to "Document Viewer". Fix for bug 
8546         #312399.
8547
8548 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8549
8550         * shell/ev-page-action.c (ev_page_action_class_init): 
8551
8552         Point to the correct function in constructor of the
8553         activate_label signal
8554
8555 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8556
8557         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8558         * shell/ev-jobs.h: Make thread safe.
8559
8560 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8561
8562         * shell/ev-view.c: (view_update_range_and_current_page):
8563         Don't update page range if we are scrolling to some document
8564         point.
8565
8566 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8567
8568         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8569         when getting max_page_width, fix drawing in dual mode.
8570
8571 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8572
8573         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8574         getting the area for select_all.
8575
8576 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8577
8578         * backend/ev-selection.c: (ev_selection_render_selection):
8579         * backend/ev-selection.h:
8580         * pdf/ev-poppler.cc:
8581         * shell/ev-jobs.c: (ev_job_render_new):
8582         * shell/ev-jobs.h:
8583         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8584         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8585         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8586         (ev_view_class_init):
8587
8588         Change selection color on focus in and focus out events.  Also,
8589         poppler now uses GdkColor for specifying the selection colors, so
8590         drop some awkward conversion code.
8591
8592 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8593
8594         * configure.ac: Added Hebrew translation
8595
8596 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8597
8598         * NOTES:
8599         * backend/ev-selection.c: (ev_selection_render_selection):
8600         * backend/ev-selection.h:
8601         * pdf/ev-poppler.cc:
8602         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8603         (ev_job_render_run):
8604         * shell/ev-jobs.h:
8605         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8606         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8607         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8608         (ev_pixbuf_cache_style_changed),
8609         (ev_pixbuf_cache_get_selection_pixbuf),
8610         (ev_pixbuf_cache_set_selection_list),
8611         (ev_pixbuf_cache_get_selection_list):
8612         * shell/ev-pixbuf-cache.h:
8613         * shell/ev-utils.c: (ev_print_region_contents):
8614         * shell/ev-utils.h:
8615         * shell/ev-view.c: (ev_view_queue_draw_page),
8616         (selection_update_idle_cb), (ev_view_motion_notify_event),
8617         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8618         (setup_caches), (ev_view_find_next), (merge_selection_region),
8619         (selection_free):
8620         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8621
8622         Clean up selection to be much smoother!
8623
8624 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8625
8626         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8627         to poppler_page_render_selection().
8628
8629 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8630
8631         * ps/ps-document.c: (save_page_list): Use
8632         unzipped document when printing. Thanks to 
8633         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8634         311016.
8635
8636 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8637
8638         * shell/ev-window.c: (update_action_sensitivity):
8639         
8640         Disable print and save respect to lockdown gconf keys. Fix
8641         for 312342.
8642
8643 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8644
8645         * configure.ac:
8646         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8647         (write_to_temp_file), (ev_file_set_contents):
8648         * shell/ev-utils.h:
8649         * shell/ev-window.c: (save_print_config_to_file):
8650         
8651         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8652         Fix for bug 312238
8653
8654 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8655
8656         * shell/ev-window.c: (load_print_config_from_file),
8657         (save_print_config_to_file), (ev_window_print_range):
8658
8659         Persist the print settings. Fixes bug #311578.
8660
8661 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8662
8663         * djvu/djvu-document.c: (djvu_document_get_page_size),
8664         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8665         (djvu_document_thumbnails_get_thumbnail):
8666         * dvi/dvi-document.c: (dvi_document_get_page_size),
8667         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8668         (dvi_document_thumbnails_get_dimensions),
8669         (dvi_document_thumbnails_get_thumbnail):
8670         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8671         (pixbuf_document_render_pixbuf),
8672         (pixbuf_document_document_iface_init),
8673         (pixbuf_document_thumbnails_get_thumbnail):
8674         
8675         Update backends to make them build with new rotation system.
8676
8677 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8678
8679         * help/C/figures/evince_start_window.png:
8680         
8681         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8682
8683 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8684
8685         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8686         * shell/ev-pixbuf-cache.h:
8687         * shell/ev-sidebar-thumbnails.c:
8688         (ev_sidebar_thumbnails_get_property), (add_range),
8689         (adjustment_changed_cb):
8690         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8691         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8692         we were thumbnailing the entire docment on startup, slowing us
8693         down hugely. 
8694
8695 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8696
8697         * shell/ev-page-cache.c: (ev_page_cache_new):
8698         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8699         == 0, fixes #310306.
8700
8701 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8702
8703         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8704         (ev_view_rotate_left):
8705
8706         Account rotation in doc_rect_to_view_rect.
8707         Ensure rotation doesnt go out of bounds.
8708
8709 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8710
8711         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8712
8713         Correct and cleanup w/h swapping
8714
8715 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8716
8717         * backend/ev-document-thumbnails.c:
8718         (ev_document_thumbnails_get_thumbnail):
8719         * backend/ev-document-thumbnails.h:
8720         * backend/ev-document.c:
8721         * backend/ev-document.h:
8722         * backend/ev-render-context.c: (ev_render_context_new),
8723         (ev_render_context_set_rotation):
8724         * backend/ev-render-context.h:
8725         * pdf/ev-poppler.cc:
8726         * ps/ps-document.c: (ps_document_document_iface_init):
8727         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8728         * shell/ev-jobs.h:
8729         * shell/ev-page-cache.c: (build_height_to_page),
8730         (ev_page_cache_new), (ev_page_cache_get_size),
8731         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8732         (ev_page_cache_get_height_to_page):
8733         * shell/ev-page-cache.h:
8734         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8735         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8736         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8737         (ev_pixbuf_cache_get_selection_pixbuf):
8738         * shell/ev-pixbuf-cache.h:
8739         * shell/ev-print-job.c: (idle_print_handler):
8740         * shell/ev-sidebar-thumbnails.c: (add_range):
8741         * shell/ev-view.c: (view_update_range_and_current_page),
8742         (get_page_y_offset), (get_page_extents),
8743         (ev_view_size_request_continuous_dual_page),
8744         (ev_view_size_request_continuous),
8745         (ev_view_size_request_dual_page),
8746         (ev_view_size_request_single_page), (draw_one_page),
8747         (ev_view_set_rotation), (ev_view_rotate_right),
8748         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8749         (ev_view_zoom_for_size_continuous_and_dual_page),
8750         (ev_view_zoom_for_size_continuous),
8751         (ev_view_zoom_for_size_dual_page),
8752         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8753         (ev_view_select_all):
8754         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8755         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8756         (tiff_document_document_iface_init),
8757         (tiff_document_thumbnails_get_thumbnail):
8758
8759         Use rotation rather than orientation. It's easier and enough
8760         for our needs.
8761
8762 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8763
8764         * shell/ev-page-cache.c: (build_height_to_page),
8765         (ev_page_cache_new), (ev_page_cache_get_size),
8766         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8767         (ev_page_cache_get_height_to_page):
8768         * shell/ev-page-cache.h:
8769         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8770         (ev_view_size_request_continuous_dual_page),
8771         (ev_view_size_request_continuous),
8772         (ev_view_zoom_for_size_continuous_and_dual_page),
8773         (ev_view_zoom_for_size_continuous):
8774
8775         Make the page cache aware of page orientation.
8776
8777 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8778
8779         * backend/ev-document-thumbnails.c:
8780         (ev_document_thumbnails_get_thumbnail):
8781         * backend/ev-document-thumbnails.h:
8782         * backend/ev-document.c:
8783         * backend/ev-document.h:
8784         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8785         * backend/ev-ps-exporter.h:
8786         * pdf/ev-poppler.cc:
8787         * ps/ps-document.c: (ps_document_document_iface_init),
8788         (ps_document_ps_export_do_page):
8789         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8790         * shell/ev-jobs.h:
8791         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8792         (ev_page_cache_get):
8793         * shell/ev-page-cache.h:
8794         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8795         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8796         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8797         * shell/ev-pixbuf-cache.h:
8798         * shell/ev-print-job.c: (idle_print_handler):
8799         * shell/ev-sidebar-thumbnails.c: (add_range):
8800         * shell/ev-view.c: (view_update_range_and_current_page),
8801         (get_page_extents), (ev_view_size_request_dual_page),
8802         (ev_view_size_request_single_page), (draw_one_page),
8803         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8804         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8805         (ev_view_zoom_for_size_dual_page),
8806         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8807         (ev_view_select_all):
8808         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8809         * tiff/tiff-document.c: (tiff_document_get_page_size),
8810         (tiff_document_get_orientation), (rotate_pixbuf),
8811         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8812         (tiff_document_thumbnails_get_thumbnail),
8813         (tiff_document_ps_export_do_page), (tiff_document_init):
8814
8815         Really make use of the orientation bit of the render context.
8816         Use the render context in a few more places in the backend API.
8817         This regress orientation, but now it's done right. Will try to
8818         fix it up asap...
8819
8820 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8821
8822         * shell/ev-view.c: (ensure_rectangle_is_visible):
8823
8824         Patch by Nickolay V. Shmyrev to fix find flickering
8825
8826 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8827
8828         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8829         duplex parameters to ::begin.
8830
8831         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8832         * shell/ev-print-job.c (idle_print_handler): 
8833         * ps/ps-document.c (ps_document_ps_export_begin): 
8834         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8835         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8836         implementations. Poppler backend needs poppler cvs. Rest has
8837         unchanged behavior.
8838
8839 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8840
8841         * shell/ev-window.c (using_pdf_printer): new function.
8842         (ev_window_print_range): print a less techy message if someone
8843         tries to print to PDF.
8844
8845 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8846
8847         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8848         from "unknown font" string. Bug #311431
8849
8850 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8851
8852         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8853
8854 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8855
8856         Bug #311280
8857         
8858         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8859         name for PopplerFontTypes
8860         (pdf_document_fonts_fill_model): add font type to the detail column
8861
8862         * backend/ev-document-fonts.h: added
8863         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8864
8865         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8866         font name and font details, add a little markup.
8867         (ev_properties_fonts_init): use the new cell data func, specify ypad
8868         property for the cell renderer.
8869         (ev_properties_fonts_set_document): add the details column.
8870
8871 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8872
8873         * configure.ac: Added "pl" to ALL_LINGUAS.
8874
8875 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8876
8877         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8878
8879 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8880
8881         * help/ChangeLog: Started this for translations of manual.
8882         * configure.ac, autogen.sh, .cvsignore: Migrated to
8883         gnome-doc-utils. Patch in bug #311222.
8884
8885 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8886
8887         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8888         #ifdef this away to fix an unused-function warning.
8889
8890 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8891
8892         * configure.ac: Added 'gl' to ALL_LINGUAS.
8893
8894 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8895
8896         * configure.ac: Added ne in ALL_LINGUAS
8897         
8898 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8899
8900         * shell/ev-view.c: (ev_view_leave_notify_event):
8901         
8902         Clear status message when pointer leaves view. Fix for bug
8903         #310818 
8904
8905 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8906
8907         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8908
8909 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8910
8911         * shell/ev-view.c: (ev_view_leave_notify_event),
8912         (ev_view_class_init):
8913         
8914         Set cursor to normal then leaving view.
8915
8916 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8917
8918         * configure.ac:
8919         
8920         Fix required djvulibre version.
8921
8922 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8923
8924         *configure.ac: Hindi (hi) language added
8925
8926 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8927
8928         *configure.ac: Punjabi (pa) Language added
8929
8930 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8931
8932         * data/evince-ui.xml, shell/ev-window.c:
8933         
8934         Add keypad accelerators for zooming. Fix for bug 308128.
8935
8936 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8937
8938         * Makefile.am:
8939         * backend/Makefile.am:
8940         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8941         * configure.ac:
8942         * shell/ev-document-types.c: (ev_document_types_add_filters):
8943
8944         Allow to enable/disable the pixbuf backend.
8945         Default to off for now. If we want it enabled we should
8946         really put mime types in the desktop, implement properties etc.
8947
8948         * properties/evince-properties.c:
8949
8950         Initialize error to NULL.
8951         Check error is not NULL before freeing.
8952
8953 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8954
8955         * shell/ev-window.c:
8956
8957         Use F5 as presentation accell
8958
8959 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8960
8961         * shell/ev-window.c: (update_chrome_visibility),
8962         (ev_window_create_fullscreen_popup), (ev_window_init):
8963
8964         Do not leak the fullscreen toolbar
8965
8966 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8967
8968         * shell/ev-window.c: (view_actions_focus_in_cb),
8969         (view_actions_focus_out_cb):
8970
8971         These has a return value! Fix totally random focus
8972         issues we was seeing.
8973
8974 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8975
8976         * shell/main.c: (load_files_remote):
8977
8978         Allow open more than one file
8979
8980 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8981
8982         * shell/main.c: (load_files_remote):
8983
8984         Fix for dbus 0.33. bug #309975
8985
8986 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8987
8988         * properties/ev-properties-main.c: (ev_properties_get_pages):
8989
8990         Actually return NULL for types we dont support
8991
8992 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8993
8994         * po/POTFILES.in:
8995
8996         Remove empty lines.
8997
8998 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8999
9000         * backend/ev-document-factory.c:
9001         (ev_document_factory_get_document):
9002
9003         Do not try to create the object if type
9004         is invalid.
9005
9006 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9007
9008         * ps/ps-document.c: (ps_document_dispose),
9009         (ps_async_renderer_render_pixbuf):
9010         * ps/ps-document.h:
9011
9012         Do not leak the target window
9013
9014 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9015
9016         * shell/ev-application.c: (ev_application_init):
9017
9018         Let tbe check file existence for us.
9019         Add a comment about eggrecent mime filter.
9020
9021 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9022
9023         * data/evince-ui.xml:
9024         * shell/ev-application.c: (ev_application_shutdown),
9025         (ev_application_init), (ev_application_get_toolbars_model),
9026         (ev_application_get_recent_model),
9027         (ev_application_save_toolbars_model):
9028         * shell/ev-application.h:
9029         * shell/ev-window.c: (ev_window_add_recent),
9030         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9031         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9032         (ev_window_init):
9033
9034         Use common toolbar and recent models for all windows.
9035         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9036
9037 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9038
9039         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9040         successfully check for gtk_icon_view_get_visible_range.
9041
9042 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9043
9044         * djvu/Makefile.am:
9045         * dvi/Makefile.am:
9046         
9047         Fix djvu and dvi backend build.
9048
9049 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9050
9051         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9052         (new_separator_pixbuf):
9053
9054         Don't leak windows.
9055
9056 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9057
9058         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9059
9060         HIGification of toolbar editor dialogue.
9061
9062 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9063
9064         * configure.ac:
9065         * shell/Makefile.am:
9066
9067         Ever build metadata manager since it's just
9068         disabled at runtime now.
9069
9070 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9071
9072         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9073         (ev_metadata_manager_get), (ev_metadata_manager_set):
9074         * shell/ev-metadata-manager.h:
9075
9076         Add an _init functions that enabled metadata management
9077         at runtime.
9078
9079         * shell/ev-window.c: (page_changed_cb),
9080         (setup_document_from_metadata), (ev_window_setup_document),
9081         (setup_view_from_metadata), (ev_window_open_uri),
9082         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9083         (ev_window_run_presentation), (ev_window_stop_presentation),
9084         (save_sizing_mode), (ev_window_zoom_changed_cb),
9085         (ev_window_continuous_changed_cb),
9086         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9087         (window_configure_event_cb):
9088
9089         Remove all ugly metadata define since we deal with it
9090         at runtime now.
9091
9092         * shell/main.c: (load_files_remote), (main):
9093
9094         Add support for dbus cvs head. Hopefully didnt break one
9095         of the other versions now!
9096
9097         If we dont get a response from the dbus server just
9098         give up with it and not enable metadata.
9099
9100 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9101
9102         * Makefile.am:
9103         * backend/Makefile.am:
9104         * configure.ac:
9105         * cut-n-paste/recent-files/Makefile.am:
9106         * cut-n-paste/toolbar-editor/Makefile.am:
9107         * cut-n-paste/zoom-control/Makefile.am:
9108         * lib/Makefile.am:
9109         * pdf/Makefile.am:
9110         * pixbuf/Makefile.am:
9111         * properties/Makefile.am:
9112         * ps/Makefile.am:
9113         * shell/Makefile.am:
9114         * thumbnailer/Makefile.am:
9115         * tiff/Makefile.am:
9116
9117         Make frontends depend on just libev.
9118         Rework and group CFLAGS/LIBS definitions.
9119         Cleanups.
9120
9121 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9122
9123         * shell/ev-window:
9124
9125         do not unnecessarily save zoom
9126
9127         * configure.ac:
9128         * lib/ev-file-helpers.c: (ev_dot_dir):
9129         * shell/Makefile.am:
9130         * shell/dummy.cc:
9131
9132         Some cleanups
9133
9134 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9135
9136         * configure.ac:
9137         
9138         Remove unnecessary dependencies
9139
9140 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9141
9142         * properties/Makefile.am:
9143         * thumbnailer/Makefile.am:
9144         * tiff/Makefile.am:
9145
9146         Some more cleanups. Was really necessary
9147         but I probably introduced bugs, feel free
9148         to flame :)
9149
9150 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9151
9152         * backend/Makefile.am:
9153         * configure.ac:
9154         * cut-n-paste/recent-files/Makefile.am:
9155         * cut-n-paste/toolbar-editor/Makefile.am:
9156         * cut-n-paste/zoom-control/Makefile.am:
9157         * lib/Makefile.am:
9158         * pdf/Makefile.am:
9159         * pixbuf/Makefile.am:
9160         * properties/Makefile.am:
9161         * ps/Makefile.am:
9162         * shell/Makefile.am:
9163         * thumbnailer/Makefile.am:
9164         * tiff/Makefile.am:
9165
9166         Use gnome-common macros when possible.
9167         Cleanup dependencies.
9168         Actually disable deprecated where possible.
9169
9170 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9171
9172         * Makefile.am:
9173         * backend/Makefile.am:
9174         * properties/Makefile.am:
9175         * shell/Makefile.am:
9176         * thumbnailer/Makefile.am:
9177
9178         This should solve the circular dep without
9179         requiring dir reorg!
9180
9181         * shell/ev-window.c: (setup_view_from_metadata):
9182
9183         Never restore window size/position when the
9184         window is already visible.
9185
9186 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9187
9188         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9189
9190         Return a boolean from timeout func. Fix ported from gedit.
9191
9192 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9193
9194         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9195
9196 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9197
9198         * shell/ev-document-types.c: set "All Documents" as default filter in
9199         open dialog
9200
9201 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9202
9203         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9204         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9205         (ev_metadata_manager_set_boolean): fix value/val thinko.
9206
9207 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9208
9209         * shell/ev-window.c: (setup_view_from_metadata),
9210         (window_state_event_cb), (window_configure_event_cb),
9211         (ev_window_init):
9212
9213         Remember window position and maximized state
9214
9215 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9216
9217         * configure.ac:
9218
9219         Fix DBUS configure checks.
9220
9221         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9222         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9223         (ev_metadata_manager_set_boolean):
9224
9225         Plug mem leaks.
9226
9227         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9228         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9229         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9230         (ev_window_continuous_changed_cb),
9231         (ev_window_dual_mode_changed_cb), (ev_window_new):
9232
9233         Fix the build without DBUS.
9234
9235 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9236
9237         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9238         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9239         (ev_metadata_manager_set_string),
9240         (ev_metadata_manager_set_boolean):
9241         * shell/ev-metadata-manager.h:
9242
9243         Add support for some more types
9244
9245         * shell/ev-view.c: (scroll_to_current_page),
9246         (ev_view_get_continuous), (ev_view_set_continuous),
9247         (ev_view_get_dual_page):
9248         * shell/ev-view.h:
9249         * shell/ev-window.c: (page_changed_cb),
9250         (setup_document_from_metadata), (ev_window_setup_document),
9251         (setup_view_from_metadata), (ev_window_open_uri),
9252         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9253         (ev_window_run_presentation), (ev_window_stop_presentation),
9254         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9255         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9256         (ev_window_update_dual_page_action),
9257         (ev_window_continuous_changed_cb),
9258         (ev_window_dual_mode_changed_cb), (ev_window_init):
9259
9260         Remember a bunch of view/document properties. Prolly some
9261         are still missing but it's getting interesting.
9262
9263 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9264
9265         * configure.ac: check if dbus-binding-tool is installed. Not the
9266         case on current Ubuntu breezy, it seems.
9267
9268 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9269
9270         * data/evince.desktop.in.in:
9271         
9272         Allow open uri lists and add TryExec field.
9273
9274 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9275
9276         * configure.ac:
9277
9278         Enable dbus when available, do not require a configure
9279         option.
9280
9281 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9282
9283         * configure.ac:
9284
9285         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9286         disabled.
9287
9288 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9289         Marco Pesenti Gritti  <mpg@redhat.com>
9290
9291         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9292         
9293         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9294         functions to the format required by dbus
9295
9296         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9297         errors. Use the RPC parameters in the expected way
9298
9299 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9300
9301         * Makefile.am:
9302         * properties/Makefile.am:
9303         * properties/ev-properties-main.c: (ev_properties_get_pages):
9304
9305         Support all mime types
9306
9307         * shell/Makefile.am:
9308         * thumbnailer/Makefile.am:
9309         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9310         (evince_thumbnail_pngenc_get):
9311
9312         Use the document factory
9313
9314 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9315
9316         * backend/Makefile.am:
9317         * backend/ev-document-factory.c:
9318         (mime_type_supported_by_gdk_pixbuf),
9319         (ev_document_type_get_from_mime),
9320         (ev_document_factory_get_document),
9321         (ev_document_factory_get_backend),
9322         (ev_document_factory_get_mime_types),
9323         (ev_document_factory_get_all_mime_types):
9324         * backend/ev-document-factory.h:
9325         * shell/Makefile.am:
9326         * shell/ev-document-types.c: (get_document_from_uri),
9327         (ev_document_types_get_document),
9328         (file_filter_add_mime_list_and_free),
9329         (ev_document_types_add_filters):
9330         * shell/ev-document-types.h:
9331         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9332         * shell/ev-properties-dialog.c:
9333         (ev_properties_dialog_set_document):
9334         * shell/ev-window.c: (ev_window_cmd_file_open),
9335         (ev_window_cmd_save_as):
9336         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9337
9338         Rework document types managing to avoid code duplication
9339         and actually abstract from backend implementations.
9340         Also provide a minimal factory api that can be used by
9341         thumbnailer/properties.
9342
9343 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9344
9345         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9346         Plug a mem leak.
9347         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9348         HIG spacings.
9349
9350 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9351
9352         * shell/ev-properties-dialog.c
9353         (ev_properties_dialog_set_document): only call
9354         ev_properties_fonts_set_document() if the document implements the
9355         fonts interface
9356
9357 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9358
9359         * configure.ac:
9360         * properties/Makefile.am:
9361         * properties/ev-properties-view.c:
9362         (ev_properties_view_register_type):
9363         * properties/ev-properties-view.h:
9364         * properties/ev-properties-main.h:
9365
9366         Implement nautilus plugin for properties.
9367         Works only for pdf atm, I need to rework the
9368         document types stuff to get this to work
9369         for all backends...
9370
9371 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9372
9373         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9374         (ev_properties_fonts_set_document): use
9375         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9376
9377 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9378
9379         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9380         them
9381         (PlaceImage, tiff2ps_process_page): use
9382         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9383
9384
9385 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9386
9387         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9388         (main): to call gnome_authentication_manager_init. Should fix
9389         Bug #308510
9390
9391         * configure.ac: that requires libgnomeui 2.6.0.
9392
9393 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9394
9395         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9396         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9397         use the new tiff2ps interfaces
9398
9399         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9400         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9401
9402         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9403         structure instead of global variables.  Remove use of static
9404         variables in functions.
9405
9406 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9407
9408         * shell/ev-page-action.c: unref the completion after setting it to the
9409         entry
9410
9411 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9412
9413         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9414         postscript files
9415
9416 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9417
9418         * shell/ev-window.c (update_action_sensitivity): disable
9419         File->Print if the document does not implement the ps exporter
9420         interface
9421
9422 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9423
9424         * Makefile.am:
9425         * configure.ac:
9426         * data/evince-properties.glade:
9427         * properties/.cvsignore:
9428         * properties/Makefile.am:
9429         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9430         (ev_properties_view_class_init), (ev_properties_view_format_date),
9431         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9432         (ev_properties_view_init), (ev_properties_view_new):
9433         * properties/ev-properties-view.h:
9434         * shell/Makefile.am:
9435         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9436         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9437         (ev_properties_dialog_new):
9438         * shell/ev-properties-dialog.h:
9439         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9440         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9441         (update_progress_label), (job_fonts_finished_cb),
9442         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9443         * shell/ev-properties-fonts.h:
9444         * shell/ev-properties.c:
9445         * shell/ev-properties.h:
9446         * shell/ev-window.c: (ev_window_setup_document),
9447         (ev_window_cmd_file_properties):
9448
9449         Split the properties pages in two different objects, depend
9450         only on the backend where possible, use widgets instead
9451         of gobject for the glade part, reimplement the dialog
9452         itself with gtk.
9453         I need this to implement nautilus properties page.
9454
9455 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9456
9457         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9458         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9459         (tiff_document_document_ps_exporter_iface_init): implement the ps
9460         exporter interface for tiff documents
9461
9462         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9463         libtiff to implement TIFF postscript export
9464
9465         * tiff/tiff2ps.h: added a header file for external tiff2ps
9466         functions.
9467
9468         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9469         tiff2ps.h
9470
9471 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9472
9473         * shell/ev-view.c: (scroll_to_current_page),
9474         (ev_view_set_fullscreen), (ev_view_set_presentation):
9475         
9476         Scroll to current page when exit from presentation
9477
9478 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9479
9480         * shell/ev-window.c: (update_document_mode),
9481         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9482         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9483         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9484         
9485         Exit from fullscreen mode when switch to presentation. Fix for
9486         bug 309365
9487
9488 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9489
9490         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9491         return NULL if the document does not implement the selection
9492         interface.
9493
9494 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9495
9496         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9497         reported height by using the resolution aspect ratio
9498         (tiff_document_render_pixbuf): scale the pixbuf using the
9499         resolution aspect ratio
9500
9501 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9502
9503         * configure.ac:
9504         
9505         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9506         <kiltedaco@gmail.com>
9507         
9508         * djvu/djvu-document.c: (djvu_document_get_orientation),
9509         (djvu_document_set_orientation), (djvu_document_get_page_size),
9510         (rotate_pixbuf), (djvu_document_render_pixbuf),
9511         (djvu_document_document_iface_init):
9512         * dvi/dvi-document.c: (dvi_document_get_orientation),
9513         (dvi_document_set_orientation), (dvi_document_get_page_size),
9514         (rotate_pixbuf), (dvi_document_render_pixbuf),
9515         (dvi_document_document_iface_init):
9516         
9517         Dvi and djvu backends are ported to new API
9518
9519 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9520
9521         * backend/ev-selection.c: (ev_selection_get_selection_region),
9522         (ev_selection_get_selection_map):
9523         * backend/ev-selection.h:
9524         * pdf/ev-poppler.cc:
9525         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9526         * shell/ev-jobs.h:
9527         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9528         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9529         (ev_pixbuf_cache_get_text_mapping):
9530         * shell/ev-pixbuf-cache.h:
9531         * shell/ev-view.c: (location_in_text),
9532         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9533         support to EvView.  Now we can see where we can select!  Sweet!
9534
9535 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9536
9537         * shell/ev-view.c (ev_view_button_press_event): Fix
9538         event->y + view->scroll_x typo.
9539
9540 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9541
9542         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9543         sub-GdkPixbuf instead of passing dest_x and dest_y.
9544         
9545         * shell/ev-view.c: (view_point_to_doc_point),
9546         (view_rect_to_doc_rect), (ev_view_button_press_event),
9547         (ev_view_motion_notify_event), (compute_new_selection_rect),
9548         (gdk_rectangle_point_in), (compute_new_selection_text),
9549         (compute_selections): Update selection code to keep the selection
9550         around as two points and not as a normalized rectangle, and fix
9551         page level selection in two-column mode.
9552
9553 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9554
9555         * shell/ev-window.c: (window_configure_event_cb): 
9556         
9557         Fix compilation
9558         
9559 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9560
9561         * pdf/ev-poppler.cc:
9562
9563         Fix compilation
9564
9565 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9566
9567         * shell/Makefile.am:
9568         * shell/ev-metadata-manager.c: (item_free),
9569         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9570         (parse_value), (parseItem), (load_values),
9571         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9572         (save_values), (save_item), (get_oldest), (resize_items),
9573         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9574         * shell/ev-metadata-manager.h:
9575
9576         Metadata manager from gedit but modified to use GValue, so that
9577         we dont need to keep converting from strings.
9578
9579         * configure.ac:
9580
9581         ENABLE_METADATA conditional, on when dbus is on
9582
9583         * shell/ev-application.c: (ev_application_open_uri):
9584
9585         Show the window after load so that we can initialize
9586         window size before it's showed.
9587
9588         * shell/ev-window.c: (ev_window_setup_from_metadata),
9589         (ev_window_open_uri), (window_configure_event_cb),
9590         (ev_window_init):
9591
9592         Save and load metadata information about window size.
9593         Not yet keeping states in account.
9594
9595         * shell/main.c: (main):
9596
9597         Shutdown metadata manager.
9598
9599 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9600
9601         * shell/ev-application-service.xml:
9602         * configure.ac:
9603         * shell/Makefile.am:
9604         * shell/ev-application.c:
9605         * shell/ev-application.h:
9606         * shell/ev-window.c:
9607         * shell/ev-window.h:
9608         * shell/main.c:
9609
9610         Add an optional dbus interface (--enable-dbus).
9611         Rework application code, mainly to be easier to
9612         use "remotely".
9613         Do not open multiple windows with the same document,
9614         spatial evince!
9615
9616 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9617
9618         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9619         pixbuf iff it exists.
9620
9621 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9622
9623         * shell/*:
9624         * backend/ev-render-context.[ch]:
9625         * backend/ev-selection.[ch]:
9626
9627         Massive changes.  We now support text selection of pdfs, and not
9628         just rectangular selection.  This is pretty broken still, but I
9629         want to get something into CVS.
9630
9631 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9632
9633         * pdf/ev-poppler.cc:
9634         
9635         Fix for Bug 309080: crash on window close.
9636         
9637         * shell/ev-page-action.c: (page_changed_cb):
9638         
9639         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9640         jensgr@gmx.net (Jens Granseuer).
9641
9642 2005-06-25  Marcel Telka  <marcel@telka.sk>
9643
9644         * configure.in (ALL_LINGUAS): Added sk.
9645
9646 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9647
9648         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9649         not a document open
9650
9651 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9652
9653         * NEWS:
9654         * configure.ac:
9655
9656         Release 0.3.2
9657
9658         * cut-n-paste/recent-files/Makefile.am:
9659
9660         Fix make distcheck
9661
9662 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9663
9664         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9665         (pixbuf_document_set_orientation), (rotate_pixbuf),
9666         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9667         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9668
9669         Implement rotation and cleanup the code a bit.
9670
9671         * tiff/tiff-document.c: (tiff_document_get_page_size),
9672         (tiff_document_get_orientation), (tiff_document_set_orientation),
9673         (rotate_pixbuf), (tiff_document_render_pixbuf),
9674         (tiff_document_document_iface_init), (tiff_document_init):
9675
9676         Implement rotation. Was the quicker solution for the release
9677         but we really need to share this code in the shell.
9678
9679 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9680
9681         * pdf/ev-poppler.cc:
9682
9683         Enable rotation, require poppler cvs. Fix a leak.
9684
9685 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9686
9687         * shell/ev-window.c: (update_action_sensitivity):
9688         
9689         Make properties unsensitive if document backend doesn't provide
9690         any info
9691
9692 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9693
9694         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9695         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9696         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9697         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9698         (bitmap_flip_rotate_counter_clockwise):
9699         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9700         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9701         (buff_gets):
9702         * dvi/mdvi-lib/common.h:
9703         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9704         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9705         (opendvi), (mdvi_reload), (mdvi_init_context),
9706         (mdvi_destroy_context), (mdvi_dopage), (special):
9707         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9708         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9709         (file_hash_free), (register_encoding), (parse_spec),
9710         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9711         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9712         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9713         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9714         (mdvi_register_font_type), (mdvi_unregister_font_type),
9715         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9716         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9717         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9718         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9719         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9720         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9721         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9722         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9723         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9724         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9725         (mdvi_unregister_special), (mdvi_flush_specials):
9726         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9727         (t1_font_remove):
9728         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9729         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9730         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9731         (free_font_metrics), (flush_font_metrics):
9732         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9733         (tt_font_remove):
9734         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9735         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9736         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9737         (dstring_insert), (dstring_new), (dstring_reset):
9738         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9739         
9740         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9741         avoid conflict with libtool on FC4
9742         
9743         * shell/ev-window.c: (ev_window_cmd_help_about):
9744         
9745         Update copyright year. Fix for bug 308828.
9746
9747 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9748
9749         * shell/ev-view.c: (add_scroll_binding_keypad),
9750         (ev_view_binding_activated), (ev_view_class_init),
9751         (on_adjustment_value_changed):
9752         
9753         Bug 170874: Arrow keys switch pages in presentation mode
9754
9755 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9756
9757         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9758         
9759         Fix for Bug 308265: Sidebar dissappears coming out of 
9760         Presentation mode
9761
9762 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9763
9764         * shell/ev-application.c: (ev_application_open):
9765         * shell/ev-document-types.c: (ev_document_types_add_filters),
9766         (ev_document_types_add_filters_for_type):
9767         * shell/ev-document-types.h:
9768         * shell/ev-window.c: (ev_window_cmd_save_as):
9769         
9770         Suggest basename as template when saving, provide filters
9771         for save dialog. It's bug 308402
9772
9773 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9774
9775         * pdf/ev-poppler.cc:
9776         * shell/ev-sidebar-links.c: (job_finished_callback):
9777         * shell/ev-view.c: (update_find_status_message):
9778         
9779         Some leaks fixed
9780
9781 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9782
9783         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9784         (egg_recent_view_uimanager_set_list):
9785
9786         Fix buglet in !show_numbers case.
9787
9788 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9789
9790         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9791         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9792
9793         Use pango ellipsisation.
9794
9795         * pdf/ev-poppler.cc:
9796
9797         Fix refcount leak, from nsh.
9798
9799 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9800
9801         * cut-n-paste/recent-files/Makefile.am:
9802         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9803         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9804         
9805         Removed EggRecentViewGtk
9806         
9807         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9808         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9809         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9810         (ev_window_setup_recent):
9811         
9812         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9813         with other projects
9814
9815 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9816
9817         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9818         (egg_recent_view_gtk_finalize):
9819
9820         Fix memory leak
9821
9822         * cut-n-paste/toolbar-editor/Makefile.am:
9823         
9824         Fix location of cursor icon.
9825         
9826         * pdf/ev-poppler.cc:
9827         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9828         (display_completion_text), (match_completion):
9829         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9830         (selection_changed_callback), (create_loading_model),
9831         (print_section_cb), (links_page_num_func),
9832         (update_page_callback_foreach):
9833         * shell/ev-window.c: (ev_window_dispose):
9834         
9835         Small memory fixes. Links model now store objects instead
9836         of pointers to improve memory management. 
9837
9838 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9839
9840         * shell/ev-window.c: (zoom_control_changed_cb):
9841         
9842         Fix update of zoom control (bug 308268).
9843
9844 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9845
9846         * shell/ev-properties.c (set_property): escape the text correctly.
9847         Handles non-UTF-8 properties and escaped properties.  Also, sets
9848         the text to "<i>None</i>" if the property isn't set.
9849
9850         * data/evince-properties.glade: Change the label to be ellipsized,
9851         and give it a minimum size.
9852
9853 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9854
9855         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9856         * shell/ev-sidebar-links.c: (create_loading_model):
9857         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9858         * shell/ev-view.c: (ev_view_set_document):
9859         * shell/ev-window.c: (ev_window_dispose):
9860         
9861         Various small fixes, mostly memory leaks. Thanks to valgrind.
9862
9863 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9864
9865         * ps/ps-document.c: remove the locale.h include again ;-). And
9866         kill the (bogus) setlocale/savelocale business.
9867
9868 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9869
9870         * ps/ps-document.c:
9871         
9872         Include locale.h to fix build
9873         
9874         * shell/ev-sidebar.c:
9875         
9876         Remove unnecessary includes
9877
9878 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9879
9880         * dvi/dvi-document.c: (dvi_document_load):
9881         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9882         * po/POTFILES.in:
9883         
9884         Check for incorrect dvi files. Fix parsing dvi on AMD64
9885         platform. Thanks to tester@tester.ca (Olivier Crete).
9886
9887 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9888
9889         * shell/ev-page-action.c: (match_selected_cb),
9890         (display_completion_text), (match_completion), (update_model):
9891         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9892         (expand_open_links):
9893         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9894         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9895         (ev_sidebar_set_document):
9896         * shell/ev-window.c: (ev_window_xfer_job_cb),
9897         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9898         
9899         Fixed lot's of memory leaks, for example, memory leak on reload, 
9900         described in bug 307793.
9901
9902 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9903
9904         * pdf/ev-poppler.cc:
9905         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9906         (update_visible_range), (adjustment_changed_cb),
9907         (ev_sidebar_thumbnails_fill_model),
9908         (ev_sidebar_thumbnails_refresh),
9909         (ev_sidebar_tree_selection_changed),
9910         (ev_sidebar_icon_selection_changed),
9911         (ev_sidebar_thumbnails_use_icon_view),
9912         (ev_sidebar_thumbnails_set_document):
9913         * shell/ev-sidebar-thumbnails.h:
9914         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9915         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9916
9917         Refresh thumbnails when changing orientation. Not fully
9918         working yet becuase of a sidebar bug.
9919
9920         Set page orientation to poppler page everywhere. This sucks
9921         really need to fix poppler.
9922
9923 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9924
9925         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9926         (egg_recent_view_gtk_new_menu_item),
9927         (egg_recent_view_gtk_set_property),
9928         (egg_recent_view_gtk_get_property),
9929         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9930         (egg_recent_view_gtk_set_tooltip_func),
9931         (egg_recent_view_gtk_set_label_width),
9932         (egg_recent_view_gtk_get_label_width):
9933         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9934
9935         Sync with libegg (ellipsize labels)
9936
9937 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9938
9939         * data/evince-ui.xml:
9940         * shell/ev-window.c: (ev_window_cmd_go_forward),
9941         (ev_window_cmd_go_backward):
9942         
9943         Shift + PageUp moves 10 Pages. Fix for 306125
9944
9945 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9946
9947         * pdf/ev-poppler.cc:
9948
9949         Add a flag to check if orientation has been overriden
9950
9951 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9952
9953         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9954         field if necessary.
9955
9956         * ps/ps.h: add creator field to document.
9957
9958         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9959         set creator field.
9960
9961 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9962
9963         * data/evince-properties.glade:
9964         * shell/ev-properties.c: (ev_properties_set_document):
9965
9966         s/PDF Version/Format
9967
9968 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9969
9970         * shell/ev-properties.c: (ev_properties_set_document):
9971
9972         Remove unnecessary translations
9973
9974 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9975
9976         * cut-n-paste/toolbar-editor/Makefile.am:
9977
9978         Correct library name    
9979
9980 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9981
9982         * configure.ac:
9983         * cut-n-paste/recent-files/egg-recent-model.c:
9984         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9985         (egg_recent_model_unlock_file):
9986         * cut-n-paste/recent-files/egg-recent-util.c:
9987         (egg_recent_util_get_unique_id):
9988         * cut-n-paste/recent-files/update-from-egg.sh:
9989         * cut-n-paste/toolbar-editor/Makefile.am:
9990         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9991         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9992         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9993         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9994         (egg_toolbars_model_get_type):
9995         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9996
9997         Better makefile for toolbar editor and update everything
9998         to latest libegg.
9999
10000 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10001
10002         * shell/ev-window.c: (update_document_mode):
10003
10004         Prefer presentation mode when the document
10005         require fullscreen.
10006
10007 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10008
10009         * data/evince-ui.xml:
10010         * shell/ev-window.c:
10011
10012         Add control-equal for zooming
10013
10014 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10015
10016         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10017
10018 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10019
10020         * backend/ev-document.c: (ev_document_get_orientation):
10021         * backend/ev-document.h:
10022         * pdf/ev-poppler.cc:
10023         * ps/ps-document.c: (ps_document_get_orientation),
10024         (ps_document_set_orientation), (ps_document_document_iface_init):
10025
10026         Add a get_orientation api. Improve set_orientation.
10027
10028         * data/evince-ui.xml:
10029         * shell/ev-view.c: (ev_view_set_orientation),
10030         (ev_view_rotate_right), (ev_view_rotate_left):
10031         * shell/ev-view.h:
10032         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10033         (ev_window_cmd_edit_rotate_right):
10034
10035         Better ui for changing document orientation
10036
10037 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10038
10039         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10040         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10041         * shell/ev-sidebar-links.h:
10042         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10043         (ev_sidebar_page_iface_init):
10044         * shell/ev-sidebar-page.h:
10045         * shell/ev-sidebar-thumbnails.c:
10046         (ev_sidebar_thumbnails_get_property),
10047         (ev_sidebar_thumbnails_class_init),
10048         (ev_sidebar_thumbnails_set_document):
10049         * shell/ev-sidebar-thumbnails.h:
10050         * shell/ev-view.c: (ev_view_motion_notify_event):
10051         * shell/ev-window.c: (update_chrome_visibility),
10052         (ev_window_cmd_focus_page_selector),
10053         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10054         (sidebar_page_main_widget_update_cb), (ev_window_init):
10055         
10056         Autoraise toolbar on GoToPage binding and fix bindings in
10057         EvSidebarThumbnails page.
10058
10059 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10060
10061         * shell/ev-properties.c: (update_progress_label):
10062
10063         Hide the progress label when finished; bug #307697.
10064
10065 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10066
10067         * pdf/ev-poppler.cc:
10068
10069         Enable is_open for links, you will need poppler cvs
10070
10071         * shell/ev-properties.c: (job_fonts_finished_cb):
10072
10073         Get a lock on the document when filling the tree view
10074
10075 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10076
10077         * backend/ev-document-links.h:
10078         * pdf/ev-poppler.cc:
10079         * shell/ev-sidebar-links.c: (create_loading_model),
10080         (expand_open_links), (job_finished_callback):
10081
10082         Expand links when specified by the document.
10083         Depend on a poppler api (defined out for now)
10084
10085 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10086
10087         * shell/ev-properties.c: (ev_properties_dispose),
10088         (ev_properties_class_init), (dialog_destroy_cb),
10089         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10090         (ev_properties_set_document), (ev_properties_new),
10091         (ev_properties_show):
10092         * shell/ev-properties.h:
10093
10094         Make it an object, cleanup the code, api to show it as transient
10095         and to set the document.
10096
10097         * shell/ev-window.c: (ev_window_setup_document),
10098         (ev_window_cmd_file_properties):
10099
10100         Adapt to EvProperties changes, do not show multiple
10101         times, update it when document changes.
10102
10103 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10104
10105         * ps/gstypes.h:
10106         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10107         (ps_document_set_orientation), (ps_document_document_iface_init):
10108         * ps/ps-document.h:
10109
10110         Implement orientation here too
10111
10112         * shell/ev-properties.c: (ev_properties_new):
10113         * data/evince-properties.glade:
10114
10115         Hide the fonts page for backends that doesnt
10116         support it.     
10117
10118 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10119
10120         * backend/ev-document.c: (ev_document_set_orientation):
10121         * backend/ev-document.h:
10122         * pdf/ev-poppler.cc:
10123
10124         Add orientation api. Currently poppler api is not optimal,
10125         we need to set orientation every time we _get a page.
10126         I will try to fix that at some point.
10127
10128         * data/evince-ui.xml:
10129         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10130         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10131
10132         Add orientation menu items
10133
10134         * shell/ev-page-cache.c: (ev_page_cache_clear):
10135         * shell/ev-page-cache.h:
10136
10137         Add api to clear the cache
10138
10139         * shell/ev-view.c: (setup_caches), (clear_caches),
10140         (ev_view_set_document), (ev_view_zoom_out),
10141         (ev_view_set_orientation):
10142         * shell/ev-view.h:
10143
10144         Implement orientation changing
10145
10146 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10147
10148         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10149         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10150         * backend/ev-document-fonts.h:
10151
10152         Separate scan and fill so that we can incrementally fill from
10153         the main thread. Add a progress api.
10154
10155         * data/evince-properties.glade:
10156         * pdf/ev-poppler.cc:
10157         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10158         * shell/ev-jobs.h:
10159         * shell/ev-properties.c: (update_progress_label),
10160         (job_fonts_finished_cb), (setup_fonts_view):
10161
10162         Incrementally feel the list and show the progress
10163         percentage in a label like acrobat does.
10164
10165         You are going to need poppler cvs
10166
10167 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10168
10169         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10170         * backend/ev-document-fonts.h:
10171         * pdf/ev-poppler.cc:
10172
10173         Make fonts model fill incrementally.
10174
10175         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10176         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10177         (ev_job_queue_remove_job):
10178         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10179         (ev_job_fonts_new), (ev_job_fonts_run):
10180         * shell/ev-jobs.h:
10181
10182         New job for fonts scanning
10183
10184         * shell/ev-properties.c: (job_fonts_finished_cb),
10185         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10186         * shell/ev-properties.h:
10187         * shell/ev-window.c: (ev_window_cmd_file_properties):
10188
10189         Incrementally feel the treeview using the new job. Show Loading...
10190         message until scanning is completed.
10191
10192         Hopefully I didnt break the build without the poppler patch.
10193
10194 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10195
10196         * shell/ev-application.c: (ev_application_open):
10197         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10198         (ev_document_type_get_type), (ev_document_type_lookup):
10199         * shell/ev-document-types.h:
10200         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10201         * shell/ev-job-xfer.h:
10202         * shell/ev-window.c: (ev_window_clear_local_uri),
10203         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10204         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10205         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10206         
10207         Transfer remote documents to tmp directory to display them later.
10208
10209 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10210
10211         * backend/ev-document-info.h:
10212         * shell/ev-properties.c: (ev_properties_new):
10213
10214         s/GTime*/GTime. Not sure why we was using a pointer
10215         at all there!
10216
10217 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10218
10219         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10220         situations.  That situation is that you're using GTK+-HEAD with
10221         the patch at #306726 is applied, and you have a document with <
10222         1500 pages in it.  It's not quite as uniformly nice as the
10223         TreeView, but should be better in the long run.
10224
10225         I'm pretty sure I guarded against breaking compilation with
10226         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10227         I missed some.
10228
10229         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10230         widget yet, so I commented that code out
10231         enable_view_actions_for_widget() for now.  Need to figure this
10232         out.
10233
10234         * shell/ev-page-action.c (match_selected_cb): emit the right
10235         signals.  Our cool C-l completion now works.
10236
10237 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10238
10239         * backend/Makefile.am:
10240         * backend/ev-document-fonts.c:
10241         * backend/ev-document-links.c:
10242         * backend/ev-document.c: (ev_document_load):
10243         * backend/ev-document.h:
10244         * backend/ev-job-queue.c:
10245         * backend/ev-job-queue.h:
10246         * backend/ev-jobs.c:
10247         * backend/ev-jobs.h:
10248         * backend/ev-page-cache.c:
10249         * backend/ev-page-cache.h:
10250
10251         EvPageCache and EvJobs are moved to shell.
10252
10253         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10254         (ev_tmp_filename):
10255         * lib/ev-file-helpers.h:
10256         
10257         New helper to work with temporary files
10258         
10259         * shell/Makefile.am:
10260         * shell/ev-application.c: (ev_application_open):
10261         * shell/ev-application.h:
10262         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10263         (remove_job_from_async_queue), (add_job_to_async_queue),
10264         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10265         (handle_job), (search_for_jobs_unlocked),
10266         (no_jobs_available_unlocked), (ev_render_thread),
10267         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10268         (ev_job_queue_add_job), (move_job_async), (move_job),
10269         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10270         * shell/ev-job-queue.h:
10271         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10272         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10273         * shell/ev-job-xfer.h:
10274         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10275         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10276         (ev_job_links_class_init), (ev_job_render_init),
10277         (ev_job_render_dispose), (ev_job_render_class_init),
10278         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10279         (ev_job_thumbnail_class_init), (ev_job_load_init),
10280         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10281         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10282         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10283         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10284         * shell/ev-jobs.h:
10285         * shell/ev-page-action.c: (ev_page_action_set_document):
10286         * shell/ev-page-cache.c: (ev_page_cache_init),
10287         (ev_page_cache_class_init), (ev_page_cache_finalize),
10288         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10289         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10290         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10291         (ev_page_cache_get_title), (ev_page_cache_get_size),
10292         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10293         (ev_page_cache_get_height_to_page),
10294         (ev_page_cache_get_max_label_chars),
10295         (ev_page_cache_get_page_label),
10296         (ev_page_cache_has_nonnumeric_page_labels),
10297         (ev_page_cache_get_info), (ev_page_cache_next_page),
10298         (ev_page_cache_prev_page), (ev_page_cache_get):
10299         * shell/ev-page-cache.h:
10300         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10301         (ev_pixbuf_cache_clear_job_sizes),
10302         (ev_pixbuf_cache_add_jobs_if_needed),
10303         (ev_pixbuf_cache_set_page_range):
10304         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10305         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10306         * shell/ev-sidebar-thumbnails.c:
10307         (ev_sidebar_tree_selection_changed),
10308         (ev_sidebar_thumbnails_set_document):
10309         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10310         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10311         (ev_statusbar_get_context_id), (ev_statusbar_push),
10312         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10313         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10314         (ev_statusbar_set_progress):
10315         * shell/ev-statusbar.h:
10316         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10317         (ev_view_find_previous):
10318         * shell/ev-window.c: (ev_window_is_empty),
10319         (ev_window_setup_document), (password_dialog_response),
10320         (ev_window_clear_jobs), (ev_window_load_job_cb),
10321         (ev_window_xfer_job_cb), (ev_window_open_uri),
10322         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10323         (ev_window_print), (ev_window_print_range),
10324         (ev_window_state_event), (ev_window_cmd_view_reload),
10325         (menu_item_select_cb), (menu_item_deselect_cb),
10326         (view_status_changed_cb), (ev_window_dispose),
10327         (drag_data_received_cb), (ev_window_init):
10328         * shell/ev-window.h:
10329         * shell/main.c: (load_files):
10330         
10331         New statusbar to show progress on idle. Two new jobs - 
10332         xfer job and load job to load document in background. And update
10333         of page_cache clients to new location of code.
10334
10335 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10336
10337         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10338         selection in open dialog. It also remembers the last visited directory 
10339         in the current session.
10340
10341 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10342
10343         * shell/ev-properties.c: (ev_properties_new):
10344         * shell/ev-properties.h:
10345         * shell/ev-window.c: (ev_window_cmd_file_properties):
10346         
10347         Get document info from page cache instead of document itself.
10348         This should fix crash related to race conditions described in
10349         bug 306545.
10350
10351 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10352
10353         * ps/ps-document.c: (ps_document_init),
10354         (send_ps), (get_page_box), (output), (catchPipe), (input),
10355         (stop_interpreter), (file_length), (file_readable),
10356         (check_filecompressedb), (ps_document_enable_interpreter),
10357         (document_load), (ps_async_renderer_render_pixbuf):
10358         * ps/ps-document.h:
10359
10360         Big cleanup of the ps code
10361
10362 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10363
10364         * backend/Makefile.am:
10365         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10366         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10367         * backend/ev-async-renderer.h:
10368
10369         Add an async renderer interface (method + callback) which
10370         is useful for backends like ps.
10371
10372         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10373         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10374         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10375         (ev_job_queue_add_job), (move_job_async), (move_job),
10376         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10377
10378         Add queues for async renderer, these are executed on the
10379         main thread.
10380
10381         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10382         (ev_job_render_run):
10383         * backend/ev-jobs.h:
10384
10385         If the backend support async renderer interface use it.
10386
10387         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10388         (setup_pixmap), (ps_document_get_type),
10389         (ps_async_renderer_render_pixbuf),
10390         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10391
10392         Implement async renderer interface.
10393
10394 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10395
10396         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10397
10398         Cleanup links job on exit.
10399
10400 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10401
10402         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10403         (drag_data_get_cb), (drag_data_received_cb):
10404         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10405         (drag_data_get_cb), (parse_item_list),
10406         (egg_toolbar_editor_load_actions):
10407         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10408         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10409         (parse_item_list), (parse_toolbars):
10410         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10411         (dvi_pixbuf_put_pixel):
10412         
10413         Fix gcc 4.0 warnings
10414
10415 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10416
10417         * ps/ps-document.c: (start_interpreter):
10418
10419         Fix warning when loading ps
10420
10421 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10422
10423         * ps/ps-document.c: (output):
10424
10425         Fix crash when priting gs error messages.
10426
10427 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10428
10429         * backend/ev-page-cache.c: (_ev_page_cache_new):
10430         * backend/ev-page-cache.h:
10431
10432         Use a const to return title so that we dont double
10433         free it. Small cleanup and fix a leak.
10434
10435         * shell/ev-window.c: (update_window_title):
10436
10437         strdup value from get_title.
10438
10439 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10440
10441         * shell/ev-sidebar-links.c: (job_finished_callback),
10442         (ev_sidebar_links_set_document):
10443
10444         Cleanup the old job when changing document
10445
10446 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10447
10448         * shell/ev-stock-icons.c:
10449         * shell/ev-stock-icons.h:
10450         * shell/ev-window.c:
10451         
10452         Add stock icons for actions that can appear in toolbar. Fix for
10453         bug 306566.
10454
10455 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10456
10457         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10458         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10459         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10460         * backend/ev-page-cache.h:
10461         * shell/ev-view.c: (scroll_to_current_page),
10462         (view_update_range_and_current_page), (get_page_y_offset),
10463         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10464         (ev_view_size_request_continuous),
10465         (ev_view_zoom_for_size_continuous_and_dual_page),
10466         (ev_view_zoom_for_size_continuous):
10467         
10468         More compact EvView layout in document with pages of different size.
10469
10470 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10471
10472         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10473         compilation.
10474
10475 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10476
10477         * shell/ev-view.c: (view_set_adjustment_values):
10478         * shell/ev-window.c: (ev_window_cmd_file_properties):
10479         
10480         A bit different fix for rounding problem but it has no
10481         problems on startup. Make properties window transient to parent.
10482
10483 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10484
10485         * pdf/ev-poppler.cc:
10486         
10487         More commenting of font stuff.
10488
10489 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10490
10491         * pdf/ev-poppler.cc:
10492
10493         Comment out some more fonts stuff. Should really
10494         work without the poppler patch now.
10495
10496 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10497
10498         * pdf/ev-poppler.cc:
10499
10500         Adapt to api change
10501
10502 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10503
10504         * data/evince-properties.glade:
10505         * pdf/ev-poppler.cc:
10506         * shell/ev-properties.c: (setup_fonts_view):
10507
10508         Set the column title. Show the dialog only
10509         once everything is setup.
10510         Getting font info can be very slow... will
10511         prolly need to make this threaded too.
10512
10513 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10514
10515         * backend/Makefile.am:
10516         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10517         (ev_document_fonts_get_fonts_model):
10518         * backend/ev-document-fonts.h:
10519         * data/evince-properties.glade:
10520         * pdf/ev-poppler.cc:
10521         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10522         * shell/ev-properties.h:
10523         * shell/ev-window.c: (ev_window_cmd_file_properties):
10524
10525         Implement fonts list. Defined out for now, since it depends
10526         on a not yet committed poppler patch.
10527
10528 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10529
10530         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10531         page + 1.
10532
10533         * shell/ev-window.c: Make sure we add the timeout when we get a
10534         focus-in event.
10535
10536         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10537         adjustment->value before calculating the zoom factor to average
10538         out all of our rounding errors.  The page no longer 'drifts' when
10539         resizing.
10540
10541 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10542
10543         * data/evince-properties.glade:
10544         * shell/ev-properties.c: (ev_properties_format_date),
10545         (set_property):
10546         
10547         Labels don't expand when the dialogue is resized.
10548         strftime result needs to be converted to UTF-8. Thanks
10549         to Christian Persch <chpe@gnome.org>.
10550
10551 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10552
10553         * data/evince-properties.glade:
10554
10555         Hide the fonts tab
10556
10557 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10558
10559         * backend/ev-document-info.h:
10560         * backend/ev-document.c: (ev_document_info_free):
10561         * data/evince-properties.glade:
10562         * pdf/ev-poppler.cc:
10563         * ps/ps-document.c: (ps_document_get_info):
10564         * shell/ev-properties.c: (ev_properties_format_date),
10565         (set_property), (ev_properties_new):
10566         * shell/ev-properties.h:
10567         * shell/ev-window.c: (ev_window_cmd_file_properties):
10568
10569         Rework properties code to take only EvPropertyInfo
10570         in the constructor so that it can be useful for
10571         nautilus plugin too.
10572
10573         Deal with backends that doesnt support some properties.
10574         Make set property code generic.
10575
10576 2005-06-04  Christian Persch <chpe@gnome.org>
10577
10578         * data/evince-properties.glade:
10579
10580         fix spacings, make resizeable, and make data labels
10581         selectable + ellipsised
10582
10583 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10584
10585         * backend/ev-document-info.h:
10586         * data/Makefile.am:
10587         * data/evince-ui.xml:
10588         * pdf/ev-poppler.cc:
10589         * shell/Makefile.am:
10590         * shell/ev-window.c: (update_action_sensitivity),
10591         (ev_window_cmd_file_properties):
10592
10593         Initial go at file properties. Patch by
10594         Emil Soleyman-Zomalan <emil@soleyman.com>.
10595         Needs love see #169583
10596
10597 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10598
10599         * ps/ps-document.c: (output):
10600         * ps/ps.c: (psscan):
10601
10602         Try to render even if psscan fails.
10603
10604 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10605
10606         * ps/ps.c: (psscan), (pscopydoc):
10607
10608         Port buffered reading code from gv
10609
10610 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10611
10612         * ps/ps-document.c: (interpreter_message), (output):
10613
10614         Do not fail on interpreter messages
10615
10616 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10617
10618         * backend/ev-document-misc.c:
10619         (ev_document_misc_get_thumbnail_frame):
10620
10621         Pages can be 0 x 0, dont assert on this case
10622
10623 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10624
10625         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10626         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10627
10628         Correctly manage our reference on document. Finally the reload
10629         huge leak is gone...
10630
10631 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10632
10633         * ps/ps-document.c: (ps_document_dispose):
10634
10635         Forgot to chain it to the parent. Thanks chpe.
10636
10637 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10638
10639         * ps/ps-document.c: (ps_document_dispose),
10640         (ps_document_class_init), (stop_interpreter), (document_load):
10641
10642         Cleanup dispose a bit. Dont leak the whole pixmap.
10643
10644 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10645
10646         * pdf/ev-poppler.cc:
10647
10648         Release the poppler document on dispose
10649
10650 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10651
10652         * shell/ev-view.c: (ev_view_set_document):
10653
10654         Release ref on the pixbuf cache when changing
10655         document.
10656
10657 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10658
10659         * ps/ps-document.c: (ps_document_get_info):
10660
10661         Fix a double free
10662
10663 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10664
10665         * backend/ev-page-cache.c: (ev_page_cache_init),
10666         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10667         * backend/ev-page-cache.h:
10668         * shell/ev-page-action.c: (page_changed_cb):
10669         
10670         Set page action entry width depending on labels width. Fix
10671         for bug 305202.
10672
10673 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10674
10675         * backend/ev-link.c: (ev_link_class_init):
10676
10677         Allow -1 as page value (error)
10678
10679 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10680
10681         * shell/ev-sidebar-thumbnails.c:
10682         (ev_sidebar_thumbnails_set_document):
10683         * shell/ev-view.c: (scroll_to_current_page),
10684         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10685         (page_changed_cb), (on_adjustment_value_changed),
10686         (ev_view_set_document):
10687
10688         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10689         Fix bug 305377
10690
10691 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10692
10693         * configure.ac:
10694         * djvu/djvu-document.c: (djvu_document_get_page_size):
10695
10696         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10697         bug 301993.
10698
10699 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10700
10701         * shell/ev-view.c (draw_one_page): modify the expose handling to
10702         get the shadows.
10703
10704         * shell/ev-window.c (update_action_sensitivity): Respect
10705         permissions field.  Kowtow to the man.
10706
10707         * pdf/ev-poppler.cc: Get the permissions field.
10708
10709         * tiff/*c: Make a tiny bit more robust.
10710
10711 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10712
10713         * djvu/djvu-document.c:
10714         
10715         Pop messages from djvu context message queue.
10716
10717 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10718
10719         * configure.ac, Makefile.am, shell/Makefile.am:
10720         * tiff/Makefile.am, shell/ev-document-types.c:
10721         
10722         Cleanup tiff configure checks. Fix for bug 305218.
10723
10724 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10725
10726         * configure.ac: Added "uk" to ALL_LINGUAS.
10727
10728 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10729
10730         * cut-n-paste/zoom-control/ephy-zoom.c:
10731         (ephy_zoom_get_changed_zoom_level):
10732         * cut-n-paste/zoom-control/ephy-zoom.h:
10733         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10734         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10735         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10736         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10737         (zoom_control_changed_cb), (ev_window_init):
10738         
10739         Fix minor points related to moving best fit up. Introduce
10740         "zoom" property and make zoom control change it's value on
10741         notify::zoom signals. Fix for 305080.
10742
10743 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10744
10745         * data/evince-ui.xml:
10746         * shell/ev-window.c: (set_view_actions_sensitivity):
10747         
10748         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10749
10750 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10751
10752         * configure.ac:
10753
10754         Depends on poppler 0.3.2
10755
10756 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10757
10758         * cut-n-paste/recent-files/egg-recent-item.c:
10759         (egg_recent_item_get_short_name):
10760         * cut-n-paste/toolbar-editor/Makefile.am:
10761         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10762         (new_pixbuf_from_widget):
10763         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10764         * cut-n-paste/toolbar-editor/egg-marshal.c:
10765         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10766         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10767
10768         Sync
10769
10770 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10771
10772         * tiff/tiff-document.c: Rough TIFF backend.
10773
10774 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10775
10776         * NEWS:
10777         * configure.ac:
10778         * cut-n-paste/toolbar-editor/Makefile.am:
10779
10780         Release 0.3.1
10781
10782 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10783
10784         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10785         (ev_view_find_next), (ev_view_find_previous):
10786
10787         Remove the locks around get_n_results   
10788
10789 2005-05-21  Juerg Billeter  <j@bitron.ch>
10790
10791         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10792
10793         Pass correct number of pages to poppler.
10794
10795 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10796
10797         * configure.ac:
10798         * data/Makefile.am:
10799         * data/evince.desktop.in: 
10800         * data/evince.desktop.in.in:
10801         * po/POTFILES.in:
10802         
10803         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10804
10805 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10806
10807         * shell/ev-view.c: (view_update_adjustments),
10808         (view_set_adjustment_values): cast adjustmen->value to (int)
10809         before using it.  Otherwise, we get off by a pixel in some
10810         situations.
10811
10812         (draw_one_page): Draw the border on expose.
10813
10814 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10815
10816         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10817         adjustment when the mode changes, #304923
10818
10819 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10820
10821         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10822         flickering on resize but still use gdk_window_scroll on
10823         scrolling
10824
10825 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10826
10827         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10828         option, #170458
10829
10830 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10831
10832         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10833         second page on page_changed if possible, #304669
10834
10835 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10836
10837         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10838         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10839
10840 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10841
10842         * .cvsignore:
10843         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10844         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10845         (ev_view_zoom_for_size_presentation),
10846         (ev_view_zoom_for_size_continuous_and_dual_page),
10847         (ev_view_zoom_for_size_continuous),
10848         (ev_view_zoom_for_size_dual_page),
10849         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10850         * shell/ev-view.h:
10851         * shell/ev-window.c: (update_view_size),
10852         (ev_window_sizing_mode_changed_cb):
10853
10854         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10855         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10856         an infinite loop, #304769
10857
10858
10859 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10860
10861         * data/evince-ui.xml:
10862         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10863         * shell/ev-window.c: (set_view_actions_sensitivity):
10864
10865         Make PgUp/Down behave like Space
10866
10867 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10868
10869         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10870         * backend/ev-ps-exporter.h:
10871         * pdf/ev-poppler.cc:
10872         * ps/ps-document.c: (ps_document_ps_export_begin):
10873         * shell/ev-print-job.c: (idle_print_handler):
10874
10875         Adapt to new poppler api
10876
10877 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10878
10879         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10880         (ephy_zoom_control_init):
10881
10882         Translate zoom levels
10883
10884 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10885
10886         * cut-n-paste/zoom-control/ephy-zoom.c:
10887         (ephy_zoom_get_zoom_level_index):
10888
10889         Fix current zoom -> zoom control match
10890
10891 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10892
10893         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10894         rather than the scrolled_window that it's in. Fixes bug #304655.
10895
10896 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10897
10898         * shell/ev-view.c: (view_update_adjustments),
10899         (view_set_adjustment_values), (view_update_range_and_current_page),
10900         (view_scroll_to_page), (set_scroll_adjustment),
10901         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10902         (ev_view_scroll), (ev_view_scroll_view),
10903         (ensure_rectangle_is_visible), (find_page_at_location),
10904         (get_link_at_location), (go_to_link), (status_message_from_link),
10905         (ev_view_size_request_continuous_dual_page),
10906         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10907         (ev_view_unrealize), (ev_view_expose_event),
10908         (ev_view_button_press_event), (ev_view_motion_notify_event),
10909         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10910         (draw_rubberband), (highlight_find_results), (draw_one_page),
10911         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10912         (ev_view_init), (find_changed_cb), (page_changed_cb),
10913         (on_adjustment_value_changed), (ev_view_new),
10914         (ev_view_set_document), (ev_view_set_zoom),
10915         (ev_view_set_continuous), (ev_view_set_dual_page),
10916         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10917         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10918         (ev_view_zoom_for_size_presentation),
10919         (ev_view_zoom_for_size_continuous_dual_page),
10920         (ev_view_zoom_for_size_continuous),
10921         (ev_view_zoom_for_size_dual_page),
10922         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10923         (ev_view_get_status), (ev_view_set_status),
10924         (update_find_status_message), (ev_view_get_find_status),
10925         (ev_view_set_find_status), (jump_to_find_result),
10926         (jump_to_find_page), (compute_selections), (clear_selection),
10927         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10928         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10929         (ev_view_update_primary_selection),
10930         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10931         * shell/ev-view.h:
10932         * shell/ev-window.c: (ev_window_open_page_label),
10933         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10934         (ev_window_init):
10935         * shell/ev-window.h:
10936         * shell/main.c: (load_files):
10937
10938         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10939         when resizing.  Remove the bin_window().  Also, patch from James
10940         Bowes to fix command line page, #300641
10941         
10942 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10943
10944         * data/evince-ui.xml:
10945         * shell/ev-view.c:
10946         * shell/ev-view.h:
10947         * shell/ev-window.c: (update_action_sensitivity):
10948
10949         Get rid of View->Normal Size, it's just confusing
10950
10951 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10952
10953         * backend/ev-document-info.h:
10954         * backend/ev-document.c: (ev_document_info_free): Free the
10955         EvDocumentInfo.
10956
10957         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10958         (clear_range), (add_range), (update_visible_range),
10959         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10960         (ev_sidebar_thumbnails_set_document):
10961         * shell/ev-window.c: (ev_window_setup_document): Only render the
10962         visible thumbnails.  It takes an instant to render, but it uses
10963         much less memory.
10964
10965 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10966
10967         * shell/ev-sidebar-links.c: (popup_menu_cb):
10968
10969         Select first item
10970
10971 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10972
10973         * lib/Makefile.am:
10974         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10975         (button_press_cb), (ev_sidebar_links_construct):
10976
10977         Show the popup menu also on keybindings
10978
10979 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10980
10981         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10982         * shell/ev-window.h:
10983
10984         Expose api to print a range (with dialog). Make private _print use
10985         it.
10986
10987         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10988         (ev_sidebar_links_construct):
10989
10990         Show a print context menu on linkx, it prints the selected
10991         section.
10992
10993 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10994
10995         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10996         button.
10997
10998 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10999
11000         * AUTHORS:
11001
11002         Update
11003
11004         * shell/ev-window.c: (build_comments_string),
11005         (ev_window_cmd_help_about):
11006
11007         Show poppler version/backend and authors
11008
11009 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11010
11011         * cut-n-paste/zoom-control/ephy-zoom.c:
11012         (ephy_zoom_get_zoom_level_index):
11013         * cut-n-paste/zoom-control/ephy-zoom.h:
11014
11015         Move the best fit items at the top of the list
11016
11017 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11018
11019         * shell/ev-marshal.list:
11020         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11021         (activate_cb), (match_selected_cb), (activate_link_cb),
11022         (connect_proxy), (ev_page_action_class_init):
11023         * shell/ev-page-action.h:
11024
11025         Use signals to notify action activation. Hopefully
11026         I did not break completion since I cant test...
11027
11028         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11029         (register_custom_actions):
11030
11031         Connect to page selector actions and also grab focus on
11032         the view when activated.
11033
11034 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11035
11036         * pdf/ev-poppler.cc:
11037         * backend/ev-page-cache.c: make page size calculation consistent
11038         and set it to (int)( width * scale + 0.5).  This makes the weird
11039         line going through the middle of the page go away.
11040
11041         * shell/ev-view.c: move painting the background page after
11042         checking the expose area covers us.
11043
11044 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11045
11046         * data/evince-password.glade:
11047         
11048         Mark labels as not translatable. Fix for bug 302842.
11049
11050 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11051
11052         * configure.ac: Added "es" to ALL_LINGUAS.
11053
11054 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11055
11056         * data/evince-toolbar.xml:
11057         * shell/ev-window.c: (update_action_sensitivity),
11058         (ev_window_setup_document), (ev_window_set_page_mode),
11059         (ev_window_init):
11060
11061         Remove some leftover code from jrb first continous
11062         attempt. Use the new actions, we still need good icons
11063         though...
11064
11065 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11066
11067         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11068
11069         Update label when connecting proxy. Fix a warning with NULL
11070         page_cache.
11071
11072 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11073
11074         * data/evince-ui.xml:
11075         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11076         * shell/ev-page-action.h:
11077         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11078
11079         Add mnemonic for edit toolbar.
11080         ctrl+l focus the page entry.
11081
11082 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11083
11084         * lib/Makefile.am:
11085         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11086         (ev_window_init):
11087         * shell/main.c: (main):
11088
11089         Put the toolbar xml in evince own dot dir
11090
11091 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11092
11093         * shell/ev-window.c: (ev_window_init):
11094
11095         Make the toolbar not removable
11096
11097 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11098
11099         * data/evince-ui.xml:
11100         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11101         * shell/ev-sidebar-links.h:
11102         * shell/ev-sidebar-thumbnails.c:
11103         (ev_sidebar_thumbnails_get_treeview):
11104         * shell/ev-sidebar-thumbnails.h:
11105         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11106         (ev_view_class_init):
11107         * shell/ev-view.h:
11108         * shell/ev-window.c: (update_action_sensitivity),
11109         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11110         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11111         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11112         (ev_window_init):
11113
11114         This is evil... Make space/backspace global accelerators but
11115         enable them only for some widgets (sidebars and view).
11116         I dont like it, but I dont know a better way... :/
11117
11118 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11119
11120         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11121         (ev_page_action_widget_finalize),
11122         (ev_page_action_widget_class_init), (update_page_cache):
11123
11124         Keep a weak reference on proxy->page_cache so that we
11125         dont try to disconnect the signal if the object is already
11126         gone. Maybe there is a better way to cleanup reference handling
11127         in page action though...
11128
11129 2005-05-10  Juerg Billeter  <j@bitron.ch>
11130
11131         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11132         * backend/ev-ps-exporter.h:
11133         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11134         * ps/ps-document.c: (ps_document_ps_export_begin):
11135         
11136         Change api to pass print range to ps_exporter_begin. The pdf backend
11137         requires this information.
11138         
11139         * shell/ev-print-job.c: (idle_print_handler):
11140         
11141         Adapt to api change
11142
11143 2005-05-10  Juerg Billeter  <j@bitron.ch>
11144
11145         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11146         (idle_print_handler)
11147         * shell/ev-window.c: (ev_window_print):
11148
11149         Support printing page range, based on patch by Amaury Jacquot
11150
11151 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11152
11153         * data/evince-toolbar.xml:
11154
11155         Add zoom control to available items
11156
11157 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11158
11159         * shell/ev-window.c: (update_action_sensitivity):
11160
11161         Set slash action insensitive when appropriate
11162
11163 2005-05-10  Christian Persch <chpe@gnome.org>
11164
11165         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11166
11167         Fix warning on the overflow menu
11168
11169 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11170
11171         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11172
11173         Check for uri correctness/existence
11174
11175 2005-05-09  Juerg Billeter  <j@bitron.ch>
11176
11177         * shell/ev-window.c: (using_postscript_printer):
11178
11179         LPD printers use postscript, too
11180
11181 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11182
11183         * shell/ev-window.c: (register_custom_actions):
11184
11185         The zoom one is actually sort of useful,
11186         put it back
11187
11188 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11189
11190         * shell/ev-window.c: (register_custom_actions):
11191
11192         Hide page/zoom controls from overflow, they
11193         are useless.
11194
11195 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11196
11197         * cut-n-paste/update-from-egg.sh:
11198         
11199         Share it between all cut-n-paste subdirs
11200
11201         * cut-n-paste/recent-files/Makefile.am:
11202
11203         Fix to use "global" update-from-egg.sh
11204
11205         * cut-n-paste/recent-files/egg-recent-model.c:
11206         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11207         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11208         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11209         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11210
11211         Update from libegg
11212
11213         * cut-n-paste/toolbar-editor/Makefile.am:
11214
11215         Fix to use "global" update-from-egg.sh
11216
11217         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11218
11219         Update from libegg
11220
11221 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11222
11223         * configure.ac:
11224         * cut-n-paste/Makefile.am:
11225         * cut-n-paste/recent-files/Makefile.am:
11226         * cut-n-paste/toolbar-editor/.cvsignore:
11227         * cut-n-paste/toolbar-editor/Makefile.am:
11228         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11229         (egg_editable_toolbar_get_type), (get_toolbar_position),
11230         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11231         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11232         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11233         (set_item_drag_source), (create_item_from_action), (create_item),
11234         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11235         (popup_toolbar_context_menu_cb), (free_dragged_item),
11236         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11237         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11238         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11239         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11240         (item_added_cb), (item_removed_cb),
11241         (egg_editable_toolbar_construct),
11242         (egg_editable_toolbar_disconnect_model),
11243         (egg_editable_toolbar_deconstruct),
11244         (egg_editable_toolbar_set_model),
11245         (egg_editable_toolbar_set_ui_manager),
11246         (egg_editable_toolbar_set_property),
11247         (egg_editable_toolbar_get_property),
11248         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11249         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11250         (egg_editable_toolbar_new_with_model),
11251         (egg_editable_toolbar_get_edit_mode),
11252         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11253         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11254         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11255         (new_pixbuf_from_widget), (new_separator_pixbuf),
11256         (update_separator_image), (style_set_cb),
11257         (_egg_editable_toolbar_new_separator_image),
11258         (egg_editable_toolbar_get_model):
11259         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11260         * cut-n-paste/toolbar-editor/egg-marshal.c:
11261         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11262         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11263         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11264         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11265         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11266         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11267         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11268         (editor_drag_data_delete_cb), (drag_data_get_cb),
11269         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11270         (editor_create_item), (update_editor_sheet), (setup_editor),
11271         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11272         (parse_item_list), (model_has_action), (update_actions_list),
11273         (egg_toolbar_editor_load_actions):
11274         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11275         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11276         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11277         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11278         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11279         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11280         (egg_toolbars_model_add_separator), (impl_add_item),
11281         (parse_item_list), (egg_toolbars_model_add_toolbar),
11282         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11283         (impl_get_item_data), (impl_get_item_type),
11284         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11285         (egg_toolbars_model_init), (free_toolbar),
11286         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11287         (egg_toolbars_model_remove_toolbar),
11288         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11289         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11290         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11291         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11292         (egg_toolbars_model_get_item_data),
11293         (egg_toolbars_model_get_item_type):
11294         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11295         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11296         * data/Makefile.am:
11297         * data/evince-toolbar.xml:
11298         * data/evince-ui.xml:
11299         * data/hand-open.png:
11300         * po/POTFILES.in:
11301         * shell/Makefile.am:
11302         * shell/ev-window.c: (update_chrome_visibility),
11303         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11304         (ev_window_dispose), (ev_window_init):
11305
11306         Implement epiphany like toolbar editor. Based on patch by
11307         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11308
11309 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11310
11311         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11312
11313         Use set_cursor instead of set_selection, so that
11314         the keyboard focus moves too.
11315
11316 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11317
11318         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11319
11320         Fix infinite loop when loading Type1 fonts
11321
11322 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11323
11324         * data/evince-ui.xml:
11325         * shell/ev-window.c:
11326
11327         Slash -> Find
11328
11329 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11330
11331         * configure.ac:
11332
11333         Make --disable really disable
11334
11335 2005-05-07  Juerg Billeter  <j@bitron.ch>
11336
11337         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11338
11339         Compare page labels even without has_labels set, fixes setting page
11340         with entry
11341
11342 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11343
11344         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11345         (ev_view_set_cursor), (ev_view_button_press_event),
11346         (ev_view_motion_notify_event), (ev_view_button_release_event),
11347         (ev_view_init):
11348
11349         Implement middle button scrolling. Based on a patch
11350         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11351
11352 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11353
11354         * shell/ev-document-types.c: (get_slow_mime_type),
11355         (get_document_type_from_mime), (ev_document_type_lookup):
11356         * shell/ev-document-types.h:
11357
11358         Change api to lookup from uri. Do fast lookup first, if the
11359         type is unknown try with data sniffing.
11360
11361         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11362         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11363
11364         Adapt to api change
11365
11366 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11367
11368         * thumbnailer/Makefile.am:
11369
11370         Fix distcheck
11371
11372 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11373
11374         * NEWS:
11375         * configure.ac:
11376
11377         Release 0.3.0
11378
11379         * data/evince-ui.xml:
11380
11381         Hide presentation mode for now
11382
11383         * shell/ev-view.c: (highlight_find_results):
11384
11385         Show current find selection only on current page
11386
11387 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11388
11389         * shell/ev-view.c: (ev_view_select_all):
11390
11391         Compute size of the actual page, not of
11392         the current one.
11393
11394 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11395
11396         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11397         (view_rect_to_doc_rect), (compute_selections),
11398         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11399         (ev_view_copy), (ev_view_primary_get_cb),
11400         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11401         (ev_view_button_press_event), (ev_view_motion_notify_event),
11402         (ev_view_button_release_event), (page_changed_cb):
11403
11404         Fix text selection
11405
11406 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11407
11408         * shell/ev-view.c: (compute_border), (get_page_extents),
11409         (doc_rect_to_view_rect), (highlight_find_results),
11410         (ev_view_bin_expose), (ev_view_select_all),
11411         (ev_view_motion_notify_event), (update_find_status_message),
11412         (jump_to_find_result), (jump_to_find_page):
11413
11414         First go at fixing search, still buggy
11415
11416 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11417
11418         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11419         dropdown box and button at the top of the sidebar.
11420
11421 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11422
11423         * configure.ac: Output zoom-control Makefile.
11424         * cut-n-paste/Makefile.am: build zoom-control subdir.
11425         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11426         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11427         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11428         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11429         * cut-n-paste/zoom-control/ephy-zoom.c:
11430         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11431         from epiphany, and modified to add a separator into the menu.
11432         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11433         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11434         zoom-control action.
11435         * shell/Makefile.am: Include zoom-control flags.
11436         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11437         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11438         (ev_view_zoom_for_size_presentation),
11439         (ev_view_zoom_for_size_continuous_and_dual_page),
11440         (ev_view_zoom_for_size_continuous),
11441         (ev_view_zoom_for_size_dual_page),
11442         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11443         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11444         ev_view_get_zoom and ev_view_get_sizing_mode.
11445         * shell/ev-view.h:
11446         * shell/ev-window.c: (update_action_sensitivity),
11447         (update_sizing_buttons), (zoom_control_changed_cb),
11448         (register_custom_actions): Initialize and use the zoom-control 
11449         widget.
11450
11451 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11452
11453         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11454         preview cache back to 1.  Don't know when it got set to 0.
11455         
11456         * shell/ev-view.c: (compute_border), (ev_view_realize),
11457         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11458         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11459         (ev_view_get_fullscreen), (ev_view_set_presentation),
11460         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11461         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11462         * shell/ev-view.h:
11463         * shell/ev-window.c:
11464         (update_chrome_visibility),
11465         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11466         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11467         (update_document_mode), (ev_window_update_fullscreen_action),
11468         (ev_window_fullscreen), (ev_window_unfullscreen),
11469         (ev_window_cmd_view_fullscreen),
11470         (ev_window_update_presentation_action),
11471         (ev_window_run_presentation), (ev_window_stop_presentation),
11472         (ev_window_cmd_view_presentation), (ev_window_state_event),
11473         (ev_window_focus_in_event), (ev_window_focus_out_event),
11474         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11475         * data/evince-ui.xml: Initial presentation mode.  We should
11476         probably hide this until it's done, as it's quite rough.  Also,
11477         change full-screen to fullscreen and add two getters to EvView.
11478
11479 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11480
11481         * shell/ev-page-action.c: (update_page_cache),
11482         (ev_page_action_dispose):
11483         * shell/ev-window.c: (destroy_fullscreen_popup),
11484         (ev_window_create_fullscreen_popup):
11485
11486         Use connect_object rather than explicitly
11487         disconnect on dispose.
11488
11489 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11490
11491         * shell/ev-page-action.c: (update_page_cache),
11492         (ev_page_action_dispose):
11493
11494 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11495
11496         * backend/ev-page-cache.c: (_ev_page_cache_new),
11497         (ev_page_cache_set_page_label),
11498         (ev_page_cache_has_nonnumeric_page_labels):
11499         * backend/ev-page-cache.h:
11500         * shell/ev-page-action.c: (update_pages_label):
11501         
11502         If all page labels are numeric, fallback to default
11503         way to display number of pages. See bug 173185.
11504
11505 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11506
11507         * shell/ev-page-action.c: (ev_page_action_dispose):
11508         * shell/ev-view.c: (view_update_range_and_current_page):
11509         * shell/ev-window.c: (ev_window_dispose):
11510         
11511         Set page on scroll in continuous mode. Fixes bug 301986.
11512         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11513
11514 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11515
11516         * configure.ac:
11517
11518         Require poppler 0.3.0
11519
11520 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11521         
11522         * shell/Makefile.am, configure.ac: Fix build problems
11523         with t1lib. Bug 301996.
11524
11525 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11526
11527         * shell/ev-view.c: (ev_view_scroll_event):
11528         
11529         Scroll up increase zoom
11530
11531 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11532
11533         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11534         (ev_view_set_sizing_mode),
11535         (ev_view_zoom_for_size_continuous_and_dual_page),
11536         (ev_view_zoom_for_size_continuous):
11537         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11538         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11539         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11540         (ev_window_init):
11541
11542         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11543         Fix for 165473 and 165472.
11544
11545 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11546
11547         * po/POTFILES.in:
11548         * thumbnailer/Makefile.am:
11549         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11550         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11551         * thumbnailer/evince-thumbnailer.schemas.in:
11552         
11553         Make thumbnailer schemas translatable. Fix for bug 301773
11554         
11555         * thumbnailer/evince-thumbnailer-djvu.schemas:
11556         * thumbnailer/evince-thumbnailer-dvi.schemas:
11557         * thumbnailer/evince-thumbnailer.schemas:
11558
11559         Removed files
11560
11561 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11562
11563         * shell/ev-view.c (ev_view_init): forgot to set this.
11564
11565 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11566
11567         * shell/ev-view.c: (find_page_at_location),
11568         (get_link_at_location),
11569         (ev_view_set_show_border), (ev_view_set_spacing),
11570         (ev_view_zoom_for_size_continuous_and_dual_page),
11571         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11572         Also, add a quick fix measuring of widths.  Also, removed
11573         ev_view_set_spacing and ev_view_set_show_border.
11574         
11575         * shell/ev-window.c: (ev_window_unfullscreen),
11576         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11577
11578 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11579
11580         * shell/ev-view.c: (view_update_range_and_current_page),
11581         (page_changed_cb):
11582         
11583         Fix crash on exit and scrolling to page in continuous view.
11584
11585 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11586
11587         * TODO:
11588         * backend/ev-page-cache.c: (_ev_page_cache_new),
11589         (ev_page_cache_get_max_width_size),
11590         (ev_page_cache_get_max_height_size):
11591         * backend/ev-page-cache.h:
11592         * data/evince-ui.xml:
11593         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11594         * shell/ev-view.c: (view_update_adjustments),
11595         (view_update_range_and_current_page), (get_bounding_box_size),
11596         (ev_view_size_request_continuous_and_dual_page),
11597         (ev_view_size_request_continuous),
11598         (ev_view_size_request_dual_page),
11599         (ev_view_size_request_single_page), (ev_view_size_request),
11600         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11601         (ev_view_bin_expose), (ev_view_expose_event),
11602         (ev_view_set_property), (ev_view_get_property),
11603         (ev_view_class_init), (ev_view_init), (ev_view_new),
11604         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11605         (ev_view_set_dual_page), (ev_view_set_full_screen),
11606         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11607         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11608         (ev_view_zoom_out), (zoom_for_size_fit_width),
11609         (zoom_for_size_best_fit),
11610         (ev_view_zoom_for_size_continuous_and_dual_page),
11611         (ev_view_zoom_for_size_continuous),
11612         (ev_view_zoom_for_size_dual_page),
11613         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11614         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11615         * shell/ev-view.h:
11616         * shell/ev-window.c: (update_action_sensitivity),
11617         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11618         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11619         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11620         (ev_window_cmd_view_zoom_out), (update_view_size),
11621         (ev_window_set_sizing_mode), (ev_window_init):
11622
11623         Add Continuous and Dual page modes.
11624
11625 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11626
11627         * dvi/dvi-document.c: (dvi_document_load),
11628         (dvi_document_thumbnails_get_thumbnail),
11629         (dvi_document_init_params): Fix up some mixups between
11630         width and height to correct thumbnail rendering.
11631
11632 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11633
11634         * dvi/mdvi-lib/private.h:
11635         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11636         
11637         Suppess output for kpathsea during font generation. Thanks to
11638         James Bowes
11639
11640 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11641
11642         * NEWS:
11643         * configure.ac:
11644
11645         Release 0.2.1
11646
11647         * Makefile.am: fix distcheck.
11648
11649 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11650
11651         * shell/ev-sidebar-links.c: (selection_changed_callback),
11652         (update_page_callback), (row_activated_callback),
11653         (job_finished_callback), (ev_sidebar_links_set_document):
11654         
11655         Fix for bug #169901. Double click on links expands tree.
11656
11657 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11658
11659         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11660         hard-coded style. Fix for bug 170111
11661
11662 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11663
11664         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11665         locking.
11666
11667 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11668
11669         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11670
11671 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11672
11673         * pdf/ev-poppler.cc:
11674         * shell/ev-view.c: (highlight_find_results):
11675
11676         Fix find on single page documents
11677
11678 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11679
11680         * data/evince.schemas.in: fix for bug 301390
11681
11682 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11683
11684         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11685         (ev_view_zoom_out), (ev_view_zoom_normal):
11686         * shell/ev-view.h:
11687         * shell/ev-window.c: (update_action_sensitivity),
11688         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11689         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11690         (ev_window_cmd_view_normal_size):
11691
11692         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11693         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11694         better than oom. 
11695
11696 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11697
11698         * configure.ac:
11699
11700         Depend on 2.57, 2.59 doesnt seem to be necessary
11701
11702 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11703
11704         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11705         (create_tool_item):
11706
11707         Put back total number of pages as (1 of 1234)
11708
11709 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11710
11711         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11712         remove the job.
11713
11714         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11715         function.  This helps debugging.
11716
11717 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11718
11719         * djvu/djvu-document.c: (djvu_document_class_init),
11720         (djvu_document_get_info), (djvu_document_document_iface_init):
11721         * dvi/dvi-document.c: (dvi_document_class_init),
11722         (dvi_document_get_info), (dvi_document_document_iface_init):
11723
11724         Dummy implementation of get_info method for dvi and
11725         djvu. Fix crashes with those backends
11726
11727 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11728
11729         * data/evince.desktop.in:
11730
11731         Add application/x-gzpostscript
11732
11733 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11734
11735         * data/evince.schemas.in: Added real long descriptions, 
11736         closes bug 172496 
11737
11738         * README: Added actual text, closes bug 171869
11739
11740 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11741
11742         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11743
11744         Thumbnail page 0
11745
11746 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11747
11748         * backend/ev-document-info.h:
11749
11750         s/GDate */GDate so we can just use g_free
11751
11752 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11753
11754         * shell/ev-window.c: (update_document_mode),
11755         (ev_window_setup_document):
11756
11757         Show the window in fullscreen when specified by
11758         the document
11759
11760 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11761
11762         * backend/ev-document.c: (ev_document_class_init),
11763         (ev_document_get_info), (ev_document_render_pixbuf):
11764         * backend/ev-document.h:
11765         * backend/ev-page-cache.c: (_ev_page_cache_new):
11766         * pdf/ev-poppler.cc:
11767         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11768         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11769         * ps/ps-document.c: (ps_document_class_init), (document_load),
11770         (ps_document_get_info), (ps_document_document_iface_init):
11771
11772         Remove get_title from the interface, we can just use document info
11773
11774 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11775
11776         * backend/Makefile.am:
11777         * backend/ev-document.c: (ev_document_render_get_info):
11778         * backend/ev-document.h:
11779         * pdf/ev-poppler.cc:
11780
11781         Initial support for document info. Based on jrb patch.
11782
11783 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11784
11785         * shell/ev-window.c: (ev_window_state_event),
11786         (ev_window_class_init), (ev_window_init):
11787         
11788         Doesn't show resize grip when maximized. See bug #301053
11789
11790 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11791
11792         * po/POTFILES.in:
11793         
11794         ev-sidebar-thumbnails now has translatable labels
11795         
11796         * shell/Makefile.am:
11797         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11798         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11799         (ev_sidebar_links_page_iface_init):
11800         * shell/ev-sidebar-links.h:
11801         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11802         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11803         (ev_sidebar_page_get_label):
11804         * shell/ev-sidebar-page.h:
11805         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11806         (ev_sidebar_thumbnails_set_document),
11807         (ev_sidebar_thumbnails_support_document),
11808         (ev_sidebar_thumbnails_get_label),
11809         (ev_sidebar_thumbnails_page_iface_init):
11810         * shell/ev-sidebar-thumbnails.h:
11811         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11812         (ev_sidebar_set_document):
11813         * shell/ev-sidebar.h:
11814         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11815         
11816         Small rework of sidebar code. Now sidebar pages should implement
11817         EvSidebarPage interface. That makes page management in EvSidebar
11818         easier. See bug #164811 for details
11819
11820 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11821
11822         * shell/ev-application.c: (ev_application_open):
11823         * shell/ev-document-types.c:
11824         
11825         Fix build error and small problem with application exit
11826
11827 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11828
11829         * thumbnailer/Makefile.am:
11830         * thumbnailer/evince-thumbnailer-djvu.schemas:
11831         * thumbnailer/evince-thumbnailer-dvi.schemas:
11832         
11833         Conditionally install schemas for djvu/dvi thumbnailer
11834
11835 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11836
11837         * shell/ev-document-types.h: 
11838         * shell/ev-document-types.c: 
11839         New files, handling the mapping from mimetypes to backends
11840         
11841         * shell/ev-window.c: 
11842         * thumbnailer/evince-thumbnailer.c:     
11843         Use the ev-document-types code
11844         
11845         * shell/Makefile.am: 
11846         Added new convenience library libevbackendfactory_la, containing
11847         the new mimetype->backend logic; moved the backends into it.
11848
11849         * thumbnailer/Makefile.am:
11850         Make the thumbnailer link with the libevbackend.la convenience
11851         library, rather than having a duplicate of the backend logic here.
11852
11853 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11854
11855         * shell/ev-stock-icons.c: constify some vars.
11856         * shell/ev-window.c: ditto.
11857
11858 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11859
11860         * ps/ps-document.c (get_page_orientation):
11861
11862         Respect document orientation 
11863
11864 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11865
11866         * djvu/Makefile.am:
11867         * dvi/Makefile.am:
11868         * shell/Makefile.am:
11869         
11870         Move library dependencies to components.
11871         
11872         * shell/ev-window.c: (update_window_title),
11873         (start_loading_document):
11874         
11875         Fix display of uris with spaces. Bug 168358.
11876
11877 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11878
11879         * shell/ev-sidebar-links.c: (selection_changed_cb):
11880         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11881         (ev_view_button_release_event), (ev_view_set_document):
11882         * shell/ev-view.h:
11883         * shell/ev-window.c: (find_bar_search_changed_cb):
11884         * shell/ev-window.h: Minor cleanups removing some dead code.
11885
11886 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11887
11888         * backend/ev-page-cache.c: (_ev_page_cache_new):
11889         
11890         Set current page to 0 if document has pages.
11891
11892 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11893
11894         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11895
11896         Initialize GError to NULL, fix a crash when loading fails.
11897
11898 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11899
11900         * shell/ev-window.c: (update_view_size):
11901
11902         Calculate shadow size only when there is actually
11903         a shadow.
11904
11905 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11906
11907         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11908         * shell/ev-view.h:
11909
11910         Allow setting view spacing, default to 0
11911
11912         * shell/ev-window.c: (ev_window_unfullscreen),
11913         (ev_window_cmd_view_fullscreen), (ev_window_init):
11914
11915         Remove spacing in fullscreen mode
11916
11917 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11918
11919         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11920         (ev_view_size_request), (expose_bin_window),
11921         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11922         * shell/ev-view.h:
11923         * shell/ev-window.c: (ev_window_unfullscreen),
11924         (ev_window_cmd_view_fullscreen):
11925
11926         Do not draw the border in fulscreen
11927
11928 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11929
11930         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11931         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11932         (find_page_at_location), (page_changed_cb):
11933
11934         Rework border calculation, so that I can more easily disable it.
11935         Code somewhat cleaner too.
11936
11937 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11938
11939         * backend/ev-page-cache.c: (ev_page_cache_init),
11940         (_ev_page_cache_new):
11941
11942         Remove some assertions, documents can have 0 pages.
11943         Make initial current page -1.
11944
11945         * shell/ev-page-action.c: (page_changed_cb):
11946
11947         Show "" if current page is -1
11948
11949         * shell/ev-window.c: (update_action_sensitivity),
11950         (ev_window_setup_document):
11951
11952         When document has 0 pages do not set the view
11953         and make nearly everything insensitive.
11954
11955 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11956
11957         * shell/ev-page-view.c:
11958         * shell/ev-page-view.h:
11959
11960         Remove unused files.
11961         
11962         * shell/ev-sidebar-thumbnails.c:
11963         (ev_sidebar_thumbnails_set_document):
11964         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11965         (ev_sidebar_supports_document):
11966         * shell/ev-sidebar.h:
11967         * shell/ev-window.c: (ev_window_setup_document):
11968         
11969         Doesn't show thumbnails if document has 1 page. Make
11970         sidebar menu entries sensitive only if if they have 
11971         sense. Fix bug 164811. 
11972
11973 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11974
11975         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11976         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11977         (ev_view_zoom_out), (ev_view_set_size):
11978
11979         Rework sizing to deal with documents with not uniform page
11980         size.
11981
11982 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11983
11984         * backend/ev-page-cache.c: (_ev_page_cache_new):
11985
11986         Fix several page size caching bugs
11987
11988 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11989
11990         * shell/ev-window.c: (set_action_properties):
11991
11992         Make all toolbar items translatable
11993
11994 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11995
11996         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11997         (save_page_list), (ps_document_save),
11998         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11999         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12000         (ps_document_ps_exporter_iface_init):
12001         * ps/ps-document.h:
12002
12003         Based on a patch by J�rg Billeter <j@bitron.ch>
12004         
12005         Implement print and save a copy for the ps backend.
12006
12007 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12008
12009         * backend/ev-document.h:
12010         * djvu/djvu-document.c: (djvu_document_can_get_text),
12011         (djvu_document_document_iface_init):
12012         * dvi/dvi-document.c: (dvi_document_can_get_text),
12013         (dvi_document_document_iface_init):
12014         * pdf/ev-poppler.cc:
12015         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12016         (pixbuf_document_document_iface_init):
12017         * ps/ps-document.c: (ps_document_can_get_text),
12018         (ps_document_document_iface_init):
12019         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12020         * shell/ev-window.c: (update_action_sensitivity):
12021
12022         Fix the crash when trying to copy in backends that doesnt
12023         support it. We can implement a better solution once we
12024         do real text selection.
12025
12026 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12027
12028         * data/evince-ui.xml:
12029         * shell/ev-window.c: (ev_window_cmd_escape):
12030         
12031         Work around the Escape conflict (find bar and unfullscreen)
12032
12033 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12034
12035         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12036         
12037         Fix for #300233. Next page correctly handles document end.
12038         
12039         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12040         (ev_sidebar_thumbnails_class_init),
12041         (ev_sidebar_thumbnails_set_document),
12042         (ev_sidebar_thumbnails_clear_job),
12043         (ev_sidebar_thumbnails_clear_model):
12044         
12045         Cleanup thumbnail jobs on document changes.
12046         
12047         * shell/ev-view.c: (add_scroll_binding_keypad),
12048         (add_scroll_binding_shifted), (ev_view_class_init):
12049         
12050         Shift + Space scrolls up. Fix for #173184
12051         
12052         * shell/ev-window.c: (ev_window_open_page),
12053         (ev_window_cmd_view_reload):
12054         
12055         Fix reload (Bug #300094)
12056
12057 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12058
12059         
12060         * dvi/mdvi-lib/assoc.c:
12061         * dvi/mdvi-lib/assoc.h: Removed garbage files
12062         
12063         * dvi/mdvi-lib/bitmap.c:
12064         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12065         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12066         * dvi/mdvi-lib/color.h: Antialias of rules
12067         
12068         * dvi/mdvi-lib/common.h:
12069         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12070         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12071         * dvi/mdvi-lib/files.c:
12072         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12073         * dvi/mdvi-lib/mdvi.h:
12074         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12075         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12076         * dvi/mdvi-lib/util.c: Fix compile warnings
12077         
12078         * dvi/dvi-document.c:
12079         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12080         (dvi_document_thumbnails_get_thumbnail),
12081         (dvi_document_document_thumbnails_iface_init):
12082         * dvi/mdvi-lib/Makefile.am:
12083         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12084         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12085         
12086         Dvi backend now renders thumbnails
12087
12088 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12089
12090         * shell/main.c: (main): 
12091         
12092         Save accelerators on exit. Fixes bug #172095.
12093
12094 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12095
12096         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12097         update priority" comment.
12098
12099         * backend/ev-job-queue.c: Give a way to change priority.
12100
12101 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12102
12103         * shell/ev-page-action.c: Fix logic.
12104
12105 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12106
12107         * shell/ev-view.c: (ev_view_can_find_next):
12108         * shell/ev-window.c: (ev_window_setup_document):
12109
12110         Check that the document supports find
12111
12112 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12113
12114         * data/evince-ui.xml:
12115         * shell/ev-view.c: (ev_view_can_find_next):
12116         * shell/ev-view.h:
12117         * shell/ev-window.c: (update_action_sensitivity),
12118         (find_changed_cb), (ev_window_setup_document),
12119         (ev_window_cmd_edit_find_next):
12120
12121         Add Edit->Find Next
12122
12123 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12124
12125         * pdf/ev-poppler.cc:
12126         * shell/ev-print-job.c: (idle_print_handler):
12127
12128         Make printing work again
12129
12130 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12131
12132         * shell/ev-page-action.h:
12133         * shell/ev-page-action.c: (ev_page_action_widget_init),
12134         (ev_page_action_widget_class_init), (page_changed_cb),
12135         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12136         (get_filter_model_from_model), (match_selected_cb),
12137         (display_completion_text), (match_completion), (update_model),
12138         (connect_proxy), (ev_page_action_set_property),
12139         (ev_page_action_get_property), (ev_page_action_set_document),
12140         (ev_page_action_set_model), (ev_page_action_class_init): Big
12141         reworking to make completions work iff we have >= GTK-2.7.0
12142                 
12143         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12144         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12145         (job_finished_cb): We now have a 'model' property that is set when
12146         the links are loaded.  This can be caught with "notify::model"
12147
12148         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12149         listen for the model to be set, and propagate it to the action.
12150
12151 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12152
12153         * cut-n-paste/recent-files/egg-recent-item.c:
12154         (egg_recent_item_set_uri), (make_valid_utf8),
12155         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12156         * cut-n-paste/recent-files/egg-recent-item.h:
12157         
12158         Update egg-recent from libegg. This should fix long
12159         startup problem. For details see
12160         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12161
12162 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12163
12164         * cut-n-paste/recent-files/Makefile.am:
12165         * data/evince-ui.xml, shell/Makefile.am:
12166         * shell/ev-application.c, shell/ev-application.h:
12167         * shell/ev-window.c: Recent files support.
12168         
12169         * configure.ac: Added "ru" to ALL_LINGUAS.
12170         
12171         * dvju: new backend to support DJVU files.
12172         * dvi: new backend to support DVI.
12173
12174         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12175         * ev-application.c: Support for new backends.
12176         
12177         * help, ev-window.c, main.c shell/Makefile.am: 
12178         Evince user documentation.
12179
12180 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12181
12182         * po/POTFILES.in:
12183         * shell/ev-window.c:
12184         * thumbnailer/evince-thumbnailer.c:
12185
12186         s/pdf-document/ev-poppler
12187
12188 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12189
12190         * NEWS:
12191         * configure.ac:
12192
12193         Release 0.2.0
12194
12195         * ps/ps-document.c: (setup_pixmap):
12196
12197         Remove debug code
12198
12199 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12200
12201         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12202         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12203         (ev_window_cmd_go_first_page): Fix of by one errors.
12204
12205 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12206
12207         * ps/ps-document.c: (get_page_box):
12208
12209         Fix page size calculation
12210
12211 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12212
12213         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12214         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12215         (get_page_orientation), (setup_page), (document_load),
12216         (ps_document_get_page_size), (render_pixbuf_idle):
12217         * ps/ps-document.h:
12218
12219         More refactoring to adapt to EvDocument changes
12220
12221 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12222
12223         * ps/ps-document.c: (start_interpreter):
12224
12225         Actually add alpha args
12226
12227 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12228
12229         * pdf/ev-poppler.cc:
12230
12231         Make clipboard work again
12232
12233 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12234
12235         Make searching work again.
12236         
12237         * backend/ev-document.c:
12238         * backend/ev-document.h:
12239         * backend/ev-document-find.c:
12240         * backend/ev-document-find.h: Change EvDocumentIface so we no
12241         longer store the current page or zoom level in the document.  The
12242         consequence is that all calls that operate on the current page now
12243         instead take the page number as an extra argument, and all
12244         coordinates are now doubles in document coordinate system.
12245
12246         * pdf/ev-poppler.cc:
12247         * pixbuf/pixbuf-document.c:
12248         * ps/ps-document.c: Update backends accordingly.
12249
12250 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12251
12252         * autogen.sh:
12253
12254         Add required gettext version
12255
12256 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12257
12258         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12259         make F1 bring up non-existent help.
12260
12261         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12262         epiphany's find bar, #167477
12263
12264         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12265         <emil@nishra.com> to add space-bar scrolling, 
12266
12267         * shell/ev-window.c (static GtkActionEntry entries): add default
12268         keybinding for Help (F1)
12269         Fixes #171068
12270
12271         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12272         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12273         170110
12274
12275 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12276
12277         * Makefile.am: 
12278         * pixbuf/pixbuf-document.c: 
12279
12280         Got pixbuf backend working again
12281
12282 2005-04-01  Steve Murphy  <murf@e-tools.com>
12283
12284         * configure.in: Added "rw" to ALL_LINGUAS.
12285
12286 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12287
12288         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12289         model types, noticed by Martin Kretzschmar.
12290
12291 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12292
12293         * pdf/ev-poppler.cc: Implement search based on
12294         poppler_page_find_text().  Currently a bit crude since we remember
12295         all matches from all pages.  Also, we grab the big document lock
12296         when we search since searching changes the underlying stream and
12297         thus conflicts with the rendering thread.
12298         
12299         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12300         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12301         (ev_view_find_previous): Fix some page indexes to be 0 based,
12302         offset rubber band by view offset,
12303
12304 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12305
12306         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12307
12308 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12309
12310         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12311         completely because I didn't understand GtkActions.  I should
12312         read Marco's code more carefully in the future.
12313
12314         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12315         function
12316
12317 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12318
12319         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12320         PopplerRectangle change from poppler CVS.
12321
12322 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12323
12324         * backend/ev-document.c: (ev_document_get_page_label):
12325         * backend/ev-document.h:
12326         * backend/ev-page-cache.c: (_ev_page_cache_new),
12327         (ev_page_cache_get_page_label):
12328         * backend/ev-page-cache.h:
12329         * pdf/ev-poppler.cc:
12330         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12331         (links_page_num_func):
12332         * shell/ev-sidebar-thumbnails.c:
12333         (ev_sidebar_thumbnails_set_document):
12334         * shell/ev-view.c: (status_message_from_link),
12335         (ev_view_motion_notify_event):
12336         * shell/ev-window.c: (document_supports_sidebar): Add in page
12337         label support.  It's not perfect yet, but it's the first 'feature'
12338         in a while.
12339         Also, fix a bogus comment noticed by crispin. 
12340
12341 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12342
12343         * Makefile.am: Remove pixbuf backend for now
12344
12345         * configure.ac: Require poppler-glib instead of just poppler.
12346
12347         * backend/ev-document-thumbnails.h: Add a comment
12348
12349         * backend/ev-document.h:
12350         * backend/ev-document.c: (ev_document_class_init),
12351         (ev_document_load), (ev_document_get_link),
12352         (ev_document_get_links): Remove 3 methods and add get_links.
12353         Also, made 0 based.
12354
12355         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12356         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12357
12358         * backend/ev-link.c: (ev_link_set_title),
12359         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12360         (ev_link_mapping_find):
12361         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12362         
12363         * backend/ev-page-cache.c: (ev_page_cache_init),
12364         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12365         (ev_page_cache_get_size), (ev_page_cache_next_page),
12366         (ev_page_cache_prev_page): Fix to be 0 based.
12367
12368         * pdf/Makefile.am: 
12369         * pdf/ev-poppler.h:
12370         * pdf/ev-poppler.cc: New backend.
12371         
12372         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12373         (ps_document_get_page), (ps_document_document_iface_init):
12374
12375         * shell/ev-pixbuf-cache.h:
12376         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12377         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12378         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12379         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12380         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12381         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12382         based.
12383         
12384         * shell/ev-sidebar-thumbnails.c:
12385         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12386         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12387
12388         * shell/ev-view.c: (status_message_from_link),
12389         (find_page_at_location), (get_link_at_location),
12390         (ev_view_motion_notify_event), (ev_view_button_release_event),
12391         (ev_view_init): Use the new link code.  Fix to be 0 based.
12392
12393         * shell/ev-window.c: (update_action_sensitivity),
12394         (document_supports_sidebar): 0 based.
12395
12396 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12397
12398         * pdf/pdf-document.cc: Patch from Fernando Herrera
12399         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12400         *blush*
12401
12402 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12403
12404         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12405         1 to the page, as this seems to be 1 based.  I thought we has this
12406         fixed.  grump.
12407
12408 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12409
12410         * TODO:
12411         * backend/Makefile.am:
12412         * backend/ev-document-links.c:
12413         (ev_document_links_has_document_links),
12414         (ev_document_links_get_links_model):
12415         * backend/ev-document-links.h:
12416         * backend/ev-document.c: (ev_document_get_page_cache),
12417         (ev_document_get_doc_mutex), (ev_document_load),
12418         (ev_document_save), (ev_document_get_title),
12419         (ev_document_get_n_pages), (ev_document_set_page),
12420         (ev_document_get_page), (ev_document_set_target),
12421         (ev_document_set_scale), (ev_document_set_page_offset),
12422         (ev_document_get_page_size), (ev_document_get_text),
12423         (ev_document_get_link), (ev_document_render),
12424         (ev_document_render_pixbuf), (ev_document_scale_changed):
12425         * backend/ev-document.h:
12426         * backend/ev-job-queue.c: (remove_object_from_queue),
12427         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12428         (no_jobs_available_unlocked), (ev_render_thread),
12429         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12430         (ev_job_queue_remove_job):
12431         * backend/ev-job-queue.h:
12432         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12433         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12434         (ev_job_links_class_init), (ev_job_render_init),
12435         (ev_job_render_dispose), (ev_job_render_class_init),
12436         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12437         (ev_job_thumbnail_class_init), (ev_job_finished),
12438         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12439         (ev_job_render_run), (ev_job_thumbnail_new),
12440         (ev_job_thumbnail_run):
12441         * backend/ev-jobs.h:
12442         * backend/ev-link.c:
12443         * backend/ev-link.h:
12444         * backend/ev-page-cache.c: (ev_page_cache_init),
12445         (ev_page_cache_class_init), (ev_page_cache_finalize),
12446         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12447         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12448         (ev_page_cache_set_link), (ev_page_cache_get_title),
12449         (ev_page_cache_get_size), (ev_page_cache_next_page),
12450         (ev_page_cache_prev_page):
12451         * backend/ev-page-cache.h:
12452         * pdf/pdf-document.cc:
12453         * ps/gsdefaults.c:
12454         * ps/gsdefaults.h:
12455         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12456         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12457         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12458         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12459         (is_interpreter_ready), (output), (catchPipe), (input),
12460         (start_interpreter), (check_filecompressed), (compute_dimensions),
12461         (ps_document_enable_interpreter), (document_load),
12462         (ps_document_next_page), (render_page), (ps_document_set_page),
12463         (ps_document_set_scale), (render_pixbuf_idle),
12464         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12465         * ps/ps-document.h:
12466         * shell/Makefile.am:
12467         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12468         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12469         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12470         (ev_pixbuf_cache_new), (job_finished_cb),
12471         (check_job_size_and_unref), (move_one_job),
12472         (ev_pixbuf_cache_update_range), (find_job_cache),
12473         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12474         (ev_pixbuf_cache_add_jobs_if_needed),
12475         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12476         * shell/ev-pixbuf-cache.h:
12477         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12478         (idle_print_handler):
12479         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12480         (selection_changed_cb), (create_loading_model),
12481         (ev_sidebar_links_construct), (links_page_num_func),
12482         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12483         (update_page_callback), (job_finished_cb),
12484         (ev_sidebar_links_set_document):
12485         * shell/ev-sidebar-thumbnails.c:
12486         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12487         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12488         (page_changed_cb), (thumbnail_job_completed_callback),
12489         (ev_sidebar_thumbnails_set_document):
12490         * shell/ev-sidebar-thumbnails.h:
12491         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12492         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12493         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12494         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12495         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12496         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12497         (ev_view_button_release_event), (ev_view_scroll_view),
12498         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12499         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12500         (ev_view_new), (job_finished_cb), (page_changed_cb),
12501         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12502         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12503         (ev_view_find_previous):
12504         * shell/ev-view.h:
12505         * shell/ev-window.c: (update_action_sensitivity),
12506         (ev_window_open_page), (update_window_title), (update_total_pages),
12507         (page_changed_cb), (ev_window_setup_document),
12508         (password_dialog_response), (ev_window_cmd_save_as),
12509         (ev_window_print), (ev_window_cmd_go_previous_page),
12510         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12511         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12512         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12513         * shell/main.c: (main):
12514
12515         Merge evince-threads branch
12516
12517 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12518
12519         * configure.ac: Added "lt" to ALL_LINGUAS.
12520
12521 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12522
12523         * NEWS:
12524         * configure.ac:
12525
12526         Release 0.1.9
12527
12528 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12529
12530         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12531
12532         Fix here also the thumbnails 1-basedness :)
12533
12534 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12535
12536         * NEWS:
12537         * configure.ac:
12538
12539         Release 0.1.8
12540
12541 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12542
12543         * pdf/pdf-document.cc:
12544         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12545         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12546
12547         Fix the mess we did with thumbnails and 1-basedness
12548
12549 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12550
12551         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12552
12553 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12554
12555         * NEWS:
12556         * configure.ac:
12557
12558         Release 0.1.7
12559
12560 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12561
12562         * ps/Makefile.am:
12563         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12564         (gtk_gs_defaults_get_alpha_parameters),
12565         (gtk_gs_defaults_get_ungzip_cmd),
12566         (gtk_gs_defaults_get_unbzip2_cmd):
12567         * ps/gsdefaults.h:
12568         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12569         (ps_document_get_orientation), (document_load),
12570         (ps_document_goto_page), (ps_document_set_page_size):
12571         * ps/ps-document.h:
12572
12573         Some more sanitization of the ps backend. Remove a lot
12574         of unused code and do not base our defaults on ggv
12575         preferences (ugh!)
12576
12577 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12578
12579         * thumbnailer/evince-thumbnailer.schemas:
12580         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12581         (main): add -s option for thumbnail size.
12582
12583 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12584
12585         * configure.ac:
12586
12587         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12588         remove it.
12589
12590 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12591
12592         * pdf/pdf-document.cc:
12593
12594         Remove 4 pixels of useless border from the
12595         thumbnail.
12596
12597 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12598
12599         * backend/ev-document-thumbnails.c:
12600         (ev_document_thumbnails_get_thumbnail):
12601         * backend/ev-document-thumbnails.h:
12602
12603         Rework API a bit. Add a border flag and
12604         change sizing logic (now the size we specify
12605         applies to the bigger dimension).
12606
12607         * pdf/pdf-document.cc:
12608         * pixbuf/pixbuf-document.c:
12609         (pixbuf_document_thumbnails_get_thumbnail):
12610         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12611         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12612
12613         Adapt to the new API and do not draw a border for nautilus
12614         thumbnailer.
12615
12616 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12617
12618         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12619         take thumbnails from page "0" instead of "1". Added a copyright header.
12620
12621 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12622
12623         * ps/ps-document.c: (set_up_page), (start_interpreter):
12624
12625         Make it C89 compliant
12626
12627 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12628
12629         * Makefile.am:
12630         * configure.ac:
12631         * pdf/.cvsignore:
12632         * pdf/pdf-document.cc:
12633         * thumbnailer/Makefile.am:
12634         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12635         (main):
12636         * thumbnailer/evince-thumbnailer.schemas:
12637         * thumbnailer/pdf-icon.png:
12638
12639         Add a nautilus thumbnailer.
12640         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12641
12642 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12643
12644         * NEWS:
12645         * configure.ac:
12646         * po/POTFILES.in:
12647
12648         Release 0.1.6
12649
12650 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12651
12652         Use poppler instead of including xpdf source code.  Poppler is a
12653         fork of xpdf to build it as a shared library. See
12654         http://freedesktop.org/wiki/Software/poppler.
12655
12656         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12657         xpdf fork.
12658         
12659         * pdf/Makefile.am: Build libpdfdocument.a here.
12660         
12661         * pdf/GDKSplashOutputDev.cc:
12662         * pdf/GDKSplashOutputDev.h:
12663         * pdf/GnomeVFSStream.cc:
12664         * pdf/GnomeVFSStream.h:
12665         * pdf-document.cc:
12666         * pdf-document.h:
12667         * test-gdk-output-dev.cc
12668         * Thumb.cc:
12669         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12670         against poppler.
12671
12672 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12673
12674         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12675
12676         Clear idle stack before unsetting the document
12677
12678 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12679
12680         * ps/ps-document.c: (ps_document_widget_event),
12681         (ps_document_set_target), (ps_document_finalize),
12682         (ps_document_get_page):
12683
12684         Disconnect the widget event signal on finalize.
12685         Some code cleanups.
12686
12687 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12688
12689         * ps/ps-document.c: (set_up_page):
12690
12691         If there is no bpixmap create one, even if size
12692         is not changed.
12693
12694 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12695
12696         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12697         (set_up_page), (document_load), (ps_document_set_zoom):
12698
12699         Default page is 0. Calculate size even when we have no
12700         target yet.
12701
12702 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12703
12704         * shell/ev-sidebar.c: expand the selection widget to be always as
12705         wide as the sidebar
12706
12707 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12708
12709         * shell/ev-sidebar-thumbnails.c:
12710         (ev_sidebar_thumbnails_set_document):
12711
12712         Clear the list store when setting document
12713
12714 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12715
12716         * shell/ev-page-action.c: (update_entry), (sync_entry),
12717         (activate_cb), (entry_size_request_cb), (create_tool_item),
12718         (connect_proxy):
12719
12720         Use an entry for the page control instead of spinbuttons
12721
12722 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12723
12724         * data/evince.schemas.in:
12725
12726         Correct confusing string
12727
12728 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12729
12730         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12731         for real.  Gosh, how long has this been broken.
12732
12733         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12734         check for a NULL link.  We crash otherwise.
12735
12736 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12737
12738         * NEWS:
12739         * configure.ac:
12740
12741         Release 0.1.5
12742
12743 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12744
12745         * configure.ac: add the french translation.
12746
12747 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12748
12749         * shell/ev-window.c:
12750
12751         Remove unused header -> fix distcheck
12752
12753 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12754
12755         * shell/ev-window.c: (update_window_title),
12756         (ev_window_popup_password_dialog):
12757
12758         Unescape filename for display
12759
12760 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12761
12762         * pdf/xpdf/pdf-document.cc:
12763
12764         In get_page_size deal with rotation. Also
12765         cleanup the function a bit.
12766
12767 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12768
12769         * pdf/xpdf/pdf-document.cc:
12770
12771         Fix crash when opening in new window
12772
12773 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12774
12775         * configure.ac:
12776
12777         Check ghostscript >= 7
12778
12779 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12780
12781         * shell/ev-window.c:
12782
12783         Make page width the default sizing mode
12784
12785 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12786         Marco Pesenti Gritti <marco@gnome.org>
12787
12788         * shell/ev-window.c: Remember the sidebar size
12789
12790         * data/evince.schemas.in: Add a new gconf key to store the size of
12791         the sidebar
12792
12793 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12794
12795         * data/evince-ui.xml:
12796         * shell/ev-window.c: (update_action_sensitivity),
12797         (ev_window_cmd_view_reload):
12798         
12799         Add a "Reload" action and menu entry
12800
12801 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12802
12803         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12804         iff the type doesn't support thumbnailing and indexing.
12805
12806 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12807
12808         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12809
12810 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12811
12812         * pdf/splash/Splash.cc:
12813
12814         Port fix for a crasher from kde bug
12815         http://bugs.kde.org/show_bug.cgi?id=97131
12816
12817 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12818
12819         * pdf/xpdf/pdf-document.cc:
12820
12821         Return a link even if it's of an unrecognized
12822         type. Otherwise we go in an infinte cycle.
12823
12824 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12825
12826         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12827         (size_allocate_cb), (ev_window_set_sizing_mode):
12828
12829         Update size when switching mode
12830
12831 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12832
12833         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12834         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12835         (ev_window_cmd_view_normal_size):
12836
12837         Fix size toggle buttons behavior
12838
12839 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12840
12841         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12842         (doc_rect_to_view_rect), (ev_view_size_allocate),
12843         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12844         (scale_changed_callback):
12845
12846         Do not cache offsets in size_allocate.
12847
12848 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12849
12850         * shell/ev-view.c: (ev_view_size_allocate):
12851
12852         Calculate offsets before calling the parent
12853         class (which does a redraw)
12854
12855 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12856
12857         * pdf/xpdf/pdf-document.cc:
12858
12859         Fix a crasher on exit. Unused code, put a TODO
12860
12861 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12862
12863         * backend/ev-document.c: (ev_document_class_init),
12864         (ev_document_page_changed), (ev_document_scale_changed):
12865         * backend/ev-document.h:
12866
12867         Separate page/scale notifications
12868
12869         * pdf/xpdf/pdf-document.cc:
12870
12871         Emit the new signals.
12872         Do not display the pdf page in _render, do it
12873         when scale/page are requested.
12874
12875         * ps/ps-document.c: (ps_document_set_zoom),
12876         (ps_document_widget_event):
12877         * ps/ps-document.h:
12878
12879         Emit the new signals.
12880
12881         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12882         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12883         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12884         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12885         * shell/ev-view.h:
12886         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12887         (ev_window_cmd_view_page_width), (size_allocate_cb),
12888         (ev_window_set_sizing_mode):
12889
12890         Rework sizing to be pixel based.
12891         There are bugs but should be already way better.
12892
12893 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12894
12895         * shell/ev-window.c: (ev_window_init):
12896
12897         Do not allow to shrink sidebar smaller then
12898         child requisition
12899
12900 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12901
12902         * shell/ev-sidebar.[ch]
12903         * shell/ev-window.c:
12904
12905         Improved sidebar widget. Fixes #166683
12906
12907 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12908
12909         * shell/ev-view.c (update_find_status_message): Give translators
12910         more flexibility with ngettext plural handling.
12911
12912 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12913
12914         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12915         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12916         page when we get the page size.
12917
12918 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12919
12920         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12921
12922         ps pages are 0 based, convert 
12923
12924 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12925
12926         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12927
12928         Initialize correct parent class. Set GError on document load
12929
12930 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12931
12932         * pdf/xpdf/pdf-document.cc:
12933
12934         Fixup selection offset calculation
12935
12936         * shell/ev-view.c: (view_rect_to_doc_rect),
12937         (doc_rect_to_view_rect), (ev_view_size_allocate),
12938         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12939         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12940
12941         Store selection as document relative, so that zooming
12942         and offset changing doesnt break it.
12943
12944 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12945
12946         * shell/ev-view.c: (ev_view_best_fit):
12947
12948         Do not try to best fit if the view is not realized
12949
12950 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12951           
12952         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12953
12954 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12955
12956         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12957
12958 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12959
12960         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12961         the popup window.  That prevents it resizing when in full screen
12962         mode.
12963
12964         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12965         multiple rerenders.  This pretty much sucks.
12966
12967         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12968         rest of the toolbar.
12969
12970 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12971
12972         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12973
12974 2005-02-17  Alexander Shopov  <ash@contact.bg>
12975
12976         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12977
12978 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12979
12980         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12981
12982 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12983
12984         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12985         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12986         (set_document_page), (document_changed_callback),
12987         (ev_view_set_document), (ev_view_find_previous),
12988         (ev_view_hide_cursor), (ev_view_show_cursor):
12989         * shell/ev-view.h:
12990         * shell/ev-window.c: (update_chrome_visibility),
12991         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12992         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12993         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12994         (ev_window_unfullscreen):
12995         * shell/main.c: (main):
12996
12997         Automatically hide the fullscreen button.
12998         Patch by Kristian Høgsberg <krh@redhat.com>
12999
13000 2005-02-16  Vincent Noel  <vnoel@cox.net>
13001
13002         * shell/main.c (main): Specify an icon for the window. Patch by
13003         Jaap A. Haitsma. Fixes #166177.
13004
13005 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13006
13007         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13008
13009 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13010
13011         * backend/ev-document-misc.h:
13012         * backend/ev-document-misc.c:
13013         (ev_document_misc_get_page_border_size),
13014         (ev_document_misc_paint_one_page): New function to canonicalize
13015         sizing/painting a border.
13016
13017         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13018         used.
13019
13020         * pdf/xpdf/pdf-document.cc: use new function
13021
13022         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13023         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13024         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13025         shell/ev-window.c: (update_sizing_buttons),
13026         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13027         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13028         (ev_window_cmd_view_page_width), (size_allocate_cb),
13029         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13030         and "fit width" values act as toggle buttons so they stay
13031         toggled.  It's not 100% perfect, and it's a little slow, but it's
13032         good enough to commit I think.
13033
13034 2005-02-15  David Lodge  <dave@cirt.net>
13035
13036         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13037
13038 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13039
13040         * shell/ev-window.c (update_window_title): replace newlines in
13041         the title by spaces. Bug #166107.
13042
13043 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13044
13045         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13046         parameters providing allocation width and height without
13047         scrollbars and width of a possible vertical scrollbar. With this
13048         additional information the functions can work as
13049         intended. Unfortunately they're not idempotent. We should
13050         transform these commands to toggles. Fixes Bug #164976
13051         Initial patch by Stephane Loeuillet, then heavily modified.
13052
13053         * shell/ev-view.h: update prototypes.
13054
13055         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13056         (ev_window_cmd_view_page_width): provide EvView fit functions with
13057         all the information they need. Formulas to calculate this
13058         information taken from GtkScrolledWindow.
13059
13060 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13061
13062         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13063         created a thumbnail, the list store is updated to know
13064         that the thumbnail is set. Fixes bug #166792
13065
13066 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13067
13068         * shell/ev-window.c: fixed typo, closes bug 166897
13069
13070         * TODO: updated TODO with bug numbers that are relevant
13071
13072 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13073
13074         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13075
13076 2005-02-09  Vincent Noel  <vnoel@cox.net>
13077
13078         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13079         and "Next" toolbar buttons as important to make them stand out.
13080
13081 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13082
13083         * lib/ev-debug.c:
13084         * lib/ev-debug.h:
13085         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13086         (start_interpreter), (stop_interpreter), (document_load),
13087         (ps_document_next_page), (ps_document_goto_page),
13088         (ps_document_set_page_size), (ps_document_widget_event),
13089         (ps_document_render):
13090         * shell/ev-page-view.c: (ev_page_view_dispose):
13091         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13092
13093         Fix compilation on non-gcc platforms
13094
13095 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13096
13097         * NEWS:
13098         * configure.ac:
13099
13100         Release 0.1.4
13101
13102         * pdf/xpdf/Catalog.cc:
13103         * pdf/xpdf/XRef.cc:
13104
13105         Fix the fix for CAN-2004-0888
13106
13107 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13108
13109         * data/Makefile.am:
13110         * data/evince-ui.xml:
13111         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13112         * shell/ev-stock-icons.h:
13113         * shell/ev-window.c: (update_action_sensitivity),
13114         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13115         (set_action_properties):
13116
13117         Improve toolbar layout/icons
13118
13119 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13120
13121         * pdf/xpdf/pdf-document.cc:
13122
13123         Add warnings about unimplemented/unknown link
13124         types.
13125
13126 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13127
13128         * ps/ps-document.c: (set_up_page):
13129
13130         Log gs property
13131
13132 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13133
13134         * ps/ps-document.c: (start_interpreter):
13135
13136         Log gs env var
13137
13138 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13139
13140         * shell/ev-page-view.c: (ev_page_view_dispose):
13141         * shell/ev-view.c: (ev_view_finalize):
13142         * shell/ev-window.c: (ev_window_setup_document),
13143         (ev_window_dispose), (ev_window_init):
13144
13145         Solve more refs issues.
13146
13147         I commented out the page_view initialization for now:
13148         it was never destroyed (because it's never added
13149         to a container). Because of that we was leaking
13150         gs processes. Couldnt think to a clean fix.
13151         We need to figure this out, password view has the
13152         same issue probably.
13153
13154 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13155
13156         * ps/ps-document.c: (ps_document_finalize),
13157         (ps_document_get_n_pages), (ps_document_get_page):
13158
13159         Some cleanups, stop the interpreter on finalize
13160
13161         * shell/ev-page-view.c: (ev_page_view_dispose),
13162         (ev_page_view_class_init):
13163
13164         Release our reference on the document
13165
13166 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13167
13168         * Makefile.am:
13169         * configure.ac:
13170         * doc/debugging.txt:
13171         * lib/.cvsignore:
13172         * lib/Makefile.am:
13173         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13174         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13175         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13176         * lib/ev-debug.h:
13177
13178         Add debugging helpers
13179
13180         * ps/Makefile.am:
13181         * ps/ps-document.c: (set_up_page), (start_interpreter),
13182         (stop_interpreter), (document_load), (ps_document_next_page),
13183         (ps_document_goto_page), (ps_document_set_page_size),
13184         (ps_document_widget_event), (ps_document_render):
13185         * shell/Makefile.am:
13186         * shell/ev-view.c: (expose_bin_window):
13187         * shell/main.c: (main):
13188
13189         Add some logs
13190         
13191 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13192
13193         * ps/ps-document.c: (ps_document_widget_event):
13194
13195         Initialize message_window, this should make ps
13196         rendering really work! (Never noticed because I was
13197         testing with a ps that is causing gs to exit every time!)
13198
13199 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13200
13201         * data/evince.schemas.in: updated simple error in applyto closing tag
13202
13203 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13204
13205         * Makefile.am:
13206         * configure.ac:
13207         * data/.cvsignore:
13208         * data/Makefile.am:
13209         * data/evince-ui.xml:
13210         A data/evince.schemas.in:
13211         * po/POTFILES.in:
13212         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13213         * shell/ev-stock-icons.h:
13214         * shell/ev-window.c: (update_chrome_visibility),
13215         (update_chrome_flag), (ev_window_cmd_edit_find),
13216         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13217         (ev_window_unfullscreen), (ev_window_focus_in_event),
13218         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13219         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13220         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13221         (ev_window_dispose), (ev_window_class_init),
13222         (set_action_properties), (set_chrome_actions), (load_chrome),
13223         (ev_window_init):
13224
13225         Implement fullscreen mode changes from bug #164776.
13226         Also implement persistent chrome toggles.
13227
13228 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13229
13230         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13231
13232 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13233
13234         * NEWS:
13235         * configure.ac:
13236         * shell/ev-view.c:
13237
13238         Add another check for find interface
13239
13240         Release 0.1.3
13241
13242 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13243
13244         * shell/ev-application.c: (ev_application_open):
13245         * shell/ev-window.c: (ev_window_open):
13246
13247         Open gzipped ps documents
13248
13249 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13250
13251         * TODO:
13252         * shell/ev-view.c: (set_document_page):
13253
13254         Clamp page number, dont try to move to
13255         not existant pages.
13256
13257 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13258
13259         * backend/ev-document-find.c: (ev_document_find_changed):
13260         * backend/ev-document-find.h:
13261         * pdf/xpdf/pdf-document.cc:
13262         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13263         * shell/ev-window.c: (find_bar_search_changed_cb):
13264
13265         Fix several bugs with find
13266
13267 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13268
13269         * shell/ev-sidebar-thumbnails.c
13270         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13271         document. Prevents warning from scroll_to_cell.
13272
13273 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13274
13275         * configure.ac: Add «nb» to ALL_LINGUAS too.
13276
13277 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13278
13279         * NOTES: New file with some random thoughts.
13280
13281         * TODO: Update.
13282
13283         * backend/ev-document-misc.c:
13284         (ev_document_misc_get_page_border_size): New function to
13285         canonicalize shadow drawing sizes.  Possibly goofy.
13286
13287         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13288         (ev_view_best_fit), (ev_view_fit_width):
13289         * pdf/xpdf/pdf-document.cc:
13290         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13291         * ps/ps-document.c: (ps_document_get_page_size):
13292         * backend/ev-document-misc.h:
13293         * backend/ev-document.c: (ev_document_get_page_size):
13294         * backend/ev-document.h: get_page_size now takes a page number
13295         parameter.  Made all the backends/frontends honor it.
13296
13297         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13298         see.  Doesn't work yet.
13299
13300         * shell/Makefile.am:
13301         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13302         Doesn't do anything yet.
13303
13304         * shell/ev-sidebar-thumbnails.c:
13305         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13306         [0..n_pages-1]
13307
13308         * shell/ev-window.c: (update_action_sensitivity),
13309         (ev_window_setup_document), (ev_window_set_page_mode),
13310         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13311         view-swapping code a bit so we can have multiple views on a
13312         document.  Add the multi-page view, though it can't be turned on
13313         yet.
13314
13315 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13316
13317         * shell/ev-application.c: (ev_application_open):
13318         * shell/ev-view.c: (expose_bin_window):
13319         * shell/ev-window.c: (ev_window_open):
13320
13321         Support eps and check document supports find
13322         before drawing highlightings in expose.
13323
13324 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13325
13326         * pixbuf/pixbuf-document.c:
13327         (pixbuf_document_thumbnails_get_dimensions),
13328         (pixbuf_document_document_thumbnails_iface_init):
13329
13330         implement get_dimensions
13331
13332 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13333
13334         * NEWS:
13335         * configure.ac:
13336
13337         Release 0.1.2
13338
13339 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13340
13341         * shell/ev-view.c: (set_document_page):
13342
13343         Scroll at the top of the page when changing page
13344
13345 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13346
13347         * shell/ev-view.c: (ev_view_motion_notify_event):
13348
13349         Do not redraw unnecessarily
13350
13351 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13352
13353         * pdf/xpdf/pdf-document.cc:
13354         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13355         (expose_bin_window), (find_changed_cb):
13356
13357         Yay! find works now... Now to find bugs...
13358
13359 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13360
13361         * backend/ev-document-find.c: (ev_document_find_base_init),
13362         (ev_document_find_changed):
13363         * backend/ev-document-find.h:
13364         * pdf/xpdf/pdf-document.cc:
13365         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13366         (expose_bin_window), (ev_view_init), (set_document_page),
13367         (ensure_rectangle_is_visible), (jump_to_find_result),
13368         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13369         (ev_view_find_next), (ev_view_find_previous):
13370         * shell/ev-view.h:
13371         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13372
13373         More work on find implementation, mostly there now
13374
13375 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13376
13377         * backend/ev-backend-marshalers.list:
13378         * backend/ev-document-find.c: (ev_document_find_base_init),
13379         (ev_document_find_cancel), (ev_document_find_page_has_results),
13380         (ev_document_find_get_n_results), (ev_document_find_get_result),
13381         (ev_document_find_get_progress), (ev_document_find_changed):
13382         * backend/ev-document-find.h:
13383
13384         Enanche the find interface to be really able to do
13385         multi page find.
13386
13387         * pdf/xpdf/pdf-document.cc:
13388
13389         Implement
13390
13391         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13392         (expose_bin_window), (ev_view_init),
13393         (ev_view_get_find_status_message), (find_changed_cb),
13394         (ev_view_set_document), (set_document_page):
13395
13396         Adapt to the new interface. A few things are regressed sorry,
13397         I will finish it soon.
13398
13399 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13400
13401         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13402         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13403         ev_sidebar_thumbnails_parent_class variable, don't define another
13404         parent_class variable.
13405
13406         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13407         (ev_page_action_class_init): ditto.
13408
13409         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13410         (pixbuf_document_class_init): ditto.
13411
13412         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13413         ditto.
13414
13415         * .cvsignore: ignore various valgrind output files.
13416
13417 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13418
13419         * data/evince-ui.xml:
13420         * shell/Makefile.am:
13421         * shell/ev-history.c:
13422         * shell/ev-history.h:
13423         * shell/ev-navigation-action.c:
13424         * shell/ev-navigation-action.h:
13425         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13426         (ev_view_set_page), (ev_view_fit_width):
13427         * shell/ev-view.h:
13428         * shell/ev-window.c: (update_action_sensitivity),
13429         (ev_window_setup_document), (register_custom_actions):
13430
13431         Kill session history
13432
13433 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13434
13435         * shell/ev-window.c: (update_action_sensitivity):
13436
13437         Fix inverted up/down buttons
13438
13439 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13440
13441         * shell/ev-sidebar-thumbnails.c
13442         (ev_sidebar_thumbnails_select_page): make sure the selected
13443         thumbnail stays visible.
13444
13445 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13446
13447         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13448         scrolled window for Federico.
13449
13450 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13451
13452         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13453
13454 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13455
13456         * configure.ac:
13457         * pdf/splash/SplashFTFontEngine.cc:
13458
13459         Fix CID fonts with freetype 2.1.9
13460
13461 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13462
13463         * TODO: added item for desktop icon thumbnailer
13464
13465 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13466
13467         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13468         unloaded docs when the title is accessed.
13469
13470         * shell/ev-password-view.[hc]: New widget for displaying password
13471         state.
13472
13473         * shell/ev-window.[ch]: Refactor password handling code to handle
13474         the new view.
13475
13476 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13477
13478         * NEWS:
13479         * configure.ac:
13480         * data/Makefile.am:
13481
13482         Release 0.1.1
13483
13484 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13485
13486         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13487         ignore page offset here, to make search results independent of it,
13488
13489         * shell/ev-view.c (expose_bin_window): but take offsets into
13490         account here. Bug #164932
13491
13492         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13493         scale at the right time. Bug #164996
13494
13495 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13496
13497         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13498         fix the problem. Now I just removed the Adobe font names and hope
13499         that the URW fonts are always in outline format. Bug #164934
13500
13501         * shell/ev-window.c (update_window_title): empty titles are
13502         useless, use filename in that case too.
13503
13504         * NEWS: Add some content.
13505
13506 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13507
13508         * TODO: added one more TODO item and a TODONE section :)
13509
13510 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13511
13512         * ps/ps-document.h: add page_[xy]_offset fields.
13513
13514         * ps/ps-document.c (ps_document_set_page_offset)
13515         (ps_document_render): Keep offset in consideration in a few
13516         places. Bug #164752 "postscript documents are not centered in
13517         window"
13518
13519         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13520         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13521
13522         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13523         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13524         stub out missing methods for complete EvDocument implementation.
13525         Fixes segfaults with Save A Copy and Copy actions.
13526
13527         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13528         (ps_document_document_iface_init): ditto.
13529         
13530 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13531
13532         * data/.cvsignore:
13533         * data/Makefile.am:
13534         * data/evince.desktop.in:
13535
13536         Add desktop file
13537
13538 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13539
13540         * shell/ev-view.c: (ev_view_button_press_event),
13541         (ev_view_motion_notify_event):
13542
13543         Make selection work in any direction
13544
13545 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13546
13547         * TODO:
13548         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13549
13550         Use shorter labels for some of the toolbars items
13551
13552 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13553
13554         * pdf/xpdf/pdf-document.cc:
13555
13556         Check the links info is initialized before
13557         using it. Should fix a crash on startup.
13558
13559 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13560
13561         * pixbuf/pixbuf-document.c
13562         (pixbuf_document_thumbnails_get_dimensions): force floating point
13563         division to calculate page_ratio. Fixes crash with landscape
13564         format pixbufs.
13565
13566 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13567
13568         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13569
13570 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13571
13572         * shell/ev-view.c (set_document_page): unset has_selection when
13573         the page changes.
13574         (set_document_page): handle paper size changes when the page
13575         changes (test with Free Culture, page 2).
13576
13577 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13578
13579         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13580         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13581
13582         Use normal style color for the widget background and
13583         draw a black box around the page.
13584
13585 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13586
13587         * pdf/xpdf/pdf-document.cc:
13588
13589         Keep offset in consideration in a few places
13590
13591         * shell/ev-view.c: (expose_bin_window):
13592
13593         Set the offsets so that the document is ever centered
13594
13595 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13596
13597         * TODO: Added TODO items and finished off the first todo item
13598
13599         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13600         reflect current authors
13601
13602 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13603
13604         * pdf/xpdf/pdf-document.cc:
13605         * shell/ev-view.c: (ev_view_set_cursor),
13606         (ev_view_motion_notify_event), (document_changed_callback),
13607         (set_document_page):
13608
13609         Show a wait cursor while the page is rendering
13610
13611 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13612
13613         * shell/ev-sidebar-thumbnails.c:
13614         (ev_sidebar_tree_selection_changed),
13615         (ev_sidebar_thumbnails_select_page):
13616         * shell/ev-sidebar-thumbnails.h:
13617         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13618         (ev_view_can_go_forward):
13619         * shell/ev-window.c: (ev_window_open_page),
13620         (ev_window_setup_document), (update_current_page),
13621         (view_page_changed_cb), (ev_window_init):
13622         * shell/ev-window.h:
13623
13624         Ensure thumbnails selection, toolbar page control and
13625         current page are in sync.
13626
13627 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13628
13629         * pdf/xpdf/XRef.cc:
13630
13631         Fix CAN-2005-0064
13632
13633 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13634
13635         * backend/Makefile.am:
13636         * backend/ev-document-links.h:
13637         * backend/ev-document-security.c: (ev_document_security_get_type),
13638         (ev_document_security_has_document_security),
13639         (ev_document_security_set_password):
13640         * backend/ev-document-security.h:
13641         * backend/ev-document.c: (ev_document_error_quark):
13642         * backend/ev-document.h:
13643         * data/Makefile.am:
13644         * data/evince-password.glade:
13645         * pdf/xpdf/pdf-document.cc:
13646         * shell/Makefile.am:
13647         * shell/ev-password.c: (ev_password_set_bad_password_label),
13648         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13649         (ev_password_dialog_get_password),
13650         (ev_password_dialog_set_bad_pass):
13651         * shell/ev-password.h:
13652         * shell/ev-window.c: (ev_window_get_attribute),
13653         (ev_window_set_property), (update_action_sensitivity),
13654         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13655         (ev_window_setup_document), (ev_window_get_password),
13656         (ev_window_open), (ev_window_cmd_save_as),
13657         (using_postscript_printer), (ev_window_print),
13658         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13659         (update_fullscreen_popup), (ev_window_fullscreen),
13660         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13661         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13662         (menu_item_select_cb), (find_bar_search_changed_cb),
13663         (ev_window_dispose), (ev_window_init):
13664
13665         Add initial support for password-supported dialogs.  This could be
13666         a lot cooler, but it'll do for now.
13667
13668 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13669
13670         * pdf/xpdf/pdf-document.cc:
13671         * shell/ev-view.c: (status_message_from_link),
13672         (ev_view_set_status), (ev_view_set_cursor),
13673         (ev_view_motion_notify_event), (ev_view_init):
13674         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13675
13676         Fix bugs in the links implementation and change cursor
13677         when hovering a link.
13678
13679 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13680
13681         * viewer/.cvsignore: added cvsignore file for viewer directory
13682
13683         * TODO: created TODO document
13684
13685 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13686
13687         * shell/ev-view.h:
13688         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13689         new functions to help with implementation of sensitivity code
13690         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13691         of all actions that might require it.  Fixes a crash when you
13692         click on the Zoom actions in a window lacking a document.
13693
13694 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13695
13696         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13697         of the Find action
13698
13699 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13700
13701         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13702         (pixbuf_document_document_iface_init):
13703         * ps/ps-document.c: (ps_document_get_link),
13704         (ps_document_document_iface_init):
13705         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13706         (status_message_from_link), (ev_view_set_status),
13707         (ev_view_set_find_status), (ev_view_motion_notify_event),
13708         (ev_view_button_release_event), (ev_view_set_property),
13709         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13710         (ev_view_get_find_status_message), (update_find_results),
13711         (ev_view_get_status), (ev_view_get_find_status):
13712         * shell/ev-view.h:
13713         * shell/ev-window.c: (view_status_changed_cb),
13714         (view_find_status_changed_cb), (ev_window_init):
13715
13716         View status message support, use it to show the links.
13717         Needs work...
13718
13719 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13720
13721         * backend/ev-document.c: (ev_document_get_link):
13722         * backend/ev-document.h:
13723         * pdf/xpdf/pdf-document.cc:
13724         * shell/ev-application.c: (ev_application_open):
13725         * shell/ev-application.h:
13726         * shell/ev-sidebar-links.c: (selection_changed_cb):
13727         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13728         (ev_view_go_to_link):
13729
13730         Add support for document links
13731
13732 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13733
13734         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13735         (create_tool_item):
13736         Set the spin button limits correctly.
13737         
13738         * shell/ev-sidebar-thumbnails.c:
13739         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13740         Support changing pages by clicking on the thumbnails.
13741         
13742 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13743
13744         * pixbuf/pixbuf-document.c:
13745         (pixbuf_document_thumbnails_get_dimensions),
13746         (pixbuf_document_document_thumbnails_iface_init):
13747
13748         implement get_dimensions
13749
13750 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13751
13752         * ps/ps-document.c: (ps_document_goto_page):
13753
13754         Fix page switching on multipage documents
13755
13756 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13757
13758         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13759         
13760         check for NULL before assigning to width and height parameters
13761
13762 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13763
13764         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13765         (pixbuf_document_set_property), (pixbuf_document_get_property):
13766
13767         implement get/set properties
13768
13769 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13770
13771         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13772         
13773         return NULL instead of "Unknown", letting the title get set to
13774         the filename when the pdf has no title.
13775
13776 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13777
13778         * ps/ps-document.c: (ps_document_get_page_count),
13779         (ps_document_goto_page):
13780
13781 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13782
13783         * shell/ev-history.c: (ev_history_get_property),
13784         (ev_history_set_property), (ev_history_class_init),
13785         (ev_history_add_page), (ev_history_set_current_index):
13786         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13787         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13788         (ev_navigation_action_finalize):
13789         * shell/ev-navigation-action.h:
13790         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13791         (ev_view_go_forward), (ev_view_get_find_status_message),
13792         (history_index_changed_cb), (ev_view_set_history):
13793         * shell/ev-view.h:
13794         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13795         (update_current_page), (register_custom_actions):
13796
13797         Implement history dropdowns
13798
13799 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13800
13801         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13802         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13803         (ev_view_go_forward):
13804         * shell/ev-window.c: (register_custom_actions):
13805
13806         Fix several history bugs
13807
13808 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13809
13810         * configure.ac: Add «nb» to ALL_LINGUAS.
13811
13812 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13813
13814         * backend/Makefile.am:
13815         * backend/ev-bookmark.c:
13816         * backend/ev-bookmark.h:
13817         * backend/ev-document-bookmarks.c:
13818         * backend/ev-document-bookmarks.h:
13819         * backend/ev-document-links.c: (ev_document_links_get_type),
13820         (ev_document_links_has_document_links),
13821         (ev_document_links_begin_read), (ev_document_links_get_link),
13822         (ev_document_links_get_child), (ev_document_links_next),
13823         (ev_document_links_free_iter):
13824         * backend/ev-document-links.h:
13825         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13826         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13827         (ev_link_get_link_type), (ev_link_set_link_type),
13828         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13829         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13830         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13831         (ev_link_new_external):
13832         * backend/ev-link.h:
13833         * pdf/xpdf/pdf-document.cc:
13834         * shell/Makefile.am:
13835         * shell/ev-application.c: (ev_application_open_link):
13836         * shell/ev-application.h:
13837         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13838         (ev_history_get_link_nth):
13839         * shell/ev-history.h:
13840         * shell/ev-sidebar-bookmarks.c:
13841         * shell/ev-sidebar-bookmarks.h:
13842         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13843         (ev_sidebar_links_class_init), (selection_changed_cb),
13844         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13845         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13846         (do_one_iteration), (populate_links_idle),
13847         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13848         * shell/ev-sidebar-links.h:
13849         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13850         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13851         (go_to_index):
13852         * shell/ev-view.h:
13853         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13854         * shell/ev-window.h:
13855
13856         Rename bookmark to link, and use "Index" for the sidebar panel.
13857
13858 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13859
13860         * shell/Makefile.am:
13861         * shell/ev-application.c: (ev_application_open_bookmark):
13862         * shell/ev-application.h:
13863         * shell/ev-history.c: (ev_history_init), (free_links_list),
13864         (ev_history_finalize), (ev_history_class_init),
13865         (ev_history_add_link), (ev_history_add_page),
13866         (ev_history_get_link_nth), (ev_history_get_n_links),
13867         (ev_history_get_current_index), (ev_history_set_current_index),
13868         (ev_history_new):
13869         * shell/ev-history.h:
13870         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13871         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13872         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13873         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13874         (ev_view_set_page):
13875         * shell/ev-view.h:
13876         * shell/ev-window.c: (ev_window_open_bookmark),
13877         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13878         (goto_page_cb), (register_custom_actions):
13879         * shell/ev-window.h:
13880
13881         Initial history implementation. Needs work.
13882
13883 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13884
13885         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13886
13887 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13888
13889         * cut-n-paste/recent-files/egg-recent-item.c:
13890         * cut-n-paste/recent-files/egg-recent-item.h:
13891         * cut-n-paste/recent-files/egg-recent-model.c:
13892         * cut-n-paste/recent-files/egg-recent-util.c:
13893         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13894         * cut-n-paste/recent-files/egg-recent-view.c:
13895
13896         Update
13897
13898 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13899
13900         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13901         (fillGlyph, fillImageMask, drawImage):
13902         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13903         pdf/splash/SplashTypes.h:
13904         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13905         packed mode for Splash.
13906
13907         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13908         RGB8 packed mode, eliminates the pixbuf data creation loop.
13909
13910         * shell/ev-print-job.c (ev_print_job_finalize)
13911         (ev_print_job_set_property, ev_print_job_get_property)
13912         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13913         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13914         (print_closure_finalize, ev_print_job_print): implement
13915         printing (for backends with EvPsExporter)
13916
13917         * shell/ev_print_job.h: update prototypes.
13918
13919         * shell/ev-window.c (ev_window_print): unref print job after
13920         printing.
13921
13922         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13923         unless the document implements the EvDocumentFind interface.
13924
13925 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13926
13927         * configure.ac: Added ja to ALL_LINGUAS.
13928
13929 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13930
13931         * pdf/xpdf/pdf-document.cc:
13932
13933         add a FIXME. We should probably not allocate
13934         a bookmark object every time
13935
13936 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13937
13938         * shell/ev-application.c: (ev_application_open),
13939         (ev_application_open_bookmark):
13940         * shell/ev-application.h:
13941         
13942         Add a way to open bookmarks
13943
13944         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13945         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13946         (ev_bookmark_set_property), (ev_bookmark_class_init),
13947         (ev_bookmark_new_title), (ev_bookmark_new_link),
13948         (ev_bookmark_new_external):
13949
13950         Support for external uris, better constructors.
13951
13952         * backend/ev-bookmark.h:
13953         * pdf/xpdf/pdf-document.cc:
13954         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13955
13956         Handle external uris
13957
13958 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13959
13960         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13961         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13962
13963         Hook up bookmarks navigation
13964
13965 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13966
13967         * backend/Makefile.am:
13968         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13969         (ev_bookmark_get_title), (ev_bookmark_set_title),
13970         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13971         (ev_bookmark_get_page), (ev_bookmark_set_page),
13972         (ev_bookmark_get_property), (ev_bookmark_set_property),
13973         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13974         (ev_bookmark_new):
13975         * backend/ev-bookmark.h:
13976         * backend/ev-document-bookmarks.c:
13977         (ev_document_bookmarks_get_bookmark):
13978         * backend/ev-document-bookmarks.h:
13979         * pdf/xpdf/pdf-document.cc:
13980         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13981
13982         Add a bookmark object to the backend and use it instead of get_values
13983
13984 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13985
13986         * data/evince-ui.xml:
13987
13988         Cleanup and add select all.
13989
13990         * shell/ev-view.c: (ev_view_select_all),
13991         (ev_view_button_press_event):
13992         * shell/ev-view.h:
13993         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13994
13995         Add select all.
13996         Clear selection on click.
13997
13998 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13999
14000         * shell/ev-sidebar-thumbnails.c
14001         (ev_sidebar_thumbnails_set_document): forgot to unref the
14002         loading_icon.
14003
14004 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14005
14006         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14007         at the visible page, not just linearly.  This makes it look fast.
14008
14009 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14010
14011         * backend/ev-document-misc.c
14012         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14013         white.
14014         * backend/ev-document-thumbnails.h: New interface to get the size
14015         of a page.
14016
14017 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14018
14019         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14020         make dist works
14021
14022 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14023
14024         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14025         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14026         things up a bit.
14027
14028         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14029
14030 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14031
14032         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14033         fonts. Should fix font problems on systems that have the base
14034         fonts in bitmap format. Reported by James Henstridge
14035         <james@jamesh.id.au>.
14036
14037 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14038
14039         * pdf/xpdf/Gfx.cc:
14040         * pdf/xpdf/GfxState.cc:
14041
14042         Fix for CAN-2004-1125
14043
14044 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14045
14046         * shell/ev-view.c: (ev_view_copy):
14047         * shell/ev-view.h:
14048         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14049
14050         Implement Edit->Copy
14051
14052 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14053
14054         * backend/ev-document.c: (ev_document_get_text):
14055         * backend/ev-document.h:
14056         * pdf/xpdf/pdf-document.cc:
14057         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14058         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14059         (ev_view_update_primary_selection), (ev_view_button_press_event),
14060         (ev_view_motion_notify_event), (ev_view_button_release_event):
14061
14062         Beginnings of clipboard support. Incomplete but primary sort
14063         of work.
14064
14065 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14066
14067         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14068         (expose_bin_window):
14069
14070         Nicer rubberband drawing, from GtkIconView.
14071
14072 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14073
14074         * backend/ev-document.c: (ev_document_save):
14075         * backend/ev-document.h:
14076         * data/evince-ui.xml:
14077         * pdf/xpdf/pdf-document.cc:
14078         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14079
14080         Implement "Save a copy..." menu item
14081
14082 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14083
14084         * shell/ev-view.c: (ev_view_zoom):
14085
14086         Queue a resize when zoom changes
14087
14088 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14089
14090         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14091         shadows.
14092
14093         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14094         thumbnails..
14095
14096 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14097
14098         * pdf/xpdf/pdf-document.cc
14099         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14100
14101 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14102
14103         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14104         It's slow, but I'll speed it up next!
14105
14106 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14107
14108         * shell/main.c (load_files):
14109
14110         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14111         from the command line and because it seems more appropriate.
14112
14113 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14114
14115         * data/evince-ui.xml:
14116         * shell/ev-window.c: (update_action_sensitivity),
14117         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14118
14119         s/next page/page down
14120         s/previous page/page up
14121
14122 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14123
14124         * data/evince-ui.xml:
14125
14126         Change the layout to match clarkbw design.
14127
14128         * shell/Makefile.am:
14129         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14130         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14131         (ev_navigation_action_finalize),
14132         (ev_navigation_action_set_property),
14133         (ev_navigation_action_get_property),
14134         (ev_navigation_action_class_init):
14135         * shell/ev-navigation-action.h:
14136
14137         Implement clarkbw toolbar navigation controls (incomplete)
14138
14139         * shell/ev-page-action.c: (update_label), (update_spin),
14140         (value_changed_cb), (create_tool_item), (connect_proxy),
14141         (ev_page_action_init), (ev_page_action_finalize),
14142         (ev_page_action_set_property), (ev_page_action_get_property),
14143         (ev_page_action_set_current_page),
14144         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14145         * shell/ev-page-action.h:
14146
14147         Implement a page switcher in the toolbar
14148
14149         * shell/ev-view.c: (ev_view_scroll_view):
14150         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14151         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14152         (register_custom_actions), (ev_window_init):
14153
14154         Change page on PageUp/Down.
14155
14156 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14157
14158         * pdf/xpdf/pdf-document.cc
14159         (pdf_document_thumbnails_get_thumbnail): initial stab at
14160         implementing thumbnail support for pdfs.  It only does documents
14161         with precached pdfs now.
14162
14163 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14164
14165         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14166         thumbnail code into a time-based idle as well.  Also, turn off the
14167         shadow temporarily as it's really slow.
14168
14169 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14170
14171         * backend/ev-document.c: (ev_document_class_init):
14172         * pdf/xpdf/pdf-document.cc:
14173         * shell/ev-window.c: (ev_window_open):
14174
14175         Fix document title bugs and fallback to
14176         filename when not available.
14177
14178 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14179
14180         * backend/ev-document.c: (ev_document_get_type),
14181         (ev_document_class_init), (ev_document_load),
14182         (ev_document_get_title):
14183         * backend/ev-document.h:
14184         * pdf/xpdf/pdf-document.cc:
14185         * ps/ps-document.c: (ps_document_set_property),
14186         (ps_document_get_property), (ps_document_class_init),
14187         (document_load):
14188         * ps/ps-document.h:
14189         * ps/ps.h:
14190         * shell/ev-window.c: (update_window_title), (ev_window_open),
14191         (ev_window_init):
14192
14193         Initial support for document title. Not working yet.
14194
14195 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14196
14197         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14198
14199         Grab focus on the view when clicking it
14200
14201 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14202
14203         * shell/ev-marshal.list:
14204         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14205         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14206
14207         Add key bindings to the view. Now if the focus would work
14208         right...
14209
14210 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14211
14212         * Makefile.am:
14213         * backend/Makefile.am:
14214         * data/Makefile.am:
14215         * dvi/Makefile.am:
14216         * dvi/dvilib/Makefile.am:
14217         * pdf/xpdf/Makefile.am:
14218         * po/POTFILES.in:
14219         * ps/Makefile.am:
14220
14221         Fix distcheck
14222
14223 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14224
14225         * shell/ev-view.c: (ev_view_realize):
14226
14227         Fix mouse wheel scrolling
14228
14229 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14230
14231         * ps/Makefile.am:
14232         * ps/gstypes.h:
14233         * ps/gtkgs.c:
14234         * ps/gtkgs.h:
14235         * ps/ps-document.c: (catchPipe), (ps_document_init),
14236         (ps_document_class_init), (ps_document_cleanup),
14237         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14238         (set_up_page), (close_pipe), (is_interpreter_ready),
14239         (interpreter_failed), (output), (input), (start_interpreter),
14240         (stop_interpreter), (file_length), (file_readable),
14241         (check_filecompressed), (check_pdf), (compute_xdpi),
14242         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14243         (ps_document_get_type), (ps_document_emit_error_msg),
14244         (document_load), (ps_document_next_page),
14245         (ps_document_get_current_page), (ps_document_get_page_count),
14246         (ps_document_goto_page), (ps_document_set_page_size),
14247         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14248         (ps_document_load), (ps_document_get_n_pages),
14249         (ps_document_set_page), (ps_document_get_page),
14250         (ps_document_widget_event), (ps_document_set_target),
14251         (ps_document_set_scale), (ps_document_set_page_offset),
14252         (ps_document_get_page_size), (ps_document_render),
14253         (ps_document_document_iface_init):
14254         * ps/ps-document.h:
14255         * ps/ps.c:
14256         * shell/ev-window.c: (ev_window_open):
14257
14258         Rename GtkGS to PSDocument
14259
14260 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14261
14262         * ps/gtkgs.c: (gtk_gs_class_init):
14263         * ps/gtkgs.h:
14264
14265         Some more leftover...
14266
14267 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14268
14269         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14270         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14271         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14272         * ps/gtkgs.h:
14273
14274         Remove unused code and make a lot of stuff private
14275
14276 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14277
14278         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14279         (gtk_gs_defaults_changed):
14280         * ps/gsdefaults.h:
14281         * ps/gtkgs.c:
14282         * ps/gtkgs.h:
14283         * ps/ps.h:
14284
14285         Cleanup headers dependencies
14286
14287 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14288
14289         * ps/Makefile.am:
14290         * ps/ggvutils.c:
14291         * ps/ggvutils.h:
14292         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14293         * ps/gsdefaults.h:
14294         * ps/gtkgs.c: (file_length), (file_readable),
14295         (check_filecompressed), (check_pdf), (gtk_gs_load),
14296         (gtk_gs_get_postscript):
14297
14298         Get rid of ggvutils
14299
14300 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14301
14302         * ps/ggvutils.c:
14303         * ps/ggvutils.h:
14304         * ps/gsio.h:
14305         * ps/gtkgs.c: (gtk_gs_set_zoom):
14306
14307         Cleanups
14308
14309 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14310
14311         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14312
14313         Ensure the page is rerendered when changing zoom
14314
14315 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14316
14317         * backend/ev-document.c: (ev_document_base_init),
14318         (ev_document_changed):
14319         * backend/ev-document.h:
14320
14321         Add a changed event that is emitted when the page content
14322         changes. This is necessary to deal with the fact that
14323         in ps backend rendering happen asycrounously.
14324         This makes the ps backend mostly work.
14325
14326         * pdf/xpdf/pdf-document.cc:
14327
14328         Emit changed event
14329
14330         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14331         (ps_document_set_target):
14332
14333         Emit changed event
14334
14335         * shell/ev-view.c: (document_changed_callback),
14336         (ev_view_set_document), (ev_view_set_page):
14337
14338         Redraw on the changed signal
14339
14340 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14341
14342         * configure.ac: Added pt_BR to ALL_LINGUAS.
14343
14344 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14345
14346         * backend/ev-document-bookmarks.c:
14347         (ev_document_bookmarks_get_child): *
14348         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14349         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14350         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14351         (ev_sidebar_bookmarks_destroy),
14352         (ev_sidebar_bookmarks_class_init),
14353         (ev_sidebar_bookmarks_construct), (stack_data_free),
14354         (do_one_iteration), (populate_bookmarks_idle),
14355         (ev_sidebar_bookmarks_clear_document),
14356         (ev_sidebar_bookmarks_set_document): *
14357         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14358         (ev_sidebar_add_page),
14359         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14360         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14361         it displays both the topics and the page numbers.
14362
14363 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14364
14365         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14366         toggle.
14367         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14368         visible.
14369
14370 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14371
14372         * configure.ac: Added en_CA to ALL_LINGUAS.
14373
14374 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14375
14376         * ChangeLog: replace bottom of this ChangeLog (merged history of
14377         ggv and gpdf; where all paths were wrong and most of the files are
14378         not even in this tree) with ChangeLog (from arch) of the shell
14379         code.
14380
14381 2004-12-23  Havoc Pennington  <hp@redhat.com>
14382
14383         * shell/ev-window.c: hook up potentially-questionable "find
14384         results status text" feature - something involving the sidebar or
14385         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14386         might be better in the end.
14387
14388         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14389         with corresponding signal when it should be updated
14390
14391         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14392
14393 2004-12-22  Havoc Pennington  <hp@redhat.com>
14394
14395         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14396         find stuff on other pages, sort of (only returns one result on
14397         invisible pages, to show they have results; updates full results
14398         for a page when you view it). Currently repaints the current page
14399         every time a new result is found on any page, which isn't so nice.
14400
14401 2004-12-22  Havoc Pennington  <hp@redhat.com>
14402
14403         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14404         the document doesn't support find (better ideas?)
14405         (find_bar_search_changed_cb): handle missing document or document
14406         that doesn't support find
14407
14408         * pdf/xpdf/pdf-document.cc: port to implement the new
14409         EvDocumentFindIface
14410
14411         * backend/ev-document-find.c: create a new interface for searching
14412
14413         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14414
14415 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14416
14417         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14418         libevbackend.la.
14419
14420         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14421         EvPrintJob constructor arguments.
14422
14423         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14424         for documents that can export PostScript (page by page).
14425
14426         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14427         
14428         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14429         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14430         (pdf_document_ps_exporter_iface_init:
14431         Implement EvPSExporter.
14432
14433         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14434
14435 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14436
14437         * backend/Makefile.am:
14438         * backend/ev-document-thumbnails.c:
14439         (ev_document_thumbnails_get_type),
14440         (ev_document_thumbnails_get_thumbnail):
14441         * backend/ev-document-thumbnails.h:
14442         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14443         (pixbuf_document_thumbnails_get_thumbnail),
14444         (pixbuf_document_document_thumbnails_iface_init):
14445         * shell/Makefile.am:
14446         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14447         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14448         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14449         * shell/ev-sidebar-thumbnails.h:
14450         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14451         (ev_sidebar_set_document):
14452         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14453         (create_shadow), (ev_pixbuf_add_shadow):
14454         * shell/ev-utils.h:
14455         Add thumbnail support.
14456         
14457 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14458
14459         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14460         (using_postscript_printer): Set up a print dialog for "PostScript
14461         injection" method.
14462
14463         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14464         EvPrintJob.
14465
14466         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14467
14468 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14469
14470         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14471         (ps_document_set_target), (ps_document_get_page_size),
14472         (ps_document_render):
14473         * ps/gtkgs.h:
14474
14475         Fix a few bugs
14476
14477 2004-12-22  Christian Rose  <menthos@menthos.com>
14478
14479         * configure.ac: Added "sv" to ALL_LINGUAS.
14480
14481 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14482
14483         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14484         document supports bookmarks.
14485
14486 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14487
14488         * ps/ggvutils.c: (ggv_file_readable):
14489         * ps/ggvutils.h:
14490         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14491         (gtk_gs_get_postscript):
14492
14493         Remove unused utils
14494
14495 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14496
14497         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14498         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14499         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14500         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14501         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14502         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14503         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14504         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14505         (gtk_gs_set_antialiasing), (ps_document_load),
14506         (ps_document_render):
14507         * ps/gtkgs.h:
14508
14509         Another check point for the ps backend. Now I can get it to show
14510         pages!
14511
14512 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14513
14514         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14515         document setting code.
14516
14517 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14518
14519         * shell/eggfindbar.c: (entry_activate_callback):
14520         Animate the next button when activate is pressed.
14521         
14522 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14523
14524         * shell/ev-window.c: (ev_window_cmd_edit_find),
14525         (update_fullscreen_popup), (ev_window_fullscreen),
14526         (ev_window_unfullscreen), (ev_window_state_event_cb),
14527         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14528         Fix bugs in fullscreen code.
14529         
14530 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14531
14532         * Makefile.am:
14533         * configure.ac:
14534         * pixbuf/Makefile.am:
14535         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14536         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14537         (pixbuf_document_set_page), (pixbuf_document_get_page),
14538         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14539         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14540         (pixbuf_document_render), (pixbuf_document_begin_find),
14541         (pixbuf_document_end_find), (pixbuf_document_finalize),
14542         (pixbuf_document_class_init),
14543         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14544         * pixbuf/pixbuf-document.h:
14545         * shell/Makefile.am:
14546         * shell/ev-application.c: (ev_application_open):
14547         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14548         (ev_window_open):
14549         Add pixbuf backend.
14550         
14551 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14552
14553         * Makefile.am: 
14554         * dvi/dvilib/Makefile.am:
14555         * dvi/Makefile.am:
14556         * configure.ac: Auto*ify dvi and dvi/dvilib
14557
14558         * dvi/Makefile: Remove from CVS
14559         
14560         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14561         confusion.
14562
14563         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14564         
14565         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14566         
14567 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14568
14569         * ps/Makefile.am:
14570         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14571         (gtk_gs_value_adjustment_changed), (compute_size),
14572         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14573         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14574         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14575         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14576         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14577         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14578         (ps_document_load), (ps_document_get_n_pages),
14579         (ps_document_set_page), (ps_document_get_page),
14580         (ps_document_set_target), (ps_document_set_scale),
14581         (ps_document_set_page_offset), (ps_document_get_page_size),
14582         (ps_document_render), (ps_document_begin_find),
14583         (ps_document_end_find), (ps_document_document_iface_init):
14584         * ps/gtkgs.h:
14585         * shell/Makefile.am:
14586         * shell/ev-window.c: (ev_window_open):
14587
14588         Some work to integrate gtkgs with EvDocument
14589
14590 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14591
14592         * shell/ev-window.c: (update_fullscreen_popup),
14593         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14594         (exit_fullscreen_button_clicked_cb),
14595         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14596         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14597         (ev_window_state_event_cb), (ev_window_init):
14598         Add fullscreen support from Epiphany.
14599         
14600 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14601
14602         * data/ev-stock-zoom-fit-width.png: fit-width
14603         stock icon from gpdf.
14604         
14605         * shell/ev-stock-icons.[ch]: copied from gpdf.
14606         
14607         * shell/main.c: (main): init stock icons.
14608         
14609         * shell/ev-window.c: use the fit-width icon.
14610         
14611         * data/evince-ui.xml: add zooming toolbar items.
14612
14613 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14614
14615         * shell/ev-view.c: 
14616         (ev_view_best_fit), (ev_view_fit_width): because
14617         get_page_size() returns the scaled page size, we
14618         need to calculate the scale factor relative to
14619         the previous scale factor. Should really just
14620         add get_real_page_size().
14621
14622 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14623
14624         * shell/ev-view.[ch]:
14625         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14626         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14627         add zooming.
14628         
14629         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14630         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14631         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14632         hook it up.
14633         
14634         * pdf/xpdf/pdf-document.cc:
14635         (pdf_document_begin_find),
14636         (pdf_document_end_find): make static.
14637
14638 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14639
14640         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14641
14642         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14643         names to fontconfig patterns.
14644         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14645
14646         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14647         setupBaseFontsFc.
14648
14649 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14650
14651         * Makefile.am:
14652         * configure.ac:
14653         * ps/Makefile.am:
14654         * ps/ggvutils.c:
14655         * ps/ggvutils.h:
14656         * ps/gsdefaults.c:
14657         * ps/gsdefaults.h:
14658         * ps/gsio.c:
14659         * ps/gsio.h:
14660         * ps/gtkgs.c:
14661         * ps/gtkgs.h:
14662         * ps/ps.c:
14663         * ps/ps.h:
14664
14665         Import ggv backend. Not hooked up yet.
14666
14667 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14668
14669         * shell/main.c: (load_files), (main): load files
14670         from the command line.
14671
14672 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14673
14674         * configure.ac: don't require bonobo.
14675         
14676         * cut-n-paste/recent-files/*: kill bonobo recent
14677         view.
14678
14679         * shell/ev-window.c:
14680         (ev_window_is_empty): upd.
14681         (unable_to_load), (ev_window_open): load backend
14682         based on the mime type.
14683
14684 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14685
14686         * backend/.cvsignore: ignore generated marshalers source.
14687
14688         * shell/main.c (main): this is not epiphany.
14689
14690 2004-12-22  Havoc Pennington  <hp@redhat.com>
14691
14692         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14693         (expose_bin_window): draw find highlights
14694
14695         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14696         
14697         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14698         (pdf_document_end_find): implement this interface
14699
14700         * backend/ev-document.c (ev_document_found): add this to emit
14701         signal
14702
14703 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14704
14705         * data/evince-ui.xml: Add a few more toolbar items.
14706
14707         * shell/ev-window.c: Hook up page navigation toolbar 
14708         items.
14709
14710         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14711         a page-changed signal.
14712
14713         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14714         Add ev_document_get_page().
14715
14716         * shell/ev-window.c: Sensitize/desensitize navigation
14717         actions.
14718
14719 2004-12-21  Havoc Pennington  <hp@redhat.com>
14720
14721         * backend/ev-backend-marshal.c,
14722         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14723         marshaler-generator thingy. I'm sure there's a better way to do
14724         this in the modern world.
14725
14726         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14727         end_find methods and "found" signal.
14728
14729         * configure.ac: find glib-genmarshal
14730
14731 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14732
14733         * shell/ev-sidebar.c: Construct an actual sidebar.
14734         * shell/ev-sidebar-bookmarks.[ch]:
14735         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14736
14737 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14738
14739         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14740         Redo size handling.
14741         
14742         * shell/ev-view.c: Track the size from the document.
14743
14744 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14745
14746         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14747         constructor assumes ownership of the string passed in.
14748         
14749         * shell/ev-window.c (ev_window_open): Destroy the error
14750         dialog once we've displayed it.
14751
14752 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14753
14754         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14755         a bit, it works! (sort of)
14756
14757         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14758         Move to .cc since we need to use C++ in the implementation.
14759
14760         * shell/dummy.cc: Add a CC file to force evince
14761         to be linked as a C++ program.
14762
14763 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14764
14765         * shell/ev-view.[ch]: Start of content-area widget.
14766
14767         * shell/ev-window.c: Create a EvView, update it
14768         as we change documents.
14769
14770         * shell/Makefile.am shell/ev-marshal.list: Add
14771         generated marshalers.
14772
14773 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14774
14775         * Makefile.am (SUBDIRS): move shell.
14776
14777 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14778
14779         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14780         .a to libtool convenience libraries.
14781
14782         * shell/ev-window.c (ev_window_open): Hard code loading
14783         a PDF document.
14784         
14785         * backend/ev-document.h: Add a boolean return to load(),
14786         fix GError * to GError **.
14787
14788         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14789         object for a PDF backend EvDocument.
14790
14791 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14792
14793         * dvi/*: New directory with the beginning of a .dvi backend.
14794
14795 2004-12-21  Havoc Pennington  <hp@redhat.com>
14796
14797         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14798         previous/next instead of back/forward
14799
14800 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14801
14802         * backend/ev-document.[ch]: Fix a couple of problems so
14803         it compile.
14804
14805 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14806
14807         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14808         to backend/ directory, rename EvViewer to EvDocument.
14809
14810 2004-12-21  Havoc Pennington  <hp@redhat.com>
14811
14812         * shell/ev-window.c: hook up the find bar widget; now we just need
14813         a document to find things in
14814
14815         * shell/eggfindbar.c: a find bar widget
14816
14817 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14818
14819         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14820
14821 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14822
14823         * pdf/**: Import of xpdf code from gpdf. 
14824
14825         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14826
14827         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14828         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14829         Fix FreeType includes.
14830
14831         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14832         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14833         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14834         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14835         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14836         Include xpdfconfig.h
14837         
14838 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14839
14840         * shell/ev-window.c (ev_window_dispose): dispose can be called
14841         multiple times.
14842
14843 2004-12-21  Havoc Pennington  <hp@redhat.com>
14844
14845         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14846         rather than Evince
14847
14848         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14849         items; really they should be synced with the strings, etc. from
14850         current gpdf, but just getting the boring typing out of the way 
14851
14852 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14853
14854         * po/POTFILES.in:
14855         * shell/ev-application.c: (window_destroy_cb):
14856         * shell/ev-window.c:
14857         * shell/main.c: (main):
14858
14859         Actually show the window...
14860
14861 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14862
14863         * Makefile.am:
14864         * shell/Makefile.am:
14865         * shell/ev-application.c: (ev_application_class_init):
14866         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14867
14868         Make it build again
14869
14870 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14871
14872         Import to gnome cvs.
14873         
14874         * Remove copies of gpdf and ggv trees.
14875         * Rip out all the recursive configure code.
14876         * Remove bonobo machinery.
14877         * viewer/*: GInterfaces that backends should/can implement.
14878
14879 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14880
14881         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14882         typo
14883
14884 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14885
14886         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14887         (ev_application_finalize, ev_application_class_init)
14888         (ev_application_init): use GType instance private data for priv.
14889
14890         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14891         (ev_window_finalize, ev_window_class_init)
14892         (ev_window_init): ditto.
14893
14894 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14895
14896         * shell/ev-application.c (ev_application_new_window): make public
14897         (ev_application_show_initial_window): kill.
14898
14899         * shell/ev-application.h: update prototypes.
14900
14901         * shell/main.cc (main): inline ev_application_show_initial_window.
14902
14903 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14904
14905         * shell/ev-application.c (ev_application_new_window): impl.
14906         (ev_application_show_initial_window): use it.
14907         (is_window_empty, ev_application_get_empty_window): returns an
14908         existing empty window or a new one.
14909         (ev_application_open): from ev_window_cmd_file_open.
14910
14911         * shell/ev-application.h: update prototypes
14912
14913         * shell/ev-window.c (ev_window_is_empty): impl.
14914         (ev_window_open): make public.
14915         (ev_window_cmd_file_open): use ev_application_open
14916
14917         * shell/ev-window.h: update prototypes, remove unused.
14918
14919 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14920
14921         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14922         move destroy handler out of here...
14923
14924         * shell/ev-application.c, shell/ev-application.h: ...into this new
14925         class. Also handles initial window creation.
14926
14927         * shell/main.cc (main): use EvApplication to create initial
14928         window.
14929
14930 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14931
14932         * Makefile.am (SUBDIRS): add cut-n-paste
14933
14934         * cut-n-paste/Makefile.am: add
14935
14936         * configure.ac: generate Makefiles in cut-n-paste
14937
14938 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14939
14940         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14941         (ev_window_class_init): install ev_window_dispose.
14942
14943 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14944
14945         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14946         char (gchar looks stupid).
14947
14948 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14949
14950         * po/de.po: updated German translation.
14951
14952 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14953
14954         * configure.ac: add more pkg-config library checks for gnome-vfs,
14955         bonobo etc.
14956
14957         * gpdf/configure.in: temporarily disable libpaper
14958         checks. Otherwise I'd have to add the checks for the shell, too.
14959
14960 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14961
14962         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14963         and * file filters to the file choose.
14964
14965 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14966
14967         * po/de.po: Updated German translation.
14968
14969 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14970
14971         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14972
14973 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14974
14975         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14976
14977         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14978         (ev_window_init): implement those menuitems.
14979
14980 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14981
14982         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14983
14984         * shell/ev-window.c (ev_window_init): use the toolbar.
14985
14986 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14987
14988         * shell/ev-window.c (ev_window_init): use menu translations
14989
14990 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14991
14992         * configure.ac: add "de" to ALL_LINGUAS.
14993
14994         * po/de.po: add German translation.
14995
14996 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14997
14998         * Makefile.am (SUBDIRS): add po
14999
15000         * configure.ac: check intltool, glib-gettext etc, generate
15001         po/Makefile.in
15002
15003         * po, po/POTFILES.in, po/POTFILES.skip: new.
15004
15005 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15006
15007         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15008         already use (#ifdef ENABLE_NLS)
15009
15010         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15011         pointer indirection thinko.
15012
15013         * shell/main.c: include gi18n.h for bindtextdomain etc.
15014
15015 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15016
15017         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15018         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15019         tooltips for menu items in the statusbar.
15020
15021 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15022
15023         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15024         pkgdatadir drop UIDIR
15025
15026 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15027
15028         * data/evince-ui.xml: Add File->Open menu item
15029
15030         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15031         chooser), hook it up in the ui manager.
15032
15033 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15034
15035         * shell/ev-window.c: fix Help->About tooltip.
15036
15037 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15038
15039         * configure.ac: set CFLAGS for libevprivate.
15040
15041         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15042         definitions, factory etc.
15043
15044         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15045
15046         * shell/Makefile.am: link against libevprivate.a.
15047
15048         * shell/ev-window.c (entries): add stock icon to Help->About.
15049
15050         * shell/main.c (main): init stock icon code.
15051
15052 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15053
15054         * lib/recent-files: egg recent files code
15055
15056         * lib/Makefile.am: add.
15057
15058         * Makefile.am: add lib subdir.
15059
15060         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15061         set CFLAGS for recent-files.
15062
15063 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15064
15065         * configure.ac: disable -ansi and -pedantic gcc flags. They
15066         disable POSIX stuff in stdio.h, but egg-recent uses them.
15067
15068 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15069
15070         * configure.ac: add --disable-deprecated flag (defaults to on in
15071         "cvs" builds).
15072
15073         * shell/Makefile.am (INCLUDES): use it.
15074
15075 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15076
15077         * shell/main.c: add missing #include.
15078
15079         * shell/ev-window.c: fix for pedantic gcc.
15080         (ev_window_cmd_help_about): split license into paragraphs for
15081         translators and pedantic compilers.
15082
15083 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15084
15085         * configure.ac: add more warning flags if compiling with gcc from
15086         cvs (or explicitly requested with --enable-more-warnings).
15087
15088 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15089
15090         * data/evince-ui.xml: add File and File->Close menu.
15091
15092         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15093         (ev_window_destroy): quit after destroy.
15094         (ev_window_class_init): override GtkObject::destroy.
15095         (entries): install close_window callback.
15096
15097 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15098
15099         * Makefile.am (SUBDIRS): add data subdir.
15100
15101         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15102         gtk+ 2.5.0 for GtkAboutDialog.
15103
15104         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15105         main window.
15106
15107         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15108
15109         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15110         manager.
15111         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15112
15113 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15114
15115         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15116
15117 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15118
15119         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15120
15121 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15122
15123         * shell/*: Added shell directory boilerplate, build it.
15124
15125 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15126
15127         * configure.ac, Makefile.am: Added top-level configure.ac and
15128         Makefile.am