]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Install ev-job-scheduler.h. See bug #567790.
[evince.git] / ChangeLog
1 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
2
3         * libview/Makefile.am:
4
5         Install ev-job-scheduler.h. See bug #567790.
6         
7 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
8
9         * libdocument/Makefile.am:
10
11         Install ev-backends-manager.h and
12         ev-document-type-builtins.h. Fixes bug #567787.
13         
14 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * NEWS:
17         * configure.ac:
18
19         Update for release 2.25.5
20         
21 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * libview/ev-view.c: (ev_view_drag_data_get):
24
25         Fix second parameter passed to gtk_selection_data_set_uris(), 
26         it expects a gchar **.
27         
28 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
29
30         * libdocument/Makefile.am:
31         * libdocument/ev-document-info.h:
32         * libdocument/ev-document-type-builtins.c.template:
33         * libdocument/ev-document-type-builtins.h.template:
34         * libdocument/ev-document.c: (ev_document_info_get_type),
35         (ev_document_info_copy):
36
37         Make EvDocumentInfo and enums definded in ev-document-info.h
38         GTypes. Fixes bug #567789.
39         
40 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
41
42         * shell/main.c (arguments_parse): Fix for a minor code typo.
43
44 2009-01-18  Christian Persch  <chpe@gnome.org>
45
46         * help/reference/Makefile.am:
47         * help/reference/evince.types: Fix the API docs build. Bug #568171.
48
49 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
50
51         * libview/Makefile.am:
52         * libview/ev-view-type-builtins.c.template:
53         * libview/ev-view-type-builtins.h.template:
54
55         Make EvJobPriority a proper GType. Fixes bug #567788.
56         
57 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
58
59         * configure.ac:
60         * cut-n-paste/*/Makefile.am:
61         * libdocument/Makefile.am:
62
63         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
64         code.
65         
66 2009-01-18  Christian Persch  <chpe@gnome.org>
67
68         * libview/ev-view.c: (ev_view_drag_data_get),
69         (ev_view_drag_motion), (ev_view_update_primary_selection),
70         (clear_link_selected):
71         * shell/ev-sidebar-attachments.c:
72         (ev_sidebar_attachments_drag_data_get),
73         (ev_sidebar_attachments_get_property),
74         (ev_sidebar_attachments_init):
75         * shell/ev-window.c: Update drag handling code to use the
76         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
77         hardcoding the targets lists. Bug #558084.
78         
79 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
80
81         * libdocument/Makefile.am:
82         * libdocument/ev-backend-marshal.c:
83         * libdocument/ev-backend-marshalers.list:
84         * libdocument/ev-document.c:
85
86         Remove unused marshalers stuff from libdocument.
87         
88 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * po/POTFILES.in:
91
92         Update for the current source tree.
93         
94 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
95
96         * configure.ac:
97         * Makefile.am:
98         * libdocument/Makefile.am:
99         * libview/Makefile.am:
100         * libview/ev-job-scheduler.[ch]:
101         * libview/ev-jobs.[ch]:
102         * libview/ev-page-cache.[ch]:
103         * libview/ev-pixbuf-cache.[ch]:
104         * libview/ev-timeline.[ch]:
105         * libview/ev-transition-animation.[ch]:
106         * libview/ev-view-accessible.[ch]:
107         * libview/ev-view-marshal.list:
108         * libview/ev-view.[ch]:
109         * shell/Makefile.am:
110
111         Move EvView specific code to a libeviview library so that it can
112         be embbeded in other applications. Based on patches by Tomeu
113         Vizoso. Fixes bug #567751.
114         
115 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
118         * shell/ev-window.c: (ev_window_load_job_cb),
119         (ev_window_load_job_cb), (ev_window_open_uri),
120         (ev_window_reload_local), (ev_window_dispose):
121
122         Remove dest, mode and search_string from EvJobLoad since they are
123         not really needed by the job, but for the window.
124         
125 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
126
127         * shell/ev-view.c: (ev_view_drag_data_received),
128         (ev_view_class_init), (ev_view_init):
129         * shell/ev-window.c: (ev_window_drag_data_received),
130         (ev_window_class_init), (ev_window_init):
131
132         Make the whole EvWindow the destination of a drag and drop
133         operation.
134         
135 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * shell/ev-window.c: (window_open_file_copy_progress_cb):
138
139         Add missing brakets around the percentage in progress
140         messages. See bug #567910.
141         
142 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * shell/ev-application.c: (ev_application_open_window),
145         (ev_application_open_uri_at_dest):
146
147         Do no use gdk_x11_* when not available. Based on patch by Hib
148         Eris, see bug #339172.
149         
150 2009-01-16  Hib Eris  <hib@hiberis.nl>
151
152         * configure.ac:
153         * properties/ev-properties-view.c:
154         (ev_properties_view_format_date):
155
156         Check for localtime_r. See bug #339172.
157         
158 2009-01-16  Hib Eris  <hib@hiberis.nl>
159
160         * shell/main.c:
161
162         Include gdkx only for dbus support. See bug #339172.
163         
164 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
165
166         * shell/ev-view.c: (ev_view_set_zoom_for_size):
167
168         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
169         #567785.
170         
171 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * shell/ev-window.c: (reload_remote_copy_progress_cb),
174         (window_save_file_copy_progress_cb):
175
176         Use brakets around the percentage in progress messages. See bug
177         #567910.
178         
179 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
180
181         * shell/ev-window.c: (reload_remote_copy_ready_cb):
182
183         Fix typo in error message. See bug #567910.
184         
185 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
186
187         * shell/ev-window.c: (ev_window_cmd_file_close_window):
188
189         Fix mnemonic conflict. Fixes bug #567937.
190         
191 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
192
193         * NEWS:
194         * configure.ac:
195
196         Update for release 2.25.4
197         
198 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
199
200         * configure.ac:
201         
202         GLib version requirement bumped to 2.18 due to g_set_error_literal.
203         Thanks to Christian Spurk.
204
205 2008-12-31  Hib Eris  <hib@hiberis.nl>
206         
207         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
208
209         Fix mime type handling.
210         
211 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
212
213         * po/POTFILES.in:
214
215         Add ev-print-operation.c.
216         
217 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
218
219         * shell/ev-window.c: (ev_window_clear_progress_idle),
220         (reset_progress_idle), (ev_window_show_progress_message),
221         (ev_window_reset_progress_cancellable),
222         (ev_window_progress_response_cb), (show_loading_progress),
223         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
224         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
225         (show_reloading_progress), (reload_remote_copy_ready_cb),
226         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
227         (show_saving_progress), (window_save_file_copy_ready_cb),
228         (window_save_file_copy_progress_cb), (ev_window_save_remote),
229         (ev_window_dispose):
230
231         Show progress information when loading/saving remote files. Fixes
232         bug #370958.
233         
234 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
235
236         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
237
238         Show better warning message when temp file cannot be deleted.
239         
240 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * shell/ev-window.c: (image_save_dialog_response_cb):
243
244         Fix saving images to remote locations.
245         
246 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * shell/ev-application.[ch]: (ev_application_shutdown),
249         (ev_application_get_print_settings_file),
250         (ev_application_save_print_settings),
251         (ev_application_get_print_settings),
252         (ev_application_set_print_settings),
253         (ev_application_get_page_setup), (ev_application_set_page_setup):
254         * shell/ev-window.c: (ev_window_save_print_page_setup),
255         (ev_window_load_print_page_setup_from_metadata),
256         (ev_window_print_page_setup_done_cb),
257         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
258         (ev_window_cmd_preview_print):
259
260         Remember page setup options too. Paper size is globally remembered
261         while page margins are stored per document in metadata file. Fixes
262         bugs #525185 and #349102.
263         
264 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
265
266         * shell/ev-print-operation.c:
267         (ev_print_operation_export_print_dialog_response_cb):
268
269         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
270         
271 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
272
273         * shell/ev-print-operation.c: (export_cancel),
274         (export_job_cancelled), (ev_print_operation_export_begin),
275         (ev_print_operation_export_cancel):
276         * shell/ev-window.c: (ev_window_print_cancel),
277         (ev_window_print_update_pending_jobs_message),
278         (ev_window_print_operation_done),
279         (ev_window_print_operation_status_changed),
280         (print_jobs_confirmation_dialog_response),
281         (ev_window_cmd_file_close_window):
282
283         Show a confirmation dialog when there are pending print jobs while
284         closing the main window. Fixes bug #480964.
285         
286 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
287
288         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
289         (ev_print_operation_get_job_name),
290         (ev_print_operation_get_status),
291         (ev_print_operation_get_progress),
292         (ev_print_operation_update_status),
293         (ev_print_operation_export_get_job_name), (clamp_ranges),
294         (get_first_and_last_page), (ev_print_operation_export_run_next),
295         (print_job_finished), (export_print_done), (export_job_cancelled),
296         (update_progress), (export_print_page),
297         (ev_print_operation_export_begin),
298         (ev_print_operation_export_print_dialog_response_cb),
299         (ev_print_operation_export_run),
300         (ev_print_operation_export_cancel),
301         (ev_print_operation_export_class_init):
302         * shell/ev-window.c:
303         (ev_window_print_update_pending_jobs_message),
304         (ev_window_print_operation_done),
305         (ev_window_print_progress_response_cb),
306         (ev_window_print_operation_status_changed),
307         (ev_window_print_operation_begin_print), (ev_window_print_range),
308         (ev_window_dispose):
309
310         Show progress information when printing. Fixes bug #482770.
311         
312 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
313
314         * shell/Makefile.am:
315         * shell/ev-progress-message-area.[ch]:
316         * shell/ev-message-area.[ch]: (ev_message_area_init),
317         (ev_message_area_set_image_from_stock):
318
319         Add EvProgressMessageArea derived from EvMessageArea to show
320         progress information in the message area. 
321         
322 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
323
324         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
325
326         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
327         close button. Add a function to get the contents of the message
328         area.
329         
330 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
331
332         * shell/Makefile.am:
333         * shell/ev-print-operation.[ch]:
334         * shell/ev-jobs.[ch]: (ev_job_export_init),
335         (ev_job_export_dispose), (ev_job_export_run),
336         (ev_job_export_class_init), (ev_job_export_new),
337         (ev_job_export_set_page):
338         * shell/ev-window.c: (ev_window_print_operation_done),
339         (ev_window_print_range), (ev_window_dispose):
340
341         First step of the printing system rework. EvJobPrint has been
342         replaced by EvJobExport so that every page is scheduled to be
343         exported in a thread instead of scheduling the whole printing
344         process. This way the gui is responsive during printing.
345         
346 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
347
348         * shell/ev-window.c: (setup_size_from_metadata),
349         (ev_window_load_print_settings_from_metadata):
350
351         Fix memory leaks.
352         
353 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
354
355         * libdocument/ev-document.c: (ev_document_get_type):
356
357         Add GObject type as prerequisite to EvDocument interface so that
358         document instances can be used as GObjects.
359         
360 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
361
362         * shell/ev-view.c: (jump_to_find_result):
363
364         Only jump the the location of the find result for the first match
365         when searching. It drastically improves the performance when
366         searching. Bug catched and fixed by Michael Hunold. Fixes bug
367         #564774.
368         
369 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * properties/ev-properties-main.c: (ev_properties_get_pages):
372         * properties/ev-properties-view.[ch]:
373         (ev_properties_view_dispose), (ev_properties_view_class_init),
374         (ev_properties_view_set_info), (ev_properties_view_new):
375         * shell/ev-properties-dialog.[ch]:
376         (ev_properties_dialog_set_document):
377         * shell/ev-window.c: (ev_window_setup_document),
378         (ev_window_cmd_file_properties):
379
380         Add document URI to properties page. Fixes bug #555376.
381         
382 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
383
384         * configure.ac:
385         * data/Makefile.am:
386         * data/evince-password.glade: Removed
387         * data/evince-properties.glade: Removed
388         * properties/ev-properties-view.c:
389         (ev_properties_view_class_init), (set_property),
390         (ev_properties_view_set_info), (ev_properties_view_init):
391         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
392         (font_cell_data_func), (ev_properties_fonts_init):
393
394         Remove Glade dependency.
395         
396 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * backend/comics/comics-document.c: (comics_document_load):
399
400         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
401         
402 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
403
404         * NEWS:
405         * configure.ac:
406
407         Update for release 2.25.2
408         
409 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
410
411         * configure.ac:
412         * shell/Makefile.am:
413         * shell/ev-keyring.[ch]:
414         * shell/ev-password.[ch]: Removed
415         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
416         (ev_password_view_class_init), (ev_password_view_clicked_cb),
417         (ev_password_view_init), (ev_password_view_set_uri),
418         (ev_password_dialog_got_response),
419         (ev_password_dialog_remember_button_toggled),
420         (ev_password_dialog_entry_changed_cb),
421         (ev_password_dialog_entry_activated_cb),
422         (ev_password_view_ask_password), (ev_password_view_get_password),
423         (ev_password_view_get_password_save_flags),
424         (ev_password_view_new):
425         * shell/ev-window.c: (ev_window_password_view_unlock),
426         (ev_window_load_job_cb), (ev_window_close_dialogs),
427         (ev_window_init):
428
429         Rework the password view. When the password is in the keyring it's
430         used automatically without showing the password dialog and it's  
431         only stored in the keyring when we are sure it's correct. The
432         password dialog has been reworked too, in order to make it
433         more hig compliant and consistent with the GTK+ dialog used in
434         gtkmountoperation. Fixes bug #562496. 
435         
436 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
437
438         * backend/comics/comics-document.c: (comics_document_load):
439
440         Do not trust file extensions when getting the command needed to
441         uncompress comic documents. Fixes bug #562143.
442         
443 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
444
445         * libdocument/ev-document-factory.c: (get_document_from_uri),
446         (ev_document_factory_get_document):
447         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
448         (get_mime_type_from_data), (ev_file_get_mime_type):
449
450         Move mime-type functions from document-facrory to file-helpers so
451         that it can be reused.
452         
453 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
454
455         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
456         (window_open_file_copy_ready_cb), (ev_window_reload_local),
457         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
458         (ev_window_reload_remote), (ev_window_reload_document):
459
460         Add support for reloading remote documents. Fixes bug #555399.
461         
462 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
463
464         * shell/ev-view.c: (ev_view_find_previous):
465
466         Make sure find_result is never < 0 which causes a crash while
467         searching. Fixes bug #558377.
468         
469 2008-11-19  Marek Kašík <mkasik@redhat.com>
470
471         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
472         (ev_pixbuf_cache_get_selection_surface):
473         
474         Fixes crash on fast scrolling with simultaneous text selection.
475
476 2008-11-19  Marek Kašík <mkasik@redhat.com>
477
478         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
479         * shell/ev-window.c (launch_external_uri):
480         
481         Fixes assertion fail on selecting text. See bug #561393.
482
483 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
484
485         * shell/Makefile.am:
486         * shell/ev-jobs.[ch]: (ev_job_layers_init),
487         (ev_job_layers_dispose), (ev_job_layers_run),
488         (ev_job_layers_class_init), (ev_job_layers_new):
489         * shell/ev-sidebar-layers.[ch]:
490         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
491         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
492         (ev_view_reload_page), (ev_view_reload):
493         * shell/ev-window.c: (setup_sidebar_from_metadata),
494         (ev_window_sidebar_current_page_changed_cb),
495         (sidebar_layers_visibility_changed), (ev_window_init):
496
497         Add layers support.
498         
499 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
500
501         * data/icons/22x22/actions/Makefile.am:
502         * data/icons/22x22/actions/eye.png:
503         * shell/ev-stock-icons.[ch]:
504         
505         Add eye icon from gimp to hide/show layers.
506         
507 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
508
509         * configure.ac:
510         * cut-n-paste/Makefile.am:
511         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
512         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
513         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
514
515         Add GimpCellRendererToggle from gimp slightly modified to fit our
516         needs. 
517         
518 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
519
520         * configure.ac:
521         * backend/pdf/ev-poppler.cc:
522
523         Implement layers interface in PDF backend.
524         
525 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
526
527         * libdocument/Makefile.am:
528         * libdocument/ev-document-layers.[ch]:
529         * libdocument/ev-layer.[ch]:
530
531         Add optional content (layers) interface.
532         
533 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
534
535         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
536         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
537
538         Removes unused code.
539
540 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
541
542         * NEWS:
543         * configure.ac:
544
545         Update for 2.25.1 release
546
547 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
548
549         * shell/ev-window.c:
550
551         Fix build with GTK+ < 2.14
552
553 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
554
555         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
556         
557         Makes menu label translatable. Fixes bug #559129.
558
559 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
560
561         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
562         (t1_transform_font):
563         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
564         
565         More renames of warning to mdvi_warning in follow up to the
566         fix of the bug #553369. Fix for the bug #559257 by
567         Tuxce <tuxce.net@gmail.com>.
568         
569 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
570
571         * shell/ev-application.c: (ev_application_init_session):
572         * shell/main.c: (main):
573
574         Move the egg_set_desktop_file() call to main and remove
575         gtk_window_set_default_icon_name() since it's already called by
576         egg_set_desktop_file()
577         
578 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
579
580         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
581
582         Initialize GError to NULL.
583         
584 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * shell/ev-window.c: (window_save_file_copy_ready_cb),
587         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
588         (ev_window_preview_print_finished), (launch_action):
589
590         Do not use popup dialogs to show error messages anymore, use the
591         message area instead.
592         
593 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
594
595         * shell/ev-window.c: (ev_window_error_message),
596         (ev_window_warning_message), (ev_window_set_document),
597         (ev_window_load_job_cb), (ev_window_load_remote_failed),
598         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
599         (ev_window_cmd_help_contents), (launch_external_uri),
600         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
601         (ev_attachment_popup_cmd_open_attachment),
602         (attachment_save_dialog_response_cb):
603
604         Use a message format (with printf()-style) in
605         ev_window_error_message and ev_window_warning_message.
606
607 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
608
609         * shell/ev-window.c: (ev_window_error_message),
610         (ev_window_warning_message), (ev_window_set_document),
611         (ev_window_load_job_cb), (ev_window_load_remote_failed),
612         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
613         (ev_window_cmd_help_contents), (launch_external_uri),
614         (image_save_dialog_response_cb),
615         (ev_attachment_popup_cmd_open_attachment),
616         (attachment_save_dialog_response_cb):
617
618         Change ev_window_error_message and ev_window_warning_message to
619         receive a EvWindow instead of a GtkWindow. It's more consistent
620         and avoids unneeded casts.
621         
622 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
623
624         * shell/ev-window.c: (ev_window_cmd_help_contents):
625
626         Use gtk_show_uri() when availale to display help contents.
627         
628 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
629
630         * configure.ac:
631         * backend/pdf/ev-poppler.cc:
632         * properties/ev-properties-view.c:
633         * shell/Makefile.am:
634         * shell/ev-tooltip.[ch]: Removed
635         * shell/ev-view-private.h
636         * shell/eggfindbar.c:
637         * shell/ev-application.c:
638         * shell/ev-open-recent-action.c:
639         * shell/ev-sidebar-thumbnails.c:
640         * shell/ev-view.c:
641         * shell/ev-window.c:
642
643         Bump GTK+ requirement to 2.12.
644         
645 2008-10-27 Christian Persch <chpe@gnome.org>
646
647         * backend/djvu/djvu-document.c
648         * backend/dvi/cairo-device.c
649         * cut-n-paste/evmountoperation/ev-mount-operation.h
650         * cut-n-paste/gedit-message-area/gedit-message-area.h
651         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
652         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
653         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
654         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
655         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
656         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
657         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
658         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
659         * cut-n-paste/zoom-control/ephy-zoom-action.c
660         * cut-n-paste/zoom-control/ephy-zoom-action.h
661         * cut-n-paste/zoom-control/ephy-zoom-control.c
662         * cut-n-paste/zoom-control/ephy-zoom-control.h
663         * libdocument/ev-async-renderer.h
664         * libdocument/ev-document-factory.c
665         * libdocument/ev-document-misc.h
666         * libdocument/ev-image.h
667         * libdocument/ev-selection.h
668         * shell/ev-properties-fonts.h
669         * shell/ev-stock-icons.h
670         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
671         directly. Bug #558064.
672
673 2008-10-27 Christian Persch <chpe@gnome.org>
674
675         * cut-and-paste/smclient/*: Update from libegg.
676
677 2008-10-27 Christian Persch <chpe@gnome.org>
678
679         * backend/djvu/djvu-document.c
680         * backend/ps/ev-spectre.c
681         * shell/ev-jobs.c: Use printf safely. Bug #558066.
682
683 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
684
685         * shell/ev-view.c (ev_view_change_page),
686         (ev_view_transition_animation_finish),
687         (ev_view_transition_animation_cancel), (page_changed_cb),
688         (ev_view_set_presentation), (ev_view_next_page),
689         (ev_view_previous_page):
690         
691         Cancel the animation without scheduling transition start
692         and proceed to the next page to fix bug #516749.
693
694 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
695
696         * NEWS:
697         * configure.ac:
698
699         Update for release 2.24.1
700         
701 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
702
703         * shell/ev-window.c: (ev_window_cmd_view_presentation):
704
705         Disable toggle function of F5 when in presentation mode. Patch by
706         Dave Neary. Fixes bug #556162.
707         
708 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
709
710         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
711         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
712         (ev_sidebar_thumbnails_fill_model),
713         (ev_sidebar_thumbnails_refresh),
714         (ev_sidebar_thumbnails_set_document):
715
716         Instead of using only one loading icon for thumbnails based on the
717         size of the first page, create an icon for every different page
718         size. Fixes bug #556264.
719         
720 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
721
722         * shell/ev-page-cache.c: (ev_page_cache_finalize):
723
724         Fix memory leak.
725         
726 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
727
728         * shell/ev-window-title.c (ev_window_title_sanitize_title):
729
730         Removes bad prefixes from window title. Patch by 
731         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
732         
733 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
734
735         * shell/ev-window.c: (launch_external_uri):
736
737         Do not consider mailto links as http uris. Fixes bug #555801.
738         
739 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * shell/ev-view.c: (merge_selection_region), (clear_selection):
742
743         Fix memory leak. Fixes bug #555134.
744         
745 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
748
749         Emit the job finished signal when the job is handled before the
750         page_ready callback.
751         
752 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
753
754         * shell/ev-window.c: (launch_action):
755
756         Use GdkAppLaunchContext when available to launch external
757         applications.
758         
759 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
760
761         * shell/ev-window.c: (launch_action):
762
763         Fix launching external applications for launch actions which seems
764         to be broken since the gio port. Fixes bug #554500.
765         
766 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
767
768         * backend/dvi/Makefile.am:
769         * backend/dvi/cairo-device.c:
770         * backend/dvi/dvi-document.c:
771         * backend/dvi/mdvi-lib/Makefile.am:
772
773         Fix several compile warnings in the dvi backend.
774         
775 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * backend/dvi/mdvi-lib/common.h:
778         * backend/dvi/mdvi-lib/dviread.c:
779         * backend/dvi/mdvi-lib/font.c:
780         * backend/dvi/mdvi-lib/fontmap.c:
781         * backend/dvi/mdvi-lib/fontsrch.c:
782         * backend/dvi/mdvi-lib/gf.c:
783         * backend/dvi/mdvi-lib/pagesel.c:
784         * backend/dvi/mdvi-lib/pk.c:
785         * backend/dvi/mdvi-lib/sp-epsf.c:
786         * backend/dvi/mdvi-lib/special.c:
787         * backend/dvi/mdvi-lib/tfm.c:
788         * backend/dvi/mdvi-lib/tfmfile.c:
789         * backend/dvi/mdvi-lib/util.c:
790         * backend/dvi/mdvi-lib/vf.c:
791
792         Rename error as mdvi_error to avoid symbol conflicts with the libc
793         error. Rename also message, crash, fatal and warning for
794         consistency. Fixes bug #553369.
795         
796 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * backend/dvi/dvi-document.c: (dvi_document_load):
799
800         Fix memory leak.
801         
802 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * backend/dvi/dvi-document.c:
805
806         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
807         G_IMPLEMENT_INTERFACE.
808         
809 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
812
813         Make sure copy_job_page_and_selection_to_job_info is always called
814         before copy_job_to_job_info. Fixes bug #552382.
815         
816 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * NEWS:
819         * configure.ac:
820
821         Update for release 2.24.0
822         
823 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
824
825         * shell/ev-window.c: (launch_external_uri):
826
827         Use GdkAppLaunchContext when available to launch external uris.
828         
829 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * shell/ev-window.c: (launch_external_uri):
832
833         Use the message area to show errors when lauching external uris
834         instead of a popup window.
835         
836 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
837
838         * shell/ev-window.c: (launch_external_uri):
839
840         Assume invalid uris are http uris. Fixes bug #552071.
841         
842 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * NEWS:
845         * configure.ac:
846
847         Update for release 2.23.92.
848         
849 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * shell/eggfindbar.c: (egg_find_bar_class_init):
852
853         Allow page scrolling with PageUp/PageDown keys when find bar is
854         active. Fixes bug #529833.
855         
856 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
857
858         * shell/ev-view-private.h:
859         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
860         (ev_view_scroll), (ev_view_class_init):
861         * shell/ev-view-accessible.c:
862         (ev_view_accessible_action_do_action):
863         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
864         (ev_window_cmd_scroll_backward):
865
866         Use GtkScrollType instead of EvScrollType.
867         
868 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
869
870         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
871         
872         Patch for case unsensitive page label match by Michael Lee.
873         See bug #550136.
874         
875         * shell/ev-page-action.c (create_tool_item):    
876         * test/Makefile.am:
877         * test/test1.py:
878         * test/test4.py:
879         * test/test5.py:
880         
881         Added test for the above and updated other tests.
882
883 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
884
885         * shell/ev-window.c: (image_save_dialog_response_cb):
886
887         Do not append the file extension twice when saving an image.
888         
889 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
892
893         Remove an invalid ifdef.
894         
895 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * shell/ev-view.c: (ev_view_motion_notify_event):
898
899         Make sure the cursor is correctly restored after showing the right
900         click menu.
901         
902 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
905         (ev_attachment_open):
906         * shell/ev-sidebar-attachments.c:
907         (ev_sidebar_attachments_button_press):
908         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
909
910         Use GdkAppLaunchContext when available to open attachments.
911         
912 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
915
916         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
917         by Eric Piel.
918         
919 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
920
921         * shell/ev-application.c: (ev_application_get_media_keys):
922         * shell/ev-media-player-keys.[ch]:
923         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
924         (ev_media_player_keys_grab_keys),
925         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
926         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
927         * shell/ev-window.[ch]: (ev_window_dispose),
928         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
929         (ev_window_init):
930
931         Clean up the media player keys stuff.
932         
933 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
934
935         * NEWS:
936         * configure.ac:
937
938         Update for release 2.23.91.
939         
940 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
941
942         * cut-n-paste/smclient/eggsmclient-xsmp.c:
943         (sm_client_xsmp_set_initial_properties):
944
945         Fix memory leak.
946         
947 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
948
949         * shell/ev-application.c: (ev_application_open_window),
950         (ev_application_open_uri_at_dest):
951
952         Make sure evince starts up in the right workspace when resuming a
953         previous session.
954         
955 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
956
957         * shell/ev-application.[ch]: (ev_application_open_window),
958         (ev_application_add_icon_path_for_screen),
959         (ev_application_open_uri_at_dest):
960
961         Fix window manager warnings shown in ~/.xsession-errors
962         
963 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
964
965         * configure.ac:
966         * cut-n-paste/Makefile.am:
967         * cut-n-paste/smclient/Makefile.am:
968         * cut-n-paste/smclient/eggdesktopfile.[ch]:
969         * cut-n-paste/smclient/eggsmclient-private.h:
970         * cut-n-paste/smclient/eggsmclient-xsmp.c:
971         * cut-n-paste/smclient/eggsmclient.[ch]:
972
973         EggSMClient copied from libegg
974
975         * libdocument/ev-file-helpers.c: (ev_dot_dir):
976         * shell/Makefile.am:
977         * shell/ev-application.[ch]: (ev_application_load_session),
978         (smclient_save_state_cb), (smclient_quit_cb),
979         (ev_application_init_session), (ev_application_shutdown),
980         (ev_application_init):
981         * shell/main.c: (main):
982
983         Use EggSMClient instead of gnome-client and remove libgnome and
984         libgnomeui dependencies.
985         
986 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
987
988         * shell/main.c: (main):
989
990         Remove gnome_authentication_manager_init.
991         
992 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
993
994         * shell/ev-view.c: (ev_view_goto_window_create):
995
996         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
997         since it's now deprecated.
998         
999 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1000
1001         * backend/djvu/Makefile.am:
1002         * backend/djvu/djvu-document-private.h:
1003         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1004         (djvu_document_find_iface_init):
1005         * backend/djvu/djvu-text-page.[ch]:
1006         * backend/djvu/djvu-text.[ch]: Removed
1007         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1008         (pdf_document_find_iface_init):
1009         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1010         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1011         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1012         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1013         (ev_job_find_has_results), (ev_job_find_get_results):
1014         * shell/ev-view-private.h:
1015         * shell/ev-view.[ch]: (ev_view_expose_event),
1016         (highlight_find_results), (ev_view_finalize),
1017         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1018         (ev_view_set_document), (ev_view_find_get_n_results),
1019         (ev_view_find_get_result), (jump_to_find_result),
1020         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1021         (ev_view_find_previous), (ev_view_find_search_changed),
1022         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1023         * shell/ev-window.c: (ev_window_update_actions),
1024         (page_changed_cb), (ev_window_setup_document),
1025         (ev_window_update_find_status_message),
1026         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1027         (ev_window_clear_find_job), (find_bar_close_cb),
1028         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1029         (ev_window_dispose), (ev_window_init):
1030
1031         Rework find interface. The find logic has been moved from backends
1032         to the shell avoiding a lot of duplicated code in the backends and
1033         making easier to implement the find interface in the backends.
1034         
1035 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * backend/pdf/ev-poppler.cc:
1038         (pdf_document_thumbnails_get_dimensions):
1039
1040         Make sure thumbnail size returned by the PDF is actually
1041         valid. Fixes bug #548462.
1042         
1043 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1044
1045         * shell/ev-window.c: (ev_window_setup_document),
1046         (ev_window_set_document), (ev_window_dispose):
1047
1048         Remove the idle function for setting the document up when the
1049         window is destroyed. Fixes bug #549163.
1050         
1051 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1052
1053         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1054         (ev_job_attachments_dispose), (ev_job_attachments_run),
1055         (ev_job_attachments_class_init), (ev_job_attachments_new):
1056         * shell/ev-sidebar-attachments.c:
1057         (ev_sidebar_attachments_set_document):
1058
1059         Add a new job to get the attachments in a thread with the document
1060         lock held. Fixes bug #548653.
1061         
1062 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1065         (tiff_document_document_iface_init):
1066
1067         Implement document_get_page_label in tiff backend.
1068         
1069 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1070
1071         * backend/tiff/tiff-document.c: (tiff_document_render):
1072
1073         Handle document orientation in tiff backend. Fixes bug #548444.
1074         
1075 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1076
1077         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1078
1079         Do not crash when adjustment page size is 0. Fixes bug #547440.
1080         
1081 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1084
1085         Sync with current GTK+.
1086         
1087 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1088
1089         * configure.ac:
1090         
1091         Update for release 2.23.6.
1092
1093 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1094
1095         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1096         (ev_job_load_set_password):
1097         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1098         * shell/ev-window.c: (password_dialog_response),
1099         (ev_window_load_job_cb):
1100
1101         Fix loading encrypted documents since I broke it with the jobs
1102         rework.
1103         
1104 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1105
1106         * NEWS:
1107
1108         Update NEWS for 2.23.6 release.
1109         
1110 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1111
1112         * backend/impress/impress-document.c:
1113         * backend/impress/render.h:
1114         * libdocument/ev-document-factory.c:
1115         * libdocument/ev-document-factory.h:
1116         * libdocument/ev-document-links.h:
1117         * libdocument/ev-document-misc.c:
1118         * libdocument/ev-document-misc.h:
1119         * properties/ev-properties-main.c:
1120         * properties/ev-properties-view.c:
1121         * properties/ev-properties-view.h:
1122         * shell/eggfindbar.c:
1123         * shell/eggfindbar.h:
1124         * shell/ev-application.c:
1125         * shell/ev-application.h:
1126         * shell/ev-jobs.h:
1127         * shell/ev-message-area.h:
1128         * shell/ev-navigation-action.c:
1129         * shell/ev-navigation-action.h:
1130         * shell/ev-open-recent-action.c:
1131         * shell/ev-open-recent-action.h:
1132         * shell/ev-page-action-widget.c:
1133         * shell/ev-page-action.c:
1134         * shell/ev-page-action.h:
1135         * shell/ev-page-cache.h:
1136         * shell/ev-password-view.h:
1137         * shell/ev-password.h:
1138         * shell/ev-pixbuf-cache.h:
1139         * shell/ev-properties-fonts.c:
1140         * shell/ev-sidebar-attachments.c:
1141         * shell/ev-sidebar-links.c:
1142         * shell/ev-sidebar-links.h:
1143         * shell/ev-sidebar-thumbnails.c:
1144         * shell/ev-sidebar-thumbnails.h:
1145         * shell/ev-sidebar.c:
1146         * shell/ev-sidebar.h:
1147         * shell/ev-stock-icons.c:
1148         * shell/ev-tooltip.h:
1149         * shell/ev-view.c:
1150         * shell/ev-view.h:
1151         * shell/ev-window.c:
1152         * shell/ev-window.h:
1153         * shell/main.c:
1154
1155         More #include cleanups. Again: reordering, single gtk.h
1156         includes and other stuff.
1157
1158 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1159
1160         * shell/eggfindbar.c:
1161         * shell/ev-application.c:
1162         * shell/ev-message-area.c:
1163         * shell/ev-navigation-action.c:
1164         * shell/ev-open-recent-action.c:
1165         * shell/ev-page-action-widget.c:
1166         * shell/ev-page-action.c:
1167         * shell/ev-password-view.c:
1168         * shell/ev-properties-dialog.c:
1169         * shell/ev-properties-fonts.c:
1170         * shell/ev-sidebar-attachments.c:
1171         * shell/ev-sidebar-page.c:
1172         * shell/ev-sidebar-thumbnails.c:
1173         * shell/ev-stock-icons.c:
1174         * shell/ev-tooltip.c:
1175         * shell/ev-view.c:
1176         * shell/ev-window.c:
1177         * shell/main.c:
1178
1179         Cleanup many #include statements: reorder so that a
1180         generic-to-specific order is used, use single gtk.h
1181         includes, and some other cleanups.
1182
1183 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1184
1185         * shell/ev-jobs.h:
1186
1187         Add gio header.
1188         
1189 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1192         (ev_document_fc_mutex_trylock):
1193         * shell/Makefile.am:
1194         * shell/ev-job-queue.[ch]:
1195         * shell/ev-job-scheduler.[ch]:
1196         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1197         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1198         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1199         (ev_job_failed_from_error), (ev_job_succeeded),
1200         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1201         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1202         (ev_job_links_class_init), (ev_job_render_init),
1203         (notify_page_ready), (ev_job_render_page_ready),
1204         (ev_job_render_run), (ev_job_render_class_init),
1205         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1206         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1207         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1208         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1209         (ev_job_save_dispose), (ev_job_save_run),
1210         (ev_job_save_class_init), (ev_job_print_init),
1211         (ev_job_print_dispose), (ev_job_print_run),
1212         (ev_job_print_class_init):
1213         * shell/ev-page-cache.c:
1214         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1215         (check_job_size_and_unref), (move_one_job),
1216         (copy_job_to_job_info), (add_job),
1217         (ev_pixbuf_cache_add_jobs_if_needed):
1218         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1219         (job_fonts_finished_cb), (job_fonts_updated_cb),
1220         (ev_properties_fonts_set_document):
1221         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1222         (ev_sidebar_links_set_document):
1223         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1224         (ev_sidebar_thumbnails_set_document),
1225         (ev_sidebar_thumbnails_clear_job):
1226         * shell/ev-view-private.h:
1227         * shell/ev-view.c:
1228         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1229         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1230         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1231         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1232         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1233         (ev_window_reload_document), (ev_window_clear_save_job),
1234         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1235         (ev_window_clear_print_job), (ev_window_print_job_cb),
1236         (ev_window_print_dialog_response_cb):
1237         * shell/main.c: (main):
1238
1239         Rework the jobs system in order to make it simpler and more
1240         extensible. It allows to run jobs in the main loop instead of
1241         using a thread when it's appropriate like the fonts job. Now it's
1242         also possible to cancel jobs that are currently running. 
1243         
1244 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1245
1246         * libdocument/ev-debug.c: (profile_init):
1247
1248         Create the hash table also when profiling service is enabled for
1249         all sections.
1250         
1251 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1252
1253         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1254         (ev_profiler_stop):
1255         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1256         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1257         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1258         (ev_job_print_run):
1259         * shell/main.c: (main):
1260
1261         Add a profile mode available when debug is enabled. Add profilers
1262         in ev-jobs.
1263         
1264 2008-07-23  Götz Waschk <waschk@mandriva.org>
1265
1266         * configure.ac: Correctly build desktop file. Fixes
1267         bug #544237.
1268
1269 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1270
1271         * configure.ac:
1272         
1273         Update for release 2.23.5.
1274
1275 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * NEWS:
1278
1279         Update NEWS for 2.23.5 release.
1280         
1281 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * shell/ev-window.c: (ev_window_state_event),
1284         (ev_window_class_init):
1285
1286         Intercept window manager's fullscreen request in order to run/stop
1287         fullscreen mode. Fixes bug #493541.
1288         
1289 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1290
1291         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1292
1293         Restart the job search when the find bar is opened for the second
1294         time. Fixes bug #531956.
1295         
1296 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1299         (get_document_from_uri):
1300
1301         Make sure we always return a valid error struct when
1302         get_document_from_uri fails. Fixes nautilus crash, see bug
1303         #542548.
1304         
1305 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1306
1307         * libdocument/ev-transition-effect.c
1308         (ev_transition_effect_type_get_type),
1309         (ev_transition_effect_alignment_get_type),
1310         (ev_transition_effect_direction_get_type):
1311         
1312         Fixes bug #542924. Makes enums static to fix Solaris build.
1313
1314 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1315
1316         * shell/ev-view.c: (ev_view_key_press_event):
1317
1318         Add '.' keybinding for blanking the screen in presentation
1319         mode. Fixes bug #542001.
1320         
1321 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1322
1323         * libdocument/ev-document-misc.c:
1324         (ev_document_misc_pixbuf_from_surface):
1325
1326         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1327         #540950.
1328         
1329 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1330
1331         * backend/comics/comics-document.c (comics_document_load):
1332         * backend/comics/comicsdocument.evince-backend.in:
1333         * configure.ac:
1334         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1335         
1336         Added support for 7-zip based cb7 comic book. Patch by
1337         Kartik Rustagi. Fixes bug #532312.
1338
1339 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1340
1341         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1342         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1343         Fixes bug #539972.
1344
1345 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1346
1347         * shell/Makefile.am:
1348         * shell/ev-application.c (ev_application_init),
1349         (ev_application_get_media_keys):
1350         * shell/ev-application.h:
1351         * shell/ev-marshal.list:
1352         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1353         (proxy_destroy), (on_media_player_key_pressed),
1354         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1355         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1356         * shell/ev-media-player-keys.h:
1357         * shell/ev-window.c (ev_window_go_previous_page),
1358         (ev_window_go_next_page), (ev_window_go_first_page),
1359         (ev_window_go_last_page), (ev_window_start_presentation),
1360         (ev_window_dispose), (view_actions_focus_in_cb):
1361         * shell/ev-window.h: When building with D-Bus support, listen
1362         for multimedia key events from gnome-settings-daemon. This allows
1363         to go to the next/previous/first/last pages using, respectively,
1364         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1365         a presentation. Fixes bug #539971.
1366
1367 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1368
1369         * configure.ac:
1370         
1371         Update for release 2.23.4.
1372
1373 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * NEWS:
1376
1377         Update news for 2.23.4 release.
1378         
1379 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1380
1381         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1382         * shell/ev-sidebar-thumbnails.c:
1383         (ev_sidebar_thumbnails_set_loading_icon),
1384         (ev_sidebar_thumbnails_refresh):
1385         * shell/ev-window.c: (ev_window_error_message),
1386         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1387         (ev_window_set_document):
1388
1389         Do not crash opening documents with no pages and show a warning
1390         message in the message area. Fixes bugs #537574 and #171588.
1391         
1392 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * shell/Makefile.am:
1395         * shell/ev-file-monitor.[ch]:
1396         * shell/ev-window.c: (ev_window_document_changed),
1397         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1398         (ev_window_reload_job_cb), (ev_window_open_uri),
1399         (ev_window_reload_document), (ev_window_cmd_view_reload),
1400         (ev_window_dispose):
1401
1402         Automaticly reload the document when the file has changed on
1403         disk. Bug #304249.
1404         
1405 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1406
1407         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1408         * libdocument/ev-image.c: (ev_image_save_tmp):
1409         * libdocument/ev-module.c: (ev_module_load):
1410         * shell/ev-application.c: (ev_application_shutdown),
1411         (ev_application_get_print_settings):
1412         * shell/ev-sidebar-attachments.c:
1413         (ev_sidebar_attachments_button_press),
1414         (ev_sidebar_attachments_drag_data_get):
1415         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1416         (ev_window_print_finished), (ev_window_print_send),
1417         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1418         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1419         (ev_window_cmd_preview_print):
1420         * shell/main.c: (load_files_remote):
1421         Fix some build warnings under GCC 4.3.0. (#537535).
1422
1423 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * shell/ev-jobs.c: (ev_job_render_dispose):
1426
1427         Fix a crash in debug mode. Patch by Daniel M German.
1428         
1429 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1430
1431         * shell/ev-window.c:
1432
1433         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1434         
1435 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1436
1437         * shell/ev-window.c: (ev_window_print_send),
1438         (ev_window_do_preview_print):
1439
1440         Use the window title as print job name instead of just
1441         "evince-print". Fixes bug #534493.
1442         
1443 2008-05-19  Frederic Peters  <fpeters@0d.be>
1444
1445         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1446         Bug #533897.
1447
1448 2008-05-19  Frederic Peters  <fpeters@0d.be>
1449
1450         * help/reference/Makefile.am: added missing libevmountoperation to
1451         gtkdoc-scanobj libraries.  Bug #533896.
1452
1453 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1454
1455         * properties/ev-properties-view.c (get_default_user_units):
1456         Fixes check for default units string translation. Bug #533323.
1457
1458 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1459
1460         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1461         be an iks_free(). Fix an array overflow in the XML parser that
1462         would occur whenever the number of attributes in a tag was greater
1463         than 0 and divisible by 6. Fixes GNOME bug #530852.
1464
1465 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * backend/djvu/djvu-document-private.h:
1468         * backend/djvu/djvu-links.c:
1469         * backend/djvu/djvu-text.c:
1470         * backend/djvu/djvu-document.c: (djvu_handle_events),
1471         (djvu_wait_for_message), (djvu_document_load),
1472         (document_get_page_size), (djvu_document_render),
1473         (djvu_document_thumbnails_get_thumbnail),
1474         (djvu_document_file_exporter_end):
1475
1476         Make sure load job doesn't finish successfully when the document
1477         is not successfully decoded by libdjvu. Fixes bug #530202.
1478         
1479 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1480
1481         * configure.ac:
1482         * libdocument/Makefile.am:
1483         * libdocument/ev-debug.[ch]:
1484         * libdocument/ev-document.c:
1485         * shell/ev-jobs.c: (ev_job_links_dispose),
1486         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1487         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1488         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1489         (ev_job_render_page_ready), (ev_job_render_run),
1490         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1491         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1492         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1493         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1494         (ev_job_print_new), (ev_job_print_run):
1495         * shell/main.c: (main):
1496
1497         Add debug mode based on gedit code. Add debug messages in
1498         ev-jobs.
1499         
1500 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1501
1502         * libdocument/ev-document-factory.c: (get_document_from_uri):
1503
1504         Fix memory leak.
1505         
1506 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1507
1508         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1509         (get_mime_type_from_data), (get_document_from_uri),
1510         (ev_document_factory_get_document):
1511         
1512         Improved error message about file opening failture.
1513         Bug #529129.
1514
1515 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1516
1517         * data/evince-toolbar.xml:
1518         
1519         Allow to add SaveAs to toolbar.
1520
1521 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * shell/ev-view-private.h:
1524         * shell/ev-view.[ch]: (ev_view_button_release_event),
1525         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1526         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1527         (ev_view_update_primary_selection), (clear_link_selected),
1528         (ev_view_copy_link_address):
1529         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1530
1531         Update also the primary selection when copying a link
1532         address. Fixes bug #520855.
1533         
1534 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1535
1536         * libdocument/ev-document-factory.c: (get_document_from_uri):
1537
1538         Use the pixbuf backend only when the mime type is not supported by
1539         any of the other backend so that tiff documents, for instance, are
1540         handled by the tiff backend instead of the pixbuf backend. fixes
1541         bug #520290.
1542         
1543 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1544
1545         * cut-n-paste/Makefile.am:
1546
1547         Add evmountoperation to subdirs list.
1548         
1549 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1550
1551         * configure.ac:
1552
1553         Fix libspectre check in configure script. Fixes bug #528549.
1554         
1555 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * configure.ac:
1558         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1559         * shell/Makefile.am:
1560         * shell/ev-window.c: (ev_window_load_remote_failed),
1561         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1562
1563         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1564         open documents in remote locations that are not mounted.
1565         
1566 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1569         (bitmap_convert_msb8):
1570         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1571         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1572
1573         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1574         
1575 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1578         (ev_job_render_new), (ev_job_render_set_selection_info),
1579         (ev_job_render_run):
1580         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1581         (check_job_size_and_unref),
1582         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1583         (add_job), (ev_pixbuf_cache_get_selection_surface):
1584
1585         Create the render context needed for rendering a page in the render
1586         thread so that we don't block the main thread. Simplify
1587         EvJobRender API.
1588         
1589 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * libdocument/Makefile.am:
1592         * libdocument/ev-page.[ch]:
1593         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1594         (ev_render_context_new), (ev_render_context_set_page):
1595         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1596         (ev_form_field_finalize), (ev_form_field_class_init):
1597         * libdocument/ev-document-forms.[ch]:
1598         (ev_document_forms_get_form_fields):
1599         * libdocument/ev-document.[ch]: (ev_document_get_page),
1600         (ev_document_get_page_size), (ev_document_get_page_label):
1601         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1602         (ev_job_render_run), (ev_job_thumbnail_new),
1603         (ev_job_thumbnail_run), (ev_job_print_run):
1604         * shell/ev-page-cache.c: (ev_page_cache_new):
1605         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1606         (check_job_size_and_unref), (add_job):
1607         * shell/ev-sidebar-thumbnails.c: (add_range):
1608         * shell/ev-view.c: (ev_view_form_field_get_region),
1609         (ev_view_form_field_button_create_widget),
1610         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1611         (ev_view_handle_form_field), (ev_view_size_allocate),
1612         (get_selected_text):
1613         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1614         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1615         (pdf_document_get_page), (pdf_document_get_page_label),
1616         (pdf_document_render), (pdf_document_get_info),
1617         (pdf_document_document_iface_init),
1618         (pdf_document_thumbnails_get_thumbnail),
1619         (pdf_document_thumbnails_get_dimensions),
1620         (pdf_document_file_exporter_do_page),
1621         (pdf_selection_render_selection),
1622         (pdf_selection_get_selected_text),
1623         (pdf_selection_get_selection_region),
1624         (pdf_selection_get_selection_map),
1625         (pdf_document_forms_get_form_fields),
1626         (pdf_document_forms_form_field_text_get_text),
1627         (pdf_document_forms_form_field_text_set_text),
1628         (pdf_document_forms_form_field_button_set_state),
1629         (pdf_document_forms_form_field_button_get_state),
1630         (pdf_document_forms_form_field_choice_get_item),
1631         (pdf_document_forms_form_field_choice_get_n_items),
1632         (pdf_document_forms_form_field_choice_is_item_selected),
1633         (pdf_document_forms_form_field_choice_select_item),
1634         (pdf_document_forms_form_field_choice_toggle_item),
1635         (pdf_document_forms_form_field_choice_unselect_all),
1636         (pdf_document_forms_form_field_choice_set_text),
1637         (pdf_document_forms_form_field_choice_get_text):
1638         * backend/ps/ev-spectre.c: (ps_document_get_page),
1639         (ps_document_get_page_size), (ps_document_get_page_label),
1640         (ps_document_render), (ps_document_document_iface_init),
1641         (ps_document_file_exporter_do_page):
1642         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1643         (tiff_document_render), (tiff_document_render_pixbuf),
1644         (tiff_document_file_exporter_do_page):
1645         * backend/pixbuf/pixbuf-document.c:
1646         (pixbuf_document_get_page_size):
1647         * backend/comics/comics-document.c:
1648         (comics_document_get_page_size), (comics_document_render_pixbuf):
1649         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1650         (djvu_document_render), (djvu_selection_get_selected_text),
1651         (djvu_document_thumbnails_get_thumbnail),
1652         (djvu_document_file_exporter_do_page),
1653         (djvu_document_find_get_result):
1654         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1655         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1656         (dvi_document_thumbnails_get_thumbnail),
1657         (dvi_document_file_exporter_do_page):
1658         * backend/impress/impress-document.c:
1659         (impress_document_get_page_size),
1660         (impress_document_render_pixbuf):
1661         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1662
1663         Add EvPage so that we can hold a reference to the backend
1664         page. Form fields keep now a reference to the poppler page
1665         improving performance since we don't have to create/destroy the
1666         poppler field for every form operation. This will be needed for
1667         annotations too.
1668         
1669 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * data/evince-ui.xml:
1672         * shell/ev-window.c:
1673
1674         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1675         
1676 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1677
1678         * configure.ac:
1679         * backend/ps/Makefile.am:
1680
1681         Remove gs stuff from ps backend.
1682         
1683 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1684
1685         * configure.ac:
1686         * backend/pdf/ev-poppler.cc:
1687
1688         Bump poppler requirement to 0.8.0.
1689         
1690 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1691
1692         * NEWS:
1693         * configure.ac:
1694
1695         Update for release 2.22.1.1
1696
1697 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1698
1699         * configure.ac:
1700
1701         Fix build (again) when poppler version is 0.6
1702         
1703 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * backend/djvu/djvu-links.c: (build_tree):
1706
1707         Make sure link title is a valid utf8 string. Fixes bug #526517.
1708         
1709 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * configure.ac:
1712
1713         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1714         #526799.
1715         
1716 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1717
1718         * configure.ac:
1719         
1720         Update for release 2.22.1.
1721
1722 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1723
1724         * NEWS:
1725
1726         Update for upcoming release.
1727
1728 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * configure.ac:
1731         * backend/dvi/dvidocument.evince-backend.in:
1732
1733         Add compressed dvi to the list of supported mime types. Patch by
1734         Ed Catmur. Fixes bug #307087.
1735
1736 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1739
1740         Fix a crash when printing a range that doesn't specify the start or
1741         end page. Fixes bug #524288.
1742
1743 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * shell/ev-window.c: (ev_window_cmd_continuous),
1746         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1747         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1748         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1749         (ev_window_run_presentation), (ev_window_stop_presentation),
1750         (ev_window_cmd_view_presentation),
1751         (ev_window_cmd_leave_fullscreen),
1752         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1753
1754         Do not unfullscreen and fullscreen again the window when changing
1755         from fullscreen to presentation mode and vice versa. Fixes bug
1756         #524112.
1757         
1758 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1759
1760         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1761
1762         Do not crash when thumbnail failed to render in PS backend. Fixes
1763         bug #525015.
1764         
1765 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1766
1767         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1768         (ev_window_load_file_remote), (ev_window_open_uri):
1769
1770         Handle errors when opening remote files.
1771         
1772 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1775
1776         Only grab the focus for the current visible proxy widget. Fixes
1777         bug #521224.
1778         
1779 2008-03-30  Emil Soleyman  <emil@nishra.com>
1780
1781         * shell/ev-window.c: (launch_external_uri):
1782         
1783         Reuse g_app_info_launch_default_for_uri to
1784         save some code and fix bug #525009.
1785
1786 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1787
1788         * shell/ev-window.c (image_save_dialog_response_cb):
1789
1790         Use g_str_has_suffix. See bug #523069.
1791
1792 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1793
1794         * configure.ac:
1795
1796         Add a configure option to enable/diable DBus. Patch by Rémi
1797         Cardona. Fixes bug 521797.
1798
1799 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1800
1801         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1802
1803         Fix printing in documents with rotated pages. Patch by Eugen
1804         Dedu. Fixes bug #512648.
1805         
1806 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1807
1808         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1809         (ev_link_from_action):
1810
1811         Fix warning messages.
1812         
1813 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1814
1815         * shell/ev-window.c: (image_save_dialog_response_cb):
1816
1817         Do not append the extension to filename when saving an image
1818         if the filename alredy contains the extension. Fixes bug #523069.
1819         
1820 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * shell/ev-view.[ch]: (ev_view_find_cancel):
1823         * shell/ev-window.c: (find_bar_close_cb):
1824
1825         Cancel the find operation when the find bar is closed. Fixes bug
1826         #508845.
1827         
1828 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1829
1830         * backend/ps/psdocument.evince-backend.in:
1831
1832         Make ps backend module resident. Fixes bug #520607.
1833         
1834 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1835
1836         * shell/ev-jobs.c: (ev_job_print_run):
1837
1838         Invert collate action in order to work as expected, fix reverse
1839         printing so that it doesn't start with a blank page and fix number
1840         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1841         
1842 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1843
1844         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1845
1846         Fix build with poppler <= 0.7.2
1847         
1848 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * libdocument/ev-document-misc.c:
1851         (ev_document_misc_surface_from_pixbuf):
1852
1853         Fix selections with poppler-splash.
1854         
1855 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1856
1857         * configure.ac:
1858         * backend/pdf/ev-poppler.cc:
1859
1860         Fix build with poppler >= 0.7.2
1861         
1862 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1863
1864         * configure.ac:
1865         
1866         Update for release 2.22.0
1867
1868 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * NEWS:
1871
1872         Update for upcoming release.
1873
1874 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1875
1876         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1877
1878         Bug 495107 – Handle print dialog responses correctly
1879
1880         Correctly handle print dialog response. Properly fixes
1881         the above mentioned bug.
1882
1883 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1884
1885         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1886
1887         Make sure print job is only run when the print button is
1888         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1889         
1890 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1891
1892         * backend/pdf/pdfdocument.evince-backend.in:
1893         * libdocument/ev-backends-manager.c:
1894         (ev_backends_manager_load_backend),
1895         (ev_backends_manager_get_document):
1896         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1897
1898         Allow making backend modules resident. This is needed only for
1899         some backends like pdf to avoid registering glib types more than
1900         once.
1901         
1902 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1903
1904         * backend/comics/comics-document.c:
1905         * backend/djvu/djvu-document.c:
1906         * backend/impress/impress-document.c:
1907         * backend/pdf/ev-poppler.cc:
1908         * backend/pixbuf/pixbuf-document.c:
1909         * backend/ps/ev-spectre.c:
1910         * backend/ps/ps-document.c:
1911         * backend/tiff/tiff-document.c:
1912         * libdocument/ev-document.h:
1913         * properties/ev-properties-main.c:
1914
1915         Use g_type_module_add_interface instead of
1916         g_type_add_interface_static. Fixes bug #519679.
1917         
1918 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1919
1920         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1921         Added. Returns whether the animation has everything necessary to run.
1922         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1923         is ready just because it's been created. Fixes #519106.
1924         (draw_one_page): Do not show the "Loading..." text in presentation
1925         mode, there was a slim probability that this could happen.
1926
1927 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1928
1929         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1930
1931         Duplicate mime_type string before freeing it so that it doesn't
1932         always fail when getting mime type from uri. Fixes bug #518874.
1933         
1934 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1935
1936         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1937
1938         Fix a crash when a choice form field doesn't have any item
1939         selected. Fixes bug #518831
1940         
1941 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1942
1943         * shell/ev-window.c (ev_window_clear_temp_file):
1944         Use g_file_has_prefix instead of renamed
1945         g_file_contains_file.
1946
1947         * configure.ac:
1948         Require new glib for above change.
1949         
1950 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1951
1952         * libdocument/ev-image.c: (ev_image_finalize),
1953         (ev_image_save_tmp):
1954
1955         Return a real uri instead of a filename when saving an
1956         image. Fixes images drag an drop from evince to nautilus. 
1957         
1958 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1959
1960         * backend/pdf/ev-poppler.cc:
1961         (pdf_document_images_get_image_mapping):
1962
1963         Return the image list in the right order. Fixes bug #516237.
1964         
1965 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1966
1967         * backend/impress/impress-document.c:
1968         (impress_document_thumbnails_get_thumbnail):
1969
1970         Remove unused variable to avoid a compiler warning.
1971
1972 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1973
1974         * configure.ac:
1975         
1976         Update for release 2.21.91.
1977
1978 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * configure.ac:
1981         * shell/Makefile.am:
1982         * shell/ev-application.[ch]:
1983         * shell/ev-sidebar-links.c:
1984         * shell/ev-utils.[ch]:
1985         * shell/ev-window.[ch]:
1986
1987         Remove libgnomeprint support. Fixes bug #512370.
1988         
1989 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1990
1991         * thumbnailer/evince-thumbnailer.c: (main):
1992
1993         Initialize glib type system before using it. Fixes bug #513934.
1994         
1995 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * properties/ev-properties-main.c:
1998
1999         Add missing #include.
2000         
2001 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2002
2003         * configure.ac:
2004         * backend/djvu/djvu-document.c: (djvu_document_render):
2005         * backend/tiff/tiff-document.c: (tiff_document_render):
2006
2007         Use the new cairo function cairo_format_stride_for_width when
2008         available. Fixes bug #482720.
2009
2010 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2013         (get_mime_type_from_data), (get_document_from_uri):
2014
2015         Use g_content_type_guess() only when slow is true in
2016         get_document_from_uri(). Fix several memory leaks.
2017         
2018 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2019
2020         * libdocument/ev-document-factory.c:
2021         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2022         (get_document_from_uri):
2023
2024         Use g_content_type_guess () to get mimetype for files.
2025         Bug #510401.
2026
2027 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2028
2029         * thumbnailer/Makefile.am:
2030
2031         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2032         
2033 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * configure.ac:
2036
2037         Fix build with --without-libgnome. Fixes bug #512771.
2038         
2039 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2040
2041         * backend/dvi/Makefile.am: Install only dvi
2042         module. Fixes bug #512718.
2043
2044 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2045
2046         * properties/ev-properties-main.c: (nautilus_module_initialize):
2047         
2048         Initialize backends in properties tab. Fixes bug
2049         #512720.
2050
2051 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2052
2053         * properties/Makefile.am: No need to link with 
2054         libraries. Fixes bug #512719.
2055
2056 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2057
2058         * NEWS:
2059         * configure.ac:
2060         
2061         Update for release 2.21.90.
2062
2063 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2064
2065         * shell/ev-window.c: (ev_window_cmd_escape):
2066
2067         Fix compile warning.
2068         
2069 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2072
2073         Fix printing in dvi backend when filename contains white
2074         espaces. Fixes bug #502839.
2075         
2076 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2077
2078         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2079         (screensaver_disable_x11):
2080         * shell/Makefile.am:
2081         * shell/xdg-user-dir-lookup.c: Removed
2082         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2083         * shell/ev-view.c: (ev_view_presentation_transition_start):
2084         * shell/ev-window.c: (ev_window_cmd_file_open),
2085         (ev_window_cmd_save_as), (presentation_set_timeout):
2086
2087         Remove #ifdefs that are no longer needed.
2088         
2089 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2090
2091         * shell/ev-view.[ch]: (ev_view_button_release_event),
2092         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2093         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2094         (ev_window_cmd_escape):
2095
2096         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2097         
2098 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2099
2100         * configure.ac:
2101         * backend/comics/comics-document.c: (comics_document_load):
2102         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2103         (ev_attachment_set_property), (ev_attachment_init),
2104         (ev_attachment_save), (ev_attachment_launch_app),
2105         (ev_attachment_open):
2106         * libdocument/ev-document-factory.c: (get_document_from_uri):
2107         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2108         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2109         * shell/ev-jobs.c:
2110         * shell/ev-password.c: (ev_password_dialog_set_property),
2111         (ev_password_dialog_save_password):
2112         * shell/ev-sidebar-attachments.c:
2113         (ev_sidebar_attachments_drag_data_get):
2114         * shell/ev-window-title.c: (get_filename_from_uri):
2115         * shell/ev-window.c: (ev_window_clear_temp_file),
2116         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2117         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2118         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2119         (launch_external_uri), (image_save_dialog_response_cb),
2120         (attachment_save_dialog_response_cb):
2121         * shell/main.c: (load_files), (load_files_remote), (main):
2122         * thumbnailer/evince-thumbnailer.c: (main):
2123
2124         Port to gio and drop gnome-vfs dependency. Fixes bug
2125         #510401. Based on patch by Cosimo Cecchi.
2126         
2127 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2128
2129         * NEWS:
2130
2131         Fixed formatting inconsistencies (spaces vs. tabs)
2132
2133 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2134
2135         * shell/ev-window.c:
2136
2137         Use top/up/bottom/down arrows instead of
2138         first/left/last/right in the toolbar and menu actions.
2139         This fixes issues with RTL languages and is visually
2140         consistent with the page view. Fixes bug #170081.
2141
2142 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2143
2144         * NEWS:
2145
2146         Fixed some inaccuracies pointed out by Carlos Garcia
2147         Campos.
2148
2149 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2150
2151         * NEWS:
2152         * data/evince.schemas.in:
2153         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2154
2155         Override PDF restrictions by default. Fixes bug #382700.
2156
2157 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2158
2159         * NEWS: Updated for upcoming release
2160
2161 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2162
2163         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2164
2165         Fix memory leak.
2166         
2167 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2168
2169         * shell/ev-window.c: (register_custom_actions):
2170         
2171         Added comment for translators
2172
2173 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2174
2175         * shell/ev-view.c: (ev_view_button_release_event):
2176
2177         Do not create the idle function for kinetic scrolling if we are
2178         not in a drag operation.
2179
2180 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2181
2182         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2183         (ev_view_button_press_event), (ev_view_motion_notify_event),
2184         (ev_view_button_release_event):
2185
2186         Restore cursor after autoscrolling. Fixes bug #509958.
2187
2188 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * configure.ac:
2191         * backend/pdf/ev-poppler.cc:
2192         (pdf_document_images_get_image_mapping),
2193         (pdf_document_images_get_image),
2194         (pdf_document_document_images_iface_init):
2195         * libdocument/ev-document-images.[ch]:
2196         (ev_document_images_get_image_mapping),
2197         (ev_document_images_get_image):
2198         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2199         (ev_image_get_id), (ev_image_save_tmp):
2200         * shell/ev-jobs.c: (ev_job_render_run):
2201         * shell/ev-view.c: (ev_view_drag_data_get):
2202         * shell/ev-window.c: (image_save_dialog_response_cb),
2203         (ev_view_popup_cmd_copy_image):
2204
2205         Do not render images when rendering the page but on demand. It
2206         reduces the memory comsumption.
2207         
2208 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2209
2210         * configure.a:
2211         * shell/ev-password.c:
2212
2213         Make gnome-keyring optional. Fixes bug #509676.
2214         
2215 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2216
2217         * shell/ev-pixbuf-cache.c: (add_job):
2218
2219         Initialize include_images variable as FALSE instead of TRUE.
2220         
2221 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2222
2223         * configure.ac:
2224         * cut-n-paste/Makefile.am:
2225         * cut-n-paste/fileformatchooser/Makefile.am:
2226         * cut-n-paste/fileformatchooser/egg-macros.h:
2227         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2228         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2229         * shell/Makefile.am:
2230         * shell/ev-utils.c:
2231         (file_chooser_dialog_add_writable_pixbuf_formats),
2232         (get_gdk_pixbuf_format_by_extension):
2233         * shell/ev-utils.h:
2234         * shell/ev-window.c: (ev_window_error_message),
2235         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2236         
2237         Simplify image format selection on save.
2238
2239 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2240
2241         * shell/ev-view.c: (ev_view_scroll_event):
2242         
2243         Repair gorizontal scrolling with shift. Fixes
2244         bug #483412.
2245
2246 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2247         
2248         * MAINTAINERS:
2249
2250         Fix formatting issues.
2251         
2252 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2253
2254         * backend/comics/comics-document.c: (comics_regex_quote):
2255         
2256         Don't overquote special chars except of '. See bug 
2257         502500. Thanks to Tom Parker.
2258
2259 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2260
2261         * MAINTAINERS:
2262         
2263         Added Nickolay and Carlos, since they're doing most of
2264         the releases nowadays.
2265
2266 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2267
2268         * properties/Makefile.am:
2269
2270         Get the nautilus extension dir properly instead of using
2271         a hack. Fixes bug #505359.
2272
2273 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2274
2275         * properties/Makefile.am:
2276         
2277         Install nautilus extension into new place. See bug
2278         #505359. Thanks to Matthias Clasen, Brian Pepple and
2279         Damien Carbery.
2280
2281 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2282
2283         * shell/ev-window.c: (ev_window_get_recent_file_label):
2284         
2285         RTL marker in recent file list. See bug #509076.
2286
2287 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2288
2289         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2290         * shell/ev-window.c: (image_save_dialog_response_cb):
2291
2292         Fix compile warnings due to unused variables.
2293         
2294 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * configure.ac:
2297         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2298         * backend/ps/ev-spectre.c: (ps_document_render):
2299
2300         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2301
2302 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2303
2304         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2305         (ev_transition_animation_paint): Implement "fade" effect.
2306
2307 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2308
2309         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2310         (ev_transition_animation_paint): Implement "uncover" effect.
2311
2312 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2313
2314         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2315         (ev_transition_animation_paint): Implement "cover" effect.
2316
2317 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2318
2319         * shell/ev-transition-animation.c (ev_transition_animation_push)
2320         (ev_transition_animation_paint): Implement "push" effect.
2321
2322 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2323
2324         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2325         (ev_transition_animation_paint): Implement "dissolve" effect.
2326
2327 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2328
2329         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2330         (ev_transition_animation_paint): Implement "wipe" effect.
2331
2332 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2333
2334         * shell/ev-transition-animation.c (ev_transition_animation_box)
2335         (ev_transition_animation_paint): Implement "box" effect.
2336
2337 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2338
2339         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2340         (ev_transition_animation_paint): Implement "blinds" effect.
2341
2342 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2343
2344         * shell/ev-transition-animation.c (ev_transition_animation_split)
2345         (ev_transition_animation_paint): Implement "split" effect.
2346
2347 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2348
2349         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2350         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2351         (ev_view_transition_animation_start) 
2352         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2353         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2354         (ev_view_next_page) (ev_view_previous_page):
2355         
2356         Use EvTransitionAnimation to drive page changes in the presentation
2357         mode, the animation will wait to start until both the origin and 
2358         destination page surfaces are available. Fixes #458460.
2359
2360         (draw_loading_text):
2361
2362         Remove workaround for bug #320352, it's now fixed properly.
2363
2364
2365 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2366
2367         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2368         will contain the implementations for page transition animations, at
2369         the moment it just has the "replace" effect.
2370         * shell/Makefile.am: Added these files to build.
2371
2372 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2373
2374         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2375         animations.
2376         * shell/Makefile.am: Added these files to build.
2377
2378 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2379
2380         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2381         implementation to get_effect() in EvDocumentTransitionIface.
2382
2383 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2384
2385         * libdocument/ev-transition-effect.[ch]: New files, define a page
2386         transition effect, at the moment it maps PopplerPageTransition to a
2387         GObject.
2388         * libdocument/Makefile.am: Added these files to build.
2389         * libdocument/ev-document-transition.[ch]
2390         (ev_document_transition_get_effect): New method, gets the
2391         EvTransitionEffect returned by the interface implementation, with
2392         fallback to the "replace" effect.
2393
2394 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2395
2396         * configure.ac:
2397         * cut-n-paste/Makefile.am:
2398         * cut-n-paste/fileformatchooser/Makefile.am:
2399         * cut-n-paste/fileformatchooser/egg-macros.h:
2400         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2401         * shell/Makefile.am:
2402         * shell/ev-window.c: (image_save_dialog_response_cb),
2403         (ev_view_popup_cmd_save_image_as):
2404
2405         Allow exporting images in any format supported by
2406         GdkPixbuf. Fixes bug #500209.
2407         
2408 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2409
2410         * backend/pixbuf/pixbuf-document.c:
2411
2412         More warnings fixed.
2413         
2414 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2415
2416         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2417         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2418         * backend/djvu/djvu-text.h:
2419         * backend/tiff/tiff-document.c: (tiff_document_render):
2420
2421         Fix compile warnings.
2422         
2423 2007-12-28  Christian Persch  <chpe@gnome.org>
2424
2425         * **/*.c: Include config.h. Bug #504721.
2426
2427 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2428
2429         * configure.ac:
2430         * Makefile.am:
2431         * po/POTFILES.in:
2432         * backend/comics/Makefile.am:
2433         * backend/comics/comics-document.[ch]:
2434         * backend/comics/comicsdocument.evince-backend.in:
2435         * backend/djvu/Makefile.am:
2436         * backend/djvu/djvu-document.[ch]:
2437         * backend/djvu/djvudocument.evince-backend.in:
2438         * backend/dvi/Makefile.am:
2439         * backend/dvi/dvi-document.[c]:
2440         * backend/dvi/dvidocument.evince-backend.in:
2441         * backend/impress/Makefile.am:
2442         * backend/impress/impress-document.[ch]:
2443         * backend/impress/impressdocument.evince-backend.in:
2444         * backend/pdf/Makefile.am:
2445         * backend/pdf/ev-poppler.cc:
2446         * backend/pdf/ev-poppler.h:
2447         * backend/pdf/pdfdocument.evince-backend.in:
2448         * backend/pixbuf/Makefile.am:
2449         * backend/pixbuf/pixbuf-document.[ch]:
2450         * backend/pixbuf/pixbufdocument.evince-backend.in:
2451         * backend/ps/Makefile.am:
2452         * backend/ps/ev-spectre.[ch]:
2453         * backend/ps/ps-document.[ch]:
2454         * backend/ps/psdocument.evince-backend.in:
2455         * backend/tiff/Makefile.am:
2456         * backend/tiff/tiff-document.[ch]:
2457         * backend/tiff/tiffdocument.evince-backend.in:
2458         * libdocument/Makefile.am:
2459         * libdocument/ev-backends-manager.[ch]:
2460         * libdocument/ev-module.[ch]:
2461         * libdocument/ev-document.h:
2462         * libdocument/ev-document-factory.[ch]:
2463         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2464         (get_compression_from_mime_type), (get_document_from_uri),
2465         (ev_document_factory_get_document), (file_filter_add_mime_types),
2466         (ev_document_factory_add_filters):
2467         * shell/Makefile.am:
2468         * shell/ev-window-title.c: (get_filename_from_uri):
2469         * shell/main.c: (main):
2470         * thumbnailer/Makefile.am:
2471         * thumbnailer/evince-thumbnailer.c: (main):
2472
2473         Plugin system for backends. Fixes bug #351348.
2474         
2475 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2476
2477         * shell/ev-view-private.h:
2478         * shell/ev-view.c: (ev_view_drag_update_momentum),
2479         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2480         (ev_view_button_release_event), (ev_view_destroy):
2481         
2482         Kinetic scrolling implemented as requested in
2483         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2484
2485 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2486
2487         * data/evince-toolbar.xml:
2488         * data/evince-ui.xml:
2489         * shell/ev-view-private.h:
2490         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2491         (ev_view_button_press_event), (ev_view_motion_notify_event),
2492         (ev_view_button_release_event), (ev_view_init),
2493         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2494         (ev_view_set_cursor):
2495         * shell/ev-view.h:
2496         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2497         (ev_window_cmd_view_autoscroll):
2498         
2499         Autoscroll feature with the context menu. Fixes bug 
2500         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2501
2502 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2505
2506         Disconnect also page-ready signal when removing a job because the
2507         page size has changed. Thanks to kripken
2508         <kripkensteiner@gmail.com>.
2509
2510 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2511
2512         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2513         
2514         Scroll pages in page entry with mouse wheel. Fixes bug
2515         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2516
2517 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2518
2519         * backend/dvi/Makefile.am:
2520         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2521         (mdvi_cairo_device_init):
2522         * backend/dvi/mdvi-lib/common.h:
2523         * backend/dvi/mdvi-lib/mdvi.h:
2524         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2525         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2526         (mdvi_build_path_from_cwd):
2527
2528         Add ps specials support in dvi backend when libspectre is
2529         present. Fixes bug #386005.
2530         
2531 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2532
2533         * configure.ac:
2534         * backend/ps/Makefile.am:
2535         * backend/ps/ev-spectre.[ch]:
2536         
2537         Use libspectre, if available, for the ps backend. Fixes bugs
2538         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2539
2540 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2541         
2542         * backend/comics/comics-document.c: (comics_document_load):
2543         
2544         Cygwin build issue fix.
2545
2546 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2547
2548         * shell/ev-view.c: (ev_view_set_zoom):
2549
2550         Do not limit the minimum zoom factor when sizing mode is best bit
2551         or fit width. Fixes bug #503805.
2552         
2553 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2554
2555         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2556         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2557         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2558         (ev_link_dest_get_property), (ev_link_dest_set_property),
2559         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2560         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2561         (ev_link_dest_new_fitr):
2562         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2563         (goto_fith_dest), (goto_xyz_dest):
2564
2565         Do not change left, top and zoom values when they are null in PDF
2566         destinations. Fixes bug #460658.
2567         
2568 2007-12-10  Christian Persch  <chpe@gnome.org>
2569
2570         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2571         (ev_view_accessible_class_init),
2572         (ev_view_accessible_idle_do_action),
2573         (ev_view_accessible_action_do_action),
2574         (ev_view_accessible_action_get_description),
2575         (ev_view_accessible_action_set_description),
2576         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2577         (ev_view_accessible_factory_init),
2578         (ev_view_accessible_factory_get_accessible_type):
2579         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2580         private data, and G_DEFINE_TYPE. Bug #502843.
2581
2582 2007-12-08  Christian Persch  <chpe@gnome.org>
2583
2584         * shell/ev-metadata-manager.c: (item_free),
2585         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2586         (value_free), (parse_value), (parseItem),
2587         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2588         (save_values): Use GSlice to allocate small amounts of memory. Bug
2589         #475972.
2590
2591 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2592
2593         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2594
2595         Restore cursor to normal after a drag operation. Fixes bug
2596         #501603.
2597         
2598 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2599
2600         * NEWS:
2601         * configure.ac:
2602         
2603         Update for release 2.21.1
2604
2605 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2606
2607         * configure.ac:
2608         * cut-n-paste/gedit-message-area/Makefile.am:
2609         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2610         * shell/Makefile.am:
2611         * shell/ev-message-area.[ch]:
2612         * shell/ev-window.c: (ev_window_set_message_area),
2613         (ev_window_error_message_response_cb), (ev_window_error_message),
2614         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2615         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2616         (ev_attachment_popup_cmd_open_attachment),
2617         (attachment_save_dialog_response_cb), (ev_window_set_document),
2618         (ev_window_init):
2619
2620         Use a message area instead of a popup dialog for error
2621         notifications. Fixes bug #337495.
2622         
2623 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2624
2625         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2626         (ev_window_run_fullscreen):
2627
2628         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2629         
2630 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * ev-sidebar-thumbnails.c: (update_visible_range),
2633         (ev_sidebar_thumbnails_refresh),
2634         (ev_sidebar_thumbnails_set_document),
2635         (ev_sidebar_thumbnails_support_document):
2636
2637         Show thumbnails for documents with one page. Fixes bug #358751.
2638         
2639 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * shell/ev-window.c:
2642         (ev_window_load_print_settings_from_metadata),
2643         (ev_window_save_print_settings), (ev_window_print_finished),
2644         (ev_window_print_range):
2645
2646         Print settings that are specific to the document are now saved per
2647         document in the metadata file. Fixes bug #488806.
2648         
2649 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2650
2651         * backend/tiff/tiff-document.c: (tiff_document_render):
2652
2653         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2654         
2655 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2656
2657         * shell/ev-application.[ch]: (get_find_string_from_args),
2658         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2659         (ev_application_open_uri_list):
2660         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2661         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2662         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2663         (ev_window_cmd_recent_file_activate),
2664         (ev_window_open_recent_action_item_activated),
2665         (ev_window_print_send), (open_remote_link):
2666         * shell/main.c: (arguments_parse):
2667
2668         Add a command line option for search. Fixes bug #497710.
2669         
2670 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2671
2672         * shell/ev-jobs.c: (ev_job_print_new):
2673
2674         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2675         
2676 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2677
2678         * data/evince-toolbar.xml:
2679         * shell/Makefile.am:
2680         * shell/ev-application.c: (ev_application_init):
2681         * shell/ev-open-recent-action.[ch]:
2682         * shell/ev-window.c:
2683         (ev_window_open_recent_action_item_activated),
2684         (register_custom_actions):
2685
2686         Add an expander to the open toolbar item which pops up a dropdown
2687         menu with the recently used documents. Fixes bug #487215.
2688         
2689 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2690
2691         * shell/ev-window.c: (ev_window_open_uri),
2692         (ev_window_cmd_view_reload):
2693
2694         Do not jump to the first page when reloading by running evince
2695         from the command line. Fixes bug #490847.
2696         
2697 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2698
2699         * shell/ev-window.c: (ev_window_cmd_help_contents):
2700
2701         Plugged memory leak when help file is not found. Fixes bug
2702         #490762.
2703         
2704 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * configure.ac:
2707
2708         Enable djvu, dvi and comics backends by default. Fixes bug
2709         #437121.
2710         
2711 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2712
2713         * configure.ac:
2714         * cut-n-paste/Makefile.am:
2715         * cut-n-paste/recent-files/*: Removed
2716         * help/reference/Makefile.am:
2717         * shell/Makefile.am:
2718         * shell/ev-application.[ch]: (ev_application_shutdown),
2719         (ev_application_init):
2720         * shell/ev-window.c: (ev_window_add_recent),
2721         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2722
2723         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2724         
2725 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2726
2727         * shell/ev-window.c: (launch_external_uri):
2728
2729         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2730         and report error if the URL is not supported (#489910).
2731
2732 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2733
2734         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2735         (pdf_document_file_exporter_begin_page),
2736         (pdf_document_file_exporter_end_page):
2737
2738         Fix printing with poppler splash backend. Fixes bug #489774.
2739         
2740 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2741
2742         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2743         * shell/ev-print-job.c: (ev_print_job_class_init):
2744
2745         Fix a crash when printing with the gnome-print dialog. Fixes bug
2746         #488939.
2747         
2748 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2749
2750         * backend/pixbuf/pixbuf-document.c:
2751
2752         Fix an implicit function definition warning (#487655)
2753
2754 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2755
2756         * shell/ev-window.c:
2757
2758         Fix conflicting shortcut for view sade pane and presentation.
2759         
2760 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2761
2762         * backend/pdf/ev-poppler.cc:
2763         (pdf_document_file_exporter_begin_page),
2764         (pdf_document_file_exporter_do_page),
2765         (pdf_document_file_exporter_end_page),
2766         (pdf_document_file_exporter_iface_init):
2767         * libdocument/ev-file-exporter.[ch]:
2768         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2769         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2770         (ev_job_print_run):
2771
2772         When printing multiple pages per sheet in reverse option, do not
2773         invert the order of the pages in every sheet, but the order of the
2774         sheets. Do not print blank pages when page range is invalid. Fixes
2775         bugs #484857 and #485521.
2776         
2777 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2778
2779         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2780         (ev_job_print_run):
2781         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2782
2783         Respect ranges order when printing more than one range in random
2784         order.
2785         
2786 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2787
2788         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2789         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2790
2791         Rotate also the window icon when document is rotated. Fixes bug
2792         #474681.
2793         
2794 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2795
2796         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2797         (pdf_document_forms_get_form_fields):
2798
2799         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2800         Matthias Drochner.
2801         
2802 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * configure.ac:
2805         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2806
2807         Use poppler_page_render_for_printing() instead of
2808         poppler_page_render() if available when exporting to a ps or pdf
2809         file. Fixes bug #476627.
2810         
2811 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2812
2813         * shell/ev-window.c: (ev_window_run_fullscreen):
2814
2815         Do not show the toolbar in fullscreen mode if the main toolbar is
2816         not visible. Fixes bug #483048.
2817         
2818 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2819
2820         * shell/ev-view.c: (ev_view_button_press_event):
2821
2822         Give priority to form fields over images when deciding whether a
2823         button press event is over an image or form field. It allows edit
2824         form fields when they are over a background image. Fixes bug
2825         #477841.
2826         
2827 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2828
2829         * NEWS:
2830         * configure.ac:
2831         
2832         Update for release 2.20.0
2833
2834 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * backend/pdf/ev-poppler.cc:
2837
2838         Remove #ifdef HAVE_FORMS, so that forms support works again.
2839
2840 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2841
2842         * configure.ac:
2843         * data/evince.desktop.in.in:
2844         
2845         Fixes desktop file issues. See bug #473471.
2846
2847 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2848
2849         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2850         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2851         (ev_job_queue_remove_job):
2852         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2853         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2854         * shell/ev-window.c: (ev_window_clear_save_job),
2855         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2856         (ev_window_dispose):
2857
2858         Move save a copy task to its own job so that it's carried out in a
2859         thread avoiding another lock in the main thread. Use
2860         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2861         can be saved to a pathin another file system. Fixes bug #456891.
2862         
2863 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2864
2865         * NEWS:
2866         * configure.ac:
2867         
2868         Update for release 2.19.92
2869
2870 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2871
2872         * configure.ac:
2873         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2874         (pdf_selection_get_selection_region),
2875         (pdf_selection_get_selection_map),
2876         (ev_form_field_from_poppler_field):
2877
2878         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2879         and triple click selections are enabled again now.
2880
2881 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2882
2883         * shell/ev-window.c: (ev_window_add_history):
2884
2885         Make sure not to use the history with documents not supporting
2886         links. Fixes bug #468954.
2887
2888 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2889
2890         * shell/ev-window.c: (ev_window_load_job_cb):
2891
2892         Restart the search when reloading a document with the find bar
2893         visible. Fixes bug #461962.
2894
2895 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2896
2897         * shell/ev-window.c: (setup_document_from_metadata),
2898         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2899
2900         Do not jump to the first page when reloading a document from the
2901         last page.
2902
2903 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * shell/ev-window.c: (update_chrome_flag),
2906         (setup_sidebar_from_metadata),
2907         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2908         (ev_window_cmd_edit_find_next),
2909         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2910         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2911         (find_bar_close_cb), (view_actions_focus_in_cb):
2912
2913         Do not update visibility when changing a chrome flag so that it's
2914         possible to update several flags and update visibility only once
2915         for all of them.
2916
2917 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2920
2921         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2922         supported by gtk+. Fixes bug #460907.
2923
2924 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2925
2926         * shell/ev-view.c: (view_update_range_and_current_page):
2927
2928         Make sure current-page <= end-page in continuous mode. Fixes bug
2929         #454950.
2930
2931 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2932
2933         * backend/pdf/ev-poppler.cc: (build_tree):
2934
2935         Ignore outline items without a title. Fixes bug #453913.
2936
2937 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2938
2939         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2940         (ev_view_button_release_event), (ev_view_leave_notify_event):
2941
2942         Use always drag mouse cursor during a drag operation. Fixes bug
2943         #470564.
2944
2945 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2946
2947         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2948         (pdf_selection_get_selection_region),
2949         (pdf_selection_get_selection_map):
2950
2951         Temporarily disable double and triple selections since it depends on
2952         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2953         released and the update of the external dependency minimal version
2954         approved.
2955
2956 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2957
2958         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2959         (pdf_document_file_exporter_do_page):
2960         * libdocument/ev-file-exporter.h:
2961         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2962         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2963
2964         Actually fix printing regressions. Remove orientation from
2965         EvPrintContext since it's redundant.
2966
2967 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2968
2969         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2970         * backend/impress/impress-document.c:
2971         (impress_document_document_iface_init):
2972         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2973         * backend/djvu/djvu-document.c:
2974         (djvu_document_document_iface_init),
2975         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2976         * backend/tiff/tiff-document.c:
2977         (tiff_document_document_iface_init):
2978         * backend/pixbuf/pixbuf-document.c:
2979         (pixbuf_document_document_iface_init):
2980         * backend/comics/comics-document.c:
2981         (comics_document_document_iface_init):
2982         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2983         (pdf_selection_render_selection),
2984         (pdf_selection_get_selected_text),
2985         (pdf_selection_get_selection_region),
2986         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2987         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2988         (ev_selection_get_selection_region),
2989         (ev_selection_get_selection_map):
2990         * libdocument/ev-document.[ch]:
2991         * shell/ev-pixbuf-cache.[ch]: (add_job),
2992         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2993         * shell/ev-view-private.h:
2994         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2995         (ev_job_render_run):
2996         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2997         * shell/ev-view.c: (start_selection_for_event),
2998         (ev_view_button_press_event), (ev_view_drag_data_get),
2999         (ev_view_drag_data_received), (ev_view_button_release_event),
3000         (compute_new_selection_text), (compute_selections),
3001         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3002         (ev_view_primary_get_cb):
3003
3004         Add support for double and triple click selections.
3005
3006 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3007
3008         * NEWS:
3009         * configure.ac:
3010
3011         Update for release 2.19.4
3012
3013 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3014
3015         * shell/ev-view-private.h:
3016         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3017         (ev_view_set_highlight_search):
3018         * shell/ev-view.h:
3019         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3020         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3021         (find_bar_visibility_changed_cb):
3022         
3023         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3024
3025 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3026
3027         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3028         (pdf_document_file_exporter_begin),
3029         (pdf_document_file_exporter_do_page):
3030         * shell/ev-jobs.c: (ev_job_print_run):
3031         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3032
3033         Create always a portrait cairo surface and rotate when needed for
3034         landscape. It fixes printing problems in real printers.
3035
3036 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3037
3038         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3039         * libdocument/ev-file-exporter.[ch]:
3040         (ev_file_exporter_get_capabilities):
3041         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3042         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3043
3044         Adjust number of pages per row according to page orientation when
3045         printing 2 or 6 pages per sheet.
3046
3047 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3048
3049         * shell/ev-window.c: (ev_window_print_send):
3050
3051         Reset also cups setting to 1 when printing multiple pages per
3052         sheet. Fixes bug #468853.
3053
3054 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3055
3056         * libdocument/ev-document-misc.c:
3057         (ev_document_misc_surface_rotate_and_scale):
3058
3059         Use directly cairo_surface_get_content() when creating a similar
3060         surface as suggested by Jeff Muizelaar. Thanks again.
3061
3062 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3063
3064         * backend/djvu/djvu-document.c: (djvu_document_render):
3065         * backend/tiff/tiff-document.c: (tiff_document_render):
3066         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3067         * libdocument/ev-document-misc.c:
3068         (ev_document_misc_surface_from_pixbuf),
3069         (ev_document_misc_surface_rotate_and_scale):
3070
3071         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3072         creating page surfaces. Fixes bug #453123. Thank you very much to
3073         Jeff Muizelaar <jeff@infidigm.net>.
3074
3075 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3076
3077         * shell/ev-page-cache.c: (ev_page_cache_new),
3078         (ev_page_cache_get_thumbnail_size):
3079         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3080         (ev_sidebar_thumbnails_set_loading_icon):
3081
3082         Also store in page-cache the dimensions of the thumbnails so that
3083         they can be used to create the correct loading icon in the side
3084         pane. Fixes bug #466857.
3085
3086 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3087
3088         * backend/pdf/ev-poppler.cc:
3089         (pdf_document_thumbnails_get_thumbnail):
3090
3091         Fix thumbnails rotation in pdf documents that include embedded 
3092         thumbnails.
3093
3094 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3095
3096         * backend/pdf/ev-poppler.cc:
3097
3098         Don't use #ifdef in macro expansion. Some compilers don't
3099         like that. Closes bug #467042.
3100
3101 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3102
3103         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3104         
3105         Fixes memory leak in djvu backend.
3106
3107 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3108
3109         * data/icons/32x32/Makefile.am:
3110         * data/icons/32x32/actions/Makefile.am:
3111         * data/icons/32x32/actions/view-page-cont.svg:
3112         * data/icons/32x32/actions/view-page-facing.svg:
3113         * data/icons/48x48/Makefile.am:
3114         * data/icons/48x48/actions/Makefile.am:
3115         * data/icons/48x48/actions/view-page-cont.svg:
3116         * data/icons/48x48/actions/view-page-facing.svg:
3117         
3118         Icons for a new sizes.
3119
3120 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3121
3122         * shell/ev-page-cache.c: (build_height_to_page),
3123         (ev_page_cache_get_height_to_page):
3124         
3125         Fixes invalid read, see bug #466401.
3126
3127 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3128
3129         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3130         (set_drag_cursor):
3131         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3132         (configure_item_cursor), (new_pixbuf_from_widget):
3133
3134         Fix multihead problems in toolbar editor. Fixes bug #382055.
3135
3136 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3137
3138         * shell/ev-window.c: (ev_window_cmd_file_open),
3139         (ev_window_cmd_save_as):
3140
3141         Use g_get_user_special_dir when available instead of
3142         xdg_user_dir_lookup.
3143
3144 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3145
3146         * MAINTAINERS:
3147         
3148         Updated according to request on desktop-devel.
3149
3150 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3151
3152         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3153
3154         Do not use cairo_rectangle and cairo_clip since we are
3155         not using cairo_fill but cairo_paint. Use the same cairo context
3156         for every page in the same expose event.
3157
3158 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3159
3160         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3161         leak.
3162
3163 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3164
3165         * configure.ac:
3166         * NEWS:
3167
3168         Release 0.9.3
3169
3170 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3171
3172         * libdocument/ev-document-info.h:
3173         * libdocument/ev-document.h:
3174         * shell/ev-page-action.h:
3175         * shell/ev-sidebar-links.h:
3176
3177         Fix a headers problem with ev-link
3178         
3179         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3180         * shell/ev-view-private.h:
3181         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3182         (get_link_area), (ev_view_query_tooltip),
3183         (ev_view_leave_notify_event), (ev_view_destroy),
3184         (ev_view_class_init):
3185
3186         Use new gtk tooltips when available instead of ev-tooltip.
3187         
3188 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3189
3190         * shell/ev-window.c: (update_chrome_visibility),
3191         (ev_window_sidebar_visibility_changed_cb):
3192
3193         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3194         
3195 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3196
3197         * shell/ev-navigation-action.c:
3198         (ev_navigation_action_history_changed),
3199         (ev_navigation_action_set_history):
3200         * shell/ev-navigation-action-widget.c:
3201         (ev_navigation_action_widget_init):
3202         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3203
3204         Fix compile warnings.
3205         
3206 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3207
3208         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3209         (egg_editable_toolbar_dispose):
3210
3211         Fix memory leak.
3212         
3213 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3214
3215         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3216         (screensaver_disable_x11):
3217         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3218         * shell/ev-window.c: (presentation_set_timeout):
3219         * shell/ev-view.c: (ev_view_presentation_transition_start):
3220
3221         Use g_timeout_add_seconds instead of g_timeout_add when
3222         available.
3223         
3224 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3225
3226         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3227
3228         Set horizontal scrollbar policy to AUTOMATIC instead of
3229         NEVER. Workaround for bug #449462.
3230         
3231 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3232
3233         * shell/ev-jobs.c: (ev_job_render_page_ready):
3234
3235         Add page_ready callback to main loop with high priority and hold
3236         a reference to job during idle.
3237         
3238 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3239
3240         * configure.ac:
3241         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3242         (pdf_document_file_exporter_begin),
3243         (pdf_document_file_exporter_do_page),
3244         (pdf_document_file_exporter_get_capabilities):
3245         * libdocument/ev-file-exporter.h:
3246         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3247         * shell/ev-window.c: (ev_window_print_send),
3248         (ev_window_print_dialog_response_cb):
3249
3250         Allow printing multiple pages per sheet. Fixes bug #395573.
3251         
3252 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3253
3254         * shell/ev-view.c: (tip_from_link):
3255         
3256         Check for NULL, fixes bug #460862.
3257
3258 2007-07-29  Christian Persch  <chpe@gnome.org>
3259
3260         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3261         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3262         (ev_window_cmd_preview_print):
3263         
3264         Fixes bug #437681 - blocks while enumerating printers.
3265
3266 2007-07-29  Christian Persch  <chpe@gnome.org>
3267
3268         * shell/ev-window.c: (ev_window_screen_changed):
3269         
3270         Don't use deprecated gtk+ function. See bug #460909.
3271
3272 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3273
3274         * shell/ev-utils.c: (get_num_monitors):
3275         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3276
3277         Do not use display before initializing it. Remove compile
3278         warnings.
3279
3280 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3281
3282         * shell/ev-view.c: (ev_view_class_init):
3283         
3284         Unix-like hjkl bindings added. See bug #458111.
3285
3286 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3287
3288         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3289         * shell/ev-utils.h:
3290         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3291         (ev_view_update_view_size):
3292         * shell/ev-view.h:
3293         * shell/ev-window.c: (ev_window_update_actions),
3294         (setup_view_from_metadata), (ev_window_screen_changed),
3295         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3296         (zoom_control_changed_cb):
3297         * shell/ev-window.h:
3298         
3299         Reorganizes utility functions.
3300
3301 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3304         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3305         (add_job), (ev_pixbuf_cache_get_surface),
3306         (ev_pixbuf_cache_get_link_mapping),
3307         (ev_pixbuf_cache_get_image_mapping),
3308         (ev_pixbuf_cache_get_form_field_mapping),
3309         (ev_pixbuf_cache_get_text_mapping):
3310         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3311         (notify_page_ready), (ev_job_render_page_ready),
3312         (ev_job_render_run):
3313
3314         Add page_ready signal to notify that page is ready as soon as
3315         possible even if other page elements like links, forms, images or
3316         text mapping are not ready yet.
3317
3318 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3319
3320         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3321         (dvi_document_file_exporter_do_page),
3322         (dvi_document_file_exporter_get_capabilities),
3323         (dvi_document_file_exporter_iface_init):
3324         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3325         (ps_document_file_exporter_do_page),
3326         (ps_document_file_exporter_get_capabilities),
3327         (ps_document_file_exporter_iface_init):
3328         * backend/djvu/djvu-document.c:
3329         (djvu_document_file_exporter_begin),
3330         (djvu_document_file_exporter_end),
3331         (djvu_document_file_exporter_get_capabilities),
3332         (djvu_document_file_exporter_iface_init):
3333         * backend/tiff/tiff-document.c:
3334         (tiff_document_file_exporter_begin),
3335         (tiff_document_file_exporter_get_capabilities),
3336         (tiff_document_document_file_exporter_iface_init):
3337         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3338         (pdf_document_file_exporter_do_page),
3339         (pdf_document_file_exporter_get_capabilities),
3340         (pdf_document_file_exporter_iface_init):
3341         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3342         (ev_file_exporter_get_capabilities):
3343         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3344         (idle_print_handler), (ev_print_job_print):
3345         * shell/ev-jobs.c: (ev_job_print_run):
3346         * shell/ev-window.c: (ev_window_print_send),
3347         (ev_window_print_range):
3348
3349         Use capabilities to know which options should be offered by the
3350         print dialog depending on the document backend.
3351
3352 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3353
3354         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3355
3356         Give priority to forms over text to set the cursor.
3357
3358 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * shell/ev-view-private.h:
3361         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3362         (ev_view_leave_notify_event), (ev_view_finalize),
3363         (ev_view_get_property), (ev_view_class_init):
3364
3365         Use IBEAM cursor for text form fields and NORMAL cursor for read
3366         only fields. Remove unused status attribute.
3367
3368 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3369
3370         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3371
3372         Update region for current selected items also for checkbox
3373         buttons, since they can behave as radio buttons when they are in a
3374         set.
3375
3376 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3377
3378         * configure.ac:
3379         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3380
3381         Get max length of text form fields.
3382
3383 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3386         * libdocument/ev-form-field.h:
3387         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3388
3389         Fix build with current poppler cvs head.
3390
3391 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3392
3393         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3394         * shell/eggfindbar.c: (egg_find_bar_init):
3395
3396         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3397         deprecation. Fixes bug #455667
3398
3399 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3400
3401         * NEWS:
3402         * configure.ac:
3403         
3404         Update for release 0.9.2
3405
3406 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * shell/ev-view.c: (ev_view_form_field_text_save),
3409         (ev_view_form_field_choice_save):
3410
3411         Fix a crash when closing whith a form widget visible.
3412
3413 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3414
3415         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3416
3417         Update also the region of the current selected button when
3418         clicking on another button if they are radio buttons.
3419
3420 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3421
3422         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3423         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3424         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3425         (ev_pixbuf_cache_get_link_mapping),
3426         (ev_pixbuf_cache_get_image_mapping),
3427         (ev_pixbuf_cache_get_form_field_mapping),
3428         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3429         * shell/ev-view.c: (ev_view_form_field_get_region),
3430         (ev_view_form_field_button_create_widget),
3431         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3432         (job_finished_cb):
3433
3434         Redraw only form field region instead of the whole page when
3435         reloading a page to show changes on the form field.
3436
3437 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3438
3439         * shell/ev-view.c: (ev_view_form_field_choice_save):
3440
3441         Fix selection of first item in list form fields.
3442
3443 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3444
3445         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3446         (ev_pixbuf_cache_reload_page),
3447         (ev_pixbuf_cache_get_form_field_mapping):
3448
3449         Some refactoring to avoid duplicated code.
3450
3451 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3452
3453         * configure.ac:
3454         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3455         (ev_form_field_from_poppler_field),
3456         (pdf_document_forms_get_form_fields),
3457         (pdf_document_forms_form_field_text_get_text),
3458         (pdf_document_forms_form_field_text_set_text),
3459         (pdf_document_forms_form_field_button_set_state),
3460         (pdf_document_forms_form_field_button_get_state),
3461         (pdf_document_forms_form_field_choice_get_item),
3462         (pdf_document_forms_form_field_choice_get_n_items),
3463         (pdf_document_forms_form_field_choice_is_item_selected),
3464         (pdf_document_forms_form_field_choice_select_item),
3465         (pdf_document_forms_form_field_choice_toggle_item),
3466         (pdf_document_forms_form_field_choice_unselect_all),
3467         (pdf_document_forms_form_field_choice_set_text),
3468         (pdf_document_forms_form_field_choice_get_text),
3469         (pdf_document_document_forms_iface_init):
3470         * libdocument/Makefile.am:
3471         * libdocument/ev-form-field.[ch]:
3472         * libdocument/ev-document-forms.[ch]:
3473         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3474         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3475         (add_job), (ev_pixbuf_cache_reload_page),
3476         (ev_pixbuf_cache_get_form_field_mapping):
3477         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3478         * shell/ev-view-private.h:
3479         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3480         (ev_view_handle_cursor_over_xy),
3481         (ev_view_get_form_field_at_location),
3482         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3483         (ev_view_form_field_button_create_widget),
3484         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3485         (ev_view_form_field_text_create_widget),
3486         (ev_view_form_field_choice_save),
3487         (ev_view_form_field_choice_changed),
3488         (ev_view_form_field_choice_create_widget),
3489         (ev_view_handle_form_field), (ev_view_size_allocate),
3490         (ev_view_realize), (draw_end_presentation_page),
3491         (ev_view_button_press_event), (ev_view_remove_all),
3492         (ev_view_motion_notify_event), (ev_view_key_press_event),
3493         (ev_view_enter_notify_event), (highlight_find_results),
3494         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3495         (ev_view_class_init), (page_changed_cb),
3496         (on_adjustment_value_changed), (ev_view_set_presentation),
3497         (merge_selection_region), (ev_view_set_cursor),
3498         (ev_view_reset_presentation_state):
3499         
3500         Merge evince-forms branch.
3501
3502 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3503
3504         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3505
3506         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3507         This script also updates itself from libegg
3508
3509         * cut-n-paste/toolbar-editor/egg*:
3510         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3511         libegg
3512
3513 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3514
3515         * shell/ev-window.c:
3516         
3517         Adds a nice icon to page action during toolbar editing.
3518         See bug #452872.
3519
3520 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3521
3522         * data/evince-toolbar.xml:
3523         * shell/ev-window.c:
3524         
3525         Let user add a presentation and fullscreen icons on toolbar.
3526         See bug #449734.
3527
3528 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3529
3530         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3531
3532         new script to keep in sync with toolbareditor in libegg
3533
3534         * cut-n-paste/toolbar-editor/*: 
3535
3536         Run update-toolbareditor-from-libegg so we are in sync again. 
3537         Fixes bug #452850.
3538         
3539
3540 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3541
3542         * shell/ev-sidebar-links.c: (job_finished_callback):
3543
3544         Do not connect selection changed signal more than once. Fixes bug
3545         #349433.
3546
3547 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3548
3549         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3550
3551         Do not change sidebar chrome flag when pressing F9 key in
3552         presentation mode.
3553
3554 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3555
3556         * backend/pdf/ev-poppler.cc:
3557         (pdf_document_thumbnails_get_dimensions):
3558
3559         Make sure thumbnails width and height is not <= 0. Fixes a crash
3560         with some pdf documents which have really small pages.
3561
3562 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3563
3564         * shell/main.c: (main):
3565
3566         Fixes program description translation issue.
3567         Bug #450148.
3568
3569 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3570
3571         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3572
3573         Do not change current page when returning from black/white mode
3574         in presentation. Fixes bug #415032.
3575
3576 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3577
3578         * NEWS:
3579         * configure.ac:
3580         
3581         Update for release 0.9.1
3582
3583 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3584
3585         * backend/dvi/dvi-document.c:
3586         (dvi_document_finalize),
3587         (dvi_document_file_exporter_format_supported),
3588         (dvi_document_file_exporter_begin),
3589         (dvi_document_file_exporter_do_page),
3590         (dvi_document_file_exporter_end),
3591         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3592         
3593         PDF exporter for dvi documents. Fixes bug #441319.
3594
3595 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3596
3597         * shell/ev-window.c: (ev_window_clear_print_job):
3598
3599         Clear gtk print job when job has finished. Fixes bug #447612.
3600
3601 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3602
3603         * shell/ev-window.c: (ev_window_print_send),
3604         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3605
3606         Add preview button to print dialog. Fixes bug #445419.
3607
3608 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3609
3610         * backend/dvi/Makefile.am:
3611         * backend/dvi/pixbuf-device.[ch]: Removed
3612         * backend/dvi/cairo-device.[ch]: Added
3613         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3614         * backend/dvi/dvi-document.c: (dvi_document_load),
3615         (dvi_document_render), (dvi_document_finalize),
3616         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3617         (dvi_document_do_color_special):
3618         * libdocument/ev-document-misc.[ch]:
3619         (ev_document_misc_pixbuf_from_surface):
3620
3621         Port dvi backend to cairo and fix a problem with colors. 
3622
3623 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3624
3625         * shell/ev-view.c: (draw_one_page):
3626
3627         Draw only visible region.
3628
3629 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3630
3631         * backend/djvu/djvu-document.c: (djvu_document_render):
3632
3633         Fix rotation in djvu backend.
3634
3635 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3636
3637         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3638         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3639         (ev_pixbuf_cache_get_image_mapping),
3640         (ev_pixbuf_cache_get_text_mapping):
3641
3642         Redraw view every time we have a new surface. Fixes bug #443587.
3643
3644 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3645
3646         * libdocument/ev-document.c: (ev_document_info_free):
3647
3648         Fix memory leaks.
3649
3650 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3651
3652         * backend/dvi/dvi-document.c: (dvi_document_render),
3653         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3654         * backend/impress/impress-document.c:
3655         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3656         (impress_document_render), (impress_document_document_iface_init),
3657         (impress_document_thumbnails_get_thumbnail):
3658         * backend/djvu/djvu-document-private.h:
3659         * backend/djvu/djvu-document.c: (djvu_document_render),
3660         (djvu_document_finalize), (djvu_document_document_iface_init),
3661         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3662         * backend/tiff/tiff-document.c: (tiff_document_render),
3663         (tiff_document_render_pixbuf),
3664         (tiff_document_document_iface_init):
3665         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3666         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3667         (pdf_selection_render_selection):
3668         * backend/comics/comics-document.c:
3669         (comics_document_render_pixbuf), (comics_document_render),
3670         (comics_document_document_iface_init):
3671         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3672         (pixbuf_document_document_iface_init):
3673         * libdocument/ev-document-misc.[ch]:
3674         (ev_document_misc_surface_from_pixbuf),
3675         (ev_document_misc_surface_rotate_and_scale):
3676         * libdocument/ev-document.[ch]: (ev_document_render):
3677         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3678         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3679         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3680         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3681         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3682         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3683         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3684         (render_finished_cb), (ev_job_render_run):
3685         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3686         (merge_selection_region):
3687
3688         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3689         and selections.
3690
3691 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * shell/ev-window-title.c: (ev_window_title_update):
3694
3695         Fix memory leak.
3696
3697 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * shell/ev-view.c: (draw_loading_text):
3700
3701         Show loading text centered. Fixes bug #433061
3702
3703 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3704
3705         * shell/ev-sidebar-thumbnails.c:
3706         (ev_sidebar_thumbnails_set_loading_icon):
3707
3708         Remove a mutex in the main thread that blocks the UI in heavy
3709         documents.
3710
3711 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3712
3713         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3714
3715         Set points_set to TRUE so that selections don't disappear after a
3716         zoom change.
3717
3718 2007-06-07  Michael Monreal  <infernux@web.de>
3719
3720         * data/icons/16x16/actions/Makefile.am:
3721         * data/icons/16x16/actions/zoom.svg:
3722         * data/icons/22x22/actions/Makefile.am:
3723         * data/icons/22x22/actions/zoom.svg:
3724         * data/icons/24x24/actions/Makefile.am:
3725         * shell/ev-stock-icons.c:
3726         * shell/ev-stock-icons.h:
3727         * shell/ev-window.c:
3728         
3729         Zoom icon artwork. See bug #444795.
3730
3731 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3732
3733         * shell/ev-metadata-manager.c: Remove extraneous function
3734         (Closes: #444386)
3735
3736 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3737
3738         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3739         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3740         (ev_metadata_manager_set), (ev_metadata_manager_save):
3741         Simplify the timeout, no need for modified anymore
3742
3743 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3744
3745         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3746         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3747         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3748         (ev_metadata_manager_save): Adapted patch from Arjan van de
3749         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3750         time, saves on power (Closes: #443851)
3751
3752 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3753
3754         * configure.ac:
3755         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3756         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3757
3758         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3759
3760 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3761
3762         * shell/ev-window.c: (ev_window_add_history):
3763
3764         Check if history is NULL
3765
3766 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3767
3768         * libdocument/ev-image.c: (ev_image_finalize):
3769         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3770         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3771         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3772         (ev_tmp_uri_unlink):
3773
3774         Add functions to delete temporary files created by evince in a safe
3775         way.
3776
3777         * shell/ev-window.c: (ev_window_clear_local_uri),
3778         (open_xfer_update_progress_callback),
3779         (save_xfer_update_progress_callback), (ev_window_save_remote),
3780         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3781         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3782         (attachment_save_dialog_response_cb),
3783         (ev_attachment_popup_cmd_save_attachment_as):
3784
3785         Allow saving a copy of a document, image or attachment to a remote
3786         location. Fixes bug #440754. 
3787
3788 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3789
3790         * configure.ac:
3791         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3792
3793         Fix build with current poppler from cvs head. 
3794
3795 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3796
3797         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3798
3799         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3800         directory exists.
3801
3802 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3803
3804         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3805         * shell/ev-window.c:
3806
3807         Change sidebar ordering. Fixes bug #439939.
3808
3809 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3810
3811         * backend/comics/Makefile.am:
3812         
3813         Fixes build with --without-libgnome.
3814
3815 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3816         
3817         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3818
3819         Update cursor and tooltip on page change and view scroll. Fixes bug
3820         #439217.
3821
3822 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3823
3824         * NEWS:
3825         * configure.ac:
3826         
3827         Update for release 0.9.0
3828
3829 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3830
3831         * backend/djvu/djvu-document-private.h:
3832         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3833         (djvu_document_finalize),
3834         (djvu_document_file_exporter_format_supported),
3835         (djvu_document_file_exporter_begin),
3836         (djvu_document_file_exporter_do_page),
3837         (djvu_document_file_exporter_end),
3838         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3839         
3840         Implemented printing with djvu. Bug #437998.
3841
3842 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3843
3844         * backend/impress/zip.c:
3845         Add missing ulong definition.
3846
3847         * backend/ps/ps-interpreter.c:
3848         Add missing headers.
3849
3850         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3851
3852 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3853
3854         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3855
3856         Add missing call to parent class dispose method. 
3857
3858 2007-05-12  Ross Burton  <ross@openedhand.com>
3859
3860         * shell/main.c:
3861         Sync keybindings manually when building without libgnome
3862         (#437925).
3863
3864 2007-05-12  Ross Burton  <ross@openedhand.com>
3865
3866         * shell/ev-window.c:
3867         Respect the screen when opening help (#437866).
3868
3869 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3870
3871         * data/evince-ui.xml:
3872         * shell/ev-application.[ch]: (get_print_settings_from_args),
3873         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3874         (ev_application_open_uri_list):
3875         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3876         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3877         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3878         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3879         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3880         (ev_window_dispose):
3881         * shell/main.c: (arguments_parse):
3882
3883         Add print button in preview mode. Fixes bug #396475. 
3884
3885 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3886
3887         * cut-n-paste/zoom-control/ephy-zoom.h:
3888         
3889         Fixes zoom level factors. See bug #408119 for details.
3890
3891 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3892
3893         * backend/comics/comics-document.c: (comics_regex_quote),
3894         (extract_argv):
3895         
3896         Correctly quote symbols. Fixes crash in the bug
3897         #415370.
3898
3899 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3900
3901         * shell/ev-navigation-action-widget.c:
3902         (ev_navigation_action_widget_init),
3903         (ev_navigation_action_widget_class_init),
3904         (ev_navigation_action_widget_button_press_event):
3905         
3906         Connect to button-press event on correct widget. Fixes
3907         bug #431988
3908
3909 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3910
3911         * shell/ev-application.c: (ev_application_open_window),
3912         (ev_application_add_icon_path_for_screen),
3913         (ev_application_open_uri_at_dest):
3914         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3915         * shell/ev-navigation-action.c: (build_menu):
3916         
3917         Add app-specific icons to our icon theme. Fixes bug
3918         #425508.
3919
3920 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3921
3922         * shell/ev-history.c: (ev_history_class_init),
3923         (ev_history_add_link):
3924         * shell/ev-history.h:
3925         * shell/ev-navigation-action.c:
3926         (ev_navigation_action_history_changed),
3927         (ev_navigation_action_set_history), (build_menu),
3928         (ev_navigation_action_finalize):
3929         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3930         
3931         Make navigation action unsensitive instead of showing
3932         menu with unsensitive word. Fixes bug #417392.
3933
3934 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3935
3936         * shell/ev-application.[ch]: (ev_application_shutdown),
3937         (ev_application_get_print_settings),
3938         (ev_application_set_print_settings):
3939         * shell/ev-window.c:
3940
3941         Remember print settings. Fixes bug #349102. 
3942
3943 2007-05-08  Christian Persch  <chpe@gnome.org>
3944
3945         * configure.ac:
3946         * properties/ev-properties-view.c:
3947
3948         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3949         Bug #382438.
3950
3951 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3952
3953         * configure.ac:
3954         * properties/ev-properties-view.c: (ev_regular_paper_size):
3955
3956         Use gtk+ builtin paper list to identify the document's paper size.
3957         Fixes bug #382438. 
3958
3959 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3960
3961         * configure.ac:
3962
3963         Fix build when compiling with thumbnailer and libgnome support. 
3964
3965 2007-05-04  Ross Burton  <ross@openedhand.com>
3966
3967         * configure.ac:
3968         Add --without-libgnome, check for libgnome and libgnomeui
3969         separately, and add them to the symbols as required.
3970
3971         * libdocument/ev-file-helpers.c:
3972         When building without libgnome, use g_get_user_config_dir instead
3973         of gnome_user_dir_get.
3974
3975         * shell/ev-application.c:
3976         When building without libgnome, don't use session management.
3977
3978         * shell/main.c:
3979         When building without libgnome, don't use GnomeProgram or
3980         initialise the authentication manager.
3981
3982         This fixes #328842.
3983
3984 2007-05-04  Ross Burton  <ross@openedhand.com>
3985
3986         * shell/ev-window.c:
3987         Don't use libgnome to open help, instead call Yelp directly.
3988
3989 2007-05-04  Ross Burton  <ross@openedhand.com>
3990
3991         * shell/ev-sidebar-attachments.c:
3992         Don't use libgnome to lookup icons for MIME types, instead copy
3993         code from GTK+ to do it manually.
3994
3995 2007-05-04  Ross Burton  <ross@openedhand.com>
3996
3997         * configure.ac:
3998         Add libxml to the dependencies for SHELL_CORE (#435818).
3999
4000 2007-05-02  Ross Burton  <ross@openedhand.com>
4001
4002         * configure.ac:
4003         * Makefile.am:
4004         Add --disable-thumbnailer (#434825)
4005
4006 2007-05-02  Ross Burton  <ross@openedhand.com>
4007
4008         * shell/ev-window.c:
4009         Add missing includes, fix indentation.
4010
4011         * shell/main.c:
4012         Fix indentation.
4013
4014 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4015
4016         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4017         ev_application_open_uri_at_dest instead of ev_application_open_uri
4018         preventing new document always being opened in a new window even if there
4019         is an empty window.
4020
4021 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4022
4023         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4024         (egg_recent_view_uimanager_finalize):
4025         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4026         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4027         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4028         (ev_pixbuf_cache_dispose):
4029         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4030         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4031         
4032         Add missing chain to parent class methods. Fixes
4033         bug #433128.
4034
4035 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4036
4037         * data/Makefile.am (update-icon-cache): Updates
4038         gtk-update-icon-cache in uninstall-hook.
4039
4040 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4041
4042         * shell/ev-window.c: (ev_window_setup_document),
4043         (ev_window_set_document), (ev_window_load_job_cb):
4044         * shell/ev-view.c: (setup_caches):
4045         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4046
4047         Start rendering pages before any other jobs. 
4048
4049 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4050
4051         * shell/ev-window.c: (ev_window_stop_fullscreen),
4052         (ev_window_stop_presentation):
4053
4054         Update chrome visibility before window unfullscreen. 
4055
4056 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4057
4058         * data/Makefile.am:
4059         * data/evince-ui.xml:
4060         * shell/ev-stock-icons.[ch]:
4061         * shell/ev-application.[ch]: (ev_application_shutdown),
4062         (ev_application_init), (ev_application_get_toolbars_model):
4063         * shell/ev-window.c: (update_chrome_visibility),
4064         (fullscreen_toolbar_setup_item_properties),
4065         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4066         (ev_window_run_presentation), (ev_window_stop_presentation),
4067         (ev_window_run_preview), (ev_window_screen_changed),
4068         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4069         (ev_window_dispose), (ev_window_init):
4070
4071         Make fullscreen toolbar always visible. Do not use egg toolbars for
4072         fullscreen and preview modes since such toolbars are not editables.
4073         Fixes bugs #300278, #338910 and #316188.  
4074
4075 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4076
4077         * shell/ev-application.c:
4078         * shell/ev-job-queue.c:
4079         * shell/ev-metadata-manager.c:
4080         * shell/ev-stock-icons.c:
4081         * shell/ev-window.c:
4082         * shell/main.c:
4083         
4084         Developers documentation updated.
4085
4086 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4087
4088         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4089
4090         Check whether uri is valid before launching it. Fixes bug #427664.
4091
4092 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4093
4094         * shell/ev-window.c:
4095
4096         Change key accelerator for Open a Copy menu entry which is in conflict
4097         with Close. Fixes bug #427321.
4098
4099 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4100
4101         * NEWS:
4102         * configure.ac:
4103         
4104         Update for release 0.8.1
4105
4106 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4107
4108         * shell/ev-window.c: (setup_size_from_metadata):
4109         
4110         Do not make window bigger than screen. Fixes bug 
4111         #388985.
4112
4113 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4114
4115         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4116         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4117
4118         Use default resolution when it's not provided by document. Fixes bug
4119         #408762.
4120
4121 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4122
4123         * configure.ac:
4124         * thumbnailer/Makefile.am:
4125         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4126         * thumbnailer/evince-thumbnailer.schemas.in:
4127         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4128
4129         Add support for ps, eps and compressed documents thumbnails. Do not
4130         ignore size parameter. 
4131
4132 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4133
4134         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4135         (dvi_document_do_color_special):
4136         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4137
4138         Implement font color specials in the DVI backend. Fixes bug #303651.
4139
4140 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4141
4142         Fixup the previous commit:
4143
4144         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4145         * shell/xdg-user-dir-lookup.c: Make the function non-static
4146         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4147
4148 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4149
4150         * shell/ev-window.c (file_open_dialog_response_cb): Use
4151         the xdg-user-dirs DOCUMENTS folder as default folder when
4152         opening a file chooser.  (#424858)
4153
4154         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4155         xdg-user-dirs.
4156
4157 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4158
4159         * shell/ev-window.c: (ev_window_load_job_cb):
4160
4161         Do not setup view from metadata on preview mode. 
4162
4163 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4164
4165         * shell/main.c:
4166
4167         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4168
4169 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4170
4171         * shell/ev-view.c: (ev_view_primary_get_cb):
4172
4173         Check pointer != NULL before using it. Fixes bug #416841. 
4174
4175 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4176
4177         * NEWS:
4178         * configure.ac:
4179         
4180         Release 0.8.0
4181
4182 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4183
4184         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4185
4186         Do not render thumbnails when sidebar thumbnail page is not visible
4187         at startup. Fixes bug #416447. 
4188
4189 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4190
4191         * data/evince.desktop.in.in:
4192
4193         "Application" is not a valid category in the freedesktop specification.
4194
4195 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4196
4197         * libdocument/ev-file-helpers.[ch]: (compression_run),
4198         (ev_file_uncompress), (ev_file_compress):
4199         * shell/ev-window.c: (file_save_dialog_response_cb):
4200
4201         Save document compressed when saving a copy of a compressed document.
4202         Fixes bug #334542.
4203
4204 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4205
4206         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4207
4208         Allow deleting in goto window entry in presentation mode. 
4209
4210 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4211
4212         * Makefile.am: Dist MAINTAINERS.
4213
4214 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4215
4216         * shell/ev-window.c: (ev_window_update_actions):
4217
4218         Fix zoom shortcut keys when searching. Fixes bug #409828.
4219
4220 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4221
4222         * shell/ev-window.c: (ev_window_setup_document):
4223
4224         Fix crash when loading documents with only one page. 
4225
4226 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4227
4228         * backend/dvi/dvi-document.c:
4229         (dvi_document_thumbnails_get_dimensions),
4230         (dvi_document_thumbnails_get_thumbnail):
4231         * backend/impress/impress-document.c:
4232         (impress_document_thumbnails_get_thumbnail),
4233         (impress_document_thumbnails_get_dimensions):
4234         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4235         (ps_document_thumbnails_get_dimensions):
4236         * backend/djvu/djvu-document.c:
4237         (djvu_document_thumbnails_get_dimensions),
4238         (djvu_document_thumbnails_get_thumbnail):
4239         * backend/tiff/tiff-document.c:
4240         (tiff_document_thumbnails_get_thumbnail),
4241         (tiff_document_thumbnails_get_dimensions):
4242         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4243         (pdf_document_thumbnails_get_thumbnail),
4244         (pdf_document_thumbnails_get_dimensions):
4245         * backend/comics/comics-document.c:
4246         (comics_document_thumbnails_get_thumbnail),
4247         (comics_document_thumbnails_get_dimensions):
4248         * backend/pixbuf/pixbuf-document.c:
4249         (pixbuf_document_thumbnails_get_thumbnail),
4250         (pixbuf_document_thumbnails_get_dimensions):
4251         * libdocument/ev-document-thumbnails.[ch]:
4252         (ev_document_thumbnails_get_thumbnail),
4253         (ev_document_thumbnails_get_dimensions):
4254         * libdocument/ev-document-misc.[ch]:
4255         (ev_document_misc_get_thumbnail_frame):
4256         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4257         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4258         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4259         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4260         (ev_sidebar_thumbnails_refresh):
4261         * shell/ev-window.c: (ev_window_setup_document):
4262         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4263
4264         Use an EvRenderContext for rendering thumbnails instead of a suggested
4265         width, so that different sized pages get sized proportionally.
4266
4267 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4268
4269         * shell/ev-view.c: (ev_view_button_press_event),
4270         (ev_view_key_press_event):
4271
4272         Fix critical warnings when there is no document loaded. 
4273
4274 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4275
4276         * shell/ev-page-action-widget.c:
4277         * shell/ev-navigation-action.c:
4278         * shell/ev-window.c:
4279
4280         Fix compile warnings. 
4281
4282 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4283
4284         * backend/djvu/djvu-text.h:
4285         * backend/djvu/djvu-document.c:
4286         * backend/djvu/djvu-text-page.c:
4287         * backend/djvu/djvu-links.c:
4288         * backend/djvu/djvu-text-page.h:
4289         * backend/djvu/djvu-text.c:
4290         
4291         Fix build on Mac. Fixes bug #392186. Patch by
4292         <ephraim_owns@hotmail.com>
4293
4294 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4295
4296         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4297
4298         Restore cairo context before rendering every page when printing a PDF
4299         document into a PDF file. 
4300
4301 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4302
4303         * backend/ps/gstypes.h:
4304         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4305         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4306         (ps_document_thumbnails_get_thumbnail):
4307
4308         Handle PostScript page orientation. Fixes bug #318568.
4309
4310 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4311
4312         * backend/ps/Makefile.am:
4313         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4314         (document_load), (ps_document_load), (save_document),
4315         (save_page_list), (ps_document_get_n_pages),
4316         (ps_document_get_page_size), (ps_document_get_info),
4317         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4318         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4319         (ps_document_thumbnails_get_thumbnail),
4320         (ps_document_thumbnails_get_dimensions),
4321         (ps_document_document_thumbnails_iface_init):
4322         * backend/ps/ps.[ch]: (psgetpagebox):
4323         * backend/ps/ps-interpreter.[ch]:
4324
4325         Add support for thumbnails in ps backend. Fixes bug #164755. 
4326
4327 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4328
4329         * NEWS:
4330         * configure.ac:
4331         
4332         Release 0.7.2
4333
4334 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4335
4336         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4337         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4338         (ev_window_dispose):
4339
4340         Use document thumbnail as window icon. Fixes bug #384442.
4341
4342 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4343
4344         * configure.ac:
4345
4346         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4347         duplicated adding application/x-bzpostscript instead. 
4348
4349 2007-02-11  Tom Parker  <palfrey@tevp.net>
4350
4351         * backend/ps/ps-document.c: (document_load):
4352
4353         Check return value of psscan before trying
4354         to use it. Fixes bug #372414.
4355
4356 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4357
4358         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4359
4360         Fix invalid free in ev-page-cache. Fixes bug #404745.
4361
4362 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4363
4364         * test/Makefile.am:
4365         * test/test3.py:
4366         
4367         Added reload test case.
4368
4369 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4370
4371         * po/POTFILES.in:
4372         * backend/djvu/djvu-document.c: (djvu_document_load):
4373
4374         Check whether there are missing files in indirect multipage djvu
4375         documents. Fixes bug #361683. 
4376
4377 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4378
4379         * test/Makefile.am:
4380         * test/test-mime.bin:
4381         * test/test3.py:
4382         
4383         Added test for slow mime type
4384
4385 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4386
4387         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4388
4389         Add some checks and call parent_class->finalize. Fixes bug #404745.
4390
4391 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4392
4393         * shell/ev-navigation-action.c: (connect_proxy):
4394         
4395         Fixes dropdown history menu. Thanks a lot Carlos!
4396
4397 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4398
4399         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4400
4401         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4402         bug #373715.
4403
4404 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4405
4406         * backend/ps/ps.c: (psscan):
4407
4408         Fix memory leak. 
4409
4410 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4411
4412         * configure.ac:
4413         * libdocument/ev-file-helpers.c: 
4414
4415         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4416
4417 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4418
4419         * configure.ac:
4420         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4421         (ps_interpreter_start), (document_load), (save_document),
4422         (save_page_list):
4423         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4424         * libdocument/ev-document-factory.c:
4425         (ev_document_factory_get_from_mime), (get_document_from_uri),
4426         (free_uncompressed_uri), (ev_document_factory_get_document):
4427         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4428
4429         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4430
4431 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4432
4433         * libdocument/ev-document.h:
4434
4435         Fix typo in function name. 
4436
4437 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4438
4439         * backend/ps/ps-document.c: (ps_interpreter_finished),
4440         (ps_interpreter_start), (ps_interpreter_failed):
4441
4442         Handle ghostscript interpreter crashes. 
4443
4444 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4445
4446         * shell/ev-window.c: (ev_window_open_uri),
4447         (window_configure_event_cb):
4448
4449         Setup window size and position before showing it. Fixes bug #401711.
4450
4451 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4452
4453         * backend/ps/Makefile.am:
4454         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4455         (ps_document_dispose), (ps_document_class_init),
4456         (ps_interpreter_input), (ps_interpreter_output),
4457         (ps_interpreter_error), (setup_interpreter_env),
4458         (ps_interpreter_start), (ps_interpreter_stop),
4459         (ps_interpreter_failed), (ps_interpreter_is_ready),
4460         (check_filecompressed), (document_load), (ps_document_load),
4461         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4462         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4463         (render_page):
4464
4465         Rework ps-document. Code cleanups, remove deprecated code. 
4466
4467 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4468
4469         * shell/ev-view.c: (ev_view_button_press_event):
4470
4471         Do not start an image drag and drop operation when pointer is on 
4472         text, so that we can select text when the whole background is an
4473         image. 
4474
4475 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4476
4477         * shell/ev-window.c: (ev_window_update_actions): 
4478
4479         Disable all zoom related actions during presentation mode. 
4480
4481 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4482
4483         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4484
4485         Do not zoom in or out on presentation mode. Fixes bug #401305.
4486
4487 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4488
4489         * shell/ev-navigation-action.c: (connect_proxy),
4490         (create_menu_item), (ev_navigation_action_class_init):
4491         
4492         Correctly show menu and fix crash when navigaton 
4493         action is out of toolbar visible area.
4494
4495 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4496
4497         * data/Makefile.am:
4498         * data/evince.1:
4499         
4500         Added man file
4501
4502 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4503
4504         * help/reference/* :
4505         * configure.ac:
4506         
4507         Added gtk-doc based documentation for Evince.
4508         Still in initial state but I hope it will
4509         grow.
4510         
4511         * configure.ac:
4512         
4513         Lower dbus requirement to 0.70
4514
4515 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4516
4517         * shell/ev-window.c: (ev_window_add_history):
4518
4519         Fix memory leak. 
4520
4521 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4522
4523         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4524         * shell/ev-view.h:
4525         * shell/ev-window.c: (ev_window_add_history):
4526         
4527         Correctly handle named destination links
4528
4529 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4530
4531         * NOTES:
4532         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4533         * backend/pdf/ev-poppler.cc:
4534         * libdocument/ev-document-links.h:
4535         * libdocument/ev-link.c: (ev_link_get_page):
4536         * libdocument/ev-link.h:
4537         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4538         (ev_history_add_link):
4539         * shell/ev-history.h:
4540         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4541         (new_history_menu_item), (build_menu):
4542         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4543         * shell/ev-sidebar-links.c: (create_loading_model),
4544         (print_section_cb), (ev_sidebar_links_construct),
4545         (fill_page_labels), (update_page_callback_foreach),
4546         (update_page_callback), (job_finished_callback):
4547         * shell/ev-view.c: (ev_view_handle_link):
4548         * shell/ev-window.c: (ev_window_find_chapter),
4549         (ev_window_add_history), (view_handle_link_cb),
4550         (history_changed_cb):
4551         
4552         Implements another history variant
4553
4554 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4555
4556         * shell/ev-window.c: (view_external_link_cb):
4557         * shell/ev-view.c: (ev_view_button_release_event):
4558
4559         Open links in new window when clicking with middle button. 
4560
4561 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4562
4563         * shell/ev-navigation-action.c: (new_history_menu_item):
4564         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4565         * shell/ev-view.c: (ev_view_handle_link):
4566         * shell/ev-window.c:
4567         
4568         Store link before jump, not the destination. For me it 
4569         seems like more natural history behavior.
4570
4571 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4572
4573         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4574         (ev_navigation_action_class_init):
4575         * shell/ev-navigation-action.h:
4576         * shell/ev-page-action.c: (activate_cb):
4577         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4578         (ev_page_cache_set_current_page_history):
4579         * shell/ev-page-cache.h:
4580         * shell/ev-sidebar-thumbnails.c:
4581         (ev_sidebar_tree_selection_changed),
4582         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4583         * shell/ev-view-private.h:
4584         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4585         * shell/ev-view.h:
4586         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4587         (ev_window_setup_document), (ev_window_load_job_cb):
4588         * shell/ev-window.h:
4589         
4590         History finally works as expected.
4591
4592 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4593
4594         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4595
4596         Do not update links treeview if it doesn't have a model assigned yet. 
4597
4598 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4599
4600         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4601         (ev_sidebar_links_class_init), (update_page_callback):
4602
4603         Do not update links treeview when sidepane is not visible. 
4604
4605 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4606
4607         * shell/ev-marshal.list:
4608         * shell/ev-page-action.c: (activate_cb),
4609         (ev_page_action_class_init):
4610         * shell/ev-page-action.h:
4611         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4612         * shell/ev-window.c:
4613         
4614         Remove activate_link signal, not required.
4615
4616 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4617
4618         * shell/ev-navigation-action.c: (build_menu):
4619         
4620         Reorder menu items and build menu with fixed length.
4621
4622 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4623
4624         * shell/ev-view.c: (get_selected_text):
4625         
4626         Normalize text to fix ligatures problem. See bug
4627         #341947 for details.
4628
4629 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4630
4631         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4632
4633         Fix memory leak in ev-page-cache. 
4634
4635 2007-01-25  Tom Parker <palfrey@tevp.net>
4636
4637         * backend/impress/impress-document.c: (impress_document_load),
4638         (impress_document_finalize), (impress_document_init):
4639         * properties/ev-properties-main.c: (ev_properties_get_pages):
4640         
4641         Correctly handle impress document errors. Fixes nautilus
4642         crash in property page #370491.
4643
4644 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4645
4646         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4647         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4648         (ev_job_queue_remove_job):
4649         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4650         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4651         (ev_job_load_run):
4652         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4653         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4654         (ev_window_load_job_cb), (xfer_update_progress_callback),
4655         (ev_window_open_uri), (ev_window_dispose):
4656         * shell/main.c: (main):
4657
4658         Do file transfer asynchronously in the main thread instead of
4659         synchronously in the load thread. Fixes bugs #399694, #398307 and
4660         #343542.
4661
4662 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4663
4664         * shell/ev-jobs.c: (ev_job_xfer_run):
4665
4666         Load the document with the font-config lock held. 
4667
4668 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4669
4670         * backend/ps/ps-document.c: (start_interpreter):
4671
4672         Fix memory leaks in ps backend. 
4673
4674 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4675
4676         * backend/impress/impress-document.c:
4677         (impress_document_render_pixbuf):
4678
4679         Do not acquire fontconfig lock in impress backend, since it is using
4680         the main loop for rendering. 
4681
4682 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4683
4684         * po/POTFILES.in: 
4685
4686         Remove mdvi files that shouldn't be translated. 
4687
4688 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4689
4690         * shell/ev-view-private.h:
4691         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4692         (ev_view_set_zoom):
4693
4694         Render "loading..." text into a cairo surface instead of directly into
4695         the window so that fontconfig lock is only needed once and UI is not
4696         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4697
4698 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4699
4700         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4701         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4702
4703         Use icon theme associated with the window screen rather than default. 
4704
4705 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4706
4707         * configure.ac:
4708
4709         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4710
4711 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4712
4713         * data/icons/*/apps/evince.*:
4714
4715         Move Evince icons under new apps directory.
4716
4717         * data/icons/*/actions/*:
4718
4719         Add new custom themeable Evince icons: view-page-continuous, 
4720         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4721         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4722
4723         * configure.ac:
4724
4725         Add new directories to AC_CONFIG_FILES.
4726
4727         * shell/ev-stock-icons.c:
4728         * shell/ev-stock-icons.h:
4729
4730         Use new custom themeable icons.
4731
4732 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4733
4734         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4735
4736         Do not draw white background page in presentation mode. 
4737
4738 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4739
4740         * shell/ev-view.c: Remove unused gnome-vfs include.
4741
4742 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4743
4744         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4745         
4746         Format string is corrected, fixes bug #397129.
4747
4748 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4749
4750         * shell/ev-window.c: (ev_window_setup_recent):
4751
4752         Do not include in recent menu inexistent documents. Fixes
4753         bug #339171.
4754
4755 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4756
4757         * po/POTFILES.skip: 
4758
4759         Update POTFILES.skip file according to current source tree. 
4760
4761 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4762
4763         * shell/ev-window.c: (file_save_dialog_response_cb):
4764
4765         Do Save a copy in atomic way. Fixes bug #328266. 
4766
4767 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4768
4769         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4770
4771         Keep selected cell always visible in index treeview.
4772
4773 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4774         
4775         * shell/ev-view.c: (ev_view_size_allocate):
4776
4777         Restore horizontal scrollbar after switching to/from fullscreen
4778         or presentation mode. Fixes bug #331728.
4779
4780 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4781
4782         * shell/ev-view-private.h:
4783         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4784         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4785         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4786         (ev_view_can_zoom_out):
4787
4788         Use max and min scale values in the view iby taking dpi into account. 
4789
4790 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4791
4792         * configure.ac:
4793         * NEWS:
4794
4795         Release 0.7.1
4796
4797 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4798
4799         * shell/ev-window.c: (ev_window_print_send):
4800
4801         Send print job to printer with some settings set to default values,
4802         since we have already exported to a file according to such settings
4803         and they could be taken twice by some printers. 
4804
4805 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4806
4807         * shell/ev-jobs.c: (ev_job_xfer_run):
4808         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4809
4810         Show main window and load document with the font-config lock held. 
4811
4812 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4813
4814         * configure.ac:
4815         * shell/ev-application.c: (ev_application_register_service):
4816         * shell/main.c: (load_files_remote):
4817
4818         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4819
4820 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4821
4822         * doc/debugging.txt:
4823         
4824         Remove obsolete documentation.
4825
4826 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4827
4828         * Makefile.am:
4829         * backend/Makefile.am:
4830         * backend/comics/Makefile.am:
4831         * backend/djvu/Makefile.am:
4832         * backend/dvi/Makefile.am:
4833         * backend/ev-async-renderer.c:
4834         * backend/ev-async-renderer.h:
4835         * backend/ev-attachment.c:
4836         * backend/ev-attachment.h:
4837         * backend/ev-backend-marshal.c:
4838         * backend/ev-document-factory.c:
4839         * backend/ev-document-factory.h:
4840         * backend/ev-document-find.c:
4841         * backend/ev-document-find.h:
4842         * backend/ev-document-fonts.c:
4843         * backend/ev-document-fonts.h:
4844         * backend/ev-document-images.c:
4845         * backend/ev-document-images.h:
4846         * backend/ev-document-info.h:
4847         * backend/ev-document-links.c:
4848         * backend/ev-document-links.h:
4849         * backend/ev-document-misc.c:
4850         * backend/ev-document-misc.h:
4851         * backend/ev-document-security.c:
4852         * backend/ev-document-security.h:
4853         * backend/ev-document-thumbnails.c:
4854         * backend/ev-document-thumbnails.h:
4855         * backend/ev-document-transition.c:
4856         * backend/ev-document-transition.h:
4857         * backend/ev-document.c:
4858         * backend/ev-document.h:
4859         * backend/ev-file-exporter.c:
4860         * backend/ev-file-exporter.h:
4861         * backend/ev-image.c:
4862         * backend/ev-image.h:
4863         * backend/ev-link-action.c:
4864         * backend/ev-link-action.h:
4865         * backend/ev-link-dest.c:
4866         * backend/ev-link-dest.h:
4867         * backend/ev-link.c:
4868         * backend/ev-link.h:
4869         * backend/ev-render-context.c:
4870         * backend/ev-render-context.h:
4871         * backend/ev-selection.c:
4872         * backend/ev-selection.h:
4873         * backend/impress/Makefile.am:
4874         * backend/pdf/Makefile.am:
4875         * backend/pixbuf/Makefile.am:
4876         * backend/ps/Makefile.am:
4877         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4878         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4879         (start_interpreter), (stop_interpreter), (document_load),
4880         (ps_document_next_page), (render_page):
4881         * backend/tiff/Makefile.am:
4882         * comics/Makefile.am:
4883         * comics/comics-document.c:
4884         * comics/comics-document.h:
4885         * configure.ac:
4886         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4887         * djvu/Makefile.am:
4888         * djvu/djvu-document-private.h:
4889         * djvu/djvu-document.c:
4890         * djvu/djvu-document.h:
4891         * djvu/djvu-links.c:
4892         * djvu/djvu-links.h:
4893         * djvu/djvu-text-page.c:
4894         * djvu/djvu-text-page.h:
4895         * djvu/djvu-text.c:
4896         * djvu/djvu-text.h:
4897         * dvi/Makefile.am:
4898         * dvi/dvi-document.c:
4899         * dvi/dvi-document.h:
4900         * dvi/fonts.c:
4901         * dvi/fonts.h:
4902         * dvi/mdvi-lib/Makefile.am:
4903         * dvi/mdvi-lib/afmparse.c:
4904         * dvi/mdvi-lib/afmparse.h:
4905         * dvi/mdvi-lib/bitmap.c:
4906         * dvi/mdvi-lib/bitmap.h:
4907         * dvi/mdvi-lib/color.c:
4908         * dvi/mdvi-lib/color.h:
4909         * dvi/mdvi-lib/common.c:
4910         * dvi/mdvi-lib/common.h:
4911         * dvi/mdvi-lib/defaults.h:
4912         * dvi/mdvi-lib/dvimisc.c:
4913         * dvi/mdvi-lib/dviopcodes.h:
4914         * dvi/mdvi-lib/dviread.c:
4915         * dvi/mdvi-lib/files.c:
4916         * dvi/mdvi-lib/font.c:
4917         * dvi/mdvi-lib/fontmap.c:
4918         * dvi/mdvi-lib/fontmap.h:
4919         * dvi/mdvi-lib/fontsrch.c:
4920         * dvi/mdvi-lib/gf.c:
4921         * dvi/mdvi-lib/hash.c:
4922         * dvi/mdvi-lib/hash.h:
4923         * dvi/mdvi-lib/list.c:
4924         * dvi/mdvi-lib/mdvi.h:
4925         * dvi/mdvi-lib/pagesel.c:
4926         * dvi/mdvi-lib/paper.c:
4927         * dvi/mdvi-lib/paper.h:
4928         * dvi/mdvi-lib/pk.c:
4929         * dvi/mdvi-lib/private.h:
4930         * dvi/mdvi-lib/setup.c:
4931         * dvi/mdvi-lib/sp-epsf.c:
4932         * dvi/mdvi-lib/special.c:
4933         * dvi/mdvi-lib/sysdeps.h:
4934         * dvi/mdvi-lib/t1.c:
4935         * dvi/mdvi-lib/tfm.c:
4936         * dvi/mdvi-lib/tfmfile.c:
4937         * dvi/mdvi-lib/tt.c:
4938         * dvi/mdvi-lib/util.c:
4939         * dvi/mdvi-lib/vf.c:
4940         * dvi/pixbuf-device.c:
4941         * dvi/pixbuf-device.h:
4942         * impress/Makefile.am:
4943         * impress/common.h:
4944         * impress/document.c:
4945         * impress/f_oasis.c:
4946         * impress/f_oo13.c:
4947         * impress/iksemel.c:
4948         * impress/iksemel.h:
4949         * impress/imposter.h:
4950         * impress/impress-document.c:
4951         * impress/impress-document.h:
4952         * impress/internal.h:
4953         * impress/r_back.c:
4954         * impress/r_draw.c:
4955         * impress/r_geometry.c:
4956         * impress/r_gradient.c:
4957         * impress/r_style.c:
4958         * impress/r_text.c:
4959         * impress/render.c:
4960         * impress/render.h:
4961         * impress/zip.c:
4962         * impress/zip.h:
4963         * lib/Makefile.am:
4964         * lib/ev-debug.c:
4965         * lib/ev-debug.h:
4966         * lib/ev-file-helpers.c:
4967         * lib/ev-file-helpers.h:
4968         * lib/ev-gui.c:
4969         * lib/ev-gui.h:
4970         * lib/ev-tooltip.c:
4971         * lib/ev-tooltip.h:
4972         * libdocument/Makefile.am:
4973         * libdocument/ev-file-helpers.c:
4974         * pdf/Makefile.am:
4975         * pdf/ev-poppler.cc:
4976         * pdf/ev-poppler.h:
4977         * pixbuf/Makefile.am:
4978         * pixbuf/pixbuf-document.c:
4979         * pixbuf/pixbuf-document.h:
4980         * properties/Makefile.am:
4981         * ps/Makefile.am:
4982         * ps/gsdefaults.c:
4983         * ps/gsdefaults.h:
4984         * ps/gsio.c:
4985         * ps/gsio.h:
4986         * ps/gstypes.h:
4987         * ps/ps-document.c:
4988         * ps/ps-document.h:
4989         * ps/ps.c:
4990         * ps/ps.h:
4991         * shell/Makefile.am:
4992         * shell/ev-application.h:
4993         * shell/ev-sidebar-links.c:
4994         * shell/ev-sidebar-links.h:
4995         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4996         (ev_gui_menu_position_tree_selection):
4997         * shell/ev-utils.h:
4998         * shell/ev-view.c: (ev_view_finalize):
4999         * shell/ev-window.c:
5000         * shell/main.c: (main):
5001         * thumbnailer/Makefile.am:
5002         * tiff/Makefile.am:
5003         * tiff/tiff-document.c:
5004         * tiff/tiff-document.h:
5005         * tiff/tiff2ps.c:
5006         * tiff/tiff2ps.h:
5007         
5008         Reorganize source tree.
5009
5010 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5011
5012         * backend/ev-document-factory.c:
5013
5014         Do not include ev-poppler.h when pdf is disabled. 
5015
5016 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5017
5018         * configure.ac:
5019         * data/evince-ui.xml:
5020         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5021         (pdf_document_document_images_iface_init):
5022         * backend/Makefile.am:
5023         * backend/ev-document-images.[ch]:
5024         * backend/ev-image.[ch]:
5025         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5026         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5027         (ev_job_xfer_run):
5028         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5029         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5030         (ev_pixbuf_cache_get_image_mapping):
5031         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5032         (view_menu_popup_cb), (ev_window_dispose),
5033         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5034         (ev_view_popup_cmd_copy_image):
5035         * shell/ev-view-private.h:
5036         * shell/ev-view.c: (ev_view_get_image_at_location),
5037         (ev_view_do_popup_menu), (ev_view_popup_menu),
5038         (ev_view_button_press_event), (ev_view_drag_data_get),
5039         (ev_view_drag_motion), (ev_view_drag_data_received),
5040         (ev_view_motion_notify_event), (ev_view_button_release_event),
5041         (ev_view_finalize), (ev_view_class_init):
5042
5043         Add image handling support. Fixes bugs #310008 and #325047. Images
5044         selection is not supported yet. 
5045
5046 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5047
5048         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5049         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5050         (ev_view_init):
5051
5052         Move view drag and drop stuff to ev-view.
5053
5054 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5055
5056         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5057         * shell/ev-view.c: (clear_selection): 
5058
5059         Clear selection also in pixbuf cache.
5060
5061 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5062
5063         * data/evince.desktop.in.in:
5064         
5065         Change icon name in desktop file. See bug #390734
5066         for details.
5067
5068 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5069
5070         * thumbnailer/Makefile.am:
5071
5072         Use top_builddir instead top_srcdir for generated schema
5073         file installation. Fixes bug #390161.
5074
5075 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5076
5077         * configure.ac:
5078         * backend/Makefile.am:
5079         * backend/ev-document-transition.[ch]:
5080         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5081         (pdf_document_page_transition_iface_init):
5082         * shell/ev-view-private.h:
5083         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5084         (ev_view_set_presentation), (transition_next_page),
5085         (ev_view_presentation_transition_stop),
5086         (ev_view_presentation_transition_start), (ev_view_next_page):
5087
5088         Add page transition support in presentation mode. At the moment only
5089         page duration is supported, but not transition effects. Fixes bug
5090         #309815.
5091
5092 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5093
5094         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5095
5096         Run find_link_dest with document lock held, since it's called by links
5097         thread and main thread at the same time. 
5098
5099 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5100
5101         * shell/ev-view.c: (goto_dest):
5102
5103         Update page-cache when page is changed by the view, so that
5104         page-changed signal is emitted. 
5105
5106 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5107
5108         * test/test1.py:
5109         * test/test2.py:
5110
5111         Use C locale in tests. 
5112
5113 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5114
5115         * shell/ev-window.c: (ev_window_run_presentation):
5116         * shell/ev-view-private.h:
5117         * shell/ev-view.c: (ev_view_set_presentation):
5118
5119         Restore zoom settings when back from presentation mode. 
5120
5121 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5122
5123         * shell/ev-window.c: (ev_window_run_presentation):
5124
5125         Always use "best fit" zoom in presentation mode.
5126         Fixes bug #389195.
5127
5128 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5129
5130         * shell/ev-view.c: (ev_view_goto_window_create):
5131
5132         Show "Jump to page" label in the page jumping popup in
5133         presentation mode instead of just a GtkEntry.
5134
5135 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5136
5137         * shell/ev-window.c: (launch_external_uri):
5138
5139         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5140         #378085.
5141
5142 2006-12-22  Elijah Newren  <newren gmail com>
5143
5144         * configure.ac: explicitly check for libxml2.  Fixes #388795
5145
5146 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5147
5148         * shell/ev-view-private.h:
5149         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5150         (ev_view_goto_window_delete_event), (key_is_numeric),
5151         (ev_view_goto_window_key_press_event),
5152         (ev_view_goto_window_button_press_event),
5153         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5154         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5155         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5156
5157         Allow jumping to another page by typing a page number in presentation
5158         mode. It uses a popup window with an entry. Fixes bug #353625.
5159
5160 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5161
5162         * configure.ac:
5163         * properties/ev-properties-view.c: (ev_get_default_user_units),
5164         (ev_regular_paper_size):
5165         
5166         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5167         to Damien Carbery <damien.carbery@sun.com> and
5168         Yevgen Muntyan <muntyan@tamu.edu>.
5169
5170 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5171
5172         * shell/ev-window.c: (setup_document_from_metadata):
5173
5174         Make sure Evince doesn't restore the view on the last
5175         page when a document is reopened. Fixes bug #383381.
5176
5177 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5178
5179         * shell/ev-view.c: (draw_loading_text):
5180
5181         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5182
5183 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5184
5185         * configure.ac:
5186         * NEWS:
5187
5188         Release 0.7.0
5189
5190 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5191
5192         * configure.ac:
5193         * pdf/ev-poppler.cc: (pdf_print_context_free),
5194         (pdf_document_file_exporter_begin),
5195         (pdf_document_file_exporter_do_page):
5196
5197         Make cairo-pdf depedency optional. 
5198
5199 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5200
5201         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5202
5203         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5204
5205 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5206
5207         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5208         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5209         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5210         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5211         * shell/ev-view.c: (draw_loading_text):
5212         * shell/ev-window.c: (ev_window_cmd_file_properties):
5213
5214         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5215         related to using FontConfig from different threads.
5216         
5217 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5218
5219         * shell/ev-view.c: (draw_loading_text):
5220
5221         Acquire lock document when drawing "Loading..." text so that only one
5222         thread will use FontConfig at the same time. Fixes bug #374750.
5223
5224 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5225
5226         * shell/ev-page-action.[ch]: (activate_cb):
5227         * shell/ev-window.c: (activate_label_cb):
5228
5229         Check if text inserted in page entry is a valid page number when it
5230         doesn't match to any document page label. Fixes bug #383165.
5231
5232 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5233         * shell/ev-window.c:
5234
5235         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5236         available with GTK < 2.10. Added an ifdef to avoid compilation
5237         error.
5238
5239 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5240
5241         * configure.ac:
5242         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5243
5244         Fix ps backend in multihead systems.
5245
5246 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5247
5248         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5249         * shell/ev-window.c: (ev_window_get_screen_dpi),
5250         (ev_window_update_actions), (setup_view_from_metadata),
5251         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5252
5253         Take screen DPI into account when zooming. Fixes bug #318285.
5254
5255 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5256
5257         * data/Makefile.am:
5258
5259         Cleaned up/slightly refactored Makefile.am. Added GConf
5260         schemas uninstallation as well.
5261
5262 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5263
5264         * Makefile.am:
5265         * test/Makefile.am:
5266
5267         Fight with autotools to fix make check. Make distcheck
5268         works fine as well now!
5269
5270 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5271
5272         * shell/ev-view.c: (draw_end_presentation_page):
5273
5274         Corrected "end of presentation" string.
5275
5276 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5277
5278         * shell/ev-view.c: (ev_view_key_press_event):
5279
5280         Correctly propagate key press event so that up/down keys
5281         work as expected (correct behaviour was broken by
5282         black/white screen key bindings for presentations).
5283
5284 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5285
5286         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5287         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5288         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5289         (pdf_selection_get_selection_region),
5290         (pdf_selection_get_selection_map):
5291
5292         Add "static" to some private functions. 
5293
5294 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5295
5296         * lib/ev-tooltip.h:
5297         * properties/ev-properties-view.h:
5298         * shell/ev-jobs.h:
5299         * shell/ev-properties-dialog.h:
5300         * shell/ev-properties-fonts.h:
5301         * shell/ev-sidebar-links.h:
5302         * shell/ev-sidebar-thumbnails.h:
5303         * shell/ev-sidebar.h:
5304         * shell/ev-window.h:
5305         
5306         Fixes CHACK type in class casts. See bug #385343
5307         for details.
5308
5309 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5310
5311         * shell/ev-view-private.h:
5312         * shell/ev-view.c: (draw_end_presentation_page),
5313         (ev_view_expose_event), (ev_view_key_press_event),
5314         (ev_view_class_init), (ev_view_init):
5315
5316         Blank screen in presentation mode when pressing 'b' (filling with
5317         black) or 'w' (filling with white) keys. Fixes bug #358132.
5318
5319 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5320
5321         * data/evince-toolbar.xml:
5322         * shell/ev-window.c:
5323         
5324         Use stock icon for Select All action. Fixes
5325         bug #382652.
5326
5327 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5328
5329         * shell/ev-view.c: (get_doc_point_from_offset),
5330         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5331
5332         Add links support in rotated documents. Fixes bug #343733.
5333
5334 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5335
5336         * shell/ev-view-private.h:
5337         * shell/ev-view.c: (draw_end_presentation_page),
5338         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5339
5340         Show a blank page after the last page in presentation mode with a
5341         message indicating that presentation has finished and how to exit. 
5342
5343 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5344
5345         * shell/ev-window.c: (fullscreen_timeout_cb):
5346
5347         Hide cursor after a while in presentation mode. 
5348
5349 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5350
5351         * backend/ev-document-info.h:
5352         * data/evince-properties.glade:
5353         * pdf/ev-poppler.cc:
5354         * properties/ev-properties-view.c: (ev_regular_paper_size),
5355         (ev_properties_view_set_info):
5356         * ps/ps-document.c: (ps_document_get_info):
5357
5358         Adds a paper size field to the properties dialog. Fixes
5359         bug #307315. Patch by Kasper Svendsen (with some i18n
5360         changes done by me).
5361
5362 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5363
5364         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5365         (screensaver_init_dbus), (totem_scrsaver_new),
5366         (totem_scrsaver_init):
5367         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5368         * shell/ev-application.c: (ev_application_register_service),
5369         (ev_application_screensaver_enable),
5370         (ev_application_screensaver_disable):
5371         * shell/ev-application.h:
5372         * shell/ev-window.c: (ev_window_run_presentation),
5373         (ev_window_stop_presentation), (build_comments_string),
5374         (ev_window_init):
5375         
5376         Move screensaver handling to application. No more
5377         message on startup.
5378
5379 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5380
5381         * configure.ac:
5382         * backend/Makefile.am:
5383         * backend/ev-file-exporter.[ch]:
5384         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5385         * ps/ps-document.c: (ps_document_file_exporter_*):
5386         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5387         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5388         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5389         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5390
5391         Allow printing to PDF when suppoted by the backend.
5392         
5393 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5394
5395         * shell/ev-window.c: (build_comments_string):
5396
5397         Use always "Document Viewer" in about dialog. 
5398
5399 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5400
5401         * djvu/djvu-document.c: (djvu_document_get_page_size):
5402
5403         Display a warning message when get_pageinfo fails. 
5404
5405 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5406
5407         * Makefile.am:
5408         * backend/Makefile.am:
5409         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5410         * configure.ac:
5411         * shell/ev-window.c: (build_comments_string):
5412         
5413         Make pdf compilation optional. See bug #38007.
5414
5415 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5416
5417         * ps/ps.c: (get_next_text):
5418
5419         Fix CVE-2006-5864.
5420
5421 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5422
5423         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5424         * shell/ev-navigation-action.c: (connect_proxy),
5425         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5426         
5427         Do not call g_type_class_peek_parent twice.
5428
5429 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5430
5431         * configure.ac:
5432         * data/icons/24x24/.cvsignore:
5433         * data/icons/24x24/Makefile.am:
5434         * data/icons/24x24/evince.png:
5435         * data/icons/Makefile.am:
5436         
5437         Add 24x24 icon. Thanks to 
5438         Michael Monreal <infernux@web.de>.
5439
5440 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5441
5442         * configure.ac: Fix typo in configure.ac. Thanks
5443         to dmacks@netspace.org for notification.
5444
5445 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5446
5447         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5448         
5449         Drop dbus include, fixes compilation with older dbus.
5450
5451 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5452
5453         * configure.ac:
5454         * cut-n-paste/Makefile.am:
5455         * cut-n-paste/totem-screensaver/.cvsignore
5456         * cut-n-paste/totem-screensaver/Makefile.am:
5457         * cut-n-paste/totem-screensaver/README:
5458         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5459         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5460         * shell/Makefile.am:
5461         * shell/ev-window.c: (ev_window_run_presentation),
5462         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5463         (ev_window_init):
5464
5465         Implemented screensaver enabling/disabling for
5466         presentation mode (not fullscreen mode). Code stolen
5467         from Totem (with some minor tweaks). Fixes bug #338889.
5468
5469 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5470
5471         * configure.ac:
5472
5473         Bump gnome-icon-theme requirements. We use the rotation
5474         icons that appeared recently.
5475
5476 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5477
5478         * shell/ev-history.c: (ev_history_add_page):
5479         * shell/ev-history.h:
5480         * shell/ev-window.c: (page_changed_cb):
5481         
5482         Use page labels instead of numbers.
5483
5484 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5485
5486         * data/evince-toolbar.xml:
5487         * po/POTFILES.in:
5488         * shell/Makefile.am:
5489         * shell/ev-navigation-action-widget.c:
5490         (ev_navigation_action_widget_init),
5491         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5492         (menu_detacher), (ev_navigation_action_widget_set_menu),
5493         (menu_position_func), (popup_menu_under_arrow),
5494         (ev_navigation_action_widget_toggled),
5495         (ev_navigation_action_widget_button_press_event):
5496         * shell/ev-navigation-action-widget.h:
5497         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5498         (ev_navigation_action_set_window), (activate_menu_item_cb),
5499         (new_history_menu_item), (new_empty_history_menu_item),
5500         (build_menu), (menu_activated_cb), (connect_proxy),
5501         (create_tool_item), (ev_navigation_action_init),
5502         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5503         * shell/ev-navigation-action.h:
5504         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5505         (ev_page_action_widget_set_page_cache),
5506         (ev_page_action_widget_finalize),
5507         (ev_page_action_widget_class_init), (match_selected_cb),
5508         (display_completion_text), (match_completion), (build_new_tree_cb),
5509         (get_filter_model_from_model),
5510         (ev_page_action_widget_update_model):
5511         * shell/ev-page-action-widget.h:
5512         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5513         (connect_proxy):
5514         * shell/ev-page-action.h:
5515         * shell/ev-stock-icons.c:
5516         * shell/ev-stock-icons.h:
5517         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5518         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5519         (register_custom_actions):
5520         * shell/main.c:
5521         
5522         Preliminary history implementation
5523
5524 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5525
5526         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5527         (dvi_document_class_init), (dvi_document_init_params):
5528         * dvi/mdvi-lib/font.c: (font_reference):
5529         
5530         Add reference to subfont. Fixes bug #374277.
5531
5532 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5533
5534         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5535         (ev_window_cmd_file_open_copy_at_dest):
5536
5537         Fix a race condition when creating symlink. Increase the counter
5538         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5539         Mathias Hasselmann).
5540
5541 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5542
5543         * backend/Makefile.am:
5544         * backend/ev-attachment.c: (ev_attachment_open):
5545         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5546         (ev_tmp_dir), (ev_tmp_filename):
5547         * shell/ev-sidebar-attachments.c:
5548         (ev_sidebar_attachments_drag_data_get):
5549         * shell/ev-window.c: (ev_window_clear_temp_file):
5550
5551         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5552         in ensure_dir_exists. Abort without crashing when we can't create
5553         user's directory.
5554
5555 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5556
5557         * data/evince-ui.xml:
5558         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5559         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5560         (ev_window_cmd_file_open_copy_at_dest),
5561         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5562         (ev_view_popup_cmd_open_link_new_window):
5563
5564         Allow opening a copy of the current document in a new window. Fixes bug
5565         #357472
5566
5567 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5568
5569         * data/evince-toolbar.xml:
5570         
5571         Add rotate right and rotate left to available items for toolbar.
5572         
5573         * data/evince-ui.xml:
5574         * shell/ev-window.c: (ev_window_init):
5575         
5576         Customize toolbar with right click. Fixes bug #372451.
5577
5578 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5579
5580         * shell/ev-window.c: 
5581         
5582         Use "object-rotate-{left,right}" stock icons. Fixes 
5583         bug #373863.
5584
5585 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5586
5587         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5588         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5589         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5590         (ev_window_open_uri):
5591         * shell/main.c: (arguments_parse):
5592
5593         Remove temp file created when evince is used by GTK+ in
5594         preview mode. Fixes bug #365282. 
5595
5596 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5597
5598         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5599         
5600         Fixes bug #372474 - Side pane disabled when entering 
5601         and leaving fullscreen mode.
5602
5603 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5604
5605         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5606         * data/Makefile.am:
5607         * data/evince-preview-toolbar.xml:
5608         * data/evince-toolbar.xml:
5609         * shell/ev-application.c: (ev_application_shutdown),
5610         (ev_application_init), (ev_application_get_toolbars_model):
5611         * shell/ev-application.h:
5612         * shell/ev-window.c: (update_chrome_visibility),
5613         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5614         (ev_window_cmd_edit_toolbar), (ev_window_init):
5615         
5616         Fixes bug #364364 - toolbar editor shows zoom actions again.
5617
5618 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5619
5620         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5621
5622         Do not take margins into consideration for paper size when printing.
5623         Really fixes bug #350491.
5624
5625 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5626
5627         * data/evince-ui.xml:
5628         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5629         (ev_window_cmd_file_print_setup),
5630         (ev_window_print_dialog_response_cb),
5631         (ev_window_setup_action_sensitivity):
5632
5633         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5634
5635 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5636
5637         * shell/ev-window.c: (ev_window_print_range):
5638
5639         Revert my previuos commit, since printing to PDF is not supported by
5640         evince yet. 
5641
5642 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5643
5644         * shell/ev-window.c: (ev_window_print_range):
5645
5646         Enable print to a PDF. Fixes bug #332121.
5647
5648 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5649
5650         * shell/ev-application-service.xml:
5651         * shell/ev-application.[ch]: (ev_application_open_window),
5652         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5653         (ev_application_open_uri), (ev_application_open_uri_list):
5654         * shell/ev-window.c: (file_open_dialog_response_cb),
5655         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5656         (drag_data_received_cb), (open_remote_link):
5657         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5658
5659         Add support for multiscreen systems. Fixes bug #316206.
5660
5661 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5662
5663         * shell/ev-jobs.[ch]: (ev_job_print_new),
5664         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5665         (ev_job_print_do_page):
5666         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5667
5668         Allow printing only odd/even pages. Fixes bug #367289.
5669
5670 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5671
5672         * test/test1.py:
5673         * test/test2.py:
5674
5675         Re-add locale settings to test files.
5676
5677 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5678
5679         * data/evince-ui.xml:
5680         * shell/ev-window.c: (set_action_properties):
5681         
5682         Removed garbage from code and ui.
5683
5684 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5685
5686         * shell/ev-window.c: (ev_window_cmd_help_about):
5687
5688         Shamelessly add my name to the list of contributors.
5689
5690 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5691
5692         * test/test1.py:
5693         * test/test2.py:
5694
5695         Cleaned up the dogtail scripts.
5696
5697 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5698
5699         * shell/ev-view.c: (draw_loading_text): Don't render
5700         "loading..." text in presentation mode. Temporary
5701         workaround for bug #320352.
5702
5703 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5704
5705         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5706         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5707
5708         Use print settings scale, copies, collate and reverse which were
5709         ignored. Fixes bug #359032.
5710
5711 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5712
5713         * configure.ac:
5714         * data/evince-password.glade:
5715         * test/Makefile.am:
5716         * test/test-encrypt.pdf:
5717         * test/test-links.pdf:
5718         * test/test1.py:
5719         * test/test2.py:
5720
5721         Add automated UI tests for evince with dogtail. See
5722         bug #300948.    
5723
5724 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5725
5726         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5727
5728         Hide fullscreen toolbar when switching to another desktop workspace.
5729         Fixes bug #338871
5730
5731 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5732
5733         * shell/ev-window-title.c: 
5734         
5735         Test for .dvi in title of pdf documents.
5736
5737 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5738
5739         * shell/ev-view.c: (ev_view_scroll):
5740
5741         Page Up/Down should do page jumps in "Best fit" mode.
5742         If a user has explicitly chosen to view exactly one page
5743         at a time, scrolling just a part of the page when
5744         pressing Page Up/Down is not right. Fixes bug #323107.
5745
5746 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5747
5748         * NEWS:
5749         * configure.ac:
5750         
5751         Update for 0.6.1
5752
5753 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5754
5755         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5756         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5757         
5758         Correctly disconnect from job signals on destroy.
5759
5760 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5761
5762         * shell/ev-view-private.h:
5763         * shell/ev-view.c: (view_set_adjustment_values),
5764         (view_update_range_and_current_page),
5765         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5766         
5767         Fixes bug #343199, current page now follows find page.
5768
5769 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5770
5771         * backend/ev-document-factory.c:
5772         * configure.ac:
5773         Assigned OpenDocument presenation MIME type to the
5774         Impress backend. Added some missing (but harmless)
5775         #ifdefs in the document factory as well to make things
5776         consistent again. Fixes bug #360658.
5777
5778 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5779
5780         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5781         * backend/ev-document-find.c: (ev_document_find_get_type):
5782         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5783         * backend/ev-document-links.c: (ev_document_links_get_type):
5784         * backend/ev-document-security.c: (ev_document_security_get_type):
5785         * backend/ev-document-thumbnails.c:
5786         (ev_document_thumbnails_get_type):
5787         * backend/ev-document.c: (ev_document_get_type):
5788         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5789         * backend/ev-selection.c: (ev_selection_get_type):
5790         * cut-n-paste/recent-files/egg-recent-model.c:
5791         (egg_recent_model_get_type):
5792         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5793         (egg_recent_view_uimanager_get_type):
5794         * cut-n-paste/recent-files/egg-recent-view.c:
5795         (egg_recent_view_get_type):
5796         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5797         (egg_editable_toolbar_get_type):
5798         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5799         (egg_toolbar_editor_get_type):
5800         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5801         (egg_toolbars_model_get_type):
5802         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5803         (egg_tree_multi_drag_source_get_type):
5804         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5805         (ephy_zoom_action_get_type):
5806         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5807         (ephy_zoom_control_get_type):
5808         * impress/r_back.c: (_imp_fill_back):
5809         * properties/ev-properties-main.c:
5810         (ev_properties_plugin_register_type):
5811         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5812         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5813         (ev_view_accessible_factory_get_type):
5814
5815         Reduce relocations. Bug #360616.
5816
5817 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5818
5819         * backend/ev-document-factory.c:
5820         (ev_document_factory_get_document):
5821         
5822         Load document even if extension is wrong.
5823
5824 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5825
5826         * shell/ev-metadata-manager.c: (save_values):
5827         * shell/ev-window.c: (setup_size_from_metadata),
5828         (setup_view_from_metadata), (ev_window_setup_document),
5829         (ev_window_xfer_job_cb), (window_configure_event_cb):
5830         
5831         Set size according to the document size/page size ratio.
5832         That should correct rather wierd behaviour of the previous
5833         commit.
5834
5835 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5836
5837         * shell/ev-window.c: (setup_view_from_metadata):
5838         
5839         Set size for new windows from previous window size.
5840         See bugs #354968 and #168450 for details. Thanks
5841         to Meik Hellmund.
5842
5843 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5844
5845         * djvu/djvu-links.c: (build_tree):
5846
5847         Fix memory leak.
5848
5849 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5850
5851         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5852         
5853         Don't make sidebar close button insensitive. Fixes
5854         bug #357871.
5855
5856 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5857
5858         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5859         (ev_window_set_view_accels_sensitivity):
5860         
5861         Don't enable Slash on documents which don't support
5862         find. Fixes bug #358648.
5863
5864 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5865
5866         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5867         open dialog fall back to the current document uri if the
5868         filechooser hasn't been used before. Fixes bug #356980.
5869
5870 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5871
5872         * shell/ev-window.c: (ev_window_setup_recent), 
5873         (ev_window_get_recent_file_label):
5874
5875         Escape underscores in filenames of recent file items.
5876
5877 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5878
5879         * configure.ac:
5880         
5881         Bumped poppler requirements, really 0.5.3 is very 
5882         buggy, now we require 0.5.4.
5883
5884 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5885
5886         * djvu/Makefile.am:
5887         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5888         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5889         (djvu_document_document_links_iface_init):
5890         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5891         (number_from_string_10), (get_djvu_link_dest),
5892         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5893         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5894         (djvu_links_get_links), (djvu_links_find_link_dest),
5895         (djvu_links_get_links_model):
5896         * djvu/djvu-links.h:
5897         
5898         Add support for links and bookmarks in djvu documents. Thanks
5899         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5900         patch.
5901
5902 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5903
5904         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5905         
5906         Reopen should reload document. Fixes 
5907         bug 327951.
5908
5909 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5910
5911         * configure.ac:
5912         * data/Makefile.am:
5913         * data/evince-16.png:
5914         * data/evince-22.png:
5915         * data/evince.png:
5916         * data/evince.svg:
5917         * data/icons/16x16/Makefile.am:
5918         * data/icons/16x16/evince.png:
5919         * data/icons/22x22/Makefile.am:
5920         * data/icons/22x22/evince.png:
5921         * data/icons/48x48/Makefile.am:
5922         * data/icons/48x48/evince.png:
5923         * data/icons/Makefile.am:
5924         * data/icons/scalable/Makefile.am:
5925         * data/icons/scalable/evince.svg:
5926         
5927         Install icons with correct names. Fixes
5928         bug #354429.
5929
5930 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5931
5932         * shell/ev-view.c: (ev_view_button_release_event):
5933
5934         Don't open links with middle mouse button. Fixes bug #353649
5935
5936 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5937
5938         * NEWS:
5939         * configure.ac:
5940         
5941         Update for release 0.6.0
5942
5943 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5944
5945         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5946         Implement Close named action. Patch by Carlos Garcia Campos.
5947
5948 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5949
5950         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5951         
5952         Don't clear link mapping on copy_job_to_job_info. Fixes
5953         bug 346168.
5954
5955 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5956
5957         * shell/main.c: (main):
5958
5959         Revert my previous commit, gnome_program_init owns the option context.
5960         Fix another memory leak in main. Both caught by Christian Persch. 
5961
5962 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5963
5964         * shell/main.c: (main):
5965
5966         Fix memory leak.
5967
5968 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5969
5970         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5971
5972         Fix crash when opening a pdf with password protection. 
5973
5974 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5975
5976         * pdf/ev-poppler.cc: (pdf_document_search_free):
5977
5978         Fix memory leak. 
5979
5980 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5981
5982         * backend/ev-document-factory.c:
5983         (ev_document_factory_get_document):
5984         * tiff/tiff-document.c: (tiff_document_finalize):
5985         
5986         More correct handling of document loading. Fixes
5987         bug #349043.
5988
5989 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5990
5991         * backend/ev-attachment.c: (ev_attachment_save):
5992
5993         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5994         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5995
5996 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5997         
5998         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5999         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6000
6001 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6002
6003         * shell/ev-sidebar-thumbnails.c:
6004
6005         Do not render thumbnails unless thumbnails page is active in the
6006         sidebar.
6007
6008 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6009
6010         * shell/ev-properties-dialog.c:
6011
6012         Fix dialogue spacing. Bug #351370.
6013
6014 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6015
6016         * configure.ac:
6017
6018         Use lowercase gettext catalog file names (evince.mo
6019         instead of Evince.mo)
6020
6021 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6022
6023         * shell/ev-sidebar-attachments.c:
6024
6025         GtkIconTheme is now screen safe too. Fixes bug #350878
6026
6027 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6028
6029         * shell/ev-window.c:
6030
6031         GtkRecent manager is now screen safe. Fixes bug #350145
6032
6033 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6034
6035         * shell/ev-sidebar.c: (ev_sidebar_init):
6036         
6037         Make sidebar close icon smaller. Fix for bug 350177.
6038         See also bugs 350176 and 165770.
6039
6040 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6041
6042         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6043
6044         Ignore zoom for xyz destinations when it's <= 1, keeping user
6045         preferences instead. Set correct sizing-mode for fith and fitv
6046         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6047
6048 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6049
6050         * NEWS:
6051         * configure.ac:
6052         
6053         Update for release 0.5.5
6054
6055 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6056         
6057         * shell/ev-window.c: (ev_window_cmd_escape)
6058
6059         Escape unfocus page entry. Fixes bug #345809.
6060
6061 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6062
6063         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6064         (build_tree), (pdf_document_links_get_links),
6065         (pdf_document_links_find_link_dest):
6066         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6067         (goto_xyz_dest):
6068
6069         Convert from PDF style coordinates to X style coordinates in the
6070         backend rather than in the view. Fixes bug #338440
6071
6072 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6073
6074         * shell/ev-window.c:
6075         
6076         Remove Ctrl+Shift+T shortcut for toolbars. See
6077         the bug #350098.
6078
6079 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6080
6081         * configure.ac:
6082
6083         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6084         of this. 
6085
6086 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6087
6088         * configure.ac:
6089         * cut-n-paste/Makefile.am:
6090         * data/evince-ui.xml:
6091         * shell/Makefile.am:
6092         * shell/ev-application.[ch]:
6093         * shell/ev-window.c:
6094
6095         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6096         #349273
6097
6098 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6099
6100         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6101         findbar code: s/help/search/
6102
6103 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6104
6105         * shell/ev-window.c: (setup_document_from_metadata),
6106         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6107         (setup_view_from_metadata):
6108         
6109         Fix memory leaks.
6110
6111 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6112
6113         * autogen.sh, configure.ac: 
6114         
6115         Update automake usage. See bug 349292.
6116
6117 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6118
6119         * shell/eggfindbar.c: (egg_find_bar_class_init),
6120         (entry_activate_callback), (egg_find_bar_init),
6121         (egg_find_bar_set_status_text):
6122         * shell/eggfindbar.h:
6123         
6124         Unify Evince findbar with Epiphany. Nice patch
6125         from Fabricio Silva <silva@crans.org> and
6126         Frederic Peters <fpeters@entrouvert.com>. See
6127         bug #339966 for details.
6128
6129 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6130
6131         * data/evince.desktop.in.in:
6132         
6133         Correct information for bugzilla. Thanks to
6134         Olaf Vitters, see bug #348855.
6135
6136 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6137
6138         * shell/ev-jobs.[ch]:
6139         * shell/ev-sidebar-links.c:
6140         * shell/ev-window.[ch]:
6141
6142         GtkPrintJob doesn't support print ranges or current page, so we export
6143         to a ps file now when printing ranges or current page.
6144
6145 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6146
6147         * pdf/ev-poppler.cc:
6148         * shell/ev-window.c: (do_action_named):
6149
6150         We should be more clear about bugzilla. See the
6151         poppler bug #7623.
6152
6153 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6154
6155         * configure.ac:
6156         * shell/Makefile.am:
6157         * shell/ev-job-queue.c:
6158         * shell/ev-jobs.[ch]:
6159         * shell/ev-sidebar-links.c:
6160         * shell/ev-window.[ch]:
6161         
6162         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6163         #348422
6164
6165 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6166
6167         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6168         * shell/ev-application-service.xml:
6169         * shell/ev-application.[ch]:
6170         * shell/ev-jobs.[ch]:
6171         * shell/ev-window.[ch]: (ev_window_run_preview):
6172         * shell/main.c: 
6173
6174         Add preview mode to use evince as a printing previewer. It also adds
6175         other command line options for fullscreen and presentation modes.
6176         Fixes bugs #347822, #317031
6177
6178 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6179
6180         * NEWS:
6181         * configure.ac:
6182         
6183         Update for release 0.5.4
6184
6185 2006-07-11  Bastien Nocera <hadess@hadess.net>
6186
6187         * Makefile.am:
6188         * backend/Makefile.am:
6189         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6190         * backend/ev-document-factory.h:
6191         * configure.ac:
6192         * impress/.cvsignore:
6193         * impress/Makefile.am:
6194         * impress/common.h:
6195         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6196         (imp_get_page), (imp_next_page), (imp_prev_page),
6197         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6198         * impress/f_oasis.c: (render_object), (render_page),
6199         (get_geometry), (_imp_oasis_load):
6200         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6201         (_imp_oo13_load):
6202         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6203         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6204         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6205         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6206         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6207         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6208         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6209         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6210         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6211         (iks_new_within), (iks_insert), (iks_insert_cdata),
6212         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6213         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6214         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6215         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6216         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6217         (iks_cdata), (iks_cdata_size), (iks_has_children),
6218         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6219         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6220         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6221         (iks_tree), (iks_load), (iks_save):
6222         * impress/iksemel.h:
6223         * impress/imposter.h:
6224         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6225         (imp_render_draw_bezier_real), (imp_render_get_size),
6226         (imp_render_set_fg_color), (imp_render_draw_line),
6227         (imp_render_draw_rect), (imp_render_draw_polygon),
6228         (imp_render_draw_arc), (imp_render_draw_bezier),
6229         (imp_render_open_image), (imp_render_get_image_size),
6230         (imp_render_scale_image), (imp_render_draw_image),
6231         (imp_render_close_image), (imp_render_markup),
6232         (imp_render_get_text_size), (imp_render_draw_text),
6233         (impress_document_load), (impress_document_save),
6234         (impress_document_get_n_pages), (impress_document_get_page_size),
6235         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6236         (impress_document_finalize), (impress_document_class_init),
6237         (impress_document_can_get_text), (impress_document_get_info),
6238         (impress_document_document_iface_init),
6239         (impress_document_thumbnails_get_thumbnail),
6240         (impress_document_thumbnails_get_dimensions),
6241         (impress_document_document_thumbnails_iface_init),
6242         (impress_document_init):
6243         * impress/impress-document.h:
6244         * impress/internal.h:
6245         * impress/r_back.c: (_imp_fill_back):
6246         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6247         (_imp_draw_image), (_imp_tile_image):
6248         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6249         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6250         (r_polyline):
6251         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6252         (r_draw_gradient_complex), (r_draw_gradient):
6253         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6254         (r_get_bullet):
6255         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6256         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6257         (r_text):
6258         * impress/render.c: (imp_create_context), (imp_context_set_page),
6259         (imp_context_set_step), (imp_render), (imp_delete_context):
6260         * impress/render.h:
6261         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6262         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6263         (zip_load_xml), (zip_get_size), (zip_load):
6264         * impress/zip.h:
6265         * shell/ev-utils.c:
6266         
6267         New backend to support impress slides. Fixes bug #30867.
6268
6269 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6270
6271         * shell/ev-utils.c: (using_postscript_printer):
6272         
6273         Fixes crash when print using PAPI backend,
6274         bug #345012.
6275
6276 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6277
6278         * shell/ev-jobs.c: (ev_job_xfer_run):
6279         * shell/ev-window.c: (password_dialog_response),
6280         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6281         (ev_window_dispose):
6282         Fixes bug #344160: if the xfer job doesn't complete
6283         because a password is required, reload the existing
6284         instance instead of creating a new one.
6285
6286 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6287
6288         * shell/main.c: (main): Call gdk_threads_init. Thus
6289         we'll avoid errors in auth dialog. Fix for the bug
6290         #343347.
6291
6292 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6293
6294         * configure.ac: Advertise pixbuf support, fix
6295         for the bug 343317.
6296
6297 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6298
6299         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6300         (ev_sidebar_thumbnails_set_document):
6301         
6302         Update sidebar thumbnails after reloading.
6303
6304 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6305
6306         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6307         * shell/ev-jobs.h:
6308         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6309         (ev_window_cmd_view_reload), (ev_window_init):
6310         
6311         Don't crash on reload. Fix for the bug #343167.
6312
6313 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6314
6315         * shell/ev-jobs.c: (ev_job_render_run):
6316         
6317         Check for document links.
6318
6319 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6320
6321         * backend/ev-attachment.c: (ev_attachment_save),
6322         (ev_attachment_launch_app), (ev_attachment_open):
6323         * backend/ev-document-factory.c: (get_document_from_uri):
6324         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6325         (egg_recent_view_uimanager_set_list):
6326         * ps/ps-document.c: (check_filecompressed), (document_load),
6327         (ps_document_load):
6328         * shell/ev-metadata-manager.c: (load_values):
6329         * shell/ev-password.c: (ev_password_dialog_set_property):
6330         * shell/ev-view.c: (tip_from_link):
6331         * shell/ev-window.c: (file_save_dialog_response_cb),
6332         (ev_window_print_dialog_response_cb):
6333         
6334         Use consistent quoting style. Fix for the bug #320285.
6335
6336 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6337
6338         * shell/ev-jobs.c: (ev_job_xfer_run):
6339         * shell/main.c: (load_files):
6340                 
6341         Open links with anchors. Fix for the bug #339836.
6342
6343 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6344
6345         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6346         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6347         (ev_link_dest_set_property), (ev_link_dest_finalize),
6348         (ev_link_dest_class_init), (ev_link_dest_new_named),
6349         (ev_link_dest_new_page_label):
6350         * backend/ev-link-dest.h:
6351         * shell/ev-application.c: (ev_application_open_uri):
6352         * shell/ev-view.c: (goto_dest):
6353         * shell/ev-window.c:
6354         * shell/ev-window.h:
6355         
6356         Fix page-label command line option. Bug #342070.
6357
6358 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6359
6360         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6361         
6362         Don't show highlight rects if page can't be showed. Fix for 
6363         the bug #342076
6364
6365 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6366
6367         * shell/ev-window.c: (setup_sidebar_from_metadata),
6368         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6369         
6370         Setup sidebar from metadata even if there is no document
6371         loaded. Fix for the bug #342807.
6372
6373 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6374
6375         * cut-n-paste/toolbar-editor/Makefile.am:
6376         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6377         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6378         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6379         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6380         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6381         (popup_context_menu_cb), (button_press_event_cb),
6382         (configure_item_sensitivity), (configure_item_cursor),
6383         (configure_item_tooltip), (connect_widget_signals),
6384         (action_sensitive_cb), (create_item_from_action),
6385         (create_item_from_position), (toolbar_drag_data_received_cb),
6386         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6387         (toolbar_drag_leave_cb), (configure_drag_dest),
6388         (toggled_visibility_cb), (toolbar_visibility_refresh),
6389         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6390         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6391         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6392         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6393         (egg_editable_toolbar_dispose),
6394         (egg_editable_toolbar_set_ui_manager),
6395         (egg_editable_toolbar_get_selected),
6396         (egg_editable_toolbar_set_selected), (set_edit_mode),
6397         (egg_editable_toolbar_set_property),
6398         (egg_editable_toolbar_get_property),
6399         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6400         (egg_editable_toolbar_new_with_model),
6401         (egg_editable_toolbar_get_edit_mode),
6402         (egg_editable_toolbar_set_edit_mode),
6403         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6404         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6405         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6406         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6407         (item_added_or_removed_cb), (toolbar_removed_cb),
6408         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6409         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6410         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6411         (editor_create_item_from_name), (append_table),
6412         (update_editor_sheet), (egg_toolbar_editor_init):
6413         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6414         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6415         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6416         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6417         (toolbar_node_free), (egg_toolbars_model_get_flags),
6418         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6419         (egg_toolbars_model_get_name), (impl_add_item),
6420         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6421         (parse_data_list), (parse_item_list), (parse_toolbars),
6422         (egg_toolbars_model_load_toolbars), (parse_available_list),
6423         (parse_names), (egg_toolbars_model_load_names),
6424         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6425         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6426         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6427         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6428         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6429         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6430         (egg_toolbars_model_set_types), (fill_avail_array),
6431         (egg_toolbars_model_get_name_avail),
6432         (egg_toolbars_model_get_name_flags),
6433         (egg_toolbars_model_set_name_flags):
6434         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6435         * cut-n-paste/toolbar-editor/eggintl.h:
6436         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6437         (egg_tree_multi_drag_source_get_type),
6438         (egg_tree_multi_drag_source_row_draggable),
6439         (egg_tree_multi_drag_source_drag_data_delete),
6440         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6441         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6442         (path_list_free), (set_context_data), (get_context_data),
6443         (get_info), (egg_tree_multi_drag_drag_data_get),
6444         (egg_tree_multi_drag_motion_event),
6445         (egg_tree_multi_drag_button_press_event),
6446         (egg_tree_multi_drag_add_drag_support):
6447         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6448         * shell/ev-application.c: (ev_application_init),
6449         (ev_application_save_toolbars_model):
6450         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6451         (ev_window_cmd_edit_toolbar), (ev_window_init):
6452         
6453         Sync toolbareditor with epiphany and libegg
6454
6455 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6456
6457         * configure.ac: 
6458
6459         Depend on poppler 0.5.2
6460
6461 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6462
6463         * shell/ev-jobs.c: (ev_job_render_run):
6464         
6465         Check if document supports links iterface.
6466
6467 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6468
6469         * NEWS:
6470         * configure.ac:
6471         
6472         Update for release 0.5.3
6473
6474 2006-05-13  Michael Plump  <plumpy@skylab.org>
6475
6476         * configure.ac:
6477         * shell/Makefile.am:
6478         * shell/main.c: (main):
6479         
6480         Port to GOption command line parsing. Fix for the 
6481         bug #327518
6482
6483 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6484
6485         * shell/ev-window.c: (ev_window_cmd_help_about):
6486         
6487         Do not wrap license. Fix for the bug #309460.
6488
6489 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6490
6491         * configure.ac:
6492         * properties/ev-properties-main.c: (ev_properties_get_pages):
6493         * shell/ev-application.c: (ev_application_open_window),
6494         (ev_application_open_uri_at_dest):
6495         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6496         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6497         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6498         * shell/ev-utils.c: (save_print_config_to_file):
6499         * shell/ev-window.c: (ev_window_cmd_save_as),
6500         (ev_attachment_popup_cmd_save_attachment_as):
6501         * shell/main.c: (load_files_remote):
6502         
6503         Bump requirements to gtk 2.8 and drop all ifdefs used.
6504
6505 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6506
6507         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6508         * shell/ev-window.c: (ev_window_init):
6509         
6510         Show attachments page.
6511
6512 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6513
6514         * po/POTFILES.in:
6515         * shell/ev-attachment-bar.c:
6516         * shell/ev-attachment-bar.h:
6517         * shell/ev-sidebar-attachments.c:
6518         (ev_sidebar_attachments_icon_cache_add),
6519         (icon_theme_get_pixbuf_from_mime_type),
6520         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6521         (ev_sidebar_attachments_icon_cache_refresh),
6522         (ev_sidebar_attachments_get_attachment_at_pos),
6523         (ev_sidebar_attachments_popup_menu_show),
6524         (ev_sidebar_attachments_popup_menu),
6525         (ev_sidebar_attachments_button_press),
6526         (ev_sidebar_attachments_update_icons),
6527         (ev_sidebar_attachments_drag_data_get),
6528         (ev_sidebar_attachments_get_property),
6529         (ev_sidebar_attachments_destroy),
6530         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6531         (ev_sidebar_attachments_new),
6532         (ev_sidebar_attachments_set_document),
6533         (ev_sidebar_attachments_support_document),
6534         (ev_sidebar_attachments_get_label),
6535         (ev_sidebar_attachments_page_iface_init):
6536         * shell/ev-sidebar-attachments.h:
6537         * shell/ev-window.c: (update_chrome_visibility),
6538         (setup_sidebar_from_metadata), (ev_window_setup_document),
6539         (ev_window_sidebar_current_page_changed_cb),
6540         (attachment_bar_menu_popup_cb), (ev_window_init):
6541         
6542         Move attachments bar to sidebar.
6543
6544 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6545
6546         * pdf/ev-poppler.cc:
6547         * shell/ev-application.[ch]:
6548         * shell/main.c:
6549
6550         Fix some memory leaks.
6551
6552 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6553
6554         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6555
6556         Change the properties dialog response to
6557         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6558         will make the dialog go away when the user presses
6559         enter. With gtk+ >= 2.9 this will happen anyway, but for
6560         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6561         escape by default. Fixes bug #340539. See also bug
6562         #101293 for the gtk+ part.
6563
6564 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6565
6566         * shell/ev-view.c (tip_from_action_named): Replace some strings
6567         that were wrong. Closes #340970.
6568
6569 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6570
6571         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6572
6573         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6574         #341049
6575
6576 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6577
6578         * djvu/Makefile.am:
6579         * dvi/Makefile.am:
6580         * dvi/mdvi-lib/Makefile.am:
6581         * properties/Makefile.am:
6582         * ps/Makefile.am:
6583         * shell/Makefile.am:
6584         * thumbnailer/Makefile.am:
6585         
6586         Due to broken libtool that is unable to track dependencies
6587         of noinst libraries we are forced to explicitely point
6588         libraries for binary. Fix for the bug #333334.
6589
6590 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6591
6592         * data/evince.desktop.in.in:
6593         * shell/ev-view.c: (view_update_range_and_current_page),
6594         (ev_view_next_page), (ev_view_previous_page):
6595         * shell/ev-window.c: (update_chrome_visibility),
6596         (setup_sidebar_from_metadata), (ev_window_setup_document),
6597         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6598         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6599         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6600         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6601         (ev_window_stop_presentation), (ev_window_focus_in_event),
6602         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6603         (ev_window_init):
6604         * thumbnailer/Makefile.am:
6605         
6606         Update fullscreen and presentation timeout handling. Hide
6607         cursor in presentation after timeout. Fix for the bugs
6608         #136359 and #336981.
6609
6610 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6611
6612         * backend/ev-link-action.[ch]:
6613         * pdf/ev-poppler.cc: (ev_link_from_action):
6614         * shell/ev-view-private.h:
6615         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6616         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6617
6618         Add support for Named Action links
6619
6620 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6621
6622         * backend/Makefile.am:
6623         * backend/ev-document-links.[ch]:
6624         * backend/ev-document.[ch]:
6625         * backend/ev-link-action.[ch]:
6626         * backend/ev-link-dest.[ch]:
6627         * backend/ev-link.[ch]:
6628         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6629         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6630         * shell/ev-page-action.c: (build_new_tree_cb):
6631         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6632         (links_page_num_func), (update_page_callback):
6633         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6634         (tip_from_link):
6635         * shell/ev-jobs.c:
6636         * shell/ev-window.[ch]: (ev_window_open_uri),
6637         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6638         * shell/ev-application.[ch]: (ev_application_open_window),
6639         (ev_application_open_uri):
6640
6641         Rework links system, it adds support for remote links now and it makes
6642         easier to add new kinds of actions and destinations. Fixes bug #317292
6643
6644 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6645
6646         * data/Makefile.am:
6647         * data/evince.png:
6648         * data/evince-16.png:
6649         * data/evince-22.png:
6650         * data/evince.svg:
6651         * shell/main.c: (main):
6652         
6653         Evince use it's own icon. Fix for the bug #313392.
6654
6655         * shell/ev-window.c: (fullscreen_timeout_cb),
6656         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6657         (ev_window_cmd_help_about), (ev_window_dispose):
6658         
6659         Simplify fullscreen timeout code.
6660
6661 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6662
6663         * backend/ev-attachment.c: 
6664         * shell/ev-attachment-bar.c:
6665         * shell/ev-window.c:
6666
6667         Allow multiple selection of attachments
6668
6669 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6670
6671         * shell/ev-view.c: (view_update_range_and_current_page),
6672         (ev_view_scroll):
6673         
6674         Fix for the bug #312573 – Optimal selection of current 
6675         page among visible pages.
6676
6677 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6678
6679         * configure.ac:
6680         * djvu/Makefile.am:
6681         * djvu/djvu-text.h:
6682         
6683         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6684         for the bug 339868.
6685
6686 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6687
6688         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6689
6690 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6691
6692         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6693         dictated by the GNOME HIG. Fixes bug #339235.
6694
6695 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6696
6697         * data/evince-ui.xml:
6698         * shell/ev-view.c: (ev_view_can_find_previous):
6699         * shell/ev-view.h:
6700         * shell/ev-window.c: (ev_window_update_actions),
6701         (ev_window_cmd_edit_find_previous):
6702
6703         Add support for "Find Previous" as dictated by the GNOME HIG. A
6704         menu item is added and some glue code to make it all work is added
6705         to various files.
6706
6707 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6708
6709         * configure.ac: Award myself the "useless use of cat" award.
6710
6711 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6712
6713         * po/LINGUAS: New file listing all supported languages.
6714
6715         * configure.in: Use po/LINGUAS instead of including all languages
6716         directly in this file. See the wiki for more information:
6717         http://live.gnome.org/GnomeGoals/PoLinguas
6718
6719 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6720
6721         * backend/ev-document-factory.c:
6722
6723         Do not load the document twice when there isn't errors
6724
6725 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6726
6727         * backend/ev-attachment.c: 
6728
6729         Fix a crash when there isn't a default application to open an
6730         attachment
6731
6732 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6733
6734         * backend/ev-attachment.[ch]:
6735         * shell/ev-attachment-bar.[ch]:
6736
6737         Added missing files. 
6738
6739 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6740
6741         * backend/Makefile.am:
6742         * data/evince-ui.xml:
6743         * backend/ev-attachment.[ch]:
6744         * backend/ev-document.[ch]: (ev_document_has_attachments),
6745         (ev_document_get_attachments):
6746         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6747         (attachment_save_to_buffer), (pdf_document_get_attachments),
6748         (pdf_document_document_iface_init):
6749         * shell/Makefile.am:
6750         * shell/ev-attachment-bar.[ch]:
6751         * shell/ev-window.c:
6752
6753         Add support for PDF attachments. Fixes bug #325143
6754
6755 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6756
6757         * backend/ev-document-factory.c: (get_document_from_uri),
6758         (ev_document_factory_get_document):
6759         * backend/ev-document-factory.h:
6760         * properties/ev-properties-main.c: (ev_properties_get_pages):
6761         * shell/Makefile.am:
6762         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6763         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6764         (ev_job_queue_remove_job):
6765         * shell/ev-job-queue.h:
6766         * shell/ev-job-xfer.c:
6767         * shell/ev-job-xfer.h:
6768         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6769         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6770         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6771         (ev_job_xfer_run):
6772         * shell/ev-jobs.h:
6773         * shell/ev-window.c: (ev_window_is_empty),
6774         (password_dialog_response), (ev_window_clear_xfer_job),
6775         (ev_window_xfer_job_cb), (ev_window_open_uri),
6776         (ev_window_cmd_focus_page_selector),
6777         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6778         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6779         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6780         (ev_window_dispose):
6781         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6782         
6783         * Cleanup mime type detection on document load. Fix for the
6784         bug #336448.
6785
6786 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6787
6788         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6789         
6790         Fix crash on exit, described in the bug #336825.
6791
6792 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6793
6794         * backend/ev-document-factory.c:
6795         (ev_document_factory_get_from_mime),
6796         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6797         (ev_document_factory_get_document),
6798         (file_filter_add_mime_list_and_free),
6799         (ev_document_factory_add_filters):
6800         * backend/ev-document-factory.h:
6801         * properties/ev-properties-main.c: (ev_properties_get_pages):
6802         * shell/Makefile.am:
6803         * shell/ev-application.c:
6804         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6805         * shell/ev-window.c: (ev_window_cmd_file_open),
6806         (ev_window_cmd_save_as):
6807         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6808         
6809         Rework factory functions so they are placed now in a single 
6810         file ev-document-factory.c
6811
6812 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6813
6814         * shell/ev-window.c: (update_chrome_visibility):
6815         
6816         Fix for the bug 166566 - don't show menubar in fullscreen
6817         mode.
6818
6819 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6820
6821         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6822
6823 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6824
6825         * shell/ev-view.c: (ev_view_expose_event):
6826         
6827         More correctly draw loading text when document
6828         is empty.
6829
6830 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6831
6832         * shell/ev-view.c: (ev_view_scroll):
6833         
6834         Fix for the bug #334854, page down and page up switch
6835         pages in presentation mode.
6836
6837 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6838
6839         * shell/ev-window.c: (ev_window_set_action_sensitive),
6840         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6841         (ev_window_set_view_accels_sensitivity),
6842         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6843         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6844         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6845         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6846         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6847         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6848         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6849         (view_actions_focus_in_cb), (ev_window_init):
6850         
6851         Fix for the bug #333902, now it's possible to search
6852         words with slash.
6853
6854 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6855
6856         * configure.ac: Added Breton translation.
6857         * po/br.po: Added Breton translation.
6858
6859 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6860
6861         * shell/ev-window-title (ev_window_title_update):
6862
6863         Fix memory leak in window title. Fixes bug #333944
6864
6865 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6866
6867         * shell/ev-metadata-manager.c (parseItem):
6868
6869         Fix memory leaks. Fixes bug #333945
6870
6871 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6872         
6873         * NEWS, configure.ac, TODO:
6874         
6875         Update for release 0.5.2.
6876
6877 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6878
6879         * shell/ev-view.c: (view_update_range_and_current_page),
6880         (page_changed_cb):
6881         
6882         Don't jump on scrolling, fix for the bug #333127.
6883
6884 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6885
6886         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6887         
6888         Scroll by one page in presentation mode. Fix for the bug
6889         #332993.
6890
6891 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6892
6893         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6894
6895 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6896
6897         * configure.ac  Added lv in ALL_LINGUAS line.
6898
6899 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6900         
6901         * NEWS, configure.ac:
6902         
6903         Update for release 0.5.1
6904
6905 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6906
6907         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6908         * backend/ev-document-misc.h:
6909         * shell/ev-view.c: (draw_one_page):
6910         
6911          Clairfy what page the toolbar page number applies to. Fix
6912          for the bug #328102.
6913
6914 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6915
6916         * shell/ev-view-private.h:
6917         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6918         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6919         (ev_view_search_changed):
6920         * shell/ev-view.h:
6921         * shell/ev-window.c: (find_bar_search_changed_cb):
6922         
6923         Dont't jump to find result if window was scrolled during search.
6924         Fix for the bug #313266.
6925
6926 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6927
6928         * shell/eggfindbar.c: (egg_find_bar_class_init):
6929         * shell/eggfindbar.h:
6930         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6931         * shell/ev-view-private.h:
6932         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6933         (ev_view_class_init), (ev_sizing_mode_get_type),
6934         (ev_scroll_type_get_type):
6935         * shell/ev-view.h:
6936         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6937         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6938         (ev_window_init):
6939         
6940         Fix for the bug 319133 - Find entry should allow text scroll.
6941
6942 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6943
6944         * shell/ev-view-private.h:
6945         * shell/ev-view.c: (view_update_range_and_current_page),
6946         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6947         (ev_view_set_document), (update_find_status_message),
6948         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6949         (ev_view_find_previous):
6950         
6951         Fix for the bug #319137. Search now takes account for scrolling.
6952
6953 2006-02-19  Michael Hofmann <mh21@piware.de>
6954
6955         * configure.ac:
6956         * djvu/Makefile.am:
6957         * djvu/djvu-document-private.h:
6958         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6959         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6960         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6961         (djvu_document_can_get_text), (djvu_document_get_text),
6962         (djvu_document_document_iface_init),
6963         (djvu_document_thumbnails_get_thumbnail),
6964         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6965         (djvu_document_find_get_result),
6966         (djvu_document_find_page_has_results),
6967         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6968         (djvu_document_find_iface_init):
6969         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6970         (djvu_text_page_selection), (djvu_text_page_limits_process),
6971         (djvu_text_page_limits), (djvu_text_page_copy),
6972         (djvu_text_page_position), (djvu_text_page_union),
6973         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6974         (djvu_text_page_box), (djvu_text_page_append_text),
6975         (djvu_text_page_search), (djvu_text_page_prepare_search),
6976         (djvu_text_page_new), (djvu_text_page_free):
6977         * djvu/djvu-text-page.h:
6978         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6979         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6980         (djvu_text_n_results), (djvu_text_has_results),
6981         (djvu_text_get_result), (djvu_text_get_progress):
6982         * djvu/djvu-text.h:
6983         
6984         Text search in djvu. Fix for the bug #303415.
6985
6986 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6987
6988         * configure.ac:
6989         * shell/ev-window.c: (ev_window_cmd_save_as):
6990         
6991         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6992         Thanks to Gary Coady <gary@lyranthe.org>
6993
6994 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6995
6996         * shell/ev-print-job.c: (idle_print_handler):
6997         
6998         Inverse order printing, bug #320919.
6999
7000 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7001
7002         * data/evince-toolbar.xml:
7003         * shell/ev-window.c:
7004         
7005         Allow to add sidebar checkbutton on toolbar. Fix
7006         for the bug #144577.
7007
7008 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7009
7010         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7011         
7012         Add checks that have sense for empty ps document.
7013
7014 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7015
7016         * configure.ac: Include PS in mime types list. 
7017
7018 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7019
7020         * configure.ac:
7021         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7022         * ps/gsdefaults.h:
7023         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7024         
7025         Runtime check for gs interpreter. Fix for the bug #320868.
7026         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7027
7028 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7029
7030         * shell/ev-application.c: 
7031
7032         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7033         dbus>=0.60, so that the request is not queued. 
7034
7035 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7036
7037         * configure.ac:
7038         * shell/Makefile.am:
7039         * shell/ev-sidebar-links.c: (print_section_cb):
7040         * shell/ev-utils.c:
7041         * shell/ev-utils.h:
7042         * shell/ev-window.c: (update_action_sensitivity),
7043         (ev_window_close_dialogs), (ev_window_print):
7044         * shell/ev-window.h:
7045         
7046         Make printing support optional. Patch from Eduardo de Barros Lima
7047         <eduardo.lima@indt.org.br> for the bug #330546.
7048
7049 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7050
7051         * shell/ev-view-private.h:
7052         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7053         (ev_view_set_document):
7054         * shell/ev-view.h:
7055         * shell/ev-window.c: (ev_window_load_job_cb),
7056         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7057         (ev_window_init):
7058
7059         Draw Loading message during xfer job. Fix for the bug #329495.
7060
7061 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7062
7063         * comics/comics-document.c: (comics_regex_quote),
7064         (comics_document_load), (extract_argv):
7065         
7066         Correcly quote regexp before passing it to unzip.
7067
7068 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7069
7070         * shell/ev-page-cache.c: (build_height_to_page),
7071         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7072         (ev_page_cache_get_dual_even_left):
7073         * shell/ev-page-cache.h:
7074         * shell/ev-view.c: (view_update_range_and_current_page),
7075         (get_page_y_offset), (get_page_extents):
7076         
7077         Place even pages to the left if document has less then
7078         two pages. Fix for the bug #328856.
7079
7080 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7081
7082         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7083         
7084         Correct comics scheme. This make evince create thumbnails
7085         for comic books. Fix for the bug 329088.
7086
7087 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7088
7089         * data/evince-password.glade: Don't explicitly set
7090         invisible_char to the current default value in case
7091         the default changes; let GTK+ do its magic.
7092
7093 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7094
7095         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7096         real filename to tmp filename since often document
7097         type is determined by extension.
7098
7099 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7100
7101         * shell/ev-view.c: (add_scroll_binding_keypad),
7102         (ev_view_binding_activated), (ev_view_class_init):
7103         
7104         Add keybindings for percision-scrolling of display area. 
7105         Fix for the bug #314072.
7106
7107 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7108
7109         * data/evince.desktop.in.in:
7110         
7111         Add GTK to the list of categories. Fix for the bug #328034.
7112
7113 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7114
7115         * shell/ev-application.c: (ev_application_shutdown),
7116         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7117         * shell/ev-application.h:
7118         * shell/ev-window.c: (file_open_dialog_response_cb),
7119         (ev_window_cmd_file_open):
7120         
7121         Save last uri in file chooser dialog. Fix for the bug #327950.
7122
7123 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7124
7125         * NEWS:
7126         * README:
7127         
7128         Final update for release 0.5.0
7129         
7130         * shell/Makefile.am:
7131         
7132         Remove disable deprecated until we'll require libgnome-2.13.7
7133         and port to GOption argument parsing. See bug 327518.
7134
7135 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7136
7137         * comics/comics-document.c: (comics_document_save):
7138         * djvu/djvu-document.c: (djvu_document_save):
7139         * dvi/dvi-document.c: (dvi_document_save):
7140         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7141         * lib/ev-file-helpers.h:
7142         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7143         * tiff/tiff-document.c: (tiff_document_save):
7144         
7145         Use common save function for backends.
7146
7147 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7148
7149         * backend/ev-document-types.c:
7150         
7151         Fix crash on saving pixbuf.
7152
7153 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7154
7155         * cut-n-paste/recent-files/egg-recent-item.c:
7156         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7157         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7158         (parse_info_free), (valid_element), (start_element_handler),
7159         (end_element_handler), (text_handler), (egg_recent_model_filter),
7160         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7161         (egg_recent_model_monitor), (egg_recent_model_read),
7162         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7163         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7164         (egg_recent_model_set_property), (egg_recent_model_class_init),
7165         (egg_recent_model_init), (egg_recent_model_add_full),
7166         (egg_recent_model_delete), (egg_recent_model_get_list),
7167         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7168         (egg_recent_model_set_filter_mime_types),
7169         (egg_recent_model_clear_group_filter),
7170         (egg_recent_model_set_filter_groups),
7171         (egg_recent_model_clear_scheme_filter),
7172         (egg_recent_model_set_filter_uri_schemes),
7173         (egg_recent_model_remove_expired):
7174         * cut-n-paste/recent-files/egg-recent-util.c:
7175         (egg_recent_util_get_icon):
7176         * cut-n-paste/recent-files/egg-recent-util.h:
7177         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7178         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7179         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7180         (egg_recent_view_uimanager_set_property),
7181         (egg_recent_view_uimanager_get_property),
7182         (egg_recent_view_uimanager_class_init),
7183         (egg_recent_view_uimanager_init),
7184         (egg_recent_view_uimanager_set_label_width),
7185         (egg_recent_view_uimanager_get_label_width):
7186         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7187         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7188         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7189         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7190         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7191         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7192         
7193         Update from libegg.
7194
7195 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7196
7197         * shell/ev-page-cache.c: (build_height_to_page),
7198         (ev_page_cache_get_height_to_page):
7199         * shell/ev-page-cache.h:
7200         * shell/ev-view.c: (view_update_range_and_current_page),
7201         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7202         (ev_view_previous_page):
7203         
7204         Dual mode places even pages to the left. Fix for the bug #309393.
7205
7206         * shell/ev-view.h:
7207         * shell/ev-window.c: (update_action_sensitivity),
7208         (setup_view_from_metadata), (view_menu_popup_cb):
7209         
7210         Don't restore presentation in empty windows, more intelligent
7211         next page behaviour in dual mode.
7212
7213         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7214         (ev_pixbuf_cache_clear_job_sizes):
7215         
7216         Cleanup job callback on removal. Fix for the bug #325886.
7217
7218 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7219
7220         * ps/ps.c: (psscan):
7221         
7222         Commit workaround Mozilla problem. Fix for the bug #325919
7223         
7224         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7225         (save_item):
7226         
7227         Fix for year 2038 problem.
7228
7229 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7230
7231         * shell/ev-window.c: (setup_document_from_metadata),
7232         (ev_window_cmd_view_reload):
7233
7234         Clamp page recieved from metadata in valid values. Fix
7235         for the bug #325986.
7236
7237 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7238
7239         * MAINTAINERS: 
7240         Add MAINTAINERS as requested on desktop-devel-list.
7241
7242 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7243
7244         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7245         (mime_type_supported_by_gdk_pixbuf),
7246         (ev_document_factory_get_mime_types),
7247         (ev_document_factory_get_all_mime_types):
7248         
7249         Don't add pixbuf mime types if pixbuf backend is disabled.
7250         
7251         * shell/ev-application.c: (ev_application_get_uri_window):
7252         
7253         Fix for the bug 325815 - unhandled MIME type message doesn't 
7254         appear a second time. 
7255         
7256         * shell/ev-document-types.c: (ev_document_types_add_filters):
7257         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7258         (password_dialog_response), (ev_window_popup_password_dialog),
7259         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7260         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7261         (ev_window_run_presentation), (ev_window_stop_presentation),
7262         (save_sizing_mode), (ev_window_zoom_changed_cb),
7263         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7264         (ev_window_dual_mode_changed_cb),
7265         (ev_window_sidebar_current_page_changed_cb),
7266         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7267         (window_state_event_cb), (window_configure_event_cb):
7268         
7269         Cleanup additional uris holded by EvWindow.
7270
7271 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7272
7273         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7274         (ev_view_can_previous_page), (ev_view_can_next_page):
7275         * shell/ev-view.h:
7276         * shell/ev-window.c: (update_action_sensitivity):
7277         
7278         Two page scrolling with Space and PageUp in dual mode. Second fix 
7279         for the bug #316608.
7280
7281 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7282
7283         * shell/ev-view.c: (scroll_to_current_page):
7284         
7285         Correctly clamp adjustment value. Fix for the bug
7286         #325808.
7287
7288 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7289
7290         * shell/ev-sidebar-links.c: (print_section_cb):
7291         * shell/ev-window.c: (ev_window_get_uri),
7292         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7293         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7294         (ev_window_dispose):
7295         
7296         Make print dialog non-modal. Fix for the bug #325622.
7297
7298 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7299
7300         * shell/ev-metadata-manager.c:
7301         * shell/ev-utils.c: (using_pdf_printer),
7302         (using_postscript_printer), (load_print_config_from_file),
7303         (save_print_config_to_file):
7304         * shell/ev-utils.h:
7305         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7306         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7307         (setup_view_from_metadata), (ev_window_setup_document),
7308         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7309         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7310         (ev_window_run_presentation), (ev_window_stop_presentation),
7311         (save_sizing_mode), (ev_window_zoom_changed_cb),
7312         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7313         (ev_window_dual_mode_changed_cb),
7314         (ev_window_sidebar_current_page_changed_cb),
7315         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7316         (window_state_event_cb), (window_configure_event_cb),
7317         (ev_window_init):
7318         
7319         Setting saving behaviour fixes.
7320
7321 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7322
7323         * configure.ac:
7324         
7325         Make antialiasing gs options better and allow
7326         to change them during configure. Fix for the 
7327         bug #319049.
7328
7329 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7330
7331         * shell/ev-window.c: (setup_view_from_metadata):
7332         
7333         Remember if last window was maximized. Fix for the
7334         bug #323797.
7335
7336 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7337
7338         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7339
7340 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7341
7342         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7343         * shell/ev-page-action.c: (build_new_tree_cb):
7344         * shell/ev-sidebar-links.c: (links_page_num_func),
7345         (update_page_callback_foreach), (update_page_callback):
7346         * shell/ev-view.c: (scroll_to_current_page):
7347         
7348         Fix for the bug #325067 with more intelligent selection
7349         of current link in sidebar. Make sidebar handle links
7350         of FITR-like type more correctly.
7351
7352         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7353         (dvi_pixbuf_put_pixel):
7354         
7355         Fix memory consumtion with disabled alpha channel.
7356
7357 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7358
7359         * data/evince-ui.xml:
7360         * shell/ev-window.c: (view_menu_popup_cb),
7361         (ev_popup_cmd_open_link), (ev_window_init):
7362         
7363         Update context menu for internal links. Fix for the bug
7364         #325066.
7365
7366 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7367
7368         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7369         
7370         Bind context menu to keyboard also. Fix for the bug
7371         #325065.
7372
7373 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7374
7375         * shell/ev-view.c: (selection_scroll_timeout_cb):
7376         
7377         Horizontal scroll on selection also.
7378
7379 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7380
7381         * shell/ev-metadata-manager.c: (parse_value):
7382         * shell/ev-view.c: (goto_xyz_link):
7383         
7384         Correct zoom setup and metadata save broken in 
7385         some locales.
7386
7387 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7388
7389         * shell/ev-view-private.h:
7390         * shell/ev-view.c: (scroll_to_current_page),
7391         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7392         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7393         (page_changed_cb), (ev_view_set_continuous),
7394         (ev_view_set_dual_page), (ev_view_set_presentation):
7395         
7396         Delay scroll until allocation to correctly position page. Fix
7397         for the bug #317334.
7398
7399 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7400
7401         * NEWS:
7402         * configure.ac:
7403         
7404         Update NEWS and require poppler 0.5.0.
7405
7406 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7407         
7408         * data/evince-ui.xml:
7409         * shell/ev-view-private.h:
7410         * shell/ev-view.c: (ev_view_get_link_at_location),
7411         (handle_link_over_xy), (ev_view_button_press_event),
7412         (ev_view_button_release_event), (ev_view_class_init):
7413         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7414         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7415         (ev_window_init):
7416         
7417         Implement right-click context menu.
7418
7419 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7420
7421         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7422         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7423         (mdvi_pixbuf_device_render):
7424         * pdf/ev-poppler.cc:
7425
7426         Don't generate thumbnails with alpha. See bug #324077.
7427         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7428
7429 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7430
7431         * shell/ev-window.c: (setup_chrome_from_metadata):
7432         
7433         Fix typo that was hiding toolbar.
7434
7435 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7436
7437         * shell/ev-view-private.h:
7438         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7439         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7440         (ev_view_button_release_event), (ev_view_destroy):
7441         
7442         Small cleanup and autoscrolling during selection. Thanks to 
7443         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7444
7445 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7446
7447         * configure.ac:
7448         
7449         Correctly check for comics option.
7450
7451 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7452         * Makefile.am:
7453         * configure.ac:
7454         * backend/Makefile.am:
7455         * backend/ev-document-factory.c:
7456         * shell/ev-document-types.c:
7457
7458         Included option in configure to make ps backend 
7459         compilation optional with --disable-ps.
7460
7461 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7462
7463         * backend/ev-document-factory.c:
7464         * comics/Makefile.am:
7465         * comics/comics-document.c: (comics_document_load):
7466         * comics/ev-cbr-mime.xml:
7467         * configure.ac:
7468         
7469         Comics mime types are added to shared-mime-info CVS. Now
7470         we don't need to install our own mime types.
7471
7472 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7473
7474         * shell/ev-window.c:
7475         
7476         Add shortcut for "save a copy" menu entry. Fix for
7477         the bug #324582.
7478
7479 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7480
7481         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7482         (job_finished_cb), (new_selection_pixbuf_needed),
7483         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7484         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7485         
7486         Rework selection job info logic and fix critical warning.
7487
7488 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7489
7490         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7491
7492 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7493
7494         * data/evince-ui.xml:
7495         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7496         
7497         Enter as shortcut key for next page. Fix for the bug
7498         #321394.
7499
7500 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7501
7502         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7503
7504 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7505
7506         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7507         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7508         (new_selection_pixbuf_needed),
7509         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7510         (clear_job_selection):
7511         
7512         Too early for 0.5. Pixbuf cache code cleaned a bit.
7513
7514 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7515
7516         * NEWS:
7517         * configure.ac:
7518         
7519         Release 0.5.0 preparation
7520
7521 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7522
7523         * comics/Makefile.am:
7524         * configure.ac:
7525         * shell/ev-document-types.c: (ev_document_types_add_filters):
7526         
7527         More advanced handling of custom mime type installation.
7528
7529 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7530
7531         * data/evince.schemas.in:
7532         * shell/ev-metadata-manager.c: (value_free),
7533         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7534         (ev_metadata_manager_get), (ev_metadata_manager_set):
7535         * shell/ev-metadata-manager.h:
7536         * shell/ev-window.c: (update_chrome_flag),
7537         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7538         (setup_document_from_metadata), (setup_chrome_from_metadata),
7539         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7540         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7541         (ev_window_view_toolbar_cb),
7542         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7543         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7544         
7545         Save last document settings and reuse them for new documents.
7546
7547 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7548
7549         * Makefile.am:
7550         * backend/Makefile.am:
7551         * backend/ev-document-factory.c:
7552         * backend/ev-document-factory.h:
7553         * comics/Makefile.am:
7554         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7555         (comics_document_load), (comics_document_save),
7556         (comics_document_get_n_pages), (comics_document_get_page_size),
7557         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7558         (comics_document_class_init), (comics_document_can_get_text),
7559         (comics_document_get_info), (comics_document_document_iface_init),
7560         (comics_document_init), (get_supported_image_extensions),
7561         (comics_document_thumbnails_get_geometry),
7562         (comics_document_thumbnails_get_thumbnail),
7563         (comics_document_thumbnails_get_dimensions),
7564         (comics_document_document_thumbnails_iface_init), (extract_argv):
7565         * comics/comics-document.h:
7566         * comics/ev-cbr-mime.xml:
7567         * configure.ac:
7568         * po/POTFILES.in:
7569         * shell/ev-application.c: (ev_application_register_service):
7570         * shell/ev-document-types.c: (ev_document_types_add_filters):
7571         * thumbnailer/Makefile.am:
7572         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7573         
7574         New CBR/CBZ backend for comic books.
7575
7576 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7577
7578         * shell/main.c: (load_files_remote):
7579
7580         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7581         warning on startup of second instance is fixed. It
7582         is bug #320353.
7583
7584 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7585
7586         * shell/ev-window.c: (ev_window_finalize):
7587         
7588         Fix double free that cause crash.
7589
7590 2005-10-29  Bastien Nocera <hadess@hadess.net>
7591
7592         * tiff/tiff-document.c: (tiff_document_load):
7593         
7594         Fix memory leak.
7595
7596 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7597
7598         * po/POTFILES.in:
7599         * shell/Makefile.am:
7600         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7601         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7602         (ev_view_accessible_get_text),
7603         (ev_view_accessible_get_character_at_offset),
7604         (ev_view_accessible_get_text_before_offset),
7605         (ev_view_accessible_get_text_at_offset),
7606         (ev_view_accessible_get_text_after_offset),
7607         (ev_view_accessible_get_character_count),
7608         (ev_view_accessible_get_caret_offset),
7609         (ev_view_accessible_set_caret_offset),
7610         (ev_view_accessible_get_run_attributes),
7611         (ev_view_accessible_get_default_attributes),
7612         (ev_view_accessible_get_character_extents),
7613         (ev_view_accessible_get_offset_at_point),
7614         (ev_view_accessible_get_n_selections),
7615         (ev_view_accessible_get_selection),
7616         (ev_view_accessible_add_selection),
7617         (ev_view_accessible_remove_selection),
7618         (ev_view_accessible_set_selection),
7619         (ev_view_accessible_text_iface_init),
7620         (ev_view_accessible_idle_do_action),
7621         (ev_view_accessible_action_do_action),
7622         (ev_view_accessible_action_get_n_actions),
7623         (ev_view_accessible_action_get_description),
7624         (ev_view_accessible_action_get_name),
7625         (ev_view_accessible_action_set_description),
7626         (ev_view_accessible_action_iface_init),
7627         (ev_view_accessible_get_type), (ev_view_accessible_new),
7628         (ev_view_accessible_factory_get_accessible_type),
7629         (ev_view_accessible_factory_create_accessible),
7630         (ev_view_accessible_factory_class_init),
7631         (ev_view_accessible_factory_get_type):
7632         * shell/ev-view-accessible.h:
7633         * shell/ev-view-private.h:
7634         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7635         * shell/ev-view.h:
7636         
7637         Initial accessibility support.
7638
7639 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7640
7641         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7642
7643 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7644
7645         * shell/ev-print-job.c: (idle_print_handler):
7646         
7647         Fix for bug Bug 318916: Printing multiple pages.
7648
7649 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7650
7651         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7652
7653 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7654
7655         * pdf/ev-poppler.cc:
7656         
7657         Thumnail dimensions unified with other backends.
7658         
7659         * shell/ev-window-title.c: (ev_window_title_update):
7660         
7661         Fix warning.
7662
7663 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7664
7665         * data/ev-stock-zoom-fit-width.png:
7666         
7667         Remove unused file.
7668
7669 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7670
7671         * configure.ac:
7672         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7673         (djvu_document_finalize):
7674         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7675         (dvi_document_finalize):
7676         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7677         (pixbuf_document_save), (pixbuf_document_finalize):
7678         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7679         (tiff_document_finalize):
7680         
7681         Save a copy implemented for various backends.
7682
7683 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7684
7685         * configure.ac:
7686         
7687         Don't link with ltiff if tiff is disabled.
7688
7689 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7690
7691         * pdf/GDKSplashOutputDev.cc:
7692         * pdf/GDKSplashOutputDev.h:
7693         * pdf/Thumb.cc:
7694         * pdf/Thumb.h:
7695         * pdf/pdf-document.cc:
7696         * pdf/pdf-document.h:
7697         * pdf/test-gdk-output-dev.cc:
7698         
7699         Remove old unused files.
7700
7701 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7702
7703         * shell/ev-window.c: (ev_window_setup_document):
7704         
7705         Fixed warnings on reload and probably crash reason.
7706
7707 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7708
7709         * properties/ev-properties-view.c:
7710         (ev_properties_view_format_date):
7711         
7712         Check if date is invalid. Fix for bug 318134.
7713
7714 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7715
7716         * shell/ev-window-title.c:
7717         
7718         Add .indd files (Adobe Indesign) to the list of "bad
7719         extensions".
7720
7721 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7722
7723         * data/evince-ui.xml:
7724         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7725         
7726         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7727
7728 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7729
7730         * shell/ev-window.c: (launch_link), (launch_external_uri),
7731         (view_external_link_cb):
7732
7733         URL-escape link before passing it to gnome_vfs_url_show.
7734
7735 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7736
7737         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7738         there isn't text selected.
7739
7740 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7741
7742         * shell/ev-view.c: (handle_link_over_xy):
7743
7744         Check tooltip is valid utf8 before showing it
7745
7746 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7747
7748         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7749
7750 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7751
7752         * shell/ev-window-title.c: (ev_window_title_update):
7753
7754         Guard against using g_strstrip on NULL. Fixes bug #317291.
7755
7756 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7757
7758         * pdf/ev-poppler.cc:
7759
7760         Show title even for unknown links
7761
7762 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7763
7764         * shell/ev-window-title.c: (ev_window_title_update):
7765
7766         Strip the title string
7767
7768 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7769
7770         * shell/ev-window-title.c:
7771
7772         Add .rtf to the bad extensions list
7773
7774 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7775
7776         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7777         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7778
7779         Ignore link coordinates if they are outside page bounds
7780
7781 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7782
7783         * backend/ev-link.c: (ev_link_type_get_type),
7784         (ev_link_get_filename), (ev_link_get_params),
7785         (ev_link_get_property), (ev_link_set_property),
7786         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7787         * backend/ev-link.h:
7788         * pdf/ev-poppler.cc:
7789         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7790         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7791         (ev_window_init):
7792
7793         Implement launch links. Delegate external link opening to
7794         the window.
7795
7796 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7797
7798         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7799         (ev_link_get_right), (ev_link_get_property),
7800         (ev_link_set_property), (ev_link_class_init),
7801         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7802         * backend/ev-link.h:
7803         * pdf/ev-poppler.cc:
7804         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7805
7806         Implement fitr links
7807
7808 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7809
7810         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7811         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7812         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7813         (ev_view_size_request_continuous),
7814         (ev_view_size_request_dual_page),
7815         (ev_view_size_request_single_page), (ev_view_size_allocate),
7816         (ev_view_zoom_for_size_continuous_and_dual_page),
7817         (ev_view_zoom_for_size_continuous),
7818         (ev_view_zoom_for_size_dual_page),
7819         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7820         (ev_sizing_mode_get_type):
7821         * shell/ev-view.h:
7822         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7823
7824         Do not use modes for link, we need to calculate size ad hoc.
7825         Still not perfect because of the usual scrollbar issues grrr.
7826
7827 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7828
7829         * backend/ev-link.c: (ev_link_type_get_type),
7830         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7831         * backend/ev-link.h:
7832         * pdf/ev-poppler.cc:
7833         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7834         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7835         (ev_view_size_request_continuous),
7836         (ev_view_size_request_dual_page),
7837         (ev_view_size_request_single_page), (ev_view_size_allocate),
7838         (zoom_for_size_fit_height),
7839         (ev_view_zoom_for_size_continuous_and_dual_page),
7840         (ev_view_zoom_for_size_continuous),
7841         (ev_view_zoom_for_size_dual_page),
7842         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7843         (ev_sizing_mode_get_type):
7844         * shell/ev-view.h:
7845         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7846
7847         Implement FIT_HEIGHT mode (only for links).
7848         Implement FITH links
7849
7850 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7851
7852         * shell/ev-window-title.c: (get_filename_from_uri),
7853         (ev_window_title_sanitize_extension), (ev_window_title_update),
7854         (ev_window_title_set_document), (ev_window_title_set_uri),
7855         (ev_window_title_free):
7856         * shell/ev-window-title.h:
7857         * shell/ev-window.c: (ev_window_setup_document),
7858         (ev_window_popup_password_dialog):
7859
7860         Refactor window title building while fixing it for
7861         password documents.
7862
7863 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7864
7865         * pdf/ev-poppler.cc:
7866
7867         Escape link title before setting it in the model
7868
7869 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7870
7871         * shell/ev-application.c: (removed_from_session), (save_session),
7872         (init_session), (ev_application_get_empty_window),
7873         (ev_application_init), (ev_application_get_windows):
7874         * shell/ev-application.h:
7875         * shell/ev-window.c: (ev_window_finalize):
7876
7877         Add a function to retrieve window list and share it where
7878         necessary.
7879         Implement session handling, works pretty well thanks to the
7880         metadata system.
7881
7882 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7883
7884         * shell/ev-password.c: (ev_password_item_created_callback),
7885         (ev_password_dialog_save_password):
7886         
7887         Fix for bug 316972. Use async gnome-keyring API.
7888
7889 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7890
7891         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7892         Remove unused unrealize handler. Add scroll handling to
7893         ev_view_scroll_event for presentation mode (bug #316708),
7894         and fix the event state checks there.
7895
7896 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7897
7898         * shell/ev-page-action.c: (page_changed_cb):
7899
7900         "marco, maybe we should be crazy and jump right to 6! :)"
7901
7902         Bryan Clark, Sep 2005
7903
7904 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7905
7906         * ps/ps-document.c: (save_document), (ps_document_save),
7907         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7908         (ps_document_ps_export_end):
7909
7910         Fix unstructured documents save and print
7911
7912 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7913
7914         * shell/ev-application.c: (ev_application_open_uri):
7915
7916         Fix window size persistance
7917
7918 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7919
7920         * shell/ev-view.c: (ev_view_button_release_event):
7921
7922         Based on a patch from carlosgc@gnome.org. Mouse buttons
7923         switch pages in presentation mode.
7924
7925 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7926
7927         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7928
7929         Dont cast to int before scaling
7930
7931 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7932
7933         * backend/ev-link.c: (ev_link_type_get_type),
7934         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7935         (ev_link_new_page_fith):
7936         * backend/ev-link.h:
7937         * pdf/ev-poppler.cc:
7938         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7939
7940         Implement FIT and FITH links
7941
7942 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7943
7944         * pdf/ev-poppler.cc:
7945
7946         Return 0 results when search is not in progress.
7947
7948         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7949         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7950
7951         Update menu sensitivity when cancelling search
7952
7953 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7954
7955         * shell/ev-view.c: (ev_view_can_find_next):
7956
7957         Take all pages in consideration, not just current one
7958
7959 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7960
7961         * shell/ev-page-cache.c:
7962         * shell/ev-page-cache.h:
7963         * shell/ev-view.c: (ev_view_binding_activated),
7964         (ev_view_next_page), (ev_view_previous_page),
7965         (ev_sizing_mode_get_type):
7966         * shell/ev-view.h:
7967         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7968         (ev_window_cmd_go_next_page):
7969
7970         Move page next/previous functions from page chace to
7971         view and change it to move by 2 page steps in dual mode.
7972
7973 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7974
7975         * shell/ev-window.c: (update_sidebar_visibility),
7976         (setup_sidebar_from_metadata), (ev_window_setup_document),
7977         (setup_view_from_metadata):
7978
7979         Show the index by default when there is one     
7980
7981 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7982
7983         * shell/ev-window-title.c: (ev_window_title_set_document):
7984
7985         Missing null check
7986
7987 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7988
7989         * shell/ev-view.c: (view_update_range_and_current_page):
7990         
7991         Allow display of last odd page in dual view. Fix for 316347.
7992
7993 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7994
7995         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7996         
7997         Make close button default. Fix for 316383.
7998
7999 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8000
8001         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8002         
8003         Mark close button as default. Fix for 316381.
8004
8005 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8006
8007         * backend/ev-link.c: (ev_link_class_init):
8008
8009         Allow negative doubles in left/top properties
8010
8011 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8012
8013         * shell/ev-window.c:
8014
8015         Remove a bunch of strings that was used only
8016         by the statusbar.
8017
8018 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8019
8020         * shell/ev-window-title.c: (get_filename_from_uri),
8021         (ev_window_title_set_document):
8022
8023         When title has a confusing extension, show also
8024         the document filename inside ()
8025
8026 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8027
8028         * shell/Makefile.am:
8029         * shell/ev-window-title.c: (ev_window_title_new),
8030         (ev_window_title_update), (ev_window_title_set_type),
8031         (ev_window_title_set_document), (ev_window_title_free):
8032         * shell/ev-window-title.h:
8033         * shell/ev-window.c: (ev_window_setup_document),
8034         (password_dialog_response), (ev_window_popup_password_dialog),
8035         (ev_window_dispose), (ev_window_init):
8036
8037         Factor out and cleanup window title code
8038
8039 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8040
8041         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8042         (unable_to_load):
8043
8044         Make dialog transient so it doesnt block other windows
8045
8046 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8047
8048         * pdf/ev-poppler.cc:
8049         
8050         Fix pdf thumbnails rendering.
8051
8052 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8053
8054         * shell/ev-window.c: (fullscreen_set_timeout):
8055         
8056         Increase timeout to hide full screen popup. Bug 
8057         316123. 
8058
8059 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8060
8061         * data/evince.schemas.in:
8062         * shell/ev-window.c: (update_action_sensitivity):
8063
8064         Allow the user to override document restrictions. Fix for bug
8065         305818.
8066
8067 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8068
8069         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8070         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8071         (ev_window_class_init): Fix multihead behaviour of fullscreen
8072         toolbar popup. Fixes bug #315451.
8073
8074 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8075
8076         * configure.ac:
8077         * data/evince-password.glade:
8078         * shell/ev-password.c: (ev_password_dialog_set_property),
8079         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8080         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8081         (ev_password_dialog_entry_changed_cb),
8082         (ev_password_dialog_entry_activated_cb),
8083         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8084         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8085         (ev_password_dialog_set_bad_pass):
8086         * shell/ev-password.h:
8087         * shell/ev-window.c: (password_dialog_response),
8088         (ev_window_popup_password_dialog):
8089         
8090         Support for gnome-keyring for encrypted PDF's.
8091
8092 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8093
8094         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8095         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8096         (ev_view_enter_notify_event), (ev_view_class_init):
8097         
8098         More precise handling of enter_notify/leave_notify events
8099         in EvView. Fix for bug 315470.
8100
8101 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8102
8103         * shell/ev-window.c: (fullscreen_timeout_cb),
8104         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8105         (ev_window_dispose):
8106
8107         leak fix: unref fullscreen_timeout_source before clearing it
8108
8109 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8110
8111         * configure.ac, dvi/mdvi/Makefile.am: 
8112         
8113         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8114
8115 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8116
8117         * backend/ev-link.c: (ev_link_new_page_xyz):
8118         * pdf/ev-poppler.cc:
8119         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8120
8121         Fix some bugs with xyz links, respect zoom
8122
8123 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8124
8125         * shell/ev-window.c: (page_changed_cb),
8126         (setup_document_from_metadata), (update_sidebar_visibility),
8127         (setup_view_from_metadata), (ev_window_run_fullscreen),
8128         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8129         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8130         (ev_window_dual_mode_changed_cb),
8131         (ev_window_sidebar_current_page_changed_cb):
8132
8133         null check uri before setting and getting metadata
8134
8135 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8136
8137         * dvi/Makefile.am:
8138         * properties/Makefile.am:
8139         * shell/Makefile.am:
8140         * thumbnailer/Makefile.am:
8141
8142         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8143
8144 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8145
8146         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8147         (selection_changed_callback):
8148         * shell/ev-sidebar-links.h:
8149
8150         Add a signal for link activation.
8151
8152         * shell/ev-view.c: (ev_view_goto_link),
8153         (ev_view_button_release_event):
8154         * shell/ev-view.h:
8155         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8156         (ev_window_init):
8157
8158         Implement the signal so that we can handle all link types.
8159
8160         * shell/ev-page-cache.c:
8161
8162         Remove unused set_link function
8163
8164 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8165
8166         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8167
8168         Add some space from the cursor, hardcoded but I couldnt
8169         find a better way.
8170
8171 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8172
8173         * lib/ev-tooltip.c:
8174
8175         Use mozilla style vs gtk style, way better for links.
8176
8177         * shell/ev-view.c: (ev_view_motion_notify_event),
8178         (ev_view_destroy), (ev_view_init):
8179
8180         Deactive tooltip when the link hovered is changed.
8181
8182 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8183
8184         * backend/ev-document.h:
8185         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8186         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8187         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8188         (ev_link_new_page), (ev_link_new_page_xyz):
8189         * backend/ev-link.h:
8190         * pdf/ev-poppler.cc:
8191         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8192         (go_to_link), (tip_from_link):
8193
8194         Implement xyz links, still not functional. Links are a total
8195         mess, will need to refactor and bugfix a lot :(
8196
8197 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8198
8199         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8200
8201 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8202
8203         * data/evince-ui.xml:
8204         * data/evince.schemas.in:
8205         * shell/Makefile.am:
8206         * shell/ev-window.c: (update_chrome_visibility),
8207         (password_dialog_response), (ev_window_load_job_cb),
8208         (ev_window_xfer_job_cb), (ev_window_open_uri),
8209         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8210         (ev_window_init):
8211
8212         Remove the statusbar. This regress loading feedback, need to
8213         check with Bryan what we want to do there...
8214
8215 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8216
8217         * lib/ev-tooltip.c: (ev_tooltip_init):
8218
8219         Fix tooltip border and size handling
8220
8221 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8222
8223         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8224         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8225         (ev_tooltip_timeout), (ev_tooltip_activate),
8226         (ev_tooltip_deactivate):
8227         * lib/ev-tooltip.h:
8228         * shell/ev-view.c: (ev_view_motion_notify_event):
8229
8230         Delay popup showing. Mirror gtk logic/times.
8231
8232 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8233
8234         * lib/Makefile.am:
8235         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8236         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8237         (ev_tooltip_set_text), (ev_tooltip_set_position):
8238         * lib/ev-tooltip.h:
8239
8240         Simple widget to show tooltips at a custom position
8241
8242         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8243         (ev_view_destroy):
8244
8245         Use it for links. First go, needs work
8246
8247 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8248
8249         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8250         HIG fixes.  Use title capitalization for window title. Use 12 
8251         pixels of space between the dialog's vbox and action area.
8252
8253 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8254
8255         * shell/ev-window.c: (file_open_dialog_response_cb),
8256         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8257         (ev_window_cmd_save_as):
8258
8259         Make file pickers not modal and refactor code some
8260
8261 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8262
8263         * shell/ev-sidebar.h:
8264         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8265         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8266         (ev_sidebar_class_init), (ev_sidebar_select_page),
8267         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8268         (ev_sidebar_set_page):
8269
8270         Add a current page property and allow to get/set it
8271
8272         * shell/ev-window.c: (setup_view_from_metadata),
8273         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8274
8275         Persist current sidebar page per document
8276
8277 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8278
8279         * data/evince.schemas.in:
8280         * shell/ev-window.c: (update_chrome_visibility),
8281         (setup_document_from_metadata), (update_sidebar_visibility),
8282         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8283         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8284         (ev_window_run_presentation), (ev_window_stop_presentation),
8285         (ev_window_view_sidebar_cb),
8286         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8287         (load_chrome), (ev_window_init):
8288
8289         Persist size/visibility of sidebar per document
8290
8291 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8292
8293         * shell/ev-view.c (draw_loading_text): Draw loading text.
8294
8295 2005-09-02  Dan Damian  <dand@gnome.ro>
8296
8297         * configure.in: Added "ro" to ALL_LINGUAS.
8298
8299 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8300
8301         * shell/ev-view.c: (clear_caches):
8302
8303         ev_page_cache_get doesnt return a reference,
8304         dont try to unref it.
8305
8306 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8307
8308         * shell/main.c: (load_files_remote):
8309
8310         Fix timestamp parameter with dbus <= 0.33
8311
8312 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8313
8314         * data/evince.schemas.in:
8315
8316         Add missing full stop
8317
8318 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8319
8320         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8321         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8322
8323         Plug some memory leaks
8324
8325 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8326
8327         * configure.ac:
8328         * lib/ev-debug.c: (trap_handler):
8329
8330         Check for execinfo.h and use it only if it exists.
8331         Ported from Epiphany (bug #314776).
8332
8333 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8334
8335         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8336
8337 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8338
8339         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8340         * po/id.po      : Added Indonesian translation
8341
8342 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8343
8344         * shell/main.c:
8345         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8346         * NEWS: Release 0.4.0
8347
8348 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8349
8350         * configure.ac: catch another gtk+-2.8ism
8351         * shell/main.c: Make work with gtk+-2.6
8352
8353 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8354
8355         * shell/ev-application-service.xml: Add 'timestamp' argument to
8356           ev_application_open_window and ev_application_open_uri methods.
8357
8358         * shell/ev-application.h: Add 'timestamp' argument to
8359           ev_application_open_window, ev_application_open_uri,
8360           and ev_application_open_uri_list functions.
8361
8362         * shell/ev-application.c (ev_application_open_window,
8363           ev_application_open_uri, ev_application_open_uri_list): Change
8364           functions that show/present windows to use a timestamp if one
8365           is passed in.
8366
8367         * shell/ev-window.c (ev_window_cmd_file_open,
8368           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8369         * shell/main.c (load_files): Modify calls to ev_application to
8370           include GDK_CURRENT_TIME as timestamp.
8371
8372         * shell/main.c (load_files_remote): Obtain timestamp for client
8373           instance from GDK and pass to server instance so new windows are
8374           focused properly.  Fix dbus_g_proxy_call() calls by including second
8375           G_TYPE_INVALID.
8376           
8377         Closes bug #314475.
8378
8379 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8380
8381         * shell/ev-window.c (ev_window_finalize): Check for
8382         avail. EvWindows when quiting to handle the finalize better,
8383         #314497
8384
8385 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8386         
8387         * properties/ev-properties-view.c: 
8388         
8389         Set textdomain to libglade. Fixes translation problem in property page.
8390
8391 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8392
8393         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8394         * dvi/Makefile.am:
8395         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8396         * dvi/mdvi-lib/Makefile.am:
8397         
8398         Fix rotation of thumbnails, ported to new API. Moved library
8399         dependencies earlier, probably it will fix linkage problem.
8400
8401 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8402
8403         * backend/ev-document-misc.c:
8404         (ev_document_misc_get_thumbnail_frame):
8405         * backend/ev-document-misc.h:
8406         * configure.ac:
8407         * pdf/ev-poppler.cc:
8408         * shell/Makefile.am:
8409         * shell/ev-sidebar-thumbnails.c: (add_range),
8410         (ev_sidebar_thumbnails_set_loading_icon),
8411         (ev_sidebar_thumbnails_refresh),
8412         (ev_sidebar_thumbnails_set_document):
8413         * shell/ev-sidebar-thumbnails.h:
8414         * shell/ev-view.c: (ev_view_motion_notify_event),
8415         (ev_view_set_property), (ev_view_get_property),
8416         (ev_view_class_init), (ev_view_set_rotation):
8417         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8418         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8419         (ev_window_init):
8420         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8421         Redo rotation (again).  prepare for 0.4.0
8422
8423 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8424
8425         * configure.ac: Bump poppler requirement to 0.4.1.
8426
8427         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8428         argument to poppler_page_render_selection() call.
8429
8430 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8431
8432         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8433         (djvu_document_thumbnails_get_thumbnail):
8434         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8435         (dvi_document_thumbnails_get_thumbnail):
8436         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8437         (pixbuf_document_thumbnails_get_thumbnail):
8438         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8439         
8440         Update rotation direction of backends to fit with pdf and ps.
8441
8442 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8443
8444         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8445         * backend/ev-async-renderer.h:
8446         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8447         (setup_page), (ps_document_get_page_size),
8448         (ps_async_renderer_render_pixbuf):
8449         * ps/ps-document.h:
8450         * shell/ev-jobs.c: (ev_job_render_run):
8451
8452         Fix orientation in the postscript document
8453
8454 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8455
8456         * pdf/ev-poppler.cc:
8457         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8458         * shell/ev-view.c: (highlight_find_results):
8459
8460         Adapt to the new poppler rotation API. Fix text maps on landscape
8461         documents.
8462
8463 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8464
8465         * shell/ev-view.c (compute_new_selection_text): get the correct
8466         region when selecting in modes other than continuous.
8467
8468 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8469
8470         * shell/main.c (main): remove redundant g_warnings.
8471
8472 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8473
8474         * shell/Makefile.am: Don't include autogenerated
8475         file ev-application-service.h into distribution, since
8476         it causes dbus crash. Fix for bugs 313724 and 313443. 
8477
8478 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8479
8480         * configure.ac: Fix sed expression for FreeBSD. Thanks
8481         to Joe Marcus Clark <marcus@freebsd.org>
8482         
8483         * shell/eggfindbar.c: (entry_activate_callback),
8484         (entry_changed_callback), (egg_find_bar_init),
8485         (egg_find_bar_set_search_string):
8486         
8487         Made findbar buttons unsensitive if there is no text in
8488         entry. Fix for the bug 313285.
8489
8490 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8491
8492         * ps/ps-document.c: Use g_filename_display_name for displaying
8493         filenames and revert string freeze breackage
8494
8495 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8496
8497         * NEWS:
8498         * configure.ac:
8499
8500         Update for 0.3.4
8501
8502         * shell/Makefile.am:
8503
8504         Add ev-application-service.xml to extra dist
8505
8506         * shell/ev-view.c: (find_page_at_location):
8507
8508         Remove unused function (fix warning)
8509
8510 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8511
8512         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8513         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8514         
8515         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8516         bug 313623.
8517
8518 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8519
8520         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8521         * shell/ev-window.c:
8522         Fix build warnings
8523
8524 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8525
8526         * configure.ac: Update script to get dbus version.
8527         Fix for the bug #313443.
8528
8529 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8530
8531         * shell/ev-window.c: (ev_window_cmd_escape):
8532         
8533         Return focus back to view on escape. Fix for bug 313295.
8534
8535 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8536
8537         * shell/ev-window.c: (update_window_title),
8538         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8539         (ev_window_cmd_save_as):
8540         
8541         Correct conversion from uri to displayable string. Fix for
8542         bug 313296.
8543
8544 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8545
8546         * ps/ps-document.c: convert filename to utf8 when there is an error
8547         loading document. Fixes #309915
8548
8549 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8550
8551         * configure.ac:
8552
8553         We depend on poppler 0.4.0
8554
8555 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8556
8557         * configure.ac:
8558         * NEWS: Release 0.3.3.
8559         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8560
8561 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8562
8563         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8564         add a couple missing mnemonics to menu items, use title 
8565         capitalization for menu items and window titles, and add 
8566         ellipsis to open menu item.     
8567
8568 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8569
8570         * pdf/ev-poppler.cc:
8571         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8572         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8573         (ev_view_get_rotation):
8574         * shell/ev-view.h:
8575         * shell/ev-window.c: (setup_view_from_metadata),
8576         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8577         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8578         disk.
8579
8580 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8581
8582         * configure.ac: Added tr to ALL_LINGUAS
8583
8584 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8585
8586         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8587         requires several clicks to find word. Thanks to 
8588         Colin Slater <kiltedtaco@gmail.com>.
8589
8590 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8591
8592         * data/evince.desktop.in.in: Hide menu entry and
8593         rename it to "Document Viewer". Fix for bug 
8594         #312399.
8595
8596 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8597
8598         * shell/ev-page-action.c (ev_page_action_class_init): 
8599
8600         Point to the correct function in constructor of the
8601         activate_label signal
8602
8603 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8604
8605         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8606         * shell/ev-jobs.h: Make thread safe.
8607
8608 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8609
8610         * shell/ev-view.c: (view_update_range_and_current_page):
8611         Don't update page range if we are scrolling to some document
8612         point.
8613
8614 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8615
8616         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8617         when getting max_page_width, fix drawing in dual mode.
8618
8619 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8620
8621         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8622         getting the area for select_all.
8623
8624 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8625
8626         * backend/ev-selection.c: (ev_selection_render_selection):
8627         * backend/ev-selection.h:
8628         * pdf/ev-poppler.cc:
8629         * shell/ev-jobs.c: (ev_job_render_new):
8630         * shell/ev-jobs.h:
8631         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8632         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8633         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8634         (ev_view_class_init):
8635
8636         Change selection color on focus in and focus out events.  Also,
8637         poppler now uses GdkColor for specifying the selection colors, so
8638         drop some awkward conversion code.
8639
8640 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8641
8642         * configure.ac: Added Hebrew translation
8643
8644 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8645
8646         * NOTES:
8647         * backend/ev-selection.c: (ev_selection_render_selection):
8648         * backend/ev-selection.h:
8649         * pdf/ev-poppler.cc:
8650         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8651         (ev_job_render_run):
8652         * shell/ev-jobs.h:
8653         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8654         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8655         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8656         (ev_pixbuf_cache_style_changed),
8657         (ev_pixbuf_cache_get_selection_pixbuf),
8658         (ev_pixbuf_cache_set_selection_list),
8659         (ev_pixbuf_cache_get_selection_list):
8660         * shell/ev-pixbuf-cache.h:
8661         * shell/ev-utils.c: (ev_print_region_contents):
8662         * shell/ev-utils.h:
8663         * shell/ev-view.c: (ev_view_queue_draw_page),
8664         (selection_update_idle_cb), (ev_view_motion_notify_event),
8665         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8666         (setup_caches), (ev_view_find_next), (merge_selection_region),
8667         (selection_free):
8668         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8669
8670         Clean up selection to be much smoother!
8671
8672 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8673
8674         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8675         to poppler_page_render_selection().
8676
8677 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8678
8679         * ps/ps-document.c: (save_page_list): Use
8680         unzipped document when printing. Thanks to 
8681         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8682         311016.
8683
8684 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8685
8686         * shell/ev-window.c: (update_action_sensitivity):
8687         
8688         Disable print and save respect to lockdown gconf keys. Fix
8689         for 312342.
8690
8691 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8692
8693         * configure.ac:
8694         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8695         (write_to_temp_file), (ev_file_set_contents):
8696         * shell/ev-utils.h:
8697         * shell/ev-window.c: (save_print_config_to_file):
8698         
8699         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8700         Fix for bug 312238
8701
8702 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8703
8704         * shell/ev-window.c: (load_print_config_from_file),
8705         (save_print_config_to_file), (ev_window_print_range):
8706
8707         Persist the print settings. Fixes bug #311578.
8708
8709 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8710
8711         * djvu/djvu-document.c: (djvu_document_get_page_size),
8712         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8713         (djvu_document_thumbnails_get_thumbnail):
8714         * dvi/dvi-document.c: (dvi_document_get_page_size),
8715         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8716         (dvi_document_thumbnails_get_dimensions),
8717         (dvi_document_thumbnails_get_thumbnail):
8718         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8719         (pixbuf_document_render_pixbuf),
8720         (pixbuf_document_document_iface_init),
8721         (pixbuf_document_thumbnails_get_thumbnail):
8722         
8723         Update backends to make them build with new rotation system.
8724
8725 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8726
8727         * help/C/figures/evince_start_window.png:
8728         
8729         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8730
8731 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8732
8733         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8734         * shell/ev-pixbuf-cache.h:
8735         * shell/ev-sidebar-thumbnails.c:
8736         (ev_sidebar_thumbnails_get_property), (add_range),
8737         (adjustment_changed_cb):
8738         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8739         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8740         we were thumbnailing the entire docment on startup, slowing us
8741         down hugely. 
8742
8743 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8744
8745         * shell/ev-page-cache.c: (ev_page_cache_new):
8746         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8747         == 0, fixes #310306.
8748
8749 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8750
8751         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8752         (ev_view_rotate_left):
8753
8754         Account rotation in doc_rect_to_view_rect.
8755         Ensure rotation doesnt go out of bounds.
8756
8757 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8758
8759         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8760
8761         Correct and cleanup w/h swapping
8762
8763 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8764
8765         * backend/ev-document-thumbnails.c:
8766         (ev_document_thumbnails_get_thumbnail):
8767         * backend/ev-document-thumbnails.h:
8768         * backend/ev-document.c:
8769         * backend/ev-document.h:
8770         * backend/ev-render-context.c: (ev_render_context_new),
8771         (ev_render_context_set_rotation):
8772         * backend/ev-render-context.h:
8773         * pdf/ev-poppler.cc:
8774         * ps/ps-document.c: (ps_document_document_iface_init):
8775         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8776         * shell/ev-jobs.h:
8777         * shell/ev-page-cache.c: (build_height_to_page),
8778         (ev_page_cache_new), (ev_page_cache_get_size),
8779         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8780         (ev_page_cache_get_height_to_page):
8781         * shell/ev-page-cache.h:
8782         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8783         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8784         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8785         (ev_pixbuf_cache_get_selection_pixbuf):
8786         * shell/ev-pixbuf-cache.h:
8787         * shell/ev-print-job.c: (idle_print_handler):
8788         * shell/ev-sidebar-thumbnails.c: (add_range):
8789         * shell/ev-view.c: (view_update_range_and_current_page),
8790         (get_page_y_offset), (get_page_extents),
8791         (ev_view_size_request_continuous_dual_page),
8792         (ev_view_size_request_continuous),
8793         (ev_view_size_request_dual_page),
8794         (ev_view_size_request_single_page), (draw_one_page),
8795         (ev_view_set_rotation), (ev_view_rotate_right),
8796         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8797         (ev_view_zoom_for_size_continuous_and_dual_page),
8798         (ev_view_zoom_for_size_continuous),
8799         (ev_view_zoom_for_size_dual_page),
8800         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8801         (ev_view_select_all):
8802         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8803         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8804         (tiff_document_document_iface_init),
8805         (tiff_document_thumbnails_get_thumbnail):
8806
8807         Use rotation rather than orientation. It's easier and enough
8808         for our needs.
8809
8810 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8811
8812         * shell/ev-page-cache.c: (build_height_to_page),
8813         (ev_page_cache_new), (ev_page_cache_get_size),
8814         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8815         (ev_page_cache_get_height_to_page):
8816         * shell/ev-page-cache.h:
8817         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8818         (ev_view_size_request_continuous_dual_page),
8819         (ev_view_size_request_continuous),
8820         (ev_view_zoom_for_size_continuous_and_dual_page),
8821         (ev_view_zoom_for_size_continuous):
8822
8823         Make the page cache aware of page orientation.
8824
8825 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8826
8827         * backend/ev-document-thumbnails.c:
8828         (ev_document_thumbnails_get_thumbnail):
8829         * backend/ev-document-thumbnails.h:
8830         * backend/ev-document.c:
8831         * backend/ev-document.h:
8832         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8833         * backend/ev-ps-exporter.h:
8834         * pdf/ev-poppler.cc:
8835         * ps/ps-document.c: (ps_document_document_iface_init),
8836         (ps_document_ps_export_do_page):
8837         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8838         * shell/ev-jobs.h:
8839         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8840         (ev_page_cache_get):
8841         * shell/ev-page-cache.h:
8842         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8843         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8844         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8845         * shell/ev-pixbuf-cache.h:
8846         * shell/ev-print-job.c: (idle_print_handler):
8847         * shell/ev-sidebar-thumbnails.c: (add_range):
8848         * shell/ev-view.c: (view_update_range_and_current_page),
8849         (get_page_extents), (ev_view_size_request_dual_page),
8850         (ev_view_size_request_single_page), (draw_one_page),
8851         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8852         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8853         (ev_view_zoom_for_size_dual_page),
8854         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8855         (ev_view_select_all):
8856         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8857         * tiff/tiff-document.c: (tiff_document_get_page_size),
8858         (tiff_document_get_orientation), (rotate_pixbuf),
8859         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8860         (tiff_document_thumbnails_get_thumbnail),
8861         (tiff_document_ps_export_do_page), (tiff_document_init):
8862
8863         Really make use of the orientation bit of the render context.
8864         Use the render context in a few more places in the backend API.
8865         This regress orientation, but now it's done right. Will try to
8866         fix it up asap...
8867
8868 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8869
8870         * shell/ev-view.c: (ensure_rectangle_is_visible):
8871
8872         Patch by Nickolay V. Shmyrev to fix find flickering
8873
8874 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8875
8876         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8877         duplex parameters to ::begin.
8878
8879         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8880         * shell/ev-print-job.c (idle_print_handler): 
8881         * ps/ps-document.c (ps_document_ps_export_begin): 
8882         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8883         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8884         implementations. Poppler backend needs poppler cvs. Rest has
8885         unchanged behavior.
8886
8887 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8888
8889         * shell/ev-window.c (using_pdf_printer): new function.
8890         (ev_window_print_range): print a less techy message if someone
8891         tries to print to PDF.
8892
8893 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8894
8895         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8896         from "unknown font" string. Bug #311431
8897
8898 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8899
8900         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8901
8902 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8903
8904         Bug #311280
8905         
8906         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8907         name for PopplerFontTypes
8908         (pdf_document_fonts_fill_model): add font type to the detail column
8909
8910         * backend/ev-document-fonts.h: added
8911         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8912
8913         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8914         font name and font details, add a little markup.
8915         (ev_properties_fonts_init): use the new cell data func, specify ypad
8916         property for the cell renderer.
8917         (ev_properties_fonts_set_document): add the details column.
8918
8919 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8920
8921         * configure.ac: Added "pl" to ALL_LINGUAS.
8922
8923 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8924
8925         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8926
8927 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8928
8929         * help/ChangeLog: Started this for translations of manual.
8930         * configure.ac, autogen.sh, .cvsignore: Migrated to
8931         gnome-doc-utils. Patch in bug #311222.
8932
8933 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8934
8935         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8936         #ifdef this away to fix an unused-function warning.
8937
8938 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8939
8940         * configure.ac: Added 'gl' to ALL_LINGUAS.
8941
8942 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8943
8944         * configure.ac: Added ne in ALL_LINGUAS
8945         
8946 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8947
8948         * shell/ev-view.c: (ev_view_leave_notify_event):
8949         
8950         Clear status message when pointer leaves view. Fix for bug
8951         #310818 
8952
8953 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8954
8955         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8956
8957 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8958
8959         * shell/ev-view.c: (ev_view_leave_notify_event),
8960         (ev_view_class_init):
8961         
8962         Set cursor to normal then leaving view.
8963
8964 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8965
8966         * configure.ac:
8967         
8968         Fix required djvulibre version.
8969
8970 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8971
8972         *configure.ac: Hindi (hi) language added
8973
8974 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8975
8976         *configure.ac: Punjabi (pa) Language added
8977
8978 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8979
8980         * data/evince-ui.xml, shell/ev-window.c:
8981         
8982         Add keypad accelerators for zooming. Fix for bug 308128.
8983
8984 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8985
8986         * Makefile.am:
8987         * backend/Makefile.am:
8988         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8989         * configure.ac:
8990         * shell/ev-document-types.c: (ev_document_types_add_filters):
8991
8992         Allow to enable/disable the pixbuf backend.
8993         Default to off for now. If we want it enabled we should
8994         really put mime types in the desktop, implement properties etc.
8995
8996         * properties/evince-properties.c:
8997
8998         Initialize error to NULL.
8999         Check error is not NULL before freeing.
9000
9001 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9002
9003         * shell/ev-window.c:
9004
9005         Use F5 as presentation accell
9006
9007 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9008
9009         * shell/ev-window.c: (update_chrome_visibility),
9010         (ev_window_create_fullscreen_popup), (ev_window_init):
9011
9012         Do not leak the fullscreen toolbar
9013
9014 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9015
9016         * shell/ev-window.c: (view_actions_focus_in_cb),
9017         (view_actions_focus_out_cb):
9018
9019         These has a return value! Fix totally random focus
9020         issues we was seeing.
9021
9022 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9023
9024         * shell/main.c: (load_files_remote):
9025
9026         Allow open more than one file
9027
9028 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9029
9030         * shell/main.c: (load_files_remote):
9031
9032         Fix for dbus 0.33. bug #309975
9033
9034 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9035
9036         * properties/ev-properties-main.c: (ev_properties_get_pages):
9037
9038         Actually return NULL for types we dont support
9039
9040 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9041
9042         * po/POTFILES.in:
9043
9044         Remove empty lines.
9045
9046 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9047
9048         * backend/ev-document-factory.c:
9049         (ev_document_factory_get_document):
9050
9051         Do not try to create the object if type
9052         is invalid.
9053
9054 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9055
9056         * ps/ps-document.c: (ps_document_dispose),
9057         (ps_async_renderer_render_pixbuf):
9058         * ps/ps-document.h:
9059
9060         Do not leak the target window
9061
9062 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9063
9064         * shell/ev-application.c: (ev_application_init):
9065
9066         Let tbe check file existence for us.
9067         Add a comment about eggrecent mime filter.
9068
9069 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9070
9071         * data/evince-ui.xml:
9072         * shell/ev-application.c: (ev_application_shutdown),
9073         (ev_application_init), (ev_application_get_toolbars_model),
9074         (ev_application_get_recent_model),
9075         (ev_application_save_toolbars_model):
9076         * shell/ev-application.h:
9077         * shell/ev-window.c: (ev_window_add_recent),
9078         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9079         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9080         (ev_window_init):
9081
9082         Use common toolbar and recent models for all windows.
9083         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9084
9085 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9086
9087         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9088         successfully check for gtk_icon_view_get_visible_range.
9089
9090 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9091
9092         * djvu/Makefile.am:
9093         * dvi/Makefile.am:
9094         
9095         Fix djvu and dvi backend build.
9096
9097 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9098
9099         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9100         (new_separator_pixbuf):
9101
9102         Don't leak windows.
9103
9104 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9105
9106         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9107
9108         HIGification of toolbar editor dialogue.
9109
9110 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9111
9112         * configure.ac:
9113         * shell/Makefile.am:
9114
9115         Ever build metadata manager since it's just
9116         disabled at runtime now.
9117
9118 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9119
9120         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9121         (ev_metadata_manager_get), (ev_metadata_manager_set):
9122         * shell/ev-metadata-manager.h:
9123
9124         Add an _init functions that enabled metadata management
9125         at runtime.
9126
9127         * shell/ev-window.c: (page_changed_cb),
9128         (setup_document_from_metadata), (ev_window_setup_document),
9129         (setup_view_from_metadata), (ev_window_open_uri),
9130         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9131         (ev_window_run_presentation), (ev_window_stop_presentation),
9132         (save_sizing_mode), (ev_window_zoom_changed_cb),
9133         (ev_window_continuous_changed_cb),
9134         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9135         (window_configure_event_cb):
9136
9137         Remove all ugly metadata define since we deal with it
9138         at runtime now.
9139
9140         * shell/main.c: (load_files_remote), (main):
9141
9142         Add support for dbus cvs head. Hopefully didnt break one
9143         of the other versions now!
9144
9145         If we dont get a response from the dbus server just
9146         give up with it and not enable metadata.
9147
9148 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9149
9150         * Makefile.am:
9151         * backend/Makefile.am:
9152         * configure.ac:
9153         * cut-n-paste/recent-files/Makefile.am:
9154         * cut-n-paste/toolbar-editor/Makefile.am:
9155         * cut-n-paste/zoom-control/Makefile.am:
9156         * lib/Makefile.am:
9157         * pdf/Makefile.am:
9158         * pixbuf/Makefile.am:
9159         * properties/Makefile.am:
9160         * ps/Makefile.am:
9161         * shell/Makefile.am:
9162         * thumbnailer/Makefile.am:
9163         * tiff/Makefile.am:
9164
9165         Make frontends depend on just libev.
9166         Rework and group CFLAGS/LIBS definitions.
9167         Cleanups.
9168
9169 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9170
9171         * shell/ev-window:
9172
9173         do not unnecessarily save zoom
9174
9175         * configure.ac:
9176         * lib/ev-file-helpers.c: (ev_dot_dir):
9177         * shell/Makefile.am:
9178         * shell/dummy.cc:
9179
9180         Some cleanups
9181
9182 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9183
9184         * configure.ac:
9185         
9186         Remove unnecessary dependencies
9187
9188 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9189
9190         * properties/Makefile.am:
9191         * thumbnailer/Makefile.am:
9192         * tiff/Makefile.am:
9193
9194         Some more cleanups. Was really necessary
9195         but I probably introduced bugs, feel free
9196         to flame :)
9197
9198 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9199
9200         * backend/Makefile.am:
9201         * configure.ac:
9202         * cut-n-paste/recent-files/Makefile.am:
9203         * cut-n-paste/toolbar-editor/Makefile.am:
9204         * cut-n-paste/zoom-control/Makefile.am:
9205         * lib/Makefile.am:
9206         * pdf/Makefile.am:
9207         * pixbuf/Makefile.am:
9208         * properties/Makefile.am:
9209         * ps/Makefile.am:
9210         * shell/Makefile.am:
9211         * thumbnailer/Makefile.am:
9212         * tiff/Makefile.am:
9213
9214         Use gnome-common macros when possible.
9215         Cleanup dependencies.
9216         Actually disable deprecated where possible.
9217
9218 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9219
9220         * Makefile.am:
9221         * backend/Makefile.am:
9222         * properties/Makefile.am:
9223         * shell/Makefile.am:
9224         * thumbnailer/Makefile.am:
9225
9226         This should solve the circular dep without
9227         requiring dir reorg!
9228
9229         * shell/ev-window.c: (setup_view_from_metadata):
9230
9231         Never restore window size/position when the
9232         window is already visible.
9233
9234 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9235
9236         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9237
9238         Return a boolean from timeout func. Fix ported from gedit.
9239
9240 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9241
9242         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9243
9244 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9245
9246         * shell/ev-document-types.c: set "All Documents" as default filter in
9247         open dialog
9248
9249 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9250
9251         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9252         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9253         (ev_metadata_manager_set_boolean): fix value/val thinko.
9254
9255 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9256
9257         * shell/ev-window.c: (setup_view_from_metadata),
9258         (window_state_event_cb), (window_configure_event_cb),
9259         (ev_window_init):
9260
9261         Remember window position and maximized state
9262
9263 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9264
9265         * configure.ac:
9266
9267         Fix DBUS configure checks.
9268
9269         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9270         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9271         (ev_metadata_manager_set_boolean):
9272
9273         Plug mem leaks.
9274
9275         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9276         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9277         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9278         (ev_window_continuous_changed_cb),
9279         (ev_window_dual_mode_changed_cb), (ev_window_new):
9280
9281         Fix the build without DBUS.
9282
9283 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9284
9285         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9286         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9287         (ev_metadata_manager_set_string),
9288         (ev_metadata_manager_set_boolean):
9289         * shell/ev-metadata-manager.h:
9290
9291         Add support for some more types
9292
9293         * shell/ev-view.c: (scroll_to_current_page),
9294         (ev_view_get_continuous), (ev_view_set_continuous),
9295         (ev_view_get_dual_page):
9296         * shell/ev-view.h:
9297         * shell/ev-window.c: (page_changed_cb),
9298         (setup_document_from_metadata), (ev_window_setup_document),
9299         (setup_view_from_metadata), (ev_window_open_uri),
9300         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9301         (ev_window_run_presentation), (ev_window_stop_presentation),
9302         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9303         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9304         (ev_window_update_dual_page_action),
9305         (ev_window_continuous_changed_cb),
9306         (ev_window_dual_mode_changed_cb), (ev_window_init):
9307
9308         Remember a bunch of view/document properties. Prolly some
9309         are still missing but it's getting interesting.
9310
9311 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9312
9313         * configure.ac: check if dbus-binding-tool is installed. Not the
9314         case on current Ubuntu breezy, it seems.
9315
9316 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9317
9318         * data/evince.desktop.in.in:
9319         
9320         Allow open uri lists and add TryExec field.
9321
9322 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9323
9324         * configure.ac:
9325
9326         Enable dbus when available, do not require a configure
9327         option.
9328
9329 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9330
9331         * configure.ac:
9332
9333         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9334         disabled.
9335
9336 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9337         Marco Pesenti Gritti  <mpg@redhat.com>
9338
9339         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9340         
9341         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9342         functions to the format required by dbus
9343
9344         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9345         errors. Use the RPC parameters in the expected way
9346
9347 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9348
9349         * Makefile.am:
9350         * properties/Makefile.am:
9351         * properties/ev-properties-main.c: (ev_properties_get_pages):
9352
9353         Support all mime types
9354
9355         * shell/Makefile.am:
9356         * thumbnailer/Makefile.am:
9357         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9358         (evince_thumbnail_pngenc_get):
9359
9360         Use the document factory
9361
9362 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9363
9364         * backend/Makefile.am:
9365         * backend/ev-document-factory.c:
9366         (mime_type_supported_by_gdk_pixbuf),
9367         (ev_document_type_get_from_mime),
9368         (ev_document_factory_get_document),
9369         (ev_document_factory_get_backend),
9370         (ev_document_factory_get_mime_types),
9371         (ev_document_factory_get_all_mime_types):
9372         * backend/ev-document-factory.h:
9373         * shell/Makefile.am:
9374         * shell/ev-document-types.c: (get_document_from_uri),
9375         (ev_document_types_get_document),
9376         (file_filter_add_mime_list_and_free),
9377         (ev_document_types_add_filters):
9378         * shell/ev-document-types.h:
9379         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9380         * shell/ev-properties-dialog.c:
9381         (ev_properties_dialog_set_document):
9382         * shell/ev-window.c: (ev_window_cmd_file_open),
9383         (ev_window_cmd_save_as):
9384         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9385
9386         Rework document types managing to avoid code duplication
9387         and actually abstract from backend implementations.
9388         Also provide a minimal factory api that can be used by
9389         thumbnailer/properties.
9390
9391 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9392
9393         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9394         Plug a mem leak.
9395         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9396         HIG spacings.
9397
9398 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9399
9400         * shell/ev-properties-dialog.c
9401         (ev_properties_dialog_set_document): only call
9402         ev_properties_fonts_set_document() if the document implements the
9403         fonts interface
9404
9405 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9406
9407         * configure.ac:
9408         * properties/Makefile.am:
9409         * properties/ev-properties-view.c:
9410         (ev_properties_view_register_type):
9411         * properties/ev-properties-view.h:
9412         * properties/ev-properties-main.h:
9413
9414         Implement nautilus plugin for properties.
9415         Works only for pdf atm, I need to rework the
9416         document types stuff to get this to work
9417         for all backends...
9418
9419 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9420
9421         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9422         (ev_properties_fonts_set_document): use
9423         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9424
9425 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9426
9427         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9428         them
9429         (PlaceImage, tiff2ps_process_page): use
9430         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9431
9432
9433 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9434
9435         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9436         (main): to call gnome_authentication_manager_init. Should fix
9437         Bug #308510
9438
9439         * configure.ac: that requires libgnomeui 2.6.0.
9440
9441 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9442
9443         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9444         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9445         use the new tiff2ps interfaces
9446
9447         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9448         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9449
9450         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9451         structure instead of global variables.  Remove use of static
9452         variables in functions.
9453
9454 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9455
9456         * shell/ev-page-action.c: unref the completion after setting it to the
9457         entry
9458
9459 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9460
9461         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9462         postscript files
9463
9464 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9465
9466         * shell/ev-window.c (update_action_sensitivity): disable
9467         File->Print if the document does not implement the ps exporter
9468         interface
9469
9470 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9471
9472         * Makefile.am:
9473         * configure.ac:
9474         * data/evince-properties.glade:
9475         * properties/.cvsignore:
9476         * properties/Makefile.am:
9477         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9478         (ev_properties_view_class_init), (ev_properties_view_format_date),
9479         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9480         (ev_properties_view_init), (ev_properties_view_new):
9481         * properties/ev-properties-view.h:
9482         * shell/Makefile.am:
9483         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9484         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9485         (ev_properties_dialog_new):
9486         * shell/ev-properties-dialog.h:
9487         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9488         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9489         (update_progress_label), (job_fonts_finished_cb),
9490         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9491         * shell/ev-properties-fonts.h:
9492         * shell/ev-properties.c:
9493         * shell/ev-properties.h:
9494         * shell/ev-window.c: (ev_window_setup_document),
9495         (ev_window_cmd_file_properties):
9496
9497         Split the properties pages in two different objects, depend
9498         only on the backend where possible, use widgets instead
9499         of gobject for the glade part, reimplement the dialog
9500         itself with gtk.
9501         I need this to implement nautilus properties page.
9502
9503 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9504
9505         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9506         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9507         (tiff_document_document_ps_exporter_iface_init): implement the ps
9508         exporter interface for tiff documents
9509
9510         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9511         libtiff to implement TIFF postscript export
9512
9513         * tiff/tiff2ps.h: added a header file for external tiff2ps
9514         functions.
9515
9516         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9517         tiff2ps.h
9518
9519 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9520
9521         * shell/ev-view.c: (scroll_to_current_page),
9522         (ev_view_set_fullscreen), (ev_view_set_presentation):
9523         
9524         Scroll to current page when exit from presentation
9525
9526 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9527
9528         * shell/ev-window.c: (update_document_mode),
9529         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9530         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9531         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9532         
9533         Exit from fullscreen mode when switch to presentation. Fix for
9534         bug 309365
9535
9536 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9537
9538         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9539         return NULL if the document does not implement the selection
9540         interface.
9541
9542 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9543
9544         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9545         reported height by using the resolution aspect ratio
9546         (tiff_document_render_pixbuf): scale the pixbuf using the
9547         resolution aspect ratio
9548
9549 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9550
9551         * configure.ac:
9552         
9553         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9554         <kiltedaco@gmail.com>
9555         
9556         * djvu/djvu-document.c: (djvu_document_get_orientation),
9557         (djvu_document_set_orientation), (djvu_document_get_page_size),
9558         (rotate_pixbuf), (djvu_document_render_pixbuf),
9559         (djvu_document_document_iface_init):
9560         * dvi/dvi-document.c: (dvi_document_get_orientation),
9561         (dvi_document_set_orientation), (dvi_document_get_page_size),
9562         (rotate_pixbuf), (dvi_document_render_pixbuf),
9563         (dvi_document_document_iface_init):
9564         
9565         Dvi and djvu backends are ported to new API
9566
9567 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9568
9569         * backend/ev-selection.c: (ev_selection_get_selection_region),
9570         (ev_selection_get_selection_map):
9571         * backend/ev-selection.h:
9572         * pdf/ev-poppler.cc:
9573         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9574         * shell/ev-jobs.h:
9575         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9576         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9577         (ev_pixbuf_cache_get_text_mapping):
9578         * shell/ev-pixbuf-cache.h:
9579         * shell/ev-view.c: (location_in_text),
9580         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9581         support to EvView.  Now we can see where we can select!  Sweet!
9582
9583 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9584
9585         * shell/ev-view.c (ev_view_button_press_event): Fix
9586         event->y + view->scroll_x typo.
9587
9588 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9589
9590         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9591         sub-GdkPixbuf instead of passing dest_x and dest_y.
9592         
9593         * shell/ev-view.c: (view_point_to_doc_point),
9594         (view_rect_to_doc_rect), (ev_view_button_press_event),
9595         (ev_view_motion_notify_event), (compute_new_selection_rect),
9596         (gdk_rectangle_point_in), (compute_new_selection_text),
9597         (compute_selections): Update selection code to keep the selection
9598         around as two points and not as a normalized rectangle, and fix
9599         page level selection in two-column mode.
9600
9601 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9602
9603         * shell/ev-window.c: (window_configure_event_cb): 
9604         
9605         Fix compilation
9606         
9607 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9608
9609         * pdf/ev-poppler.cc:
9610
9611         Fix compilation
9612
9613 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9614
9615         * shell/Makefile.am:
9616         * shell/ev-metadata-manager.c: (item_free),
9617         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9618         (parse_value), (parseItem), (load_values),
9619         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9620         (save_values), (save_item), (get_oldest), (resize_items),
9621         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9622         * shell/ev-metadata-manager.h:
9623
9624         Metadata manager from gedit but modified to use GValue, so that
9625         we dont need to keep converting from strings.
9626
9627         * configure.ac:
9628
9629         ENABLE_METADATA conditional, on when dbus is on
9630
9631         * shell/ev-application.c: (ev_application_open_uri):
9632
9633         Show the window after load so that we can initialize
9634         window size before it's showed.
9635
9636         * shell/ev-window.c: (ev_window_setup_from_metadata),
9637         (ev_window_open_uri), (window_configure_event_cb),
9638         (ev_window_init):
9639
9640         Save and load metadata information about window size.
9641         Not yet keeping states in account.
9642
9643         * shell/main.c: (main):
9644
9645         Shutdown metadata manager.
9646
9647 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9648
9649         * shell/ev-application-service.xml:
9650         * configure.ac:
9651         * shell/Makefile.am:
9652         * shell/ev-application.c:
9653         * shell/ev-application.h:
9654         * shell/ev-window.c:
9655         * shell/ev-window.h:
9656         * shell/main.c:
9657
9658         Add an optional dbus interface (--enable-dbus).
9659         Rework application code, mainly to be easier to
9660         use "remotely".
9661         Do not open multiple windows with the same document,
9662         spatial evince!
9663
9664 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9665
9666         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9667         pixbuf iff it exists.
9668
9669 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9670
9671         * shell/*:
9672         * backend/ev-render-context.[ch]:
9673         * backend/ev-selection.[ch]:
9674
9675         Massive changes.  We now support text selection of pdfs, and not
9676         just rectangular selection.  This is pretty broken still, but I
9677         want to get something into CVS.
9678
9679 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9680
9681         * pdf/ev-poppler.cc:
9682         
9683         Fix for Bug 309080: crash on window close.
9684         
9685         * shell/ev-page-action.c: (page_changed_cb):
9686         
9687         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9688         jensgr@gmx.net (Jens Granseuer).
9689
9690 2005-06-25  Marcel Telka  <marcel@telka.sk>
9691
9692         * configure.in (ALL_LINGUAS): Added sk.
9693
9694 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9695
9696         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9697         not a document open
9698
9699 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9700
9701         * NEWS:
9702         * configure.ac:
9703
9704         Release 0.3.2
9705
9706         * cut-n-paste/recent-files/Makefile.am:
9707
9708         Fix make distcheck
9709
9710 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9711
9712         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9713         (pixbuf_document_set_orientation), (rotate_pixbuf),
9714         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9715         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9716
9717         Implement rotation and cleanup the code a bit.
9718
9719         * tiff/tiff-document.c: (tiff_document_get_page_size),
9720         (tiff_document_get_orientation), (tiff_document_set_orientation),
9721         (rotate_pixbuf), (tiff_document_render_pixbuf),
9722         (tiff_document_document_iface_init), (tiff_document_init):
9723
9724         Implement rotation. Was the quicker solution for the release
9725         but we really need to share this code in the shell.
9726
9727 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9728
9729         * pdf/ev-poppler.cc:
9730
9731         Enable rotation, require poppler cvs. Fix a leak.
9732
9733 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9734
9735         * shell/ev-window.c: (update_action_sensitivity):
9736         
9737         Make properties unsensitive if document backend doesn't provide
9738         any info
9739
9740 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9741
9742         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9743         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9744         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9745         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9746         (bitmap_flip_rotate_counter_clockwise):
9747         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9748         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9749         (buff_gets):
9750         * dvi/mdvi-lib/common.h:
9751         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9752         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9753         (opendvi), (mdvi_reload), (mdvi_init_context),
9754         (mdvi_destroy_context), (mdvi_dopage), (special):
9755         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9756         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9757         (file_hash_free), (register_encoding), (parse_spec),
9758         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9759         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9760         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9761         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9762         (mdvi_register_font_type), (mdvi_unregister_font_type),
9763         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9764         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9765         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9766         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9767         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9768         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9769         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9770         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9771         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9772         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9773         (mdvi_unregister_special), (mdvi_flush_specials):
9774         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9775         (t1_font_remove):
9776         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9777         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9778         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9779         (free_font_metrics), (flush_font_metrics):
9780         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9781         (tt_font_remove):
9782         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9783         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9784         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9785         (dstring_insert), (dstring_new), (dstring_reset):
9786         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9787         
9788         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9789         avoid conflict with libtool on FC4
9790         
9791         * shell/ev-window.c: (ev_window_cmd_help_about):
9792         
9793         Update copyright year. Fix for bug 308828.
9794
9795 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9796
9797         * shell/ev-view.c: (add_scroll_binding_keypad),
9798         (ev_view_binding_activated), (ev_view_class_init),
9799         (on_adjustment_value_changed):
9800         
9801         Bug 170874: Arrow keys switch pages in presentation mode
9802
9803 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9804
9805         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9806         
9807         Fix for Bug 308265: Sidebar dissappears coming out of 
9808         Presentation mode
9809
9810 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9811
9812         * shell/ev-application.c: (ev_application_open):
9813         * shell/ev-document-types.c: (ev_document_types_add_filters),
9814         (ev_document_types_add_filters_for_type):
9815         * shell/ev-document-types.h:
9816         * shell/ev-window.c: (ev_window_cmd_save_as):
9817         
9818         Suggest basename as template when saving, provide filters
9819         for save dialog. It's bug 308402
9820
9821 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9822
9823         * pdf/ev-poppler.cc:
9824         * shell/ev-sidebar-links.c: (job_finished_callback):
9825         * shell/ev-view.c: (update_find_status_message):
9826         
9827         Some leaks fixed
9828
9829 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9830
9831         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9832         (egg_recent_view_uimanager_set_list):
9833
9834         Fix buglet in !show_numbers case.
9835
9836 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9837
9838         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9839         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9840
9841         Use pango ellipsisation.
9842
9843         * pdf/ev-poppler.cc:
9844
9845         Fix refcount leak, from nsh.
9846
9847 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9848
9849         * cut-n-paste/recent-files/Makefile.am:
9850         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9851         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9852         
9853         Removed EggRecentViewGtk
9854         
9855         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9856         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9857         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9858         (ev_window_setup_recent):
9859         
9860         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9861         with other projects
9862
9863 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9864
9865         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9866         (egg_recent_view_gtk_finalize):
9867
9868         Fix memory leak
9869
9870         * cut-n-paste/toolbar-editor/Makefile.am:
9871         
9872         Fix location of cursor icon.
9873         
9874         * pdf/ev-poppler.cc:
9875         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9876         (display_completion_text), (match_completion):
9877         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9878         (selection_changed_callback), (create_loading_model),
9879         (print_section_cb), (links_page_num_func),
9880         (update_page_callback_foreach):
9881         * shell/ev-window.c: (ev_window_dispose):
9882         
9883         Small memory fixes. Links model now store objects instead
9884         of pointers to improve memory management. 
9885
9886 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9887
9888         * shell/ev-window.c: (zoom_control_changed_cb):
9889         
9890         Fix update of zoom control (bug 308268).
9891
9892 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9893
9894         * shell/ev-properties.c (set_property): escape the text correctly.
9895         Handles non-UTF-8 properties and escaped properties.  Also, sets
9896         the text to "<i>None</i>" if the property isn't set.
9897
9898         * data/evince-properties.glade: Change the label to be ellipsized,
9899         and give it a minimum size.
9900
9901 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9902
9903         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9904         * shell/ev-sidebar-links.c: (create_loading_model):
9905         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9906         * shell/ev-view.c: (ev_view_set_document):
9907         * shell/ev-window.c: (ev_window_dispose):
9908         
9909         Various small fixes, mostly memory leaks. Thanks to valgrind.
9910
9911 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9912
9913         * ps/ps-document.c: remove the locale.h include again ;-). And
9914         kill the (bogus) setlocale/savelocale business.
9915
9916 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9917
9918         * ps/ps-document.c:
9919         
9920         Include locale.h to fix build
9921         
9922         * shell/ev-sidebar.c:
9923         
9924         Remove unnecessary includes
9925
9926 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9927
9928         * dvi/dvi-document.c: (dvi_document_load):
9929         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9930         * po/POTFILES.in:
9931         
9932         Check for incorrect dvi files. Fix parsing dvi on AMD64
9933         platform. Thanks to tester@tester.ca (Olivier Crete).
9934
9935 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9936
9937         * shell/ev-page-action.c: (match_selected_cb),
9938         (display_completion_text), (match_completion), (update_model):
9939         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9940         (expand_open_links):
9941         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9942         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9943         (ev_sidebar_set_document):
9944         * shell/ev-window.c: (ev_window_xfer_job_cb),
9945         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9946         
9947         Fixed lot's of memory leaks, for example, memory leak on reload, 
9948         described in bug 307793.
9949
9950 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9951
9952         * pdf/ev-poppler.cc:
9953         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9954         (update_visible_range), (adjustment_changed_cb),
9955         (ev_sidebar_thumbnails_fill_model),
9956         (ev_sidebar_thumbnails_refresh),
9957         (ev_sidebar_tree_selection_changed),
9958         (ev_sidebar_icon_selection_changed),
9959         (ev_sidebar_thumbnails_use_icon_view),
9960         (ev_sidebar_thumbnails_set_document):
9961         * shell/ev-sidebar-thumbnails.h:
9962         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9963         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9964
9965         Refresh thumbnails when changing orientation. Not fully
9966         working yet becuase of a sidebar bug.
9967
9968         Set page orientation to poppler page everywhere. This sucks
9969         really need to fix poppler.
9970
9971 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9972
9973         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9974         (egg_recent_view_gtk_new_menu_item),
9975         (egg_recent_view_gtk_set_property),
9976         (egg_recent_view_gtk_get_property),
9977         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9978         (egg_recent_view_gtk_set_tooltip_func),
9979         (egg_recent_view_gtk_set_label_width),
9980         (egg_recent_view_gtk_get_label_width):
9981         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9982
9983         Sync with libegg (ellipsize labels)
9984
9985 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9986
9987         * data/evince-ui.xml:
9988         * shell/ev-window.c: (ev_window_cmd_go_forward),
9989         (ev_window_cmd_go_backward):
9990         
9991         Shift + PageUp moves 10 Pages. Fix for 306125
9992
9993 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9994
9995         * pdf/ev-poppler.cc:
9996
9997         Add a flag to check if orientation has been overriden
9998
9999 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10000
10001         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10002         field if necessary.
10003
10004         * ps/ps.h: add creator field to document.
10005
10006         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10007         set creator field.
10008
10009 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10010
10011         * data/evince-properties.glade:
10012         * shell/ev-properties.c: (ev_properties_set_document):
10013
10014         s/PDF Version/Format
10015
10016 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10017
10018         * shell/ev-properties.c: (ev_properties_set_document):
10019
10020         Remove unnecessary translations
10021
10022 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10023
10024         * cut-n-paste/toolbar-editor/Makefile.am:
10025
10026         Correct library name    
10027
10028 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10029
10030         * configure.ac:
10031         * cut-n-paste/recent-files/egg-recent-model.c:
10032         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10033         (egg_recent_model_unlock_file):
10034         * cut-n-paste/recent-files/egg-recent-util.c:
10035         (egg_recent_util_get_unique_id):
10036         * cut-n-paste/recent-files/update-from-egg.sh:
10037         * cut-n-paste/toolbar-editor/Makefile.am:
10038         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10039         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10040         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10041         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10042         (egg_toolbars_model_get_type):
10043         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10044
10045         Better makefile for toolbar editor and update everything
10046         to latest libegg.
10047
10048 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10049
10050         * shell/ev-window.c: (update_document_mode):
10051
10052         Prefer presentation mode when the document
10053         require fullscreen.
10054
10055 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10056
10057         * data/evince-ui.xml:
10058         * shell/ev-window.c:
10059
10060         Add control-equal for zooming
10061
10062 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10063
10064         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10065
10066 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10067
10068         * backend/ev-document.c: (ev_document_get_orientation):
10069         * backend/ev-document.h:
10070         * pdf/ev-poppler.cc:
10071         * ps/ps-document.c: (ps_document_get_orientation),
10072         (ps_document_set_orientation), (ps_document_document_iface_init):
10073
10074         Add a get_orientation api. Improve set_orientation.
10075
10076         * data/evince-ui.xml:
10077         * shell/ev-view.c: (ev_view_set_orientation),
10078         (ev_view_rotate_right), (ev_view_rotate_left):
10079         * shell/ev-view.h:
10080         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10081         (ev_window_cmd_edit_rotate_right):
10082
10083         Better ui for changing document orientation
10084
10085 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10086
10087         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10088         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10089         * shell/ev-sidebar-links.h:
10090         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10091         (ev_sidebar_page_iface_init):
10092         * shell/ev-sidebar-page.h:
10093         * shell/ev-sidebar-thumbnails.c:
10094         (ev_sidebar_thumbnails_get_property),
10095         (ev_sidebar_thumbnails_class_init),
10096         (ev_sidebar_thumbnails_set_document):
10097         * shell/ev-sidebar-thumbnails.h:
10098         * shell/ev-view.c: (ev_view_motion_notify_event):
10099         * shell/ev-window.c: (update_chrome_visibility),
10100         (ev_window_cmd_focus_page_selector),
10101         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10102         (sidebar_page_main_widget_update_cb), (ev_window_init):
10103         
10104         Autoraise toolbar on GoToPage binding and fix bindings in
10105         EvSidebarThumbnails page.
10106
10107 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10108
10109         * shell/ev-properties.c: (update_progress_label):
10110
10111         Hide the progress label when finished; bug #307697.
10112
10113 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10114
10115         * pdf/ev-poppler.cc:
10116
10117         Enable is_open for links, you will need poppler cvs
10118
10119         * shell/ev-properties.c: (job_fonts_finished_cb):
10120
10121         Get a lock on the document when filling the tree view
10122
10123 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10124
10125         * backend/ev-document-links.h:
10126         * pdf/ev-poppler.cc:
10127         * shell/ev-sidebar-links.c: (create_loading_model),
10128         (expand_open_links), (job_finished_callback):
10129
10130         Expand links when specified by the document.
10131         Depend on a poppler api (defined out for now)
10132
10133 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10134
10135         * shell/ev-properties.c: (ev_properties_dispose),
10136         (ev_properties_class_init), (dialog_destroy_cb),
10137         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10138         (ev_properties_set_document), (ev_properties_new),
10139         (ev_properties_show):
10140         * shell/ev-properties.h:
10141
10142         Make it an object, cleanup the code, api to show it as transient
10143         and to set the document.
10144
10145         * shell/ev-window.c: (ev_window_setup_document),
10146         (ev_window_cmd_file_properties):
10147
10148         Adapt to EvProperties changes, do not show multiple
10149         times, update it when document changes.
10150
10151 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10152
10153         * ps/gstypes.h:
10154         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10155         (ps_document_set_orientation), (ps_document_document_iface_init):
10156         * ps/ps-document.h:
10157
10158         Implement orientation here too
10159
10160         * shell/ev-properties.c: (ev_properties_new):
10161         * data/evince-properties.glade:
10162
10163         Hide the fonts page for backends that doesnt
10164         support it.     
10165
10166 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10167
10168         * backend/ev-document.c: (ev_document_set_orientation):
10169         * backend/ev-document.h:
10170         * pdf/ev-poppler.cc:
10171
10172         Add orientation api. Currently poppler api is not optimal,
10173         we need to set orientation every time we _get a page.
10174         I will try to fix that at some point.
10175
10176         * data/evince-ui.xml:
10177         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10178         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10179
10180         Add orientation menu items
10181
10182         * shell/ev-page-cache.c: (ev_page_cache_clear):
10183         * shell/ev-page-cache.h:
10184
10185         Add api to clear the cache
10186
10187         * shell/ev-view.c: (setup_caches), (clear_caches),
10188         (ev_view_set_document), (ev_view_zoom_out),
10189         (ev_view_set_orientation):
10190         * shell/ev-view.h:
10191
10192         Implement orientation changing
10193
10194 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10195
10196         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10197         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10198         * backend/ev-document-fonts.h:
10199
10200         Separate scan and fill so that we can incrementally fill from
10201         the main thread. Add a progress api.
10202
10203         * data/evince-properties.glade:
10204         * pdf/ev-poppler.cc:
10205         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10206         * shell/ev-jobs.h:
10207         * shell/ev-properties.c: (update_progress_label),
10208         (job_fonts_finished_cb), (setup_fonts_view):
10209
10210         Incrementally feel the list and show the progress
10211         percentage in a label like acrobat does.
10212
10213         You are going to need poppler cvs
10214
10215 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10216
10217         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10218         * backend/ev-document-fonts.h:
10219         * pdf/ev-poppler.cc:
10220
10221         Make fonts model fill incrementally.
10222
10223         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10224         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10225         (ev_job_queue_remove_job):
10226         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10227         (ev_job_fonts_new), (ev_job_fonts_run):
10228         * shell/ev-jobs.h:
10229
10230         New job for fonts scanning
10231
10232         * shell/ev-properties.c: (job_fonts_finished_cb),
10233         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10234         * shell/ev-properties.h:
10235         * shell/ev-window.c: (ev_window_cmd_file_properties):
10236
10237         Incrementally feel the treeview using the new job. Show Loading...
10238         message until scanning is completed.
10239
10240         Hopefully I didnt break the build without the poppler patch.
10241
10242 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10243
10244         * shell/ev-application.c: (ev_application_open):
10245         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10246         (ev_document_type_get_type), (ev_document_type_lookup):
10247         * shell/ev-document-types.h:
10248         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10249         * shell/ev-job-xfer.h:
10250         * shell/ev-window.c: (ev_window_clear_local_uri),
10251         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10252         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10253         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10254         
10255         Transfer remote documents to tmp directory to display them later.
10256
10257 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10258
10259         * backend/ev-document-info.h:
10260         * shell/ev-properties.c: (ev_properties_new):
10261
10262         s/GTime*/GTime. Not sure why we was using a pointer
10263         at all there!
10264
10265 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10266
10267         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10268         situations.  That situation is that you're using GTK+-HEAD with
10269         the patch at #306726 is applied, and you have a document with <
10270         1500 pages in it.  It's not quite as uniformly nice as the
10271         TreeView, but should be better in the long run.
10272
10273         I'm pretty sure I guarded against breaking compilation with
10274         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10275         I missed some.
10276
10277         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10278         widget yet, so I commented that code out
10279         enable_view_actions_for_widget() for now.  Need to figure this
10280         out.
10281
10282         * shell/ev-page-action.c (match_selected_cb): emit the right
10283         signals.  Our cool C-l completion now works.
10284
10285 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10286
10287         * backend/Makefile.am:
10288         * backend/ev-document-fonts.c:
10289         * backend/ev-document-links.c:
10290         * backend/ev-document.c: (ev_document_load):
10291         * backend/ev-document.h:
10292         * backend/ev-job-queue.c:
10293         * backend/ev-job-queue.h:
10294         * backend/ev-jobs.c:
10295         * backend/ev-jobs.h:
10296         * backend/ev-page-cache.c:
10297         * backend/ev-page-cache.h:
10298
10299         EvPageCache and EvJobs are moved to shell.
10300
10301         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10302         (ev_tmp_filename):
10303         * lib/ev-file-helpers.h:
10304         
10305         New helper to work with temporary files
10306         
10307         * shell/Makefile.am:
10308         * shell/ev-application.c: (ev_application_open):
10309         * shell/ev-application.h:
10310         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10311         (remove_job_from_async_queue), (add_job_to_async_queue),
10312         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10313         (handle_job), (search_for_jobs_unlocked),
10314         (no_jobs_available_unlocked), (ev_render_thread),
10315         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10316         (ev_job_queue_add_job), (move_job_async), (move_job),
10317         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10318         * shell/ev-job-queue.h:
10319         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10320         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10321         * shell/ev-job-xfer.h:
10322         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10323         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10324         (ev_job_links_class_init), (ev_job_render_init),
10325         (ev_job_render_dispose), (ev_job_render_class_init),
10326         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10327         (ev_job_thumbnail_class_init), (ev_job_load_init),
10328         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10329         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10330         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10331         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10332         * shell/ev-jobs.h:
10333         * shell/ev-page-action.c: (ev_page_action_set_document):
10334         * shell/ev-page-cache.c: (ev_page_cache_init),
10335         (ev_page_cache_class_init), (ev_page_cache_finalize),
10336         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10337         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10338         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10339         (ev_page_cache_get_title), (ev_page_cache_get_size),
10340         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10341         (ev_page_cache_get_height_to_page),
10342         (ev_page_cache_get_max_label_chars),
10343         (ev_page_cache_get_page_label),
10344         (ev_page_cache_has_nonnumeric_page_labels),
10345         (ev_page_cache_get_info), (ev_page_cache_next_page),
10346         (ev_page_cache_prev_page), (ev_page_cache_get):
10347         * shell/ev-page-cache.h:
10348         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10349         (ev_pixbuf_cache_clear_job_sizes),
10350         (ev_pixbuf_cache_add_jobs_if_needed),
10351         (ev_pixbuf_cache_set_page_range):
10352         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10353         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10354         * shell/ev-sidebar-thumbnails.c:
10355         (ev_sidebar_tree_selection_changed),
10356         (ev_sidebar_thumbnails_set_document):
10357         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10358         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10359         (ev_statusbar_get_context_id), (ev_statusbar_push),
10360         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10361         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10362         (ev_statusbar_set_progress):
10363         * shell/ev-statusbar.h:
10364         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10365         (ev_view_find_previous):
10366         * shell/ev-window.c: (ev_window_is_empty),
10367         (ev_window_setup_document), (password_dialog_response),
10368         (ev_window_clear_jobs), (ev_window_load_job_cb),
10369         (ev_window_xfer_job_cb), (ev_window_open_uri),
10370         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10371         (ev_window_print), (ev_window_print_range),
10372         (ev_window_state_event), (ev_window_cmd_view_reload),
10373         (menu_item_select_cb), (menu_item_deselect_cb),
10374         (view_status_changed_cb), (ev_window_dispose),
10375         (drag_data_received_cb), (ev_window_init):
10376         * shell/ev-window.h:
10377         * shell/main.c: (load_files):
10378         
10379         New statusbar to show progress on idle. Two new jobs - 
10380         xfer job and load job to load document in background. And update
10381         of page_cache clients to new location of code.
10382
10383 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10384
10385         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10386         selection in open dialog. It also remembers the last visited directory 
10387         in the current session.
10388
10389 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10390
10391         * shell/ev-properties.c: (ev_properties_new):
10392         * shell/ev-properties.h:
10393         * shell/ev-window.c: (ev_window_cmd_file_properties):
10394         
10395         Get document info from page cache instead of document itself.
10396         This should fix crash related to race conditions described in
10397         bug 306545.
10398
10399 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10400
10401         * ps/ps-document.c: (ps_document_init),
10402         (send_ps), (get_page_box), (output), (catchPipe), (input),
10403         (stop_interpreter), (file_length), (file_readable),
10404         (check_filecompressedb), (ps_document_enable_interpreter),
10405         (document_load), (ps_async_renderer_render_pixbuf):
10406         * ps/ps-document.h:
10407
10408         Big cleanup of the ps code
10409
10410 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10411
10412         * backend/Makefile.am:
10413         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10414         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10415         * backend/ev-async-renderer.h:
10416
10417         Add an async renderer interface (method + callback) which
10418         is useful for backends like ps.
10419
10420         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10421         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10422         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10423         (ev_job_queue_add_job), (move_job_async), (move_job),
10424         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10425
10426         Add queues for async renderer, these are executed on the
10427         main thread.
10428
10429         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10430         (ev_job_render_run):
10431         * backend/ev-jobs.h:
10432
10433         If the backend support async renderer interface use it.
10434
10435         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10436         (setup_pixmap), (ps_document_get_type),
10437         (ps_async_renderer_render_pixbuf),
10438         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10439
10440         Implement async renderer interface.
10441
10442 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10443
10444         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10445
10446         Cleanup links job on exit.
10447
10448 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10449
10450         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10451         (drag_data_get_cb), (drag_data_received_cb):
10452         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10453         (drag_data_get_cb), (parse_item_list),
10454         (egg_toolbar_editor_load_actions):
10455         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10456         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10457         (parse_item_list), (parse_toolbars):
10458         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10459         (dvi_pixbuf_put_pixel):
10460         
10461         Fix gcc 4.0 warnings
10462
10463 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10464
10465         * ps/ps-document.c: (start_interpreter):
10466
10467         Fix warning when loading ps
10468
10469 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10470
10471         * ps/ps-document.c: (output):
10472
10473         Fix crash when priting gs error messages.
10474
10475 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10476
10477         * backend/ev-page-cache.c: (_ev_page_cache_new):
10478         * backend/ev-page-cache.h:
10479
10480         Use a const to return title so that we dont double
10481         free it. Small cleanup and fix a leak.
10482
10483         * shell/ev-window.c: (update_window_title):
10484
10485         strdup value from get_title.
10486
10487 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10488
10489         * shell/ev-sidebar-links.c: (job_finished_callback),
10490         (ev_sidebar_links_set_document):
10491
10492         Cleanup the old job when changing document
10493
10494 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10495
10496         * shell/ev-stock-icons.c:
10497         * shell/ev-stock-icons.h:
10498         * shell/ev-window.c:
10499         
10500         Add stock icons for actions that can appear in toolbar. Fix for
10501         bug 306566.
10502
10503 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10504
10505         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10506         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10507         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10508         * backend/ev-page-cache.h:
10509         * shell/ev-view.c: (scroll_to_current_page),
10510         (view_update_range_and_current_page), (get_page_y_offset),
10511         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10512         (ev_view_size_request_continuous),
10513         (ev_view_zoom_for_size_continuous_and_dual_page),
10514         (ev_view_zoom_for_size_continuous):
10515         
10516         More compact EvView layout in document with pages of different size.
10517
10518 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10519
10520         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10521         compilation.
10522
10523 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10524
10525         * shell/ev-view.c: (view_set_adjustment_values):
10526         * shell/ev-window.c: (ev_window_cmd_file_properties):
10527         
10528         A bit different fix for rounding problem but it has no
10529         problems on startup. Make properties window transient to parent.
10530
10531 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10532
10533         * pdf/ev-poppler.cc:
10534         
10535         More commenting of font stuff.
10536
10537 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10538
10539         * pdf/ev-poppler.cc:
10540
10541         Comment out some more fonts stuff. Should really
10542         work without the poppler patch now.
10543
10544 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10545
10546         * pdf/ev-poppler.cc:
10547
10548         Adapt to api change
10549
10550 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10551
10552         * data/evince-properties.glade:
10553         * pdf/ev-poppler.cc:
10554         * shell/ev-properties.c: (setup_fonts_view):
10555
10556         Set the column title. Show the dialog only
10557         once everything is setup.
10558         Getting font info can be very slow... will
10559         prolly need to make this threaded too.
10560
10561 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10562
10563         * backend/Makefile.am:
10564         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10565         (ev_document_fonts_get_fonts_model):
10566         * backend/ev-document-fonts.h:
10567         * data/evince-properties.glade:
10568         * pdf/ev-poppler.cc:
10569         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10570         * shell/ev-properties.h:
10571         * shell/ev-window.c: (ev_window_cmd_file_properties):
10572
10573         Implement fonts list. Defined out for now, since it depends
10574         on a not yet committed poppler patch.
10575
10576 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10577
10578         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10579         page + 1.
10580
10581         * shell/ev-window.c: Make sure we add the timeout when we get a
10582         focus-in event.
10583
10584         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10585         adjustment->value before calculating the zoom factor to average
10586         out all of our rounding errors.  The page no longer 'drifts' when
10587         resizing.
10588
10589 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10590
10591         * data/evince-properties.glade:
10592         * shell/ev-properties.c: (ev_properties_format_date),
10593         (set_property):
10594         
10595         Labels don't expand when the dialogue is resized.
10596         strftime result needs to be converted to UTF-8. Thanks
10597         to Christian Persch <chpe@gnome.org>.
10598
10599 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10600
10601         * data/evince-properties.glade:
10602
10603         Hide the fonts tab
10604
10605 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10606
10607         * backend/ev-document-info.h:
10608         * backend/ev-document.c: (ev_document_info_free):
10609         * data/evince-properties.glade:
10610         * pdf/ev-poppler.cc:
10611         * ps/ps-document.c: (ps_document_get_info):
10612         * shell/ev-properties.c: (ev_properties_format_date),
10613         (set_property), (ev_properties_new):
10614         * shell/ev-properties.h:
10615         * shell/ev-window.c: (ev_window_cmd_file_properties):
10616
10617         Rework properties code to take only EvPropertyInfo
10618         in the constructor so that it can be useful for
10619         nautilus plugin too.
10620
10621         Deal with backends that doesnt support some properties.
10622         Make set property code generic.
10623
10624 2005-06-04  Christian Persch <chpe@gnome.org>
10625
10626         * data/evince-properties.glade:
10627
10628         fix spacings, make resizeable, and make data labels
10629         selectable + ellipsised
10630
10631 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10632
10633         * backend/ev-document-info.h:
10634         * data/Makefile.am:
10635         * data/evince-ui.xml:
10636         * pdf/ev-poppler.cc:
10637         * shell/Makefile.am:
10638         * shell/ev-window.c: (update_action_sensitivity),
10639         (ev_window_cmd_file_properties):
10640
10641         Initial go at file properties. Patch by
10642         Emil Soleyman-Zomalan <emil@soleyman.com>.
10643         Needs love see #169583
10644
10645 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10646
10647         * ps/ps-document.c: (output):
10648         * ps/ps.c: (psscan):
10649
10650         Try to render even if psscan fails.
10651
10652 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10653
10654         * ps/ps.c: (psscan), (pscopydoc):
10655
10656         Port buffered reading code from gv
10657
10658 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10659
10660         * ps/ps-document.c: (interpreter_message), (output):
10661
10662         Do not fail on interpreter messages
10663
10664 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10665
10666         * backend/ev-document-misc.c:
10667         (ev_document_misc_get_thumbnail_frame):
10668
10669         Pages can be 0 x 0, dont assert on this case
10670
10671 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10672
10673         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10674         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10675
10676         Correctly manage our reference on document. Finally the reload
10677         huge leak is gone...
10678
10679 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10680
10681         * ps/ps-document.c: (ps_document_dispose):
10682
10683         Forgot to chain it to the parent. Thanks chpe.
10684
10685 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10686
10687         * ps/ps-document.c: (ps_document_dispose),
10688         (ps_document_class_init), (stop_interpreter), (document_load):
10689
10690         Cleanup dispose a bit. Dont leak the whole pixmap.
10691
10692 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10693
10694         * pdf/ev-poppler.cc:
10695
10696         Release the poppler document on dispose
10697
10698 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10699
10700         * shell/ev-view.c: (ev_view_set_document):
10701
10702         Release ref on the pixbuf cache when changing
10703         document.
10704
10705 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10706
10707         * ps/ps-document.c: (ps_document_get_info):
10708
10709         Fix a double free
10710
10711 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10712
10713         * backend/ev-page-cache.c: (ev_page_cache_init),
10714         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10715         * backend/ev-page-cache.h:
10716         * shell/ev-page-action.c: (page_changed_cb):
10717         
10718         Set page action entry width depending on labels width. Fix
10719         for bug 305202.
10720
10721 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10722
10723         * backend/ev-link.c: (ev_link_class_init):
10724
10725         Allow -1 as page value (error)
10726
10727 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10728
10729         * shell/ev-sidebar-thumbnails.c:
10730         (ev_sidebar_thumbnails_set_document):
10731         * shell/ev-view.c: (scroll_to_current_page),
10732         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10733         (page_changed_cb), (on_adjustment_value_changed),
10734         (ev_view_set_document):
10735
10736         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10737         Fix bug 305377
10738
10739 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10740
10741         * configure.ac:
10742         * djvu/djvu-document.c: (djvu_document_get_page_size):
10743
10744         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10745         bug 301993.
10746
10747 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10748
10749         * shell/ev-view.c (draw_one_page): modify the expose handling to
10750         get the shadows.
10751
10752         * shell/ev-window.c (update_action_sensitivity): Respect
10753         permissions field.  Kowtow to the man.
10754
10755         * pdf/ev-poppler.cc: Get the permissions field.
10756
10757         * tiff/*c: Make a tiny bit more robust.
10758
10759 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10760
10761         * djvu/djvu-document.c:
10762         
10763         Pop messages from djvu context message queue.
10764
10765 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10766
10767         * configure.ac, Makefile.am, shell/Makefile.am:
10768         * tiff/Makefile.am, shell/ev-document-types.c:
10769         
10770         Cleanup tiff configure checks. Fix for bug 305218.
10771
10772 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10773
10774         * configure.ac: Added "uk" to ALL_LINGUAS.
10775
10776 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10777
10778         * cut-n-paste/zoom-control/ephy-zoom.c:
10779         (ephy_zoom_get_changed_zoom_level):
10780         * cut-n-paste/zoom-control/ephy-zoom.h:
10781         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10782         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10783         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10784         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10785         (zoom_control_changed_cb), (ev_window_init):
10786         
10787         Fix minor points related to moving best fit up. Introduce
10788         "zoom" property and make zoom control change it's value on
10789         notify::zoom signals. Fix for 305080.
10790
10791 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10792
10793         * data/evince-ui.xml:
10794         * shell/ev-window.c: (set_view_actions_sensitivity):
10795         
10796         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10797
10798 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10799
10800         * configure.ac:
10801
10802         Depends on poppler 0.3.2
10803
10804 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10805
10806         * cut-n-paste/recent-files/egg-recent-item.c:
10807         (egg_recent_item_get_short_name):
10808         * cut-n-paste/toolbar-editor/Makefile.am:
10809         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10810         (new_pixbuf_from_widget):
10811         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10812         * cut-n-paste/toolbar-editor/egg-marshal.c:
10813         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10814         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10815
10816         Sync
10817
10818 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10819
10820         * tiff/tiff-document.c: Rough TIFF backend.
10821
10822 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10823
10824         * NEWS:
10825         * configure.ac:
10826         * cut-n-paste/toolbar-editor/Makefile.am:
10827
10828         Release 0.3.1
10829
10830 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10831
10832         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10833         (ev_view_find_next), (ev_view_find_previous):
10834
10835         Remove the locks around get_n_results   
10836
10837 2005-05-21  Juerg Billeter  <j@bitron.ch>
10838
10839         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10840
10841         Pass correct number of pages to poppler.
10842
10843 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10844
10845         * configure.ac:
10846         * data/Makefile.am:
10847         * data/evince.desktop.in: 
10848         * data/evince.desktop.in.in:
10849         * po/POTFILES.in:
10850         
10851         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10852
10853 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10854
10855         * shell/ev-view.c: (view_update_adjustments),
10856         (view_set_adjustment_values): cast adjustmen->value to (int)
10857         before using it.  Otherwise, we get off by a pixel in some
10858         situations.
10859
10860         (draw_one_page): Draw the border on expose.
10861
10862 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10863
10864         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10865         adjustment when the mode changes, #304923
10866
10867 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10868
10869         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10870         flickering on resize but still use gdk_window_scroll on
10871         scrolling
10872
10873 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10874
10875         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10876         option, #170458
10877
10878 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10879
10880         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10881         second page on page_changed if possible, #304669
10882
10883 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10884
10885         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10886         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10887
10888 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10889
10890         * .cvsignore:
10891         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10892         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10893         (ev_view_zoom_for_size_presentation),
10894         (ev_view_zoom_for_size_continuous_and_dual_page),
10895         (ev_view_zoom_for_size_continuous),
10896         (ev_view_zoom_for_size_dual_page),
10897         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10898         * shell/ev-view.h:
10899         * shell/ev-window.c: (update_view_size),
10900         (ev_window_sizing_mode_changed_cb):
10901
10902         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10903         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10904         an infinite loop, #304769
10905
10906
10907 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10908
10909         * data/evince-ui.xml:
10910         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10911         * shell/ev-window.c: (set_view_actions_sensitivity):
10912
10913         Make PgUp/Down behave like Space
10914
10915 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10916
10917         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10918         * backend/ev-ps-exporter.h:
10919         * pdf/ev-poppler.cc:
10920         * ps/ps-document.c: (ps_document_ps_export_begin):
10921         * shell/ev-print-job.c: (idle_print_handler):
10922
10923         Adapt to new poppler api
10924
10925 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10926
10927         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10928         (ephy_zoom_control_init):
10929
10930         Translate zoom levels
10931
10932 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10933
10934         * cut-n-paste/zoom-control/ephy-zoom.c:
10935         (ephy_zoom_get_zoom_level_index):
10936
10937         Fix current zoom -> zoom control match
10938
10939 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10940
10941         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10942         rather than the scrolled_window that it's in. Fixes bug #304655.
10943
10944 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10945
10946         * shell/ev-view.c: (view_update_adjustments),
10947         (view_set_adjustment_values), (view_update_range_and_current_page),
10948         (view_scroll_to_page), (set_scroll_adjustment),
10949         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10950         (ev_view_scroll), (ev_view_scroll_view),
10951         (ensure_rectangle_is_visible), (find_page_at_location),
10952         (get_link_at_location), (go_to_link), (status_message_from_link),
10953         (ev_view_size_request_continuous_dual_page),
10954         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10955         (ev_view_unrealize), (ev_view_expose_event),
10956         (ev_view_button_press_event), (ev_view_motion_notify_event),
10957         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10958         (draw_rubberband), (highlight_find_results), (draw_one_page),
10959         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10960         (ev_view_init), (find_changed_cb), (page_changed_cb),
10961         (on_adjustment_value_changed), (ev_view_new),
10962         (ev_view_set_document), (ev_view_set_zoom),
10963         (ev_view_set_continuous), (ev_view_set_dual_page),
10964         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10965         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10966         (ev_view_zoom_for_size_presentation),
10967         (ev_view_zoom_for_size_continuous_dual_page),
10968         (ev_view_zoom_for_size_continuous),
10969         (ev_view_zoom_for_size_dual_page),
10970         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10971         (ev_view_get_status), (ev_view_set_status),
10972         (update_find_status_message), (ev_view_get_find_status),
10973         (ev_view_set_find_status), (jump_to_find_result),
10974         (jump_to_find_page), (compute_selections), (clear_selection),
10975         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10976         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10977         (ev_view_update_primary_selection),
10978         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10979         * shell/ev-view.h:
10980         * shell/ev-window.c: (ev_window_open_page_label),
10981         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10982         (ev_window_init):
10983         * shell/ev-window.h:
10984         * shell/main.c: (load_files):
10985
10986         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10987         when resizing.  Remove the bin_window().  Also, patch from James
10988         Bowes to fix command line page, #300641
10989         
10990 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10991
10992         * data/evince-ui.xml:
10993         * shell/ev-view.c:
10994         * shell/ev-view.h:
10995         * shell/ev-window.c: (update_action_sensitivity):
10996
10997         Get rid of View->Normal Size, it's just confusing
10998
10999 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11000
11001         * backend/ev-document-info.h:
11002         * backend/ev-document.c: (ev_document_info_free): Free the
11003         EvDocumentInfo.
11004
11005         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11006         (clear_range), (add_range), (update_visible_range),
11007         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11008         (ev_sidebar_thumbnails_set_document):
11009         * shell/ev-window.c: (ev_window_setup_document): Only render the
11010         visible thumbnails.  It takes an instant to render, but it uses
11011         much less memory.
11012
11013 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11014
11015         * shell/ev-sidebar-links.c: (popup_menu_cb):
11016
11017         Select first item
11018
11019 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11020
11021         * lib/Makefile.am:
11022         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11023         (button_press_cb), (ev_sidebar_links_construct):
11024
11025         Show the popup menu also on keybindings
11026
11027 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11028
11029         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11030         * shell/ev-window.h:
11031
11032         Expose api to print a range (with dialog). Make private _print use
11033         it.
11034
11035         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11036         (ev_sidebar_links_construct):
11037
11038         Show a print context menu on linkx, it prints the selected
11039         section.
11040
11041 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11042
11043         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11044         button.
11045
11046 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11047
11048         * AUTHORS:
11049
11050         Update
11051
11052         * shell/ev-window.c: (build_comments_string),
11053         (ev_window_cmd_help_about):
11054
11055         Show poppler version/backend and authors
11056
11057 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11058
11059         * cut-n-paste/zoom-control/ephy-zoom.c:
11060         (ephy_zoom_get_zoom_level_index):
11061         * cut-n-paste/zoom-control/ephy-zoom.h:
11062
11063         Move the best fit items at the top of the list
11064
11065 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11066
11067         * shell/ev-marshal.list:
11068         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11069         (activate_cb), (match_selected_cb), (activate_link_cb),
11070         (connect_proxy), (ev_page_action_class_init):
11071         * shell/ev-page-action.h:
11072
11073         Use signals to notify action activation. Hopefully
11074         I did not break completion since I cant test...
11075
11076         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11077         (register_custom_actions):
11078
11079         Connect to page selector actions and also grab focus on
11080         the view when activated.
11081
11082 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11083
11084         * pdf/ev-poppler.cc:
11085         * backend/ev-page-cache.c: make page size calculation consistent
11086         and set it to (int)( width * scale + 0.5).  This makes the weird
11087         line going through the middle of the page go away.
11088
11089         * shell/ev-view.c: move painting the background page after
11090         checking the expose area covers us.
11091
11092 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11093
11094         * data/evince-password.glade:
11095         
11096         Mark labels as not translatable. Fix for bug 302842.
11097
11098 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11099
11100         * configure.ac: Added "es" to ALL_LINGUAS.
11101
11102 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11103
11104         * data/evince-toolbar.xml:
11105         * shell/ev-window.c: (update_action_sensitivity),
11106         (ev_window_setup_document), (ev_window_set_page_mode),
11107         (ev_window_init):
11108
11109         Remove some leftover code from jrb first continous
11110         attempt. Use the new actions, we still need good icons
11111         though...
11112
11113 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11114
11115         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11116
11117         Update label when connecting proxy. Fix a warning with NULL
11118         page_cache.
11119
11120 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11121
11122         * data/evince-ui.xml:
11123         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11124         * shell/ev-page-action.h:
11125         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11126
11127         Add mnemonic for edit toolbar.
11128         ctrl+l focus the page entry.
11129
11130 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11131
11132         * lib/Makefile.am:
11133         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11134         (ev_window_init):
11135         * shell/main.c: (main):
11136
11137         Put the toolbar xml in evince own dot dir
11138
11139 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11140
11141         * shell/ev-window.c: (ev_window_init):
11142
11143         Make the toolbar not removable
11144
11145 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11146
11147         * data/evince-ui.xml:
11148         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11149         * shell/ev-sidebar-links.h:
11150         * shell/ev-sidebar-thumbnails.c:
11151         (ev_sidebar_thumbnails_get_treeview):
11152         * shell/ev-sidebar-thumbnails.h:
11153         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11154         (ev_view_class_init):
11155         * shell/ev-view.h:
11156         * shell/ev-window.c: (update_action_sensitivity),
11157         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11158         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11159         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11160         (ev_window_init):
11161
11162         This is evil... Make space/backspace global accelerators but
11163         enable them only for some widgets (sidebars and view).
11164         I dont like it, but I dont know a better way... :/
11165
11166 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11167
11168         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11169         (ev_page_action_widget_finalize),
11170         (ev_page_action_widget_class_init), (update_page_cache):
11171
11172         Keep a weak reference on proxy->page_cache so that we
11173         dont try to disconnect the signal if the object is already
11174         gone. Maybe there is a better way to cleanup reference handling
11175         in page action though...
11176
11177 2005-05-10  Juerg Billeter  <j@bitron.ch>
11178
11179         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11180         * backend/ev-ps-exporter.h:
11181         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11182         * ps/ps-document.c: (ps_document_ps_export_begin):
11183         
11184         Change api to pass print range to ps_exporter_begin. The pdf backend
11185         requires this information.
11186         
11187         * shell/ev-print-job.c: (idle_print_handler):
11188         
11189         Adapt to api change
11190
11191 2005-05-10  Juerg Billeter  <j@bitron.ch>
11192
11193         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11194         (idle_print_handler)
11195         * shell/ev-window.c: (ev_window_print):
11196
11197         Support printing page range, based on patch by Amaury Jacquot
11198
11199 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11200
11201         * data/evince-toolbar.xml:
11202
11203         Add zoom control to available items
11204
11205 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11206
11207         * shell/ev-window.c: (update_action_sensitivity):
11208
11209         Set slash action insensitive when appropriate
11210
11211 2005-05-10  Christian Persch <chpe@gnome.org>
11212
11213         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11214
11215         Fix warning on the overflow menu
11216
11217 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11218
11219         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11220
11221         Check for uri correctness/existence
11222
11223 2005-05-09  Juerg Billeter  <j@bitron.ch>
11224
11225         * shell/ev-window.c: (using_postscript_printer):
11226
11227         LPD printers use postscript, too
11228
11229 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11230
11231         * shell/ev-window.c: (register_custom_actions):
11232
11233         The zoom one is actually sort of useful,
11234         put it back
11235
11236 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11237
11238         * shell/ev-window.c: (register_custom_actions):
11239
11240         Hide page/zoom controls from overflow, they
11241         are useless.
11242
11243 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11244
11245         * cut-n-paste/update-from-egg.sh:
11246         
11247         Share it between all cut-n-paste subdirs
11248
11249         * cut-n-paste/recent-files/Makefile.am:
11250
11251         Fix to use "global" update-from-egg.sh
11252
11253         * cut-n-paste/recent-files/egg-recent-model.c:
11254         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11255         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11256         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11257         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11258
11259         Update from libegg
11260
11261         * cut-n-paste/toolbar-editor/Makefile.am:
11262
11263         Fix to use "global" update-from-egg.sh
11264
11265         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11266
11267         Update from libegg
11268
11269 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11270
11271         * configure.ac:
11272         * cut-n-paste/Makefile.am:
11273         * cut-n-paste/recent-files/Makefile.am:
11274         * cut-n-paste/toolbar-editor/.cvsignore:
11275         * cut-n-paste/toolbar-editor/Makefile.am:
11276         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11277         (egg_editable_toolbar_get_type), (get_toolbar_position),
11278         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11279         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11280         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11281         (set_item_drag_source), (create_item_from_action), (create_item),
11282         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11283         (popup_toolbar_context_menu_cb), (free_dragged_item),
11284         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11285         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11286         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11287         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11288         (item_added_cb), (item_removed_cb),
11289         (egg_editable_toolbar_construct),
11290         (egg_editable_toolbar_disconnect_model),
11291         (egg_editable_toolbar_deconstruct),
11292         (egg_editable_toolbar_set_model),
11293         (egg_editable_toolbar_set_ui_manager),
11294         (egg_editable_toolbar_set_property),
11295         (egg_editable_toolbar_get_property),
11296         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11297         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11298         (egg_editable_toolbar_new_with_model),
11299         (egg_editable_toolbar_get_edit_mode),
11300         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11301         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11302         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11303         (new_pixbuf_from_widget), (new_separator_pixbuf),
11304         (update_separator_image), (style_set_cb),
11305         (_egg_editable_toolbar_new_separator_image),
11306         (egg_editable_toolbar_get_model):
11307         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11308         * cut-n-paste/toolbar-editor/egg-marshal.c:
11309         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11310         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11311         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11312         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11313         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11314         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11315         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11316         (editor_drag_data_delete_cb), (drag_data_get_cb),
11317         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11318         (editor_create_item), (update_editor_sheet), (setup_editor),
11319         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11320         (parse_item_list), (model_has_action), (update_actions_list),
11321         (egg_toolbar_editor_load_actions):
11322         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11323         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11324         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11325         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11326         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11327         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11328         (egg_toolbars_model_add_separator), (impl_add_item),
11329         (parse_item_list), (egg_toolbars_model_add_toolbar),
11330         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11331         (impl_get_item_data), (impl_get_item_type),
11332         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11333         (egg_toolbars_model_init), (free_toolbar),
11334         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11335         (egg_toolbars_model_remove_toolbar),
11336         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11337         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11338         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11339         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11340         (egg_toolbars_model_get_item_data),
11341         (egg_toolbars_model_get_item_type):
11342         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11343         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11344         * data/Makefile.am:
11345         * data/evince-toolbar.xml:
11346         * data/evince-ui.xml:
11347         * data/hand-open.png:
11348         * po/POTFILES.in:
11349         * shell/Makefile.am:
11350         * shell/ev-window.c: (update_chrome_visibility),
11351         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11352         (ev_window_dispose), (ev_window_init):
11353
11354         Implement epiphany like toolbar editor. Based on patch by
11355         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11356
11357 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11358
11359         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11360
11361         Use set_cursor instead of set_selection, so that
11362         the keyboard focus moves too.
11363
11364 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11365
11366         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11367
11368         Fix infinite loop when loading Type1 fonts
11369
11370 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11371
11372         * data/evince-ui.xml:
11373         * shell/ev-window.c:
11374
11375         Slash -> Find
11376
11377 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11378
11379         * configure.ac:
11380
11381         Make --disable really disable
11382
11383 2005-05-07  Juerg Billeter  <j@bitron.ch>
11384
11385         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11386
11387         Compare page labels even without has_labels set, fixes setting page
11388         with entry
11389
11390 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11391
11392         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11393         (ev_view_set_cursor), (ev_view_button_press_event),
11394         (ev_view_motion_notify_event), (ev_view_button_release_event),
11395         (ev_view_init):
11396
11397         Implement middle button scrolling. Based on a patch
11398         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11399
11400 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11401
11402         * shell/ev-document-types.c: (get_slow_mime_type),
11403         (get_document_type_from_mime), (ev_document_type_lookup):
11404         * shell/ev-document-types.h:
11405
11406         Change api to lookup from uri. Do fast lookup first, if the
11407         type is unknown try with data sniffing.
11408
11409         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11410         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11411
11412         Adapt to api change
11413
11414 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11415
11416         * thumbnailer/Makefile.am:
11417
11418         Fix distcheck
11419
11420 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11421
11422         * NEWS:
11423         * configure.ac:
11424
11425         Release 0.3.0
11426
11427         * data/evince-ui.xml:
11428
11429         Hide presentation mode for now
11430
11431         * shell/ev-view.c: (highlight_find_results):
11432
11433         Show current find selection only on current page
11434
11435 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11436
11437         * shell/ev-view.c: (ev_view_select_all):
11438
11439         Compute size of the actual page, not of
11440         the current one.
11441
11442 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11443
11444         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11445         (view_rect_to_doc_rect), (compute_selections),
11446         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11447         (ev_view_copy), (ev_view_primary_get_cb),
11448         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11449         (ev_view_button_press_event), (ev_view_motion_notify_event),
11450         (ev_view_button_release_event), (page_changed_cb):
11451
11452         Fix text selection
11453
11454 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11455
11456         * shell/ev-view.c: (compute_border), (get_page_extents),
11457         (doc_rect_to_view_rect), (highlight_find_results),
11458         (ev_view_bin_expose), (ev_view_select_all),
11459         (ev_view_motion_notify_event), (update_find_status_message),
11460         (jump_to_find_result), (jump_to_find_page):
11461
11462         First go at fixing search, still buggy
11463
11464 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11465
11466         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11467         dropdown box and button at the top of the sidebar.
11468
11469 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11470
11471         * configure.ac: Output zoom-control Makefile.
11472         * cut-n-paste/Makefile.am: build zoom-control subdir.
11473         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11474         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11475         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11476         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11477         * cut-n-paste/zoom-control/ephy-zoom.c:
11478         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11479         from epiphany, and modified to add a separator into the menu.
11480         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11481         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11482         zoom-control action.
11483         * shell/Makefile.am: Include zoom-control flags.
11484         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11485         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11486         (ev_view_zoom_for_size_presentation),
11487         (ev_view_zoom_for_size_continuous_and_dual_page),
11488         (ev_view_zoom_for_size_continuous),
11489         (ev_view_zoom_for_size_dual_page),
11490         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11491         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11492         ev_view_get_zoom and ev_view_get_sizing_mode.
11493         * shell/ev-view.h:
11494         * shell/ev-window.c: (update_action_sensitivity),
11495         (update_sizing_buttons), (zoom_control_changed_cb),
11496         (register_custom_actions): Initialize and use the zoom-control 
11497         widget.
11498
11499 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11500
11501         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11502         preview cache back to 1.  Don't know when it got set to 0.
11503         
11504         * shell/ev-view.c: (compute_border), (ev_view_realize),
11505         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11506         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11507         (ev_view_get_fullscreen), (ev_view_set_presentation),
11508         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11509         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11510         * shell/ev-view.h:
11511         * shell/ev-window.c:
11512         (update_chrome_visibility),
11513         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11514         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11515         (update_document_mode), (ev_window_update_fullscreen_action),
11516         (ev_window_fullscreen), (ev_window_unfullscreen),
11517         (ev_window_cmd_view_fullscreen),
11518         (ev_window_update_presentation_action),
11519         (ev_window_run_presentation), (ev_window_stop_presentation),
11520         (ev_window_cmd_view_presentation), (ev_window_state_event),
11521         (ev_window_focus_in_event), (ev_window_focus_out_event),
11522         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11523         * data/evince-ui.xml: Initial presentation mode.  We should
11524         probably hide this until it's done, as it's quite rough.  Also,
11525         change full-screen to fullscreen and add two getters to EvView.
11526
11527 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11528
11529         * shell/ev-page-action.c: (update_page_cache),
11530         (ev_page_action_dispose):
11531         * shell/ev-window.c: (destroy_fullscreen_popup),
11532         (ev_window_create_fullscreen_popup):
11533
11534         Use connect_object rather than explicitly
11535         disconnect on dispose.
11536
11537 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11538
11539         * shell/ev-page-action.c: (update_page_cache),
11540         (ev_page_action_dispose):
11541
11542 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11543
11544         * backend/ev-page-cache.c: (_ev_page_cache_new),
11545         (ev_page_cache_set_page_label),
11546         (ev_page_cache_has_nonnumeric_page_labels):
11547         * backend/ev-page-cache.h:
11548         * shell/ev-page-action.c: (update_pages_label):
11549         
11550         If all page labels are numeric, fallback to default
11551         way to display number of pages. See bug 173185.
11552
11553 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11554
11555         * shell/ev-page-action.c: (ev_page_action_dispose):
11556         * shell/ev-view.c: (view_update_range_and_current_page):
11557         * shell/ev-window.c: (ev_window_dispose):
11558         
11559         Set page on scroll in continuous mode. Fixes bug 301986.
11560         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11561
11562 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11563
11564         * configure.ac:
11565
11566         Require poppler 0.3.0
11567
11568 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11569         
11570         * shell/Makefile.am, configure.ac: Fix build problems
11571         with t1lib. Bug 301996.
11572
11573 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11574
11575         * shell/ev-view.c: (ev_view_scroll_event):
11576         
11577         Scroll up increase zoom
11578
11579 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11580
11581         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11582         (ev_view_set_sizing_mode),
11583         (ev_view_zoom_for_size_continuous_and_dual_page),
11584         (ev_view_zoom_for_size_continuous):
11585         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11586         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11587         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11588         (ev_window_init):
11589
11590         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11591         Fix for 165473 and 165472.
11592
11593 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11594
11595         * po/POTFILES.in:
11596         * thumbnailer/Makefile.am:
11597         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11598         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11599         * thumbnailer/evince-thumbnailer.schemas.in:
11600         
11601         Make thumbnailer schemas translatable. Fix for bug 301773
11602         
11603         * thumbnailer/evince-thumbnailer-djvu.schemas:
11604         * thumbnailer/evince-thumbnailer-dvi.schemas:
11605         * thumbnailer/evince-thumbnailer.schemas:
11606
11607         Removed files
11608
11609 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11610
11611         * shell/ev-view.c (ev_view_init): forgot to set this.
11612
11613 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11614
11615         * shell/ev-view.c: (find_page_at_location),
11616         (get_link_at_location),
11617         (ev_view_set_show_border), (ev_view_set_spacing),
11618         (ev_view_zoom_for_size_continuous_and_dual_page),
11619         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11620         Also, add a quick fix measuring of widths.  Also, removed
11621         ev_view_set_spacing and ev_view_set_show_border.
11622         
11623         * shell/ev-window.c: (ev_window_unfullscreen),
11624         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11625
11626 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11627
11628         * shell/ev-view.c: (view_update_range_and_current_page),
11629         (page_changed_cb):
11630         
11631         Fix crash on exit and scrolling to page in continuous view.
11632
11633 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11634
11635         * TODO:
11636         * backend/ev-page-cache.c: (_ev_page_cache_new),
11637         (ev_page_cache_get_max_width_size),
11638         (ev_page_cache_get_max_height_size):
11639         * backend/ev-page-cache.h:
11640         * data/evince-ui.xml:
11641         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11642         * shell/ev-view.c: (view_update_adjustments),
11643         (view_update_range_and_current_page), (get_bounding_box_size),
11644         (ev_view_size_request_continuous_and_dual_page),
11645         (ev_view_size_request_continuous),
11646         (ev_view_size_request_dual_page),
11647         (ev_view_size_request_single_page), (ev_view_size_request),
11648         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11649         (ev_view_bin_expose), (ev_view_expose_event),
11650         (ev_view_set_property), (ev_view_get_property),
11651         (ev_view_class_init), (ev_view_init), (ev_view_new),
11652         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11653         (ev_view_set_dual_page), (ev_view_set_full_screen),
11654         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11655         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11656         (ev_view_zoom_out), (zoom_for_size_fit_width),
11657         (zoom_for_size_best_fit),
11658         (ev_view_zoom_for_size_continuous_and_dual_page),
11659         (ev_view_zoom_for_size_continuous),
11660         (ev_view_zoom_for_size_dual_page),
11661         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11662         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11663         * shell/ev-view.h:
11664         * shell/ev-window.c: (update_action_sensitivity),
11665         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11666         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11667         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11668         (ev_window_cmd_view_zoom_out), (update_view_size),
11669         (ev_window_set_sizing_mode), (ev_window_init):
11670
11671         Add Continuous and Dual page modes.
11672
11673 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11674
11675         * dvi/dvi-document.c: (dvi_document_load),
11676         (dvi_document_thumbnails_get_thumbnail),
11677         (dvi_document_init_params): Fix up some mixups between
11678         width and height to correct thumbnail rendering.
11679
11680 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11681
11682         * dvi/mdvi-lib/private.h:
11683         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11684         
11685         Suppess output for kpathsea during font generation. Thanks to
11686         James Bowes
11687
11688 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11689
11690         * NEWS:
11691         * configure.ac:
11692
11693         Release 0.2.1
11694
11695         * Makefile.am: fix distcheck.
11696
11697 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11698
11699         * shell/ev-sidebar-links.c: (selection_changed_callback),
11700         (update_page_callback), (row_activated_callback),
11701         (job_finished_callback), (ev_sidebar_links_set_document):
11702         
11703         Fix for bug #169901. Double click on links expands tree.
11704
11705 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11706
11707         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11708         hard-coded style. Fix for bug 170111
11709
11710 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11711
11712         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11713         locking.
11714
11715 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11716
11717         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11718
11719 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11720
11721         * pdf/ev-poppler.cc:
11722         * shell/ev-view.c: (highlight_find_results):
11723
11724         Fix find on single page documents
11725
11726 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11727
11728         * data/evince.schemas.in: fix for bug 301390
11729
11730 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11731
11732         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11733         (ev_view_zoom_out), (ev_view_zoom_normal):
11734         * shell/ev-view.h:
11735         * shell/ev-window.c: (update_action_sensitivity),
11736         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11737         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11738         (ev_window_cmd_view_normal_size):
11739
11740         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11741         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11742         better than oom. 
11743
11744 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11745
11746         * configure.ac:
11747
11748         Depend on 2.57, 2.59 doesnt seem to be necessary
11749
11750 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11751
11752         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11753         (create_tool_item):
11754
11755         Put back total number of pages as (1 of 1234)
11756
11757 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11758
11759         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11760         remove the job.
11761
11762         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11763         function.  This helps debugging.
11764
11765 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11766
11767         * djvu/djvu-document.c: (djvu_document_class_init),
11768         (djvu_document_get_info), (djvu_document_document_iface_init):
11769         * dvi/dvi-document.c: (dvi_document_class_init),
11770         (dvi_document_get_info), (dvi_document_document_iface_init):
11771
11772         Dummy implementation of get_info method for dvi and
11773         djvu. Fix crashes with those backends
11774
11775 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11776
11777         * data/evince.desktop.in:
11778
11779         Add application/x-gzpostscript
11780
11781 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11782
11783         * data/evince.schemas.in: Added real long descriptions, 
11784         closes bug 172496 
11785
11786         * README: Added actual text, closes bug 171869
11787
11788 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11789
11790         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11791
11792         Thumbnail page 0
11793
11794 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11795
11796         * backend/ev-document-info.h:
11797
11798         s/GDate */GDate so we can just use g_free
11799
11800 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11801
11802         * shell/ev-window.c: (update_document_mode),
11803         (ev_window_setup_document):
11804
11805         Show the window in fullscreen when specified by
11806         the document
11807
11808 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11809
11810         * backend/ev-document.c: (ev_document_class_init),
11811         (ev_document_get_info), (ev_document_render_pixbuf):
11812         * backend/ev-document.h:
11813         * backend/ev-page-cache.c: (_ev_page_cache_new):
11814         * pdf/ev-poppler.cc:
11815         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11816         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11817         * ps/ps-document.c: (ps_document_class_init), (document_load),
11818         (ps_document_get_info), (ps_document_document_iface_init):
11819
11820         Remove get_title from the interface, we can just use document info
11821
11822 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11823
11824         * backend/Makefile.am:
11825         * backend/ev-document.c: (ev_document_render_get_info):
11826         * backend/ev-document.h:
11827         * pdf/ev-poppler.cc:
11828
11829         Initial support for document info. Based on jrb patch.
11830
11831 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11832
11833         * shell/ev-window.c: (ev_window_state_event),
11834         (ev_window_class_init), (ev_window_init):
11835         
11836         Doesn't show resize grip when maximized. See bug #301053
11837
11838 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11839
11840         * po/POTFILES.in:
11841         
11842         ev-sidebar-thumbnails now has translatable labels
11843         
11844         * shell/Makefile.am:
11845         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11846         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11847         (ev_sidebar_links_page_iface_init):
11848         * shell/ev-sidebar-links.h:
11849         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11850         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11851         (ev_sidebar_page_get_label):
11852         * shell/ev-sidebar-page.h:
11853         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11854         (ev_sidebar_thumbnails_set_document),
11855         (ev_sidebar_thumbnails_support_document),
11856         (ev_sidebar_thumbnails_get_label),
11857         (ev_sidebar_thumbnails_page_iface_init):
11858         * shell/ev-sidebar-thumbnails.h:
11859         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11860         (ev_sidebar_set_document):
11861         * shell/ev-sidebar.h:
11862         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11863         
11864         Small rework of sidebar code. Now sidebar pages should implement
11865         EvSidebarPage interface. That makes page management in EvSidebar
11866         easier. See bug #164811 for details
11867
11868 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11869
11870         * shell/ev-application.c: (ev_application_open):
11871         * shell/ev-document-types.c:
11872         
11873         Fix build error and small problem with application exit
11874
11875 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11876
11877         * thumbnailer/Makefile.am:
11878         * thumbnailer/evince-thumbnailer-djvu.schemas:
11879         * thumbnailer/evince-thumbnailer-dvi.schemas:
11880         
11881         Conditionally install schemas for djvu/dvi thumbnailer
11882
11883 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11884
11885         * shell/ev-document-types.h: 
11886         * shell/ev-document-types.c: 
11887         New files, handling the mapping from mimetypes to backends
11888         
11889         * shell/ev-window.c: 
11890         * thumbnailer/evince-thumbnailer.c:     
11891         Use the ev-document-types code
11892         
11893         * shell/Makefile.am: 
11894         Added new convenience library libevbackendfactory_la, containing
11895         the new mimetype->backend logic; moved the backends into it.
11896
11897         * thumbnailer/Makefile.am:
11898         Make the thumbnailer link with the libevbackend.la convenience
11899         library, rather than having a duplicate of the backend logic here.
11900
11901 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11902
11903         * shell/ev-stock-icons.c: constify some vars.
11904         * shell/ev-window.c: ditto.
11905
11906 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11907
11908         * ps/ps-document.c (get_page_orientation):
11909
11910         Respect document orientation 
11911
11912 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11913
11914         * djvu/Makefile.am:
11915         * dvi/Makefile.am:
11916         * shell/Makefile.am:
11917         
11918         Move library dependencies to components.
11919         
11920         * shell/ev-window.c: (update_window_title),
11921         (start_loading_document):
11922         
11923         Fix display of uris with spaces. Bug 168358.
11924
11925 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11926
11927         * shell/ev-sidebar-links.c: (selection_changed_cb):
11928         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11929         (ev_view_button_release_event), (ev_view_set_document):
11930         * shell/ev-view.h:
11931         * shell/ev-window.c: (find_bar_search_changed_cb):
11932         * shell/ev-window.h: Minor cleanups removing some dead code.
11933
11934 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11935
11936         * backend/ev-page-cache.c: (_ev_page_cache_new):
11937         
11938         Set current page to 0 if document has pages.
11939
11940 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11941
11942         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11943
11944         Initialize GError to NULL, fix a crash when loading fails.
11945
11946 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11947
11948         * shell/ev-window.c: (update_view_size):
11949
11950         Calculate shadow size only when there is actually
11951         a shadow.
11952
11953 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11954
11955         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11956         * shell/ev-view.h:
11957
11958         Allow setting view spacing, default to 0
11959
11960         * shell/ev-window.c: (ev_window_unfullscreen),
11961         (ev_window_cmd_view_fullscreen), (ev_window_init):
11962
11963         Remove spacing in fullscreen mode
11964
11965 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11966
11967         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11968         (ev_view_size_request), (expose_bin_window),
11969         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11970         * shell/ev-view.h:
11971         * shell/ev-window.c: (ev_window_unfullscreen),
11972         (ev_window_cmd_view_fullscreen):
11973
11974         Do not draw the border in fulscreen
11975
11976 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11977
11978         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11979         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11980         (find_page_at_location), (page_changed_cb):
11981
11982         Rework border calculation, so that I can more easily disable it.
11983         Code somewhat cleaner too.
11984
11985 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11986
11987         * backend/ev-page-cache.c: (ev_page_cache_init),
11988         (_ev_page_cache_new):
11989
11990         Remove some assertions, documents can have 0 pages.
11991         Make initial current page -1.
11992
11993         * shell/ev-page-action.c: (page_changed_cb):
11994
11995         Show "" if current page is -1
11996
11997         * shell/ev-window.c: (update_action_sensitivity),
11998         (ev_window_setup_document):
11999
12000         When document has 0 pages do not set the view
12001         and make nearly everything insensitive.
12002
12003 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12004
12005         * shell/ev-page-view.c:
12006         * shell/ev-page-view.h:
12007
12008         Remove unused files.
12009         
12010         * shell/ev-sidebar-thumbnails.c:
12011         (ev_sidebar_thumbnails_set_document):
12012         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12013         (ev_sidebar_supports_document):
12014         * shell/ev-sidebar.h:
12015         * shell/ev-window.c: (ev_window_setup_document):
12016         
12017         Doesn't show thumbnails if document has 1 page. Make
12018         sidebar menu entries sensitive only if if they have 
12019         sense. Fix bug 164811. 
12020
12021 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12022
12023         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12024         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12025         (ev_view_zoom_out), (ev_view_set_size):
12026
12027         Rework sizing to deal with documents with not uniform page
12028         size.
12029
12030 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12031
12032         * backend/ev-page-cache.c: (_ev_page_cache_new):
12033
12034         Fix several page size caching bugs
12035
12036 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12037
12038         * shell/ev-window.c: (set_action_properties):
12039
12040         Make all toolbar items translatable
12041
12042 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12043
12044         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12045         (save_page_list), (ps_document_save),
12046         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12047         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12048         (ps_document_ps_exporter_iface_init):
12049         * ps/ps-document.h:
12050
12051         Based on a patch by J�rg Billeter <j@bitron.ch>
12052         
12053         Implement print and save a copy for the ps backend.
12054
12055 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12056
12057         * backend/ev-document.h:
12058         * djvu/djvu-document.c: (djvu_document_can_get_text),
12059         (djvu_document_document_iface_init):
12060         * dvi/dvi-document.c: (dvi_document_can_get_text),
12061         (dvi_document_document_iface_init):
12062         * pdf/ev-poppler.cc:
12063         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12064         (pixbuf_document_document_iface_init):
12065         * ps/ps-document.c: (ps_document_can_get_text),
12066         (ps_document_document_iface_init):
12067         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12068         * shell/ev-window.c: (update_action_sensitivity):
12069
12070         Fix the crash when trying to copy in backends that doesnt
12071         support it. We can implement a better solution once we
12072         do real text selection.
12073
12074 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12075
12076         * data/evince-ui.xml:
12077         * shell/ev-window.c: (ev_window_cmd_escape):
12078         
12079         Work around the Escape conflict (find bar and unfullscreen)
12080
12081 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12082
12083         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12084         
12085         Fix for #300233. Next page correctly handles document end.
12086         
12087         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12088         (ev_sidebar_thumbnails_class_init),
12089         (ev_sidebar_thumbnails_set_document),
12090         (ev_sidebar_thumbnails_clear_job),
12091         (ev_sidebar_thumbnails_clear_model):
12092         
12093         Cleanup thumbnail jobs on document changes.
12094         
12095         * shell/ev-view.c: (add_scroll_binding_keypad),
12096         (add_scroll_binding_shifted), (ev_view_class_init):
12097         
12098         Shift + Space scrolls up. Fix for #173184
12099         
12100         * shell/ev-window.c: (ev_window_open_page),
12101         (ev_window_cmd_view_reload):
12102         
12103         Fix reload (Bug #300094)
12104
12105 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12106
12107         
12108         * dvi/mdvi-lib/assoc.c:
12109         * dvi/mdvi-lib/assoc.h: Removed garbage files
12110         
12111         * dvi/mdvi-lib/bitmap.c:
12112         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12113         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12114         * dvi/mdvi-lib/color.h: Antialias of rules
12115         
12116         * dvi/mdvi-lib/common.h:
12117         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12118         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12119         * dvi/mdvi-lib/files.c:
12120         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12121         * dvi/mdvi-lib/mdvi.h:
12122         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12123         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12124         * dvi/mdvi-lib/util.c: Fix compile warnings
12125         
12126         * dvi/dvi-document.c:
12127         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12128         (dvi_document_thumbnails_get_thumbnail),
12129         (dvi_document_document_thumbnails_iface_init):
12130         * dvi/mdvi-lib/Makefile.am:
12131         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12132         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12133         
12134         Dvi backend now renders thumbnails
12135
12136 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12137
12138         * shell/main.c: (main): 
12139         
12140         Save accelerators on exit. Fixes bug #172095.
12141
12142 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12143
12144         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12145         update priority" comment.
12146
12147         * backend/ev-job-queue.c: Give a way to change priority.
12148
12149 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12150
12151         * shell/ev-page-action.c: Fix logic.
12152
12153 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12154
12155         * shell/ev-view.c: (ev_view_can_find_next):
12156         * shell/ev-window.c: (ev_window_setup_document):
12157
12158         Check that the document supports find
12159
12160 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12161
12162         * data/evince-ui.xml:
12163         * shell/ev-view.c: (ev_view_can_find_next):
12164         * shell/ev-view.h:
12165         * shell/ev-window.c: (update_action_sensitivity),
12166         (find_changed_cb), (ev_window_setup_document),
12167         (ev_window_cmd_edit_find_next):
12168
12169         Add Edit->Find Next
12170
12171 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12172
12173         * pdf/ev-poppler.cc:
12174         * shell/ev-print-job.c: (idle_print_handler):
12175
12176         Make printing work again
12177
12178 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12179
12180         * shell/ev-page-action.h:
12181         * shell/ev-page-action.c: (ev_page_action_widget_init),
12182         (ev_page_action_widget_class_init), (page_changed_cb),
12183         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12184         (get_filter_model_from_model), (match_selected_cb),
12185         (display_completion_text), (match_completion), (update_model),
12186         (connect_proxy), (ev_page_action_set_property),
12187         (ev_page_action_get_property), (ev_page_action_set_document),
12188         (ev_page_action_set_model), (ev_page_action_class_init): Big
12189         reworking to make completions work iff we have >= GTK-2.7.0
12190                 
12191         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12192         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12193         (job_finished_cb): We now have a 'model' property that is set when
12194         the links are loaded.  This can be caught with "notify::model"
12195
12196         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12197         listen for the model to be set, and propagate it to the action.
12198
12199 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12200
12201         * cut-n-paste/recent-files/egg-recent-item.c:
12202         (egg_recent_item_set_uri), (make_valid_utf8),
12203         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12204         * cut-n-paste/recent-files/egg-recent-item.h:
12205         
12206         Update egg-recent from libegg. This should fix long
12207         startup problem. For details see
12208         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12209
12210 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12211
12212         * cut-n-paste/recent-files/Makefile.am:
12213         * data/evince-ui.xml, shell/Makefile.am:
12214         * shell/ev-application.c, shell/ev-application.h:
12215         * shell/ev-window.c: Recent files support.
12216         
12217         * configure.ac: Added "ru" to ALL_LINGUAS.
12218         
12219         * dvju: new backend to support DJVU files.
12220         * dvi: new backend to support DVI.
12221
12222         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12223         * ev-application.c: Support for new backends.
12224         
12225         * help, ev-window.c, main.c shell/Makefile.am: 
12226         Evince user documentation.
12227
12228 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12229
12230         * po/POTFILES.in:
12231         * shell/ev-window.c:
12232         * thumbnailer/evince-thumbnailer.c:
12233
12234         s/pdf-document/ev-poppler
12235
12236 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12237
12238         * NEWS:
12239         * configure.ac:
12240
12241         Release 0.2.0
12242
12243         * ps/ps-document.c: (setup_pixmap):
12244
12245         Remove debug code
12246
12247 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12248
12249         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12250         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12251         (ev_window_cmd_go_first_page): Fix of by one errors.
12252
12253 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12254
12255         * ps/ps-document.c: (get_page_box):
12256
12257         Fix page size calculation
12258
12259 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12260
12261         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12262         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12263         (get_page_orientation), (setup_page), (document_load),
12264         (ps_document_get_page_size), (render_pixbuf_idle):
12265         * ps/ps-document.h:
12266
12267         More refactoring to adapt to EvDocument changes
12268
12269 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12270
12271         * ps/ps-document.c: (start_interpreter):
12272
12273         Actually add alpha args
12274
12275 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12276
12277         * pdf/ev-poppler.cc:
12278
12279         Make clipboard work again
12280
12281 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12282
12283         Make searching work again.
12284         
12285         * backend/ev-document.c:
12286         * backend/ev-document.h:
12287         * backend/ev-document-find.c:
12288         * backend/ev-document-find.h: Change EvDocumentIface so we no
12289         longer store the current page or zoom level in the document.  The
12290         consequence is that all calls that operate on the current page now
12291         instead take the page number as an extra argument, and all
12292         coordinates are now doubles in document coordinate system.
12293
12294         * pdf/ev-poppler.cc:
12295         * pixbuf/pixbuf-document.c:
12296         * ps/ps-document.c: Update backends accordingly.
12297
12298 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12299
12300         * autogen.sh:
12301
12302         Add required gettext version
12303
12304 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12305
12306         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12307         make F1 bring up non-existent help.
12308
12309         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12310         epiphany's find bar, #167477
12311
12312         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12313         <emil@nishra.com> to add space-bar scrolling, 
12314
12315         * shell/ev-window.c (static GtkActionEntry entries): add default
12316         keybinding for Help (F1)
12317         Fixes #171068
12318
12319         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12320         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12321         170110
12322
12323 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12324
12325         * Makefile.am: 
12326         * pixbuf/pixbuf-document.c: 
12327
12328         Got pixbuf backend working again
12329
12330 2005-04-01  Steve Murphy  <murf@e-tools.com>
12331
12332         * configure.in: Added "rw" to ALL_LINGUAS.
12333
12334 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12335
12336         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12337         model types, noticed by Martin Kretzschmar.
12338
12339 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12340
12341         * pdf/ev-poppler.cc: Implement search based on
12342         poppler_page_find_text().  Currently a bit crude since we remember
12343         all matches from all pages.  Also, we grab the big document lock
12344         when we search since searching changes the underlying stream and
12345         thus conflicts with the rendering thread.
12346         
12347         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12348         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12349         (ev_view_find_previous): Fix some page indexes to be 0 based,
12350         offset rubber band by view offset,
12351
12352 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12353
12354         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12355
12356 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12357
12358         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12359         completely because I didn't understand GtkActions.  I should
12360         read Marco's code more carefully in the future.
12361
12362         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12363         function
12364
12365 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12366
12367         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12368         PopplerRectangle change from poppler CVS.
12369
12370 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12371
12372         * backend/ev-document.c: (ev_document_get_page_label):
12373         * backend/ev-document.h:
12374         * backend/ev-page-cache.c: (_ev_page_cache_new),
12375         (ev_page_cache_get_page_label):
12376         * backend/ev-page-cache.h:
12377         * pdf/ev-poppler.cc:
12378         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12379         (links_page_num_func):
12380         * shell/ev-sidebar-thumbnails.c:
12381         (ev_sidebar_thumbnails_set_document):
12382         * shell/ev-view.c: (status_message_from_link),
12383         (ev_view_motion_notify_event):
12384         * shell/ev-window.c: (document_supports_sidebar): Add in page
12385         label support.  It's not perfect yet, but it's the first 'feature'
12386         in a while.
12387         Also, fix a bogus comment noticed by crispin. 
12388
12389 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12390
12391         * Makefile.am: Remove pixbuf backend for now
12392
12393         * configure.ac: Require poppler-glib instead of just poppler.
12394
12395         * backend/ev-document-thumbnails.h: Add a comment
12396
12397         * backend/ev-document.h:
12398         * backend/ev-document.c: (ev_document_class_init),
12399         (ev_document_load), (ev_document_get_link),
12400         (ev_document_get_links): Remove 3 methods and add get_links.
12401         Also, made 0 based.
12402
12403         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12404         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12405
12406         * backend/ev-link.c: (ev_link_set_title),
12407         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12408         (ev_link_mapping_find):
12409         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12410         
12411         * backend/ev-page-cache.c: (ev_page_cache_init),
12412         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12413         (ev_page_cache_get_size), (ev_page_cache_next_page),
12414         (ev_page_cache_prev_page): Fix to be 0 based.
12415
12416         * pdf/Makefile.am: 
12417         * pdf/ev-poppler.h:
12418         * pdf/ev-poppler.cc: New backend.
12419         
12420         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12421         (ps_document_get_page), (ps_document_document_iface_init):
12422
12423         * shell/ev-pixbuf-cache.h:
12424         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12425         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12426         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12427         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12428         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12429         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12430         based.
12431         
12432         * shell/ev-sidebar-thumbnails.c:
12433         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12434         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12435
12436         * shell/ev-view.c: (status_message_from_link),
12437         (find_page_at_location), (get_link_at_location),
12438         (ev_view_motion_notify_event), (ev_view_button_release_event),
12439         (ev_view_init): Use the new link code.  Fix to be 0 based.
12440
12441         * shell/ev-window.c: (update_action_sensitivity),
12442         (document_supports_sidebar): 0 based.
12443
12444 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12445
12446         * pdf/pdf-document.cc: Patch from Fernando Herrera
12447         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12448         *blush*
12449
12450 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12451
12452         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12453         1 to the page, as this seems to be 1 based.  I thought we has this
12454         fixed.  grump.
12455
12456 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12457
12458         * TODO:
12459         * backend/Makefile.am:
12460         * backend/ev-document-links.c:
12461         (ev_document_links_has_document_links),
12462         (ev_document_links_get_links_model):
12463         * backend/ev-document-links.h:
12464         * backend/ev-document.c: (ev_document_get_page_cache),
12465         (ev_document_get_doc_mutex), (ev_document_load),
12466         (ev_document_save), (ev_document_get_title),
12467         (ev_document_get_n_pages), (ev_document_set_page),
12468         (ev_document_get_page), (ev_document_set_target),
12469         (ev_document_set_scale), (ev_document_set_page_offset),
12470         (ev_document_get_page_size), (ev_document_get_text),
12471         (ev_document_get_link), (ev_document_render),
12472         (ev_document_render_pixbuf), (ev_document_scale_changed):
12473         * backend/ev-document.h:
12474         * backend/ev-job-queue.c: (remove_object_from_queue),
12475         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12476         (no_jobs_available_unlocked), (ev_render_thread),
12477         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12478         (ev_job_queue_remove_job):
12479         * backend/ev-job-queue.h:
12480         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12481         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12482         (ev_job_links_class_init), (ev_job_render_init),
12483         (ev_job_render_dispose), (ev_job_render_class_init),
12484         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12485         (ev_job_thumbnail_class_init), (ev_job_finished),
12486         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12487         (ev_job_render_run), (ev_job_thumbnail_new),
12488         (ev_job_thumbnail_run):
12489         * backend/ev-jobs.h:
12490         * backend/ev-link.c:
12491         * backend/ev-link.h:
12492         * backend/ev-page-cache.c: (ev_page_cache_init),
12493         (ev_page_cache_class_init), (ev_page_cache_finalize),
12494         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12495         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12496         (ev_page_cache_set_link), (ev_page_cache_get_title),
12497         (ev_page_cache_get_size), (ev_page_cache_next_page),
12498         (ev_page_cache_prev_page):
12499         * backend/ev-page-cache.h:
12500         * pdf/pdf-document.cc:
12501         * ps/gsdefaults.c:
12502         * ps/gsdefaults.h:
12503         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12504         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12505         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12506         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12507         (is_interpreter_ready), (output), (catchPipe), (input),
12508         (start_interpreter), (check_filecompressed), (compute_dimensions),
12509         (ps_document_enable_interpreter), (document_load),
12510         (ps_document_next_page), (render_page), (ps_document_set_page),
12511         (ps_document_set_scale), (render_pixbuf_idle),
12512         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12513         * ps/ps-document.h:
12514         * shell/Makefile.am:
12515         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12516         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12517         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12518         (ev_pixbuf_cache_new), (job_finished_cb),
12519         (check_job_size_and_unref), (move_one_job),
12520         (ev_pixbuf_cache_update_range), (find_job_cache),
12521         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12522         (ev_pixbuf_cache_add_jobs_if_needed),
12523         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12524         * shell/ev-pixbuf-cache.h:
12525         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12526         (idle_print_handler):
12527         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12528         (selection_changed_cb), (create_loading_model),
12529         (ev_sidebar_links_construct), (links_page_num_func),
12530         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12531         (update_page_callback), (job_finished_cb),
12532         (ev_sidebar_links_set_document):
12533         * shell/ev-sidebar-thumbnails.c:
12534         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12535         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12536         (page_changed_cb), (thumbnail_job_completed_callback),
12537         (ev_sidebar_thumbnails_set_document):
12538         * shell/ev-sidebar-thumbnails.h:
12539         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12540         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12541         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12542         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12543         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12544         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12545         (ev_view_button_release_event), (ev_view_scroll_view),
12546         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12547         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12548         (ev_view_new), (job_finished_cb), (page_changed_cb),
12549         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12550         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12551         (ev_view_find_previous):
12552         * shell/ev-view.h:
12553         * shell/ev-window.c: (update_action_sensitivity),
12554         (ev_window_open_page), (update_window_title), (update_total_pages),
12555         (page_changed_cb), (ev_window_setup_document),
12556         (password_dialog_response), (ev_window_cmd_save_as),
12557         (ev_window_print), (ev_window_cmd_go_previous_page),
12558         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12559         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12560         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12561         * shell/main.c: (main):
12562
12563         Merge evince-threads branch
12564
12565 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12566
12567         * configure.ac: Added "lt" to ALL_LINGUAS.
12568
12569 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12570
12571         * NEWS:
12572         * configure.ac:
12573
12574         Release 0.1.9
12575
12576 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12577
12578         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12579
12580         Fix here also the thumbnails 1-basedness :)
12581
12582 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12583
12584         * NEWS:
12585         * configure.ac:
12586
12587         Release 0.1.8
12588
12589 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12590
12591         * pdf/pdf-document.cc:
12592         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12593         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12594
12595         Fix the mess we did with thumbnails and 1-basedness
12596
12597 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12598
12599         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12600
12601 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12602
12603         * NEWS:
12604         * configure.ac:
12605
12606         Release 0.1.7
12607
12608 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12609
12610         * ps/Makefile.am:
12611         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12612         (gtk_gs_defaults_get_alpha_parameters),
12613         (gtk_gs_defaults_get_ungzip_cmd),
12614         (gtk_gs_defaults_get_unbzip2_cmd):
12615         * ps/gsdefaults.h:
12616         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12617         (ps_document_get_orientation), (document_load),
12618         (ps_document_goto_page), (ps_document_set_page_size):
12619         * ps/ps-document.h:
12620
12621         Some more sanitization of the ps backend. Remove a lot
12622         of unused code and do not base our defaults on ggv
12623         preferences (ugh!)
12624
12625 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12626
12627         * thumbnailer/evince-thumbnailer.schemas:
12628         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12629         (main): add -s option for thumbnail size.
12630
12631 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12632
12633         * configure.ac:
12634
12635         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12636         remove it.
12637
12638 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12639
12640         * pdf/pdf-document.cc:
12641
12642         Remove 4 pixels of useless border from the
12643         thumbnail.
12644
12645 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12646
12647         * backend/ev-document-thumbnails.c:
12648         (ev_document_thumbnails_get_thumbnail):
12649         * backend/ev-document-thumbnails.h:
12650
12651         Rework API a bit. Add a border flag and
12652         change sizing logic (now the size we specify
12653         applies to the bigger dimension).
12654
12655         * pdf/pdf-document.cc:
12656         * pixbuf/pixbuf-document.c:
12657         (pixbuf_document_thumbnails_get_thumbnail):
12658         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12659         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12660
12661         Adapt to the new API and do not draw a border for nautilus
12662         thumbnailer.
12663
12664 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12665
12666         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12667         take thumbnails from page "0" instead of "1". Added a copyright header.
12668
12669 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12670
12671         * ps/ps-document.c: (set_up_page), (start_interpreter):
12672
12673         Make it C89 compliant
12674
12675 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12676
12677         * Makefile.am:
12678         * configure.ac:
12679         * pdf/.cvsignore:
12680         * pdf/pdf-document.cc:
12681         * thumbnailer/Makefile.am:
12682         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12683         (main):
12684         * thumbnailer/evince-thumbnailer.schemas:
12685         * thumbnailer/pdf-icon.png:
12686
12687         Add a nautilus thumbnailer.
12688         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12689
12690 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12691
12692         * NEWS:
12693         * configure.ac:
12694         * po/POTFILES.in:
12695
12696         Release 0.1.6
12697
12698 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12699
12700         Use poppler instead of including xpdf source code.  Poppler is a
12701         fork of xpdf to build it as a shared library. See
12702         http://freedesktop.org/wiki/Software/poppler.
12703
12704         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12705         xpdf fork.
12706         
12707         * pdf/Makefile.am: Build libpdfdocument.a here.
12708         
12709         * pdf/GDKSplashOutputDev.cc:
12710         * pdf/GDKSplashOutputDev.h:
12711         * pdf/GnomeVFSStream.cc:
12712         * pdf/GnomeVFSStream.h:
12713         * pdf-document.cc:
12714         * pdf-document.h:
12715         * test-gdk-output-dev.cc
12716         * Thumb.cc:
12717         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12718         against poppler.
12719
12720 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12721
12722         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12723
12724         Clear idle stack before unsetting the document
12725
12726 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12727
12728         * ps/ps-document.c: (ps_document_widget_event),
12729         (ps_document_set_target), (ps_document_finalize),
12730         (ps_document_get_page):
12731
12732         Disconnect the widget event signal on finalize.
12733         Some code cleanups.
12734
12735 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12736
12737         * ps/ps-document.c: (set_up_page):
12738
12739         If there is no bpixmap create one, even if size
12740         is not changed.
12741
12742 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12743
12744         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12745         (set_up_page), (document_load), (ps_document_set_zoom):
12746
12747         Default page is 0. Calculate size even when we have no
12748         target yet.
12749
12750 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12751
12752         * shell/ev-sidebar.c: expand the selection widget to be always as
12753         wide as the sidebar
12754
12755 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12756
12757         * shell/ev-sidebar-thumbnails.c:
12758         (ev_sidebar_thumbnails_set_document):
12759
12760         Clear the list store when setting document
12761
12762 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12763
12764         * shell/ev-page-action.c: (update_entry), (sync_entry),
12765         (activate_cb), (entry_size_request_cb), (create_tool_item),
12766         (connect_proxy):
12767
12768         Use an entry for the page control instead of spinbuttons
12769
12770 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12771
12772         * data/evince.schemas.in:
12773
12774         Correct confusing string
12775
12776 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12777
12778         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12779         for real.  Gosh, how long has this been broken.
12780
12781         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12782         check for a NULL link.  We crash otherwise.
12783
12784 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12785
12786         * NEWS:
12787         * configure.ac:
12788
12789         Release 0.1.5
12790
12791 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12792
12793         * configure.ac: add the french translation.
12794
12795 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12796
12797         * shell/ev-window.c:
12798
12799         Remove unused header -> fix distcheck
12800
12801 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12802
12803         * shell/ev-window.c: (update_window_title),
12804         (ev_window_popup_password_dialog):
12805
12806         Unescape filename for display
12807
12808 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12809
12810         * pdf/xpdf/pdf-document.cc:
12811
12812         In get_page_size deal with rotation. Also
12813         cleanup the function a bit.
12814
12815 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12816
12817         * pdf/xpdf/pdf-document.cc:
12818
12819         Fix crash when opening in new window
12820
12821 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12822
12823         * configure.ac:
12824
12825         Check ghostscript >= 7
12826
12827 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12828
12829         * shell/ev-window.c:
12830
12831         Make page width the default sizing mode
12832
12833 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12834         Marco Pesenti Gritti <marco@gnome.org>
12835
12836         * shell/ev-window.c: Remember the sidebar size
12837
12838         * data/evince.schemas.in: Add a new gconf key to store the size of
12839         the sidebar
12840
12841 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12842
12843         * data/evince-ui.xml:
12844         * shell/ev-window.c: (update_action_sensitivity),
12845         (ev_window_cmd_view_reload):
12846         
12847         Add a "Reload" action and menu entry
12848
12849 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12850
12851         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12852         iff the type doesn't support thumbnailing and indexing.
12853
12854 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12855
12856         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12857
12858 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12859
12860         * pdf/splash/Splash.cc:
12861
12862         Port fix for a crasher from kde bug
12863         http://bugs.kde.org/show_bug.cgi?id=97131
12864
12865 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12866
12867         * pdf/xpdf/pdf-document.cc:
12868
12869         Return a link even if it's of an unrecognized
12870         type. Otherwise we go in an infinte cycle.
12871
12872 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12873
12874         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12875         (size_allocate_cb), (ev_window_set_sizing_mode):
12876
12877         Update size when switching mode
12878
12879 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12880
12881         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12882         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12883         (ev_window_cmd_view_normal_size):
12884
12885         Fix size toggle buttons behavior
12886
12887 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12888
12889         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12890         (doc_rect_to_view_rect), (ev_view_size_allocate),
12891         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12892         (scale_changed_callback):
12893
12894         Do not cache offsets in size_allocate.
12895
12896 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12897
12898         * shell/ev-view.c: (ev_view_size_allocate):
12899
12900         Calculate offsets before calling the parent
12901         class (which does a redraw)
12902
12903 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12904
12905         * pdf/xpdf/pdf-document.cc:
12906
12907         Fix a crasher on exit. Unused code, put a TODO
12908
12909 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12910
12911         * backend/ev-document.c: (ev_document_class_init),
12912         (ev_document_page_changed), (ev_document_scale_changed):
12913         * backend/ev-document.h:
12914
12915         Separate page/scale notifications
12916
12917         * pdf/xpdf/pdf-document.cc:
12918
12919         Emit the new signals.
12920         Do not display the pdf page in _render, do it
12921         when scale/page are requested.
12922
12923         * ps/ps-document.c: (ps_document_set_zoom),
12924         (ps_document_widget_event):
12925         * ps/ps-document.h:
12926
12927         Emit the new signals.
12928
12929         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12930         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12931         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12932         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12933         * shell/ev-view.h:
12934         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12935         (ev_window_cmd_view_page_width), (size_allocate_cb),
12936         (ev_window_set_sizing_mode):
12937
12938         Rework sizing to be pixel based.
12939         There are bugs but should be already way better.
12940
12941 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12942
12943         * shell/ev-window.c: (ev_window_init):
12944
12945         Do not allow to shrink sidebar smaller then
12946         child requisition
12947
12948 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12949
12950         * shell/ev-sidebar.[ch]
12951         * shell/ev-window.c:
12952
12953         Improved sidebar widget. Fixes #166683
12954
12955 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12956
12957         * shell/ev-view.c (update_find_status_message): Give translators
12958         more flexibility with ngettext plural handling.
12959
12960 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12961
12962         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12963         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12964         page when we get the page size.
12965
12966 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12967
12968         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12969
12970         ps pages are 0 based, convert 
12971
12972 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12973
12974         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12975
12976         Initialize correct parent class. Set GError on document load
12977
12978 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12979
12980         * pdf/xpdf/pdf-document.cc:
12981
12982         Fixup selection offset calculation
12983
12984         * shell/ev-view.c: (view_rect_to_doc_rect),
12985         (doc_rect_to_view_rect), (ev_view_size_allocate),
12986         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12987         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12988
12989         Store selection as document relative, so that zooming
12990         and offset changing doesnt break it.
12991
12992 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12993
12994         * shell/ev-view.c: (ev_view_best_fit):
12995
12996         Do not try to best fit if the view is not realized
12997
12998 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12999           
13000         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13001
13002 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13003
13004         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13005
13006 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13007
13008         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13009         the popup window.  That prevents it resizing when in full screen
13010         mode.
13011
13012         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13013         multiple rerenders.  This pretty much sucks.
13014
13015         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13016         rest of the toolbar.
13017
13018 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13019
13020         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13021
13022 2005-02-17  Alexander Shopov  <ash@contact.bg>
13023
13024         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13025
13026 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13027
13028         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13029
13030 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13031
13032         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13033         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13034         (set_document_page), (document_changed_callback),
13035         (ev_view_set_document), (ev_view_find_previous),
13036         (ev_view_hide_cursor), (ev_view_show_cursor):
13037         * shell/ev-view.h:
13038         * shell/ev-window.c: (update_chrome_visibility),
13039         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13040         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13041         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13042         (ev_window_unfullscreen):
13043         * shell/main.c: (main):
13044
13045         Automatically hide the fullscreen button.
13046         Patch by Kristian Høgsberg <krh@redhat.com>
13047
13048 2005-02-16  Vincent Noel  <vnoel@cox.net>
13049
13050         * shell/main.c (main): Specify an icon for the window. Patch by
13051         Jaap A. Haitsma. Fixes #166177.
13052
13053 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13054
13055         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13056
13057 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13058
13059         * backend/ev-document-misc.h:
13060         * backend/ev-document-misc.c:
13061         (ev_document_misc_get_page_border_size),
13062         (ev_document_misc_paint_one_page): New function to canonicalize
13063         sizing/painting a border.
13064
13065         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13066         used.
13067
13068         * pdf/xpdf/pdf-document.cc: use new function
13069
13070         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13071         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13072         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13073         shell/ev-window.c: (update_sizing_buttons),
13074         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13075         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13076         (ev_window_cmd_view_page_width), (size_allocate_cb),
13077         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13078         and "fit width" values act as toggle buttons so they stay
13079         toggled.  It's not 100% perfect, and it's a little slow, but it's
13080         good enough to commit I think.
13081
13082 2005-02-15  David Lodge  <dave@cirt.net>
13083
13084         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13085
13086 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13087
13088         * shell/ev-window.c (update_window_title): replace newlines in
13089         the title by spaces. Bug #166107.
13090
13091 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13092
13093         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13094         parameters providing allocation width and height without
13095         scrollbars and width of a possible vertical scrollbar. With this
13096         additional information the functions can work as
13097         intended. Unfortunately they're not idempotent. We should
13098         transform these commands to toggles. Fixes Bug #164976
13099         Initial patch by Stephane Loeuillet, then heavily modified.
13100
13101         * shell/ev-view.h: update prototypes.
13102
13103         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13104         (ev_window_cmd_view_page_width): provide EvView fit functions with
13105         all the information they need. Formulas to calculate this
13106         information taken from GtkScrolledWindow.
13107
13108 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13109
13110         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13111         created a thumbnail, the list store is updated to know
13112         that the thumbnail is set. Fixes bug #166792
13113
13114 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13115
13116         * shell/ev-window.c: fixed typo, closes bug 166897
13117
13118         * TODO: updated TODO with bug numbers that are relevant
13119
13120 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13121
13122         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13123
13124 2005-02-09  Vincent Noel  <vnoel@cox.net>
13125
13126         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13127         and "Next" toolbar buttons as important to make them stand out.
13128
13129 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13130
13131         * lib/ev-debug.c:
13132         * lib/ev-debug.h:
13133         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13134         (start_interpreter), (stop_interpreter), (document_load),
13135         (ps_document_next_page), (ps_document_goto_page),
13136         (ps_document_set_page_size), (ps_document_widget_event),
13137         (ps_document_render):
13138         * shell/ev-page-view.c: (ev_page_view_dispose):
13139         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13140
13141         Fix compilation on non-gcc platforms
13142
13143 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13144
13145         * NEWS:
13146         * configure.ac:
13147
13148         Release 0.1.4
13149
13150         * pdf/xpdf/Catalog.cc:
13151         * pdf/xpdf/XRef.cc:
13152
13153         Fix the fix for CAN-2004-0888
13154
13155 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13156
13157         * data/Makefile.am:
13158         * data/evince-ui.xml:
13159         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13160         * shell/ev-stock-icons.h:
13161         * shell/ev-window.c: (update_action_sensitivity),
13162         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13163         (set_action_properties):
13164
13165         Improve toolbar layout/icons
13166
13167 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13168
13169         * pdf/xpdf/pdf-document.cc:
13170
13171         Add warnings about unimplemented/unknown link
13172         types.
13173
13174 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13175
13176         * ps/ps-document.c: (set_up_page):
13177
13178         Log gs property
13179
13180 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13181
13182         * ps/ps-document.c: (start_interpreter):
13183
13184         Log gs env var
13185
13186 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13187
13188         * shell/ev-page-view.c: (ev_page_view_dispose):
13189         * shell/ev-view.c: (ev_view_finalize):
13190         * shell/ev-window.c: (ev_window_setup_document),
13191         (ev_window_dispose), (ev_window_init):
13192
13193         Solve more refs issues.
13194
13195         I commented out the page_view initialization for now:
13196         it was never destroyed (because it's never added
13197         to a container). Because of that we was leaking
13198         gs processes. Couldnt think to a clean fix.
13199         We need to figure this out, password view has the
13200         same issue probably.
13201
13202 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13203
13204         * ps/ps-document.c: (ps_document_finalize),
13205         (ps_document_get_n_pages), (ps_document_get_page):
13206
13207         Some cleanups, stop the interpreter on finalize
13208
13209         * shell/ev-page-view.c: (ev_page_view_dispose),
13210         (ev_page_view_class_init):
13211
13212         Release our reference on the document
13213
13214 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13215
13216         * Makefile.am:
13217         * configure.ac:
13218         * doc/debugging.txt:
13219         * lib/.cvsignore:
13220         * lib/Makefile.am:
13221         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13222         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13223         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13224         * lib/ev-debug.h:
13225
13226         Add debugging helpers
13227
13228         * ps/Makefile.am:
13229         * ps/ps-document.c: (set_up_page), (start_interpreter),
13230         (stop_interpreter), (document_load), (ps_document_next_page),
13231         (ps_document_goto_page), (ps_document_set_page_size),
13232         (ps_document_widget_event), (ps_document_render):
13233         * shell/Makefile.am:
13234         * shell/ev-view.c: (expose_bin_window):
13235         * shell/main.c: (main):
13236
13237         Add some logs
13238         
13239 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13240
13241         * ps/ps-document.c: (ps_document_widget_event):
13242
13243         Initialize message_window, this should make ps
13244         rendering really work! (Never noticed because I was
13245         testing with a ps that is causing gs to exit every time!)
13246
13247 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13248
13249         * data/evince.schemas.in: updated simple error in applyto closing tag
13250
13251 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13252
13253         * Makefile.am:
13254         * configure.ac:
13255         * data/.cvsignore:
13256         * data/Makefile.am:
13257         * data/evince-ui.xml:
13258         A data/evince.schemas.in:
13259         * po/POTFILES.in:
13260         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13261         * shell/ev-stock-icons.h:
13262         * shell/ev-window.c: (update_chrome_visibility),
13263         (update_chrome_flag), (ev_window_cmd_edit_find),
13264         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13265         (ev_window_unfullscreen), (ev_window_focus_in_event),
13266         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13267         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13268         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13269         (ev_window_dispose), (ev_window_class_init),
13270         (set_action_properties), (set_chrome_actions), (load_chrome),
13271         (ev_window_init):
13272
13273         Implement fullscreen mode changes from bug #164776.
13274         Also implement persistent chrome toggles.
13275
13276 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13277
13278         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13279
13280 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13281
13282         * NEWS:
13283         * configure.ac:
13284         * shell/ev-view.c:
13285
13286         Add another check for find interface
13287
13288         Release 0.1.3
13289
13290 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13291
13292         * shell/ev-application.c: (ev_application_open):
13293         * shell/ev-window.c: (ev_window_open):
13294
13295         Open gzipped ps documents
13296
13297 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13298
13299         * TODO:
13300         * shell/ev-view.c: (set_document_page):
13301
13302         Clamp page number, dont try to move to
13303         not existant pages.
13304
13305 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13306
13307         * backend/ev-document-find.c: (ev_document_find_changed):
13308         * backend/ev-document-find.h:
13309         * pdf/xpdf/pdf-document.cc:
13310         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13311         * shell/ev-window.c: (find_bar_search_changed_cb):
13312
13313         Fix several bugs with find
13314
13315 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13316
13317         * shell/ev-sidebar-thumbnails.c
13318         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13319         document. Prevents warning from scroll_to_cell.
13320
13321 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13322
13323         * configure.ac: Add «nb» to ALL_LINGUAS too.
13324
13325 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13326
13327         * NOTES: New file with some random thoughts.
13328
13329         * TODO: Update.
13330
13331         * backend/ev-document-misc.c:
13332         (ev_document_misc_get_page_border_size): New function to
13333         canonicalize shadow drawing sizes.  Possibly goofy.
13334
13335         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13336         (ev_view_best_fit), (ev_view_fit_width):
13337         * pdf/xpdf/pdf-document.cc:
13338         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13339         * ps/ps-document.c: (ps_document_get_page_size):
13340         * backend/ev-document-misc.h:
13341         * backend/ev-document.c: (ev_document_get_page_size):
13342         * backend/ev-document.h: get_page_size now takes a page number
13343         parameter.  Made all the backends/frontends honor it.
13344
13345         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13346         see.  Doesn't work yet.
13347
13348         * shell/Makefile.am:
13349         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13350         Doesn't do anything yet.
13351
13352         * shell/ev-sidebar-thumbnails.c:
13353         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13354         [0..n_pages-1]
13355
13356         * shell/ev-window.c: (update_action_sensitivity),
13357         (ev_window_setup_document), (ev_window_set_page_mode),
13358         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13359         view-swapping code a bit so we can have multiple views on a
13360         document.  Add the multi-page view, though it can't be turned on
13361         yet.
13362
13363 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13364
13365         * shell/ev-application.c: (ev_application_open):
13366         * shell/ev-view.c: (expose_bin_window):
13367         * shell/ev-window.c: (ev_window_open):
13368
13369         Support eps and check document supports find
13370         before drawing highlightings in expose.
13371
13372 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13373
13374         * pixbuf/pixbuf-document.c:
13375         (pixbuf_document_thumbnails_get_dimensions),
13376         (pixbuf_document_document_thumbnails_iface_init):
13377
13378         implement get_dimensions
13379
13380 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13381
13382         * NEWS:
13383         * configure.ac:
13384
13385         Release 0.1.2
13386
13387 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13388
13389         * shell/ev-view.c: (set_document_page):
13390
13391         Scroll at the top of the page when changing page
13392
13393 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13394
13395         * shell/ev-view.c: (ev_view_motion_notify_event):
13396
13397         Do not redraw unnecessarily
13398
13399 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13400
13401         * pdf/xpdf/pdf-document.cc:
13402         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13403         (expose_bin_window), (find_changed_cb):
13404
13405         Yay! find works now... Now to find bugs...
13406
13407 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13408
13409         * backend/ev-document-find.c: (ev_document_find_base_init),
13410         (ev_document_find_changed):
13411         * backend/ev-document-find.h:
13412         * pdf/xpdf/pdf-document.cc:
13413         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13414         (expose_bin_window), (ev_view_init), (set_document_page),
13415         (ensure_rectangle_is_visible), (jump_to_find_result),
13416         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13417         (ev_view_find_next), (ev_view_find_previous):
13418         * shell/ev-view.h:
13419         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13420
13421         More work on find implementation, mostly there now
13422
13423 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13424
13425         * backend/ev-backend-marshalers.list:
13426         * backend/ev-document-find.c: (ev_document_find_base_init),
13427         (ev_document_find_cancel), (ev_document_find_page_has_results),
13428         (ev_document_find_get_n_results), (ev_document_find_get_result),
13429         (ev_document_find_get_progress), (ev_document_find_changed):
13430         * backend/ev-document-find.h:
13431
13432         Enanche the find interface to be really able to do
13433         multi page find.
13434
13435         * pdf/xpdf/pdf-document.cc:
13436
13437         Implement
13438
13439         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13440         (expose_bin_window), (ev_view_init),
13441         (ev_view_get_find_status_message), (find_changed_cb),
13442         (ev_view_set_document), (set_document_page):
13443
13444         Adapt to the new interface. A few things are regressed sorry,
13445         I will finish it soon.
13446
13447 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13448
13449         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13450         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13451         ev_sidebar_thumbnails_parent_class variable, don't define another
13452         parent_class variable.
13453
13454         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13455         (ev_page_action_class_init): ditto.
13456
13457         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13458         (pixbuf_document_class_init): ditto.
13459
13460         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13461         ditto.
13462
13463         * .cvsignore: ignore various valgrind output files.
13464
13465 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13466
13467         * data/evince-ui.xml:
13468         * shell/Makefile.am:
13469         * shell/ev-history.c:
13470         * shell/ev-history.h:
13471         * shell/ev-navigation-action.c:
13472         * shell/ev-navigation-action.h:
13473         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13474         (ev_view_set_page), (ev_view_fit_width):
13475         * shell/ev-view.h:
13476         * shell/ev-window.c: (update_action_sensitivity),
13477         (ev_window_setup_document), (register_custom_actions):
13478
13479         Kill session history
13480
13481 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13482
13483         * shell/ev-window.c: (update_action_sensitivity):
13484
13485         Fix inverted up/down buttons
13486
13487 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13488
13489         * shell/ev-sidebar-thumbnails.c
13490         (ev_sidebar_thumbnails_select_page): make sure the selected
13491         thumbnail stays visible.
13492
13493 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13494
13495         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13496         scrolled window for Federico.
13497
13498 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13499
13500         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13501
13502 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13503
13504         * configure.ac:
13505         * pdf/splash/SplashFTFontEngine.cc:
13506
13507         Fix CID fonts with freetype 2.1.9
13508
13509 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13510
13511         * TODO: added item for desktop icon thumbnailer
13512
13513 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13514
13515         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13516         unloaded docs when the title is accessed.
13517
13518         * shell/ev-password-view.[hc]: New widget for displaying password
13519         state.
13520
13521         * shell/ev-window.[ch]: Refactor password handling code to handle
13522         the new view.
13523
13524 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13525
13526         * NEWS:
13527         * configure.ac:
13528         * data/Makefile.am:
13529
13530         Release 0.1.1
13531
13532 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13533
13534         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13535         ignore page offset here, to make search results independent of it,
13536
13537         * shell/ev-view.c (expose_bin_window): but take offsets into
13538         account here. Bug #164932
13539
13540         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13541         scale at the right time. Bug #164996
13542
13543 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13544
13545         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13546         fix the problem. Now I just removed the Adobe font names and hope
13547         that the URW fonts are always in outline format. Bug #164934
13548
13549         * shell/ev-window.c (update_window_title): empty titles are
13550         useless, use filename in that case too.
13551
13552         * NEWS: Add some content.
13553
13554 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13555
13556         * TODO: added one more TODO item and a TODONE section :)
13557
13558 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13559
13560         * ps/ps-document.h: add page_[xy]_offset fields.
13561
13562         * ps/ps-document.c (ps_document_set_page_offset)
13563         (ps_document_render): Keep offset in consideration in a few
13564         places. Bug #164752 "postscript documents are not centered in
13565         window"
13566
13567         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13568         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13569
13570         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13571         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13572         stub out missing methods for complete EvDocument implementation.
13573         Fixes segfaults with Save A Copy and Copy actions.
13574
13575         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13576         (ps_document_document_iface_init): ditto.
13577         
13578 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13579
13580         * data/.cvsignore:
13581         * data/Makefile.am:
13582         * data/evince.desktop.in:
13583
13584         Add desktop file
13585
13586 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13587
13588         * shell/ev-view.c: (ev_view_button_press_event),
13589         (ev_view_motion_notify_event):
13590
13591         Make selection work in any direction
13592
13593 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13594
13595         * TODO:
13596         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13597
13598         Use shorter labels for some of the toolbars items
13599
13600 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13601
13602         * pdf/xpdf/pdf-document.cc:
13603
13604         Check the links info is initialized before
13605         using it. Should fix a crash on startup.
13606
13607 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13608
13609         * pixbuf/pixbuf-document.c
13610         (pixbuf_document_thumbnails_get_dimensions): force floating point
13611         division to calculate page_ratio. Fixes crash with landscape
13612         format pixbufs.
13613
13614 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13615
13616         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13617
13618 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13619
13620         * shell/ev-view.c (set_document_page): unset has_selection when
13621         the page changes.
13622         (set_document_page): handle paper size changes when the page
13623         changes (test with Free Culture, page 2).
13624
13625 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13626
13627         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13628         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13629
13630         Use normal style color for the widget background and
13631         draw a black box around the page.
13632
13633 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13634
13635         * pdf/xpdf/pdf-document.cc:
13636
13637         Keep offset in consideration in a few places
13638
13639         * shell/ev-view.c: (expose_bin_window):
13640
13641         Set the offsets so that the document is ever centered
13642
13643 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13644
13645         * TODO: Added TODO items and finished off the first todo item
13646
13647         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13648         reflect current authors
13649
13650 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13651
13652         * pdf/xpdf/pdf-document.cc:
13653         * shell/ev-view.c: (ev_view_set_cursor),
13654         (ev_view_motion_notify_event), (document_changed_callback),
13655         (set_document_page):
13656
13657         Show a wait cursor while the page is rendering
13658
13659 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13660
13661         * shell/ev-sidebar-thumbnails.c:
13662         (ev_sidebar_tree_selection_changed),
13663         (ev_sidebar_thumbnails_select_page):
13664         * shell/ev-sidebar-thumbnails.h:
13665         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13666         (ev_view_can_go_forward):
13667         * shell/ev-window.c: (ev_window_open_page),
13668         (ev_window_setup_document), (update_current_page),
13669         (view_page_changed_cb), (ev_window_init):
13670         * shell/ev-window.h:
13671
13672         Ensure thumbnails selection, toolbar page control and
13673         current page are in sync.
13674
13675 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13676
13677         * pdf/xpdf/XRef.cc:
13678
13679         Fix CAN-2005-0064
13680
13681 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13682
13683         * backend/Makefile.am:
13684         * backend/ev-document-links.h:
13685         * backend/ev-document-security.c: (ev_document_security_get_type),
13686         (ev_document_security_has_document_security),
13687         (ev_document_security_set_password):
13688         * backend/ev-document-security.h:
13689         * backend/ev-document.c: (ev_document_error_quark):
13690         * backend/ev-document.h:
13691         * data/Makefile.am:
13692         * data/evince-password.glade:
13693         * pdf/xpdf/pdf-document.cc:
13694         * shell/Makefile.am:
13695         * shell/ev-password.c: (ev_password_set_bad_password_label),
13696         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13697         (ev_password_dialog_get_password),
13698         (ev_password_dialog_set_bad_pass):
13699         * shell/ev-password.h:
13700         * shell/ev-window.c: (ev_window_get_attribute),
13701         (ev_window_set_property), (update_action_sensitivity),
13702         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13703         (ev_window_setup_document), (ev_window_get_password),
13704         (ev_window_open), (ev_window_cmd_save_as),
13705         (using_postscript_printer), (ev_window_print),
13706         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13707         (update_fullscreen_popup), (ev_window_fullscreen),
13708         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13709         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13710         (menu_item_select_cb), (find_bar_search_changed_cb),
13711         (ev_window_dispose), (ev_window_init):
13712
13713         Add initial support for password-supported dialogs.  This could be
13714         a lot cooler, but it'll do for now.
13715
13716 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13717
13718         * pdf/xpdf/pdf-document.cc:
13719         * shell/ev-view.c: (status_message_from_link),
13720         (ev_view_set_status), (ev_view_set_cursor),
13721         (ev_view_motion_notify_event), (ev_view_init):
13722         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13723
13724         Fix bugs in the links implementation and change cursor
13725         when hovering a link.
13726
13727 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13728
13729         * viewer/.cvsignore: added cvsignore file for viewer directory
13730
13731         * TODO: created TODO document
13732
13733 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13734
13735         * shell/ev-view.h:
13736         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13737         new functions to help with implementation of sensitivity code
13738         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13739         of all actions that might require it.  Fixes a crash when you
13740         click on the Zoom actions in a window lacking a document.
13741
13742 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13743
13744         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13745         of the Find action
13746
13747 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13748
13749         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13750         (pixbuf_document_document_iface_init):
13751         * ps/ps-document.c: (ps_document_get_link),
13752         (ps_document_document_iface_init):
13753         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13754         (status_message_from_link), (ev_view_set_status),
13755         (ev_view_set_find_status), (ev_view_motion_notify_event),
13756         (ev_view_button_release_event), (ev_view_set_property),
13757         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13758         (ev_view_get_find_status_message), (update_find_results),
13759         (ev_view_get_status), (ev_view_get_find_status):
13760         * shell/ev-view.h:
13761         * shell/ev-window.c: (view_status_changed_cb),
13762         (view_find_status_changed_cb), (ev_window_init):
13763
13764         View status message support, use it to show the links.
13765         Needs work...
13766
13767 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13768
13769         * backend/ev-document.c: (ev_document_get_link):
13770         * backend/ev-document.h:
13771         * pdf/xpdf/pdf-document.cc:
13772         * shell/ev-application.c: (ev_application_open):
13773         * shell/ev-application.h:
13774         * shell/ev-sidebar-links.c: (selection_changed_cb):
13775         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13776         (ev_view_go_to_link):
13777
13778         Add support for document links
13779
13780 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13781
13782         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13783         (create_tool_item):
13784         Set the spin button limits correctly.
13785         
13786         * shell/ev-sidebar-thumbnails.c:
13787         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13788         Support changing pages by clicking on the thumbnails.
13789         
13790 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13791
13792         * pixbuf/pixbuf-document.c:
13793         (pixbuf_document_thumbnails_get_dimensions),
13794         (pixbuf_document_document_thumbnails_iface_init):
13795
13796         implement get_dimensions
13797
13798 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13799
13800         * ps/ps-document.c: (ps_document_goto_page):
13801
13802         Fix page switching on multipage documents
13803
13804 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13805
13806         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13807         
13808         check for NULL before assigning to width and height parameters
13809
13810 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13811
13812         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13813         (pixbuf_document_set_property), (pixbuf_document_get_property):
13814
13815         implement get/set properties
13816
13817 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13818
13819         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13820         
13821         return NULL instead of "Unknown", letting the title get set to
13822         the filename when the pdf has no title.
13823
13824 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13825
13826         * ps/ps-document.c: (ps_document_get_page_count),
13827         (ps_document_goto_page):
13828
13829 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13830
13831         * shell/ev-history.c: (ev_history_get_property),
13832         (ev_history_set_property), (ev_history_class_init),
13833         (ev_history_add_page), (ev_history_set_current_index):
13834         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13835         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13836         (ev_navigation_action_finalize):
13837         * shell/ev-navigation-action.h:
13838         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13839         (ev_view_go_forward), (ev_view_get_find_status_message),
13840         (history_index_changed_cb), (ev_view_set_history):
13841         * shell/ev-view.h:
13842         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13843         (update_current_page), (register_custom_actions):
13844
13845         Implement history dropdowns
13846
13847 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13848
13849         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13850         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13851         (ev_view_go_forward):
13852         * shell/ev-window.c: (register_custom_actions):
13853
13854         Fix several history bugs
13855
13856 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13857
13858         * configure.ac: Add «nb» to ALL_LINGUAS.
13859
13860 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13861
13862         * backend/Makefile.am:
13863         * backend/ev-bookmark.c:
13864         * backend/ev-bookmark.h:
13865         * backend/ev-document-bookmarks.c:
13866         * backend/ev-document-bookmarks.h:
13867         * backend/ev-document-links.c: (ev_document_links_get_type),
13868         (ev_document_links_has_document_links),
13869         (ev_document_links_begin_read), (ev_document_links_get_link),
13870         (ev_document_links_get_child), (ev_document_links_next),
13871         (ev_document_links_free_iter):
13872         * backend/ev-document-links.h:
13873         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13874         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13875         (ev_link_get_link_type), (ev_link_set_link_type),
13876         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13877         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13878         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13879         (ev_link_new_external):
13880         * backend/ev-link.h:
13881         * pdf/xpdf/pdf-document.cc:
13882         * shell/Makefile.am:
13883         * shell/ev-application.c: (ev_application_open_link):
13884         * shell/ev-application.h:
13885         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13886         (ev_history_get_link_nth):
13887         * shell/ev-history.h:
13888         * shell/ev-sidebar-bookmarks.c:
13889         * shell/ev-sidebar-bookmarks.h:
13890         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13891         (ev_sidebar_links_class_init), (selection_changed_cb),
13892         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13893         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13894         (do_one_iteration), (populate_links_idle),
13895         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13896         * shell/ev-sidebar-links.h:
13897         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13898         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13899         (go_to_index):
13900         * shell/ev-view.h:
13901         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13902         * shell/ev-window.h:
13903
13904         Rename bookmark to link, and use "Index" for the sidebar panel.
13905
13906 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13907
13908         * shell/Makefile.am:
13909         * shell/ev-application.c: (ev_application_open_bookmark):
13910         * shell/ev-application.h:
13911         * shell/ev-history.c: (ev_history_init), (free_links_list),
13912         (ev_history_finalize), (ev_history_class_init),
13913         (ev_history_add_link), (ev_history_add_page),
13914         (ev_history_get_link_nth), (ev_history_get_n_links),
13915         (ev_history_get_current_index), (ev_history_set_current_index),
13916         (ev_history_new):
13917         * shell/ev-history.h:
13918         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13919         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13920         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13921         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13922         (ev_view_set_page):
13923         * shell/ev-view.h:
13924         * shell/ev-window.c: (ev_window_open_bookmark),
13925         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13926         (goto_page_cb), (register_custom_actions):
13927         * shell/ev-window.h:
13928
13929         Initial history implementation. Needs work.
13930
13931 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13932
13933         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13934
13935 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13936
13937         * cut-n-paste/recent-files/egg-recent-item.c:
13938         * cut-n-paste/recent-files/egg-recent-item.h:
13939         * cut-n-paste/recent-files/egg-recent-model.c:
13940         * cut-n-paste/recent-files/egg-recent-util.c:
13941         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13942         * cut-n-paste/recent-files/egg-recent-view.c:
13943
13944         Update
13945
13946 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13947
13948         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13949         (fillGlyph, fillImageMask, drawImage):
13950         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13951         pdf/splash/SplashTypes.h:
13952         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13953         packed mode for Splash.
13954
13955         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13956         RGB8 packed mode, eliminates the pixbuf data creation loop.
13957
13958         * shell/ev-print-job.c (ev_print_job_finalize)
13959         (ev_print_job_set_property, ev_print_job_get_property)
13960         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13961         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13962         (print_closure_finalize, ev_print_job_print): implement
13963         printing (for backends with EvPsExporter)
13964
13965         * shell/ev_print_job.h: update prototypes.
13966
13967         * shell/ev-window.c (ev_window_print): unref print job after
13968         printing.
13969
13970         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13971         unless the document implements the EvDocumentFind interface.
13972
13973 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13974
13975         * configure.ac: Added ja to ALL_LINGUAS.
13976
13977 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13978
13979         * pdf/xpdf/pdf-document.cc:
13980
13981         add a FIXME. We should probably not allocate
13982         a bookmark object every time
13983
13984 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13985
13986         * shell/ev-application.c: (ev_application_open),
13987         (ev_application_open_bookmark):
13988         * shell/ev-application.h:
13989         
13990         Add a way to open bookmarks
13991
13992         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13993         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13994         (ev_bookmark_set_property), (ev_bookmark_class_init),
13995         (ev_bookmark_new_title), (ev_bookmark_new_link),
13996         (ev_bookmark_new_external):
13997
13998         Support for external uris, better constructors.
13999
14000         * backend/ev-bookmark.h:
14001         * pdf/xpdf/pdf-document.cc:
14002         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14003
14004         Handle external uris
14005
14006 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14007
14008         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14009         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14010
14011         Hook up bookmarks navigation
14012
14013 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14014
14015         * backend/Makefile.am:
14016         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14017         (ev_bookmark_get_title), (ev_bookmark_set_title),
14018         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14019         (ev_bookmark_get_page), (ev_bookmark_set_page),
14020         (ev_bookmark_get_property), (ev_bookmark_set_property),
14021         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14022         (ev_bookmark_new):
14023         * backend/ev-bookmark.h:
14024         * backend/ev-document-bookmarks.c:
14025         (ev_document_bookmarks_get_bookmark):
14026         * backend/ev-document-bookmarks.h:
14027         * pdf/xpdf/pdf-document.cc:
14028         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14029
14030         Add a bookmark object to the backend and use it instead of get_values
14031
14032 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14033
14034         * data/evince-ui.xml:
14035
14036         Cleanup and add select all.
14037
14038         * shell/ev-view.c: (ev_view_select_all),
14039         (ev_view_button_press_event):
14040         * shell/ev-view.h:
14041         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14042
14043         Add select all.
14044         Clear selection on click.
14045
14046 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14047
14048         * shell/ev-sidebar-thumbnails.c
14049         (ev_sidebar_thumbnails_set_document): forgot to unref the
14050         loading_icon.
14051
14052 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14053
14054         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14055         at the visible page, not just linearly.  This makes it look fast.
14056
14057 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14058
14059         * backend/ev-document-misc.c
14060         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14061         white.
14062         * backend/ev-document-thumbnails.h: New interface to get the size
14063         of a page.
14064
14065 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14066
14067         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14068         make dist works
14069
14070 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14071
14072         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14073         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14074         things up a bit.
14075
14076         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14077
14078 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14079
14080         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14081         fonts. Should fix font problems on systems that have the base
14082         fonts in bitmap format. Reported by James Henstridge
14083         <james@jamesh.id.au>.
14084
14085 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14086
14087         * pdf/xpdf/Gfx.cc:
14088         * pdf/xpdf/GfxState.cc:
14089
14090         Fix for CAN-2004-1125
14091
14092 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14093
14094         * shell/ev-view.c: (ev_view_copy):
14095         * shell/ev-view.h:
14096         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14097
14098         Implement Edit->Copy
14099
14100 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14101
14102         * backend/ev-document.c: (ev_document_get_text):
14103         * backend/ev-document.h:
14104         * pdf/xpdf/pdf-document.cc:
14105         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14106         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14107         (ev_view_update_primary_selection), (ev_view_button_press_event),
14108         (ev_view_motion_notify_event), (ev_view_button_release_event):
14109
14110         Beginnings of clipboard support. Incomplete but primary sort
14111         of work.
14112
14113 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14114
14115         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14116         (expose_bin_window):
14117
14118         Nicer rubberband drawing, from GtkIconView.
14119
14120 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14121
14122         * backend/ev-document.c: (ev_document_save):
14123         * backend/ev-document.h:
14124         * data/evince-ui.xml:
14125         * pdf/xpdf/pdf-document.cc:
14126         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14127
14128         Implement "Save a copy..." menu item
14129
14130 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14131
14132         * shell/ev-view.c: (ev_view_zoom):
14133
14134         Queue a resize when zoom changes
14135
14136 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14137
14138         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14139         shadows.
14140
14141         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14142         thumbnails..
14143
14144 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14145
14146         * pdf/xpdf/pdf-document.cc
14147         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14148
14149 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14150
14151         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14152         It's slow, but I'll speed it up next!
14153
14154 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14155
14156         * shell/main.c (load_files):
14157
14158         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14159         from the command line and because it seems more appropriate.
14160
14161 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14162
14163         * data/evince-ui.xml:
14164         * shell/ev-window.c: (update_action_sensitivity),
14165         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14166
14167         s/next page/page down
14168         s/previous page/page up
14169
14170 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14171
14172         * data/evince-ui.xml:
14173
14174         Change the layout to match clarkbw design.
14175
14176         * shell/Makefile.am:
14177         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14178         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14179         (ev_navigation_action_finalize),
14180         (ev_navigation_action_set_property),
14181         (ev_navigation_action_get_property),
14182         (ev_navigation_action_class_init):
14183         * shell/ev-navigation-action.h:
14184
14185         Implement clarkbw toolbar navigation controls (incomplete)
14186
14187         * shell/ev-page-action.c: (update_label), (update_spin),
14188         (value_changed_cb), (create_tool_item), (connect_proxy),
14189         (ev_page_action_init), (ev_page_action_finalize),
14190         (ev_page_action_set_property), (ev_page_action_get_property),
14191         (ev_page_action_set_current_page),
14192         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14193         * shell/ev-page-action.h:
14194
14195         Implement a page switcher in the toolbar
14196
14197         * shell/ev-view.c: (ev_view_scroll_view):
14198         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14199         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14200         (register_custom_actions), (ev_window_init):
14201
14202         Change page on PageUp/Down.
14203
14204 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14205
14206         * pdf/xpdf/pdf-document.cc
14207         (pdf_document_thumbnails_get_thumbnail): initial stab at
14208         implementing thumbnail support for pdfs.  It only does documents
14209         with precached pdfs now.
14210
14211 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14212
14213         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14214         thumbnail code into a time-based idle as well.  Also, turn off the
14215         shadow temporarily as it's really slow.
14216
14217 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14218
14219         * backend/ev-document.c: (ev_document_class_init):
14220         * pdf/xpdf/pdf-document.cc:
14221         * shell/ev-window.c: (ev_window_open):
14222
14223         Fix document title bugs and fallback to
14224         filename when not available.
14225
14226 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14227
14228         * backend/ev-document.c: (ev_document_get_type),
14229         (ev_document_class_init), (ev_document_load),
14230         (ev_document_get_title):
14231         * backend/ev-document.h:
14232         * pdf/xpdf/pdf-document.cc:
14233         * ps/ps-document.c: (ps_document_set_property),
14234         (ps_document_get_property), (ps_document_class_init),
14235         (document_load):
14236         * ps/ps-document.h:
14237         * ps/ps.h:
14238         * shell/ev-window.c: (update_window_title), (ev_window_open),
14239         (ev_window_init):
14240
14241         Initial support for document title. Not working yet.
14242
14243 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14244
14245         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14246
14247         Grab focus on the view when clicking it
14248
14249 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14250
14251         * shell/ev-marshal.list:
14252         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14253         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14254
14255         Add key bindings to the view. Now if the focus would work
14256         right...
14257
14258 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14259
14260         * Makefile.am:
14261         * backend/Makefile.am:
14262         * data/Makefile.am:
14263         * dvi/Makefile.am:
14264         * dvi/dvilib/Makefile.am:
14265         * pdf/xpdf/Makefile.am:
14266         * po/POTFILES.in:
14267         * ps/Makefile.am:
14268
14269         Fix distcheck
14270
14271 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14272
14273         * shell/ev-view.c: (ev_view_realize):
14274
14275         Fix mouse wheel scrolling
14276
14277 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14278
14279         * ps/Makefile.am:
14280         * ps/gstypes.h:
14281         * ps/gtkgs.c:
14282         * ps/gtkgs.h:
14283         * ps/ps-document.c: (catchPipe), (ps_document_init),
14284         (ps_document_class_init), (ps_document_cleanup),
14285         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14286         (set_up_page), (close_pipe), (is_interpreter_ready),
14287         (interpreter_failed), (output), (input), (start_interpreter),
14288         (stop_interpreter), (file_length), (file_readable),
14289         (check_filecompressed), (check_pdf), (compute_xdpi),
14290         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14291         (ps_document_get_type), (ps_document_emit_error_msg),
14292         (document_load), (ps_document_next_page),
14293         (ps_document_get_current_page), (ps_document_get_page_count),
14294         (ps_document_goto_page), (ps_document_set_page_size),
14295         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14296         (ps_document_load), (ps_document_get_n_pages),
14297         (ps_document_set_page), (ps_document_get_page),
14298         (ps_document_widget_event), (ps_document_set_target),
14299         (ps_document_set_scale), (ps_document_set_page_offset),
14300         (ps_document_get_page_size), (ps_document_render),
14301         (ps_document_document_iface_init):
14302         * ps/ps-document.h:
14303         * ps/ps.c:
14304         * shell/ev-window.c: (ev_window_open):
14305
14306         Rename GtkGS to PSDocument
14307
14308 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14309
14310         * ps/gtkgs.c: (gtk_gs_class_init):
14311         * ps/gtkgs.h:
14312
14313         Some more leftover...
14314
14315 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14316
14317         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14318         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14319         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14320         * ps/gtkgs.h:
14321
14322         Remove unused code and make a lot of stuff private
14323
14324 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14325
14326         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14327         (gtk_gs_defaults_changed):
14328         * ps/gsdefaults.h:
14329         * ps/gtkgs.c:
14330         * ps/gtkgs.h:
14331         * ps/ps.h:
14332
14333         Cleanup headers dependencies
14334
14335 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14336
14337         * ps/Makefile.am:
14338         * ps/ggvutils.c:
14339         * ps/ggvutils.h:
14340         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14341         * ps/gsdefaults.h:
14342         * ps/gtkgs.c: (file_length), (file_readable),
14343         (check_filecompressed), (check_pdf), (gtk_gs_load),
14344         (gtk_gs_get_postscript):
14345
14346         Get rid of ggvutils
14347
14348 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14349
14350         * ps/ggvutils.c:
14351         * ps/ggvutils.h:
14352         * ps/gsio.h:
14353         * ps/gtkgs.c: (gtk_gs_set_zoom):
14354
14355         Cleanups
14356
14357 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14358
14359         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14360
14361         Ensure the page is rerendered when changing zoom
14362
14363 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14364
14365         * backend/ev-document.c: (ev_document_base_init),
14366         (ev_document_changed):
14367         * backend/ev-document.h:
14368
14369         Add a changed event that is emitted when the page content
14370         changes. This is necessary to deal with the fact that
14371         in ps backend rendering happen asycrounously.
14372         This makes the ps backend mostly work.
14373
14374         * pdf/xpdf/pdf-document.cc:
14375
14376         Emit changed event
14377
14378         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14379         (ps_document_set_target):
14380
14381         Emit changed event
14382
14383         * shell/ev-view.c: (document_changed_callback),
14384         (ev_view_set_document), (ev_view_set_page):
14385
14386         Redraw on the changed signal
14387
14388 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14389
14390         * configure.ac: Added pt_BR to ALL_LINGUAS.
14391
14392 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14393
14394         * backend/ev-document-bookmarks.c:
14395         (ev_document_bookmarks_get_child): *
14396         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14397         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14398         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14399         (ev_sidebar_bookmarks_destroy),
14400         (ev_sidebar_bookmarks_class_init),
14401         (ev_sidebar_bookmarks_construct), (stack_data_free),
14402         (do_one_iteration), (populate_bookmarks_idle),
14403         (ev_sidebar_bookmarks_clear_document),
14404         (ev_sidebar_bookmarks_set_document): *
14405         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14406         (ev_sidebar_add_page),
14407         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14408         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14409         it displays both the topics and the page numbers.
14410
14411 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14412
14413         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14414         toggle.
14415         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14416         visible.
14417
14418 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14419
14420         * configure.ac: Added en_CA to ALL_LINGUAS.
14421
14422 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14423
14424         * ChangeLog: replace bottom of this ChangeLog (merged history of
14425         ggv and gpdf; where all paths were wrong and most of the files are
14426         not even in this tree) with ChangeLog (from arch) of the shell
14427         code.
14428
14429 2004-12-23  Havoc Pennington  <hp@redhat.com>
14430
14431         * shell/ev-window.c: hook up potentially-questionable "find
14432         results status text" feature - something involving the sidebar or
14433         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14434         might be better in the end.
14435
14436         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14437         with corresponding signal when it should be updated
14438
14439         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14440
14441 2004-12-22  Havoc Pennington  <hp@redhat.com>
14442
14443         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14444         find stuff on other pages, sort of (only returns one result on
14445         invisible pages, to show they have results; updates full results
14446         for a page when you view it). Currently repaints the current page
14447         every time a new result is found on any page, which isn't so nice.
14448
14449 2004-12-22  Havoc Pennington  <hp@redhat.com>
14450
14451         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14452         the document doesn't support find (better ideas?)
14453         (find_bar_search_changed_cb): handle missing document or document
14454         that doesn't support find
14455
14456         * pdf/xpdf/pdf-document.cc: port to implement the new
14457         EvDocumentFindIface
14458
14459         * backend/ev-document-find.c: create a new interface for searching
14460
14461         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14462
14463 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14464
14465         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14466         libevbackend.la.
14467
14468         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14469         EvPrintJob constructor arguments.
14470
14471         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14472         for documents that can export PostScript (page by page).
14473
14474         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14475         
14476         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14477         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14478         (pdf_document_ps_exporter_iface_init:
14479         Implement EvPSExporter.
14480
14481         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14482
14483 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14484
14485         * backend/Makefile.am:
14486         * backend/ev-document-thumbnails.c:
14487         (ev_document_thumbnails_get_type),
14488         (ev_document_thumbnails_get_thumbnail):
14489         * backend/ev-document-thumbnails.h:
14490         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14491         (pixbuf_document_thumbnails_get_thumbnail),
14492         (pixbuf_document_document_thumbnails_iface_init):
14493         * shell/Makefile.am:
14494         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14495         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14496         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14497         * shell/ev-sidebar-thumbnails.h:
14498         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14499         (ev_sidebar_set_document):
14500         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14501         (create_shadow), (ev_pixbuf_add_shadow):
14502         * shell/ev-utils.h:
14503         Add thumbnail support.
14504         
14505 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14506
14507         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14508         (using_postscript_printer): Set up a print dialog for "PostScript
14509         injection" method.
14510
14511         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14512         EvPrintJob.
14513
14514         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14515
14516 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14517
14518         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14519         (ps_document_set_target), (ps_document_get_page_size),
14520         (ps_document_render):
14521         * ps/gtkgs.h:
14522
14523         Fix a few bugs
14524
14525 2004-12-22  Christian Rose  <menthos@menthos.com>
14526
14527         * configure.ac: Added "sv" to ALL_LINGUAS.
14528
14529 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14530
14531         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14532         document supports bookmarks.
14533
14534 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14535
14536         * ps/ggvutils.c: (ggv_file_readable):
14537         * ps/ggvutils.h:
14538         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14539         (gtk_gs_get_postscript):
14540
14541         Remove unused utils
14542
14543 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14544
14545         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14546         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14547         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14548         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14549         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14550         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14551         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14552         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14553         (gtk_gs_set_antialiasing), (ps_document_load),
14554         (ps_document_render):
14555         * ps/gtkgs.h:
14556
14557         Another check point for the ps backend. Now I can get it to show
14558         pages!
14559
14560 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14561
14562         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14563         document setting code.
14564
14565 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14566
14567         * shell/eggfindbar.c: (entry_activate_callback):
14568         Animate the next button when activate is pressed.
14569         
14570 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14571
14572         * shell/ev-window.c: (ev_window_cmd_edit_find),
14573         (update_fullscreen_popup), (ev_window_fullscreen),
14574         (ev_window_unfullscreen), (ev_window_state_event_cb),
14575         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14576         Fix bugs in fullscreen code.
14577         
14578 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14579
14580         * Makefile.am:
14581         * configure.ac:
14582         * pixbuf/Makefile.am:
14583         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14584         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14585         (pixbuf_document_set_page), (pixbuf_document_get_page),
14586         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14587         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14588         (pixbuf_document_render), (pixbuf_document_begin_find),
14589         (pixbuf_document_end_find), (pixbuf_document_finalize),
14590         (pixbuf_document_class_init),
14591         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14592         * pixbuf/pixbuf-document.h:
14593         * shell/Makefile.am:
14594         * shell/ev-application.c: (ev_application_open):
14595         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14596         (ev_window_open):
14597         Add pixbuf backend.
14598         
14599 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14600
14601         * Makefile.am: 
14602         * dvi/dvilib/Makefile.am:
14603         * dvi/Makefile.am:
14604         * configure.ac: Auto*ify dvi and dvi/dvilib
14605
14606         * dvi/Makefile: Remove from CVS
14607         
14608         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14609         confusion.
14610
14611         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14612         
14613         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14614         
14615 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14616
14617         * ps/Makefile.am:
14618         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14619         (gtk_gs_value_adjustment_changed), (compute_size),
14620         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14621         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14622         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14623         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14624         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14625         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14626         (ps_document_load), (ps_document_get_n_pages),
14627         (ps_document_set_page), (ps_document_get_page),
14628         (ps_document_set_target), (ps_document_set_scale),
14629         (ps_document_set_page_offset), (ps_document_get_page_size),
14630         (ps_document_render), (ps_document_begin_find),
14631         (ps_document_end_find), (ps_document_document_iface_init):
14632         * ps/gtkgs.h:
14633         * shell/Makefile.am:
14634         * shell/ev-window.c: (ev_window_open):
14635
14636         Some work to integrate gtkgs with EvDocument
14637
14638 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14639
14640         * shell/ev-window.c: (update_fullscreen_popup),
14641         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14642         (exit_fullscreen_button_clicked_cb),
14643         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14644         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14645         (ev_window_state_event_cb), (ev_window_init):
14646         Add fullscreen support from Epiphany.
14647         
14648 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14649
14650         * data/ev-stock-zoom-fit-width.png: fit-width
14651         stock icon from gpdf.
14652         
14653         * shell/ev-stock-icons.[ch]: copied from gpdf.
14654         
14655         * shell/main.c: (main): init stock icons.
14656         
14657         * shell/ev-window.c: use the fit-width icon.
14658         
14659         * data/evince-ui.xml: add zooming toolbar items.
14660
14661 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14662
14663         * shell/ev-view.c: 
14664         (ev_view_best_fit), (ev_view_fit_width): because
14665         get_page_size() returns the scaled page size, we
14666         need to calculate the scale factor relative to
14667         the previous scale factor. Should really just
14668         add get_real_page_size().
14669
14670 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14671
14672         * shell/ev-view.[ch]:
14673         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14674         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14675         add zooming.
14676         
14677         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14678         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14679         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14680         hook it up.
14681         
14682         * pdf/xpdf/pdf-document.cc:
14683         (pdf_document_begin_find),
14684         (pdf_document_end_find): make static.
14685
14686 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14687
14688         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14689
14690         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14691         names to fontconfig patterns.
14692         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14693
14694         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14695         setupBaseFontsFc.
14696
14697 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14698
14699         * Makefile.am:
14700         * configure.ac:
14701         * ps/Makefile.am:
14702         * ps/ggvutils.c:
14703         * ps/ggvutils.h:
14704         * ps/gsdefaults.c:
14705         * ps/gsdefaults.h:
14706         * ps/gsio.c:
14707         * ps/gsio.h:
14708         * ps/gtkgs.c:
14709         * ps/gtkgs.h:
14710         * ps/ps.c:
14711         * ps/ps.h:
14712
14713         Import ggv backend. Not hooked up yet.
14714
14715 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14716
14717         * shell/main.c: (load_files), (main): load files
14718         from the command line.
14719
14720 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14721
14722         * configure.ac: don't require bonobo.
14723         
14724         * cut-n-paste/recent-files/*: kill bonobo recent
14725         view.
14726
14727         * shell/ev-window.c:
14728         (ev_window_is_empty): upd.
14729         (unable_to_load), (ev_window_open): load backend
14730         based on the mime type.
14731
14732 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14733
14734         * backend/.cvsignore: ignore generated marshalers source.
14735
14736         * shell/main.c (main): this is not epiphany.
14737
14738 2004-12-22  Havoc Pennington  <hp@redhat.com>
14739
14740         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14741         (expose_bin_window): draw find highlights
14742
14743         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14744         
14745         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14746         (pdf_document_end_find): implement this interface
14747
14748         * backend/ev-document.c (ev_document_found): add this to emit
14749         signal
14750
14751 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14752
14753         * data/evince-ui.xml: Add a few more toolbar items.
14754
14755         * shell/ev-window.c: Hook up page navigation toolbar 
14756         items.
14757
14758         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14759         a page-changed signal.
14760
14761         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14762         Add ev_document_get_page().
14763
14764         * shell/ev-window.c: Sensitize/desensitize navigation
14765         actions.
14766
14767 2004-12-21  Havoc Pennington  <hp@redhat.com>
14768
14769         * backend/ev-backend-marshal.c,
14770         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14771         marshaler-generator thingy. I'm sure there's a better way to do
14772         this in the modern world.
14773
14774         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14775         end_find methods and "found" signal.
14776
14777         * configure.ac: find glib-genmarshal
14778
14779 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14780
14781         * shell/ev-sidebar.c: Construct an actual sidebar.
14782         * shell/ev-sidebar-bookmarks.[ch]:
14783         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14784
14785 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14786
14787         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14788         Redo size handling.
14789         
14790         * shell/ev-view.c: Track the size from the document.
14791
14792 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14793
14794         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14795         constructor assumes ownership of the string passed in.
14796         
14797         * shell/ev-window.c (ev_window_open): Destroy the error
14798         dialog once we've displayed it.
14799
14800 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14801
14802         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14803         a bit, it works! (sort of)
14804
14805         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14806         Move to .cc since we need to use C++ in the implementation.
14807
14808         * shell/dummy.cc: Add a CC file to force evince
14809         to be linked as a C++ program.
14810
14811 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14812
14813         * shell/ev-view.[ch]: Start of content-area widget.
14814
14815         * shell/ev-window.c: Create a EvView, update it
14816         as we change documents.
14817
14818         * shell/Makefile.am shell/ev-marshal.list: Add
14819         generated marshalers.
14820
14821 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14822
14823         * Makefile.am (SUBDIRS): move shell.
14824
14825 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14826
14827         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14828         .a to libtool convenience libraries.
14829
14830         * shell/ev-window.c (ev_window_open): Hard code loading
14831         a PDF document.
14832         
14833         * backend/ev-document.h: Add a boolean return to load(),
14834         fix GError * to GError **.
14835
14836         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14837         object for a PDF backend EvDocument.
14838
14839 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14840
14841         * dvi/*: New directory with the beginning of a .dvi backend.
14842
14843 2004-12-21  Havoc Pennington  <hp@redhat.com>
14844
14845         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14846         previous/next instead of back/forward
14847
14848 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14849
14850         * backend/ev-document.[ch]: Fix a couple of problems so
14851         it compile.
14852
14853 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14854
14855         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14856         to backend/ directory, rename EvViewer to EvDocument.
14857
14858 2004-12-21  Havoc Pennington  <hp@redhat.com>
14859
14860         * shell/ev-window.c: hook up the find bar widget; now we just need
14861         a document to find things in
14862
14863         * shell/eggfindbar.c: a find bar widget
14864
14865 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14866
14867         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14868
14869 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14870
14871         * pdf/**: Import of xpdf code from gpdf. 
14872
14873         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14874
14875         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14876         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14877         Fix FreeType includes.
14878
14879         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14880         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14881         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14882         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14883         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14884         Include xpdfconfig.h
14885         
14886 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14887
14888         * shell/ev-window.c (ev_window_dispose): dispose can be called
14889         multiple times.
14890
14891 2004-12-21  Havoc Pennington  <hp@redhat.com>
14892
14893         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14894         rather than Evince
14895
14896         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14897         items; really they should be synced with the strings, etc. from
14898         current gpdf, but just getting the boring typing out of the way 
14899
14900 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14901
14902         * po/POTFILES.in:
14903         * shell/ev-application.c: (window_destroy_cb):
14904         * shell/ev-window.c:
14905         * shell/main.c: (main):
14906
14907         Actually show the window...
14908
14909 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14910
14911         * Makefile.am:
14912         * shell/Makefile.am:
14913         * shell/ev-application.c: (ev_application_class_init):
14914         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14915
14916         Make it build again
14917
14918 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14919
14920         Import to gnome cvs.
14921         
14922         * Remove copies of gpdf and ggv trees.
14923         * Rip out all the recursive configure code.
14924         * Remove bonobo machinery.
14925         * viewer/*: GInterfaces that backends should/can implement.
14926
14927 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14928
14929         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14930         typo
14931
14932 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14933
14934         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14935         (ev_application_finalize, ev_application_class_init)
14936         (ev_application_init): use GType instance private data for priv.
14937
14938         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14939         (ev_window_finalize, ev_window_class_init)
14940         (ev_window_init): ditto.
14941
14942 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14943
14944         * shell/ev-application.c (ev_application_new_window): make public
14945         (ev_application_show_initial_window): kill.
14946
14947         * shell/ev-application.h: update prototypes.
14948
14949         * shell/main.cc (main): inline ev_application_show_initial_window.
14950
14951 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14952
14953         * shell/ev-application.c (ev_application_new_window): impl.
14954         (ev_application_show_initial_window): use it.
14955         (is_window_empty, ev_application_get_empty_window): returns an
14956         existing empty window or a new one.
14957         (ev_application_open): from ev_window_cmd_file_open.
14958
14959         * shell/ev-application.h: update prototypes
14960
14961         * shell/ev-window.c (ev_window_is_empty): impl.
14962         (ev_window_open): make public.
14963         (ev_window_cmd_file_open): use ev_application_open
14964
14965         * shell/ev-window.h: update prototypes, remove unused.
14966
14967 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14968
14969         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14970         move destroy handler out of here...
14971
14972         * shell/ev-application.c, shell/ev-application.h: ...into this new
14973         class. Also handles initial window creation.
14974
14975         * shell/main.cc (main): use EvApplication to create initial
14976         window.
14977
14978 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14979
14980         * Makefile.am (SUBDIRS): add cut-n-paste
14981
14982         * cut-n-paste/Makefile.am: add
14983
14984         * configure.ac: generate Makefiles in cut-n-paste
14985
14986 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14987
14988         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14989         (ev_window_class_init): install ev_window_dispose.
14990
14991 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14992
14993         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14994         char (gchar looks stupid).
14995
14996 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14997
14998         * po/de.po: updated German translation.
14999
15000 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15001
15002         * configure.ac: add more pkg-config library checks for gnome-vfs,
15003         bonobo etc.
15004
15005         * gpdf/configure.in: temporarily disable libpaper
15006         checks. Otherwise I'd have to add the checks for the shell, too.
15007
15008 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15009
15010         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15011         and * file filters to the file choose.
15012
15013 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15014
15015         * po/de.po: Updated German translation.
15016
15017 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15018
15019         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15020
15021 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15022
15023         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15024
15025         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15026         (ev_window_init): implement those menuitems.
15027
15028 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15029
15030         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15031
15032         * shell/ev-window.c (ev_window_init): use the toolbar.
15033
15034 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15035
15036         * shell/ev-window.c (ev_window_init): use menu translations
15037
15038 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15039
15040         * configure.ac: add "de" to ALL_LINGUAS.
15041
15042         * po/de.po: add German translation.
15043
15044 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15045
15046         * Makefile.am (SUBDIRS): add po
15047
15048         * configure.ac: check intltool, glib-gettext etc, generate
15049         po/Makefile.in
15050
15051         * po, po/POTFILES.in, po/POTFILES.skip: new.
15052
15053 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15054
15055         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15056         already use (#ifdef ENABLE_NLS)
15057
15058         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15059         pointer indirection thinko.
15060
15061         * shell/main.c: include gi18n.h for bindtextdomain etc.
15062
15063 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15064
15065         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15066         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15067         tooltips for menu items in the statusbar.
15068
15069 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15070
15071         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15072         pkgdatadir drop UIDIR
15073
15074 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15075
15076         * data/evince-ui.xml: Add File->Open menu item
15077
15078         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15079         chooser), hook it up in the ui manager.
15080
15081 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15082
15083         * shell/ev-window.c: fix Help->About tooltip.
15084
15085 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15086
15087         * configure.ac: set CFLAGS for libevprivate.
15088
15089         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15090         definitions, factory etc.
15091
15092         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15093
15094         * shell/Makefile.am: link against libevprivate.a.
15095
15096         * shell/ev-window.c (entries): add stock icon to Help->About.
15097
15098         * shell/main.c (main): init stock icon code.
15099
15100 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15101
15102         * lib/recent-files: egg recent files code
15103
15104         * lib/Makefile.am: add.
15105
15106         * Makefile.am: add lib subdir.
15107
15108         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15109         set CFLAGS for recent-files.
15110
15111 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15112
15113         * configure.ac: disable -ansi and -pedantic gcc flags. They
15114         disable POSIX stuff in stdio.h, but egg-recent uses them.
15115
15116 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15117
15118         * configure.ac: add --disable-deprecated flag (defaults to on in
15119         "cvs" builds).
15120
15121         * shell/Makefile.am (INCLUDES): use it.
15122
15123 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15124
15125         * shell/main.c: add missing #include.
15126
15127         * shell/ev-window.c: fix for pedantic gcc.
15128         (ev_window_cmd_help_about): split license into paragraphs for
15129         translators and pedantic compilers.
15130
15131 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15132
15133         * configure.ac: add more warning flags if compiling with gcc from
15134         cvs (or explicitly requested with --enable-more-warnings).
15135
15136 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15137
15138         * data/evince-ui.xml: add File and File->Close menu.
15139
15140         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15141         (ev_window_destroy): quit after destroy.
15142         (ev_window_class_init): override GtkObject::destroy.
15143         (entries): install close_window callback.
15144
15145 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15146
15147         * Makefile.am (SUBDIRS): add data subdir.
15148
15149         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15150         gtk+ 2.5.0 for GtkAboutDialog.
15151
15152         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15153         main window.
15154
15155         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15156
15157         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15158         manager.
15159         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15160
15161 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15162
15163         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15164
15165 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15166
15167         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15168
15169 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15170
15171         * shell/*: Added shell directory boilerplate, build it.
15172
15173 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15174
15175         * configure.ac, Makefile.am: Added top-level configure.ac and
15176         Makefile.am