]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
shell/ev-sidebar-links.c
[evince.git] / ChangeLog
1 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2
3         * shell/ev-sidebar-links.c
4         * shell/ev-print-operation.c:
5         * shell/ev-history.c:
6         * shell/ev-file-monitor.c:
7         * shell/ev-window.c:
8         * shell/ev-password-view.c:
9         * shell/ev-sidebar-thumbnails.c:
10         * shell/ev-sidebar-attachments.c:
11         * libview/ev-pixbuf-cache.c:
12         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
13         Bug #568386.
14
15 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
16
17         * libdocument/ev-document-info.h:
18
19         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
20         
21 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
22
23         * libview/Makefile.am:
24
25         Install ev-job-scheduler.h. See bug #567790.
26         
27 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
28
29         * libdocument/Makefile.am:
30
31         Install ev-backends-manager.h and
32         ev-document-type-builtins.h. Fixes bug #567787.
33         
34 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * NEWS:
37         * configure.ac:
38
39         Update for release 2.25.5
40         
41 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * libview/ev-view.c: (ev_view_drag_data_get):
44
45         Fix second parameter passed to gtk_selection_data_set_uris(), 
46         it expects a gchar **.
47         
48 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
49
50         * libdocument/Makefile.am:
51         * libdocument/ev-document-info.h:
52         * libdocument/ev-document-type-builtins.c.template:
53         * libdocument/ev-document-type-builtins.h.template:
54         * libdocument/ev-document.c: (ev_document_info_get_type),
55         (ev_document_info_copy):
56
57         Make EvDocumentInfo and enums definded in ev-document-info.h
58         GTypes. Fixes bug #567789.
59         
60 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
61
62         * shell/main.c (arguments_parse): Fix for a minor code typo.
63
64 2009-01-18  Christian Persch  <chpe@gnome.org>
65
66         * help/reference/Makefile.am:
67         * help/reference/evince.types: Fix the API docs build. Bug #568171.
68
69 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
70
71         * libview/Makefile.am:
72         * libview/ev-view-type-builtins.c.template:
73         * libview/ev-view-type-builtins.h.template:
74
75         Make EvJobPriority a proper GType. Fixes bug #567788.
76         
77 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
78
79         * configure.ac:
80         * cut-n-paste/*/Makefile.am:
81         * libdocument/Makefile.am:
82
83         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
84         code.
85         
86 2009-01-18  Christian Persch  <chpe@gnome.org>
87
88         * libview/ev-view.c: (ev_view_drag_data_get),
89         (ev_view_drag_motion), (ev_view_update_primary_selection),
90         (clear_link_selected):
91         * shell/ev-sidebar-attachments.c:
92         (ev_sidebar_attachments_drag_data_get),
93         (ev_sidebar_attachments_get_property),
94         (ev_sidebar_attachments_init):
95         * shell/ev-window.c: Update drag handling code to use the
96         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
97         hardcoding the targets lists. Bug #558084.
98         
99 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
100
101         * libdocument/Makefile.am:
102         * libdocument/ev-backend-marshal.c:
103         * libdocument/ev-backend-marshalers.list:
104         * libdocument/ev-document.c:
105
106         Remove unused marshalers stuff from libdocument.
107         
108 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
109
110         * po/POTFILES.in:
111
112         Update for the current source tree.
113         
114 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
115
116         * configure.ac:
117         * Makefile.am:
118         * libdocument/Makefile.am:
119         * libview/Makefile.am:
120         * libview/ev-job-scheduler.[ch]:
121         * libview/ev-jobs.[ch]:
122         * libview/ev-page-cache.[ch]:
123         * libview/ev-pixbuf-cache.[ch]:
124         * libview/ev-timeline.[ch]:
125         * libview/ev-transition-animation.[ch]:
126         * libview/ev-view-accessible.[ch]:
127         * libview/ev-view-marshal.list:
128         * libview/ev-view.[ch]:
129         * shell/Makefile.am:
130
131         Move EvView specific code to a libeviview library so that it can
132         be embbeded in other applications. Based on patches by Tomeu
133         Vizoso. Fixes bug #567751.
134         
135 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
138         * shell/ev-window.c: (ev_window_load_job_cb),
139         (ev_window_load_job_cb), (ev_window_open_uri),
140         (ev_window_reload_local), (ev_window_dispose):
141
142         Remove dest, mode and search_string from EvJobLoad since they are
143         not really needed by the job, but for the window.
144         
145 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
146
147         * shell/ev-view.c: (ev_view_drag_data_received),
148         (ev_view_class_init), (ev_view_init):
149         * shell/ev-window.c: (ev_window_drag_data_received),
150         (ev_window_class_init), (ev_window_init):
151
152         Make the whole EvWindow the destination of a drag and drop
153         operation.
154         
155 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * shell/ev-window.c: (window_open_file_copy_progress_cb):
158
159         Add missing brakets around the percentage in progress
160         messages. See bug #567910.
161         
162 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
163
164         * shell/ev-application.c: (ev_application_open_window),
165         (ev_application_open_uri_at_dest):
166
167         Do no use gdk_x11_* when not available. Based on patch by Hib
168         Eris, see bug #339172.
169         
170 2009-01-16  Hib Eris  <hib@hiberis.nl>
171
172         * configure.ac:
173         * properties/ev-properties-view.c:
174         (ev_properties_view_format_date):
175
176         Check for localtime_r. See bug #339172.
177         
178 2009-01-16  Hib Eris  <hib@hiberis.nl>
179
180         * shell/main.c:
181
182         Include gdkx only for dbus support. See bug #339172.
183         
184 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
185
186         * shell/ev-view.c: (ev_view_set_zoom_for_size):
187
188         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
189         #567785.
190         
191 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * shell/ev-window.c: (reload_remote_copy_progress_cb),
194         (window_save_file_copy_progress_cb):
195
196         Use brakets around the percentage in progress messages. See bug
197         #567910.
198         
199 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
200
201         * shell/ev-window.c: (reload_remote_copy_ready_cb):
202
203         Fix typo in error message. See bug #567910.
204         
205 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
206
207         * shell/ev-window.c: (ev_window_cmd_file_close_window):
208
209         Fix mnemonic conflict. Fixes bug #567937.
210         
211 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
212
213         * NEWS:
214         * configure.ac:
215
216         Update for release 2.25.4
217         
218 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
219
220         * configure.ac:
221         
222         GLib version requirement bumped to 2.18 due to g_set_error_literal.
223         Thanks to Christian Spurk.
224
225 2008-12-31  Hib Eris  <hib@hiberis.nl>
226         
227         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
228
229         Fix mime type handling.
230         
231 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
232
233         * po/POTFILES.in:
234
235         Add ev-print-operation.c.
236         
237 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * shell/ev-window.c: (ev_window_clear_progress_idle),
240         (reset_progress_idle), (ev_window_show_progress_message),
241         (ev_window_reset_progress_cancellable),
242         (ev_window_progress_response_cb), (show_loading_progress),
243         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
244         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
245         (show_reloading_progress), (reload_remote_copy_ready_cb),
246         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
247         (show_saving_progress), (window_save_file_copy_ready_cb),
248         (window_save_file_copy_progress_cb), (ev_window_save_remote),
249         (ev_window_dispose):
250
251         Show progress information when loading/saving remote files. Fixes
252         bug #370958.
253         
254 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
255
256         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
257
258         Show better warning message when temp file cannot be deleted.
259         
260 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
261
262         * shell/ev-window.c: (image_save_dialog_response_cb):
263
264         Fix saving images to remote locations.
265         
266 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * shell/ev-application.[ch]: (ev_application_shutdown),
269         (ev_application_get_print_settings_file),
270         (ev_application_save_print_settings),
271         (ev_application_get_print_settings),
272         (ev_application_set_print_settings),
273         (ev_application_get_page_setup), (ev_application_set_page_setup):
274         * shell/ev-window.c: (ev_window_save_print_page_setup),
275         (ev_window_load_print_page_setup_from_metadata),
276         (ev_window_print_page_setup_done_cb),
277         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
278         (ev_window_cmd_preview_print):
279
280         Remember page setup options too. Paper size is globally remembered
281         while page margins are stored per document in metadata file. Fixes
282         bugs #525185 and #349102.
283         
284 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * shell/ev-print-operation.c:
287         (ev_print_operation_export_print_dialog_response_cb):
288
289         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
290         
291 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * shell/ev-print-operation.c: (export_cancel),
294         (export_job_cancelled), (ev_print_operation_export_begin),
295         (ev_print_operation_export_cancel):
296         * shell/ev-window.c: (ev_window_print_cancel),
297         (ev_window_print_update_pending_jobs_message),
298         (ev_window_print_operation_done),
299         (ev_window_print_operation_status_changed),
300         (print_jobs_confirmation_dialog_response),
301         (ev_window_cmd_file_close_window):
302
303         Show a confirmation dialog when there are pending print jobs while
304         closing the main window. Fixes bug #480964.
305         
306 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
309         (ev_print_operation_get_job_name),
310         (ev_print_operation_get_status),
311         (ev_print_operation_get_progress),
312         (ev_print_operation_update_status),
313         (ev_print_operation_export_get_job_name), (clamp_ranges),
314         (get_first_and_last_page), (ev_print_operation_export_run_next),
315         (print_job_finished), (export_print_done), (export_job_cancelled),
316         (update_progress), (export_print_page),
317         (ev_print_operation_export_begin),
318         (ev_print_operation_export_print_dialog_response_cb),
319         (ev_print_operation_export_run),
320         (ev_print_operation_export_cancel),
321         (ev_print_operation_export_class_init):
322         * shell/ev-window.c:
323         (ev_window_print_update_pending_jobs_message),
324         (ev_window_print_operation_done),
325         (ev_window_print_progress_response_cb),
326         (ev_window_print_operation_status_changed),
327         (ev_window_print_operation_begin_print), (ev_window_print_range),
328         (ev_window_dispose):
329
330         Show progress information when printing. Fixes bug #482770.
331         
332 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
333
334         * shell/Makefile.am:
335         * shell/ev-progress-message-area.[ch]:
336         * shell/ev-message-area.[ch]: (ev_message_area_init),
337         (ev_message_area_set_image_from_stock):
338
339         Add EvProgressMessageArea derived from EvMessageArea to show
340         progress information in the message area. 
341         
342 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
343
344         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
345
346         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
347         close button. Add a function to get the contents of the message
348         area.
349         
350 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * shell/Makefile.am:
353         * shell/ev-print-operation.[ch]:
354         * shell/ev-jobs.[ch]: (ev_job_export_init),
355         (ev_job_export_dispose), (ev_job_export_run),
356         (ev_job_export_class_init), (ev_job_export_new),
357         (ev_job_export_set_page):
358         * shell/ev-window.c: (ev_window_print_operation_done),
359         (ev_window_print_range), (ev_window_dispose):
360
361         First step of the printing system rework. EvJobPrint has been
362         replaced by EvJobExport so that every page is scheduled to be
363         exported in a thread instead of scheduling the whole printing
364         process. This way the gui is responsive during printing.
365         
366 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
367
368         * shell/ev-window.c: (setup_size_from_metadata),
369         (ev_window_load_print_settings_from_metadata):
370
371         Fix memory leaks.
372         
373 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
374
375         * libdocument/ev-document.c: (ev_document_get_type):
376
377         Add GObject type as prerequisite to EvDocument interface so that
378         document instances can be used as GObjects.
379         
380 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
381
382         * shell/ev-view.c: (jump_to_find_result):
383
384         Only jump the the location of the find result for the first match
385         when searching. It drastically improves the performance when
386         searching. Bug catched and fixed by Michael Hunold. Fixes bug
387         #564774.
388         
389 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
390
391         * properties/ev-properties-main.c: (ev_properties_get_pages):
392         * properties/ev-properties-view.[ch]:
393         (ev_properties_view_dispose), (ev_properties_view_class_init),
394         (ev_properties_view_set_info), (ev_properties_view_new):
395         * shell/ev-properties-dialog.[ch]:
396         (ev_properties_dialog_set_document):
397         * shell/ev-window.c: (ev_window_setup_document),
398         (ev_window_cmd_file_properties):
399
400         Add document URI to properties page. Fixes bug #555376.
401         
402 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
403
404         * configure.ac:
405         * data/Makefile.am:
406         * data/evince-password.glade: Removed
407         * data/evince-properties.glade: Removed
408         * properties/ev-properties-view.c:
409         (ev_properties_view_class_init), (set_property),
410         (ev_properties_view_set_info), (ev_properties_view_init):
411         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
412         (font_cell_data_func), (ev_properties_fonts_init):
413
414         Remove Glade dependency.
415         
416 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
417
418         * backend/comics/comics-document.c: (comics_document_load):
419
420         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
421         
422 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
423
424         * NEWS:
425         * configure.ac:
426
427         Update for release 2.25.2
428         
429 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
430
431         * configure.ac:
432         * shell/Makefile.am:
433         * shell/ev-keyring.[ch]:
434         * shell/ev-password.[ch]: Removed
435         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
436         (ev_password_view_class_init), (ev_password_view_clicked_cb),
437         (ev_password_view_init), (ev_password_view_set_uri),
438         (ev_password_dialog_got_response),
439         (ev_password_dialog_remember_button_toggled),
440         (ev_password_dialog_entry_changed_cb),
441         (ev_password_dialog_entry_activated_cb),
442         (ev_password_view_ask_password), (ev_password_view_get_password),
443         (ev_password_view_get_password_save_flags),
444         (ev_password_view_new):
445         * shell/ev-window.c: (ev_window_password_view_unlock),
446         (ev_window_load_job_cb), (ev_window_close_dialogs),
447         (ev_window_init):
448
449         Rework the password view. When the password is in the keyring it's
450         used automatically without showing the password dialog and it's  
451         only stored in the keyring when we are sure it's correct. The
452         password dialog has been reworked too, in order to make it
453         more hig compliant and consistent with the GTK+ dialog used in
454         gtkmountoperation. Fixes bug #562496. 
455         
456 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * backend/comics/comics-document.c: (comics_document_load):
459
460         Do not trust file extensions when getting the command needed to
461         uncompress comic documents. Fixes bug #562143.
462         
463 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
464
465         * libdocument/ev-document-factory.c: (get_document_from_uri),
466         (ev_document_factory_get_document):
467         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
468         (get_mime_type_from_data), (ev_file_get_mime_type):
469
470         Move mime-type functions from document-facrory to file-helpers so
471         that it can be reused.
472         
473 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
474
475         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
476         (window_open_file_copy_ready_cb), (ev_window_reload_local),
477         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
478         (ev_window_reload_remote), (ev_window_reload_document):
479
480         Add support for reloading remote documents. Fixes bug #555399.
481         
482 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * shell/ev-view.c: (ev_view_find_previous):
485
486         Make sure find_result is never < 0 which causes a crash while
487         searching. Fixes bug #558377.
488         
489 2008-11-19  Marek Kašík <mkasik@redhat.com>
490
491         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
492         (ev_pixbuf_cache_get_selection_surface):
493         
494         Fixes crash on fast scrolling with simultaneous text selection.
495
496 2008-11-19  Marek Kašík <mkasik@redhat.com>
497
498         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
499         * shell/ev-window.c (launch_external_uri):
500         
501         Fixes assertion fail on selecting text. See bug #561393.
502
503 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
504
505         * shell/Makefile.am:
506         * shell/ev-jobs.[ch]: (ev_job_layers_init),
507         (ev_job_layers_dispose), (ev_job_layers_run),
508         (ev_job_layers_class_init), (ev_job_layers_new):
509         * shell/ev-sidebar-layers.[ch]:
510         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
511         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
512         (ev_view_reload_page), (ev_view_reload):
513         * shell/ev-window.c: (setup_sidebar_from_metadata),
514         (ev_window_sidebar_current_page_changed_cb),
515         (sidebar_layers_visibility_changed), (ev_window_init):
516
517         Add layers support.
518         
519 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
520
521         * data/icons/22x22/actions/Makefile.am:
522         * data/icons/22x22/actions/eye.png:
523         * shell/ev-stock-icons.[ch]:
524         
525         Add eye icon from gimp to hide/show layers.
526         
527 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
528
529         * configure.ac:
530         * cut-n-paste/Makefile.am:
531         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
532         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
533         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
534
535         Add GimpCellRendererToggle from gimp slightly modified to fit our
536         needs. 
537         
538 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
539
540         * configure.ac:
541         * backend/pdf/ev-poppler.cc:
542
543         Implement layers interface in PDF backend.
544         
545 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
546
547         * libdocument/Makefile.am:
548         * libdocument/ev-document-layers.[ch]:
549         * libdocument/ev-layer.[ch]:
550
551         Add optional content (layers) interface.
552         
553 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
554
555         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
556         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
557
558         Removes unused code.
559
560 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * NEWS:
563         * configure.ac:
564
565         Update for 2.25.1 release
566
567 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * shell/ev-window.c:
570
571         Fix build with GTK+ < 2.14
572
573 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
574
575         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
576         
577         Makes menu label translatable. Fixes bug #559129.
578
579 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
580
581         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
582         (t1_transform_font):
583         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
584         
585         More renames of warning to mdvi_warning in follow up to the
586         fix of the bug #553369. Fix for the bug #559257 by
587         Tuxce <tuxce.net@gmail.com>.
588         
589 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
590
591         * shell/ev-application.c: (ev_application_init_session):
592         * shell/main.c: (main):
593
594         Move the egg_set_desktop_file() call to main and remove
595         gtk_window_set_default_icon_name() since it's already called by
596         egg_set_desktop_file()
597         
598 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
601
602         Initialize GError to NULL.
603         
604 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
605
606         * shell/ev-window.c: (window_save_file_copy_ready_cb),
607         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
608         (ev_window_preview_print_finished), (launch_action):
609
610         Do not use popup dialogs to show error messages anymore, use the
611         message area instead.
612         
613 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
614
615         * shell/ev-window.c: (ev_window_error_message),
616         (ev_window_warning_message), (ev_window_set_document),
617         (ev_window_load_job_cb), (ev_window_load_remote_failed),
618         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
619         (ev_window_cmd_help_contents), (launch_external_uri),
620         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
621         (ev_attachment_popup_cmd_open_attachment),
622         (attachment_save_dialog_response_cb):
623
624         Use a message format (with printf()-style) in
625         ev_window_error_message and ev_window_warning_message.
626
627 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * shell/ev-window.c: (ev_window_error_message),
630         (ev_window_warning_message), (ev_window_set_document),
631         (ev_window_load_job_cb), (ev_window_load_remote_failed),
632         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
633         (ev_window_cmd_help_contents), (launch_external_uri),
634         (image_save_dialog_response_cb),
635         (ev_attachment_popup_cmd_open_attachment),
636         (attachment_save_dialog_response_cb):
637
638         Change ev_window_error_message and ev_window_warning_message to
639         receive a EvWindow instead of a GtkWindow. It's more consistent
640         and avoids unneeded casts.
641         
642 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
643
644         * shell/ev-window.c: (ev_window_cmd_help_contents):
645
646         Use gtk_show_uri() when availale to display help contents.
647         
648 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
649
650         * configure.ac:
651         * backend/pdf/ev-poppler.cc:
652         * properties/ev-properties-view.c:
653         * shell/Makefile.am:
654         * shell/ev-tooltip.[ch]: Removed
655         * shell/ev-view-private.h
656         * shell/eggfindbar.c:
657         * shell/ev-application.c:
658         * shell/ev-open-recent-action.c:
659         * shell/ev-sidebar-thumbnails.c:
660         * shell/ev-view.c:
661         * shell/ev-window.c:
662
663         Bump GTK+ requirement to 2.12.
664         
665 2008-10-27 Christian Persch <chpe@gnome.org>
666
667         * backend/djvu/djvu-document.c
668         * backend/dvi/cairo-device.c
669         * cut-n-paste/evmountoperation/ev-mount-operation.h
670         * cut-n-paste/gedit-message-area/gedit-message-area.h
671         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
672         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
673         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
674         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
675         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
676         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
677         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
678         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
679         * cut-n-paste/zoom-control/ephy-zoom-action.c
680         * cut-n-paste/zoom-control/ephy-zoom-action.h
681         * cut-n-paste/zoom-control/ephy-zoom-control.c
682         * cut-n-paste/zoom-control/ephy-zoom-control.h
683         * libdocument/ev-async-renderer.h
684         * libdocument/ev-document-factory.c
685         * libdocument/ev-document-misc.h
686         * libdocument/ev-image.h
687         * libdocument/ev-selection.h
688         * shell/ev-properties-fonts.h
689         * shell/ev-stock-icons.h
690         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
691         directly. Bug #558064.
692
693 2008-10-27 Christian Persch <chpe@gnome.org>
694
695         * cut-and-paste/smclient/*: Update from libegg.
696
697 2008-10-27 Christian Persch <chpe@gnome.org>
698
699         * backend/djvu/djvu-document.c
700         * backend/ps/ev-spectre.c
701         * shell/ev-jobs.c: Use printf safely. Bug #558066.
702
703 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
704
705         * shell/ev-view.c (ev_view_change_page),
706         (ev_view_transition_animation_finish),
707         (ev_view_transition_animation_cancel), (page_changed_cb),
708         (ev_view_set_presentation), (ev_view_next_page),
709         (ev_view_previous_page):
710         
711         Cancel the animation without scheduling transition start
712         and proceed to the next page to fix bug #516749.
713
714 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * NEWS:
717         * configure.ac:
718
719         Update for release 2.24.1
720         
721 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * shell/ev-window.c: (ev_window_cmd_view_presentation):
724
725         Disable toggle function of F5 when in presentation mode. Patch by
726         Dave Neary. Fixes bug #556162.
727         
728 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
729
730         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
731         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
732         (ev_sidebar_thumbnails_fill_model),
733         (ev_sidebar_thumbnails_refresh),
734         (ev_sidebar_thumbnails_set_document):
735
736         Instead of using only one loading icon for thumbnails based on the
737         size of the first page, create an icon for every different page
738         size. Fixes bug #556264.
739         
740 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
741
742         * shell/ev-page-cache.c: (ev_page_cache_finalize):
743
744         Fix memory leak.
745         
746 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
747
748         * shell/ev-window-title.c (ev_window_title_sanitize_title):
749
750         Removes bad prefixes from window title. Patch by 
751         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
752         
753 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
754
755         * shell/ev-window.c: (launch_external_uri):
756
757         Do not consider mailto links as http uris. Fixes bug #555801.
758         
759 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
760
761         * shell/ev-view.c: (merge_selection_region), (clear_selection):
762
763         Fix memory leak. Fixes bug #555134.
764         
765 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
766
767         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
768
769         Emit the job finished signal when the job is handled before the
770         page_ready callback.
771         
772 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
773
774         * shell/ev-window.c: (launch_action):
775
776         Use GdkAppLaunchContext when available to launch external
777         applications.
778         
779 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
780
781         * shell/ev-window.c: (launch_action):
782
783         Fix launching external applications for launch actions which seems
784         to be broken since the gio port. Fixes bug #554500.
785         
786 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
787
788         * backend/dvi/Makefile.am:
789         * backend/dvi/cairo-device.c:
790         * backend/dvi/dvi-document.c:
791         * backend/dvi/mdvi-lib/Makefile.am:
792
793         Fix several compile warnings in the dvi backend.
794         
795 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
796
797         * backend/dvi/mdvi-lib/common.h:
798         * backend/dvi/mdvi-lib/dviread.c:
799         * backend/dvi/mdvi-lib/font.c:
800         * backend/dvi/mdvi-lib/fontmap.c:
801         * backend/dvi/mdvi-lib/fontsrch.c:
802         * backend/dvi/mdvi-lib/gf.c:
803         * backend/dvi/mdvi-lib/pagesel.c:
804         * backend/dvi/mdvi-lib/pk.c:
805         * backend/dvi/mdvi-lib/sp-epsf.c:
806         * backend/dvi/mdvi-lib/special.c:
807         * backend/dvi/mdvi-lib/tfm.c:
808         * backend/dvi/mdvi-lib/tfmfile.c:
809         * backend/dvi/mdvi-lib/util.c:
810         * backend/dvi/mdvi-lib/vf.c:
811
812         Rename error as mdvi_error to avoid symbol conflicts with the libc
813         error. Rename also message, crash, fatal and warning for
814         consistency. Fixes bug #553369.
815         
816 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * backend/dvi/dvi-document.c: (dvi_document_load):
819
820         Fix memory leak.
821         
822 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * backend/dvi/dvi-document.c:
825
826         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
827         G_IMPLEMENT_INTERFACE.
828         
829 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
832
833         Make sure copy_job_page_and_selection_to_job_info is always called
834         before copy_job_to_job_info. Fixes bug #552382.
835         
836 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
837
838         * NEWS:
839         * configure.ac:
840
841         Update for release 2.24.0
842         
843 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
844
845         * shell/ev-window.c: (launch_external_uri):
846
847         Use GdkAppLaunchContext when available to launch external uris.
848         
849 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * shell/ev-window.c: (launch_external_uri):
852
853         Use the message area to show errors when lauching external uris
854         instead of a popup window.
855         
856 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
857
858         * shell/ev-window.c: (launch_external_uri):
859
860         Assume invalid uris are http uris. Fixes bug #552071.
861         
862 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * NEWS:
865         * configure.ac:
866
867         Update for release 2.23.92.
868         
869 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
870
871         * shell/eggfindbar.c: (egg_find_bar_class_init):
872
873         Allow page scrolling with PageUp/PageDown keys when find bar is
874         active. Fixes bug #529833.
875         
876 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
877
878         * shell/ev-view-private.h:
879         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
880         (ev_view_scroll), (ev_view_class_init):
881         * shell/ev-view-accessible.c:
882         (ev_view_accessible_action_do_action):
883         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
884         (ev_window_cmd_scroll_backward):
885
886         Use GtkScrollType instead of EvScrollType.
887         
888 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
889
890         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
891         
892         Patch for case unsensitive page label match by Michael Lee.
893         See bug #550136.
894         
895         * shell/ev-page-action.c (create_tool_item):    
896         * test/Makefile.am:
897         * test/test1.py:
898         * test/test4.py:
899         * test/test5.py:
900         
901         Added test for the above and updated other tests.
902
903 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
904
905         * shell/ev-window.c: (image_save_dialog_response_cb):
906
907         Do not append the file extension twice when saving an image.
908         
909 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
910
911         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
912
913         Remove an invalid ifdef.
914         
915 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
916
917         * shell/ev-view.c: (ev_view_motion_notify_event):
918
919         Make sure the cursor is correctly restored after showing the right
920         click menu.
921         
922 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
923
924         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
925         (ev_attachment_open):
926         * shell/ev-sidebar-attachments.c:
927         (ev_sidebar_attachments_button_press):
928         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
929
930         Use GdkAppLaunchContext when available to open attachments.
931         
932 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
933
934         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
935
936         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
937         by Eric Piel.
938         
939 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
940
941         * shell/ev-application.c: (ev_application_get_media_keys):
942         * shell/ev-media-player-keys.[ch]:
943         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
944         (ev_media_player_keys_grab_keys),
945         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
946         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
947         * shell/ev-window.[ch]: (ev_window_dispose),
948         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
949         (ev_window_init):
950
951         Clean up the media player keys stuff.
952         
953 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
954
955         * NEWS:
956         * configure.ac:
957
958         Update for release 2.23.91.
959         
960 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
961
962         * cut-n-paste/smclient/eggsmclient-xsmp.c:
963         (sm_client_xsmp_set_initial_properties):
964
965         Fix memory leak.
966         
967 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * shell/ev-application.c: (ev_application_open_window),
970         (ev_application_open_uri_at_dest):
971
972         Make sure evince starts up in the right workspace when resuming a
973         previous session.
974         
975 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * shell/ev-application.[ch]: (ev_application_open_window),
978         (ev_application_add_icon_path_for_screen),
979         (ev_application_open_uri_at_dest):
980
981         Fix window manager warnings shown in ~/.xsession-errors
982         
983 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
984
985         * configure.ac:
986         * cut-n-paste/Makefile.am:
987         * cut-n-paste/smclient/Makefile.am:
988         * cut-n-paste/smclient/eggdesktopfile.[ch]:
989         * cut-n-paste/smclient/eggsmclient-private.h:
990         * cut-n-paste/smclient/eggsmclient-xsmp.c:
991         * cut-n-paste/smclient/eggsmclient.[ch]:
992
993         EggSMClient copied from libegg
994
995         * libdocument/ev-file-helpers.c: (ev_dot_dir):
996         * shell/Makefile.am:
997         * shell/ev-application.[ch]: (ev_application_load_session),
998         (smclient_save_state_cb), (smclient_quit_cb),
999         (ev_application_init_session), (ev_application_shutdown),
1000         (ev_application_init):
1001         * shell/main.c: (main):
1002
1003         Use EggSMClient instead of gnome-client and remove libgnome and
1004         libgnomeui dependencies.
1005         
1006 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1007
1008         * shell/main.c: (main):
1009
1010         Remove gnome_authentication_manager_init.
1011         
1012 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1013
1014         * shell/ev-view.c: (ev_view_goto_window_create):
1015
1016         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1017         since it's now deprecated.
1018         
1019 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1020
1021         * backend/djvu/Makefile.am:
1022         * backend/djvu/djvu-document-private.h:
1023         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1024         (djvu_document_find_iface_init):
1025         * backend/djvu/djvu-text-page.[ch]:
1026         * backend/djvu/djvu-text.[ch]: Removed
1027         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1028         (pdf_document_find_iface_init):
1029         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1030         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1031         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1032         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1033         (ev_job_find_has_results), (ev_job_find_get_results):
1034         * shell/ev-view-private.h:
1035         * shell/ev-view.[ch]: (ev_view_expose_event),
1036         (highlight_find_results), (ev_view_finalize),
1037         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1038         (ev_view_set_document), (ev_view_find_get_n_results),
1039         (ev_view_find_get_result), (jump_to_find_result),
1040         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1041         (ev_view_find_previous), (ev_view_find_search_changed),
1042         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1043         * shell/ev-window.c: (ev_window_update_actions),
1044         (page_changed_cb), (ev_window_setup_document),
1045         (ev_window_update_find_status_message),
1046         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1047         (ev_window_clear_find_job), (find_bar_close_cb),
1048         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1049         (ev_window_dispose), (ev_window_init):
1050
1051         Rework find interface. The find logic has been moved from backends
1052         to the shell avoiding a lot of duplicated code in the backends and
1053         making easier to implement the find interface in the backends.
1054         
1055 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * backend/pdf/ev-poppler.cc:
1058         (pdf_document_thumbnails_get_dimensions):
1059
1060         Make sure thumbnail size returned by the PDF is actually
1061         valid. Fixes bug #548462.
1062         
1063 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1064
1065         * shell/ev-window.c: (ev_window_setup_document),
1066         (ev_window_set_document), (ev_window_dispose):
1067
1068         Remove the idle function for setting the document up when the
1069         window is destroyed. Fixes bug #549163.
1070         
1071 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1072
1073         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1074         (ev_job_attachments_dispose), (ev_job_attachments_run),
1075         (ev_job_attachments_class_init), (ev_job_attachments_new):
1076         * shell/ev-sidebar-attachments.c:
1077         (ev_sidebar_attachments_set_document):
1078
1079         Add a new job to get the attachments in a thread with the document
1080         lock held. Fixes bug #548653.
1081         
1082 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1083
1084         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1085         (tiff_document_document_iface_init):
1086
1087         Implement document_get_page_label in tiff backend.
1088         
1089 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1090
1091         * backend/tiff/tiff-document.c: (tiff_document_render):
1092
1093         Handle document orientation in tiff backend. Fixes bug #548444.
1094         
1095 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1096
1097         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1098
1099         Do not crash when adjustment page size is 0. Fixes bug #547440.
1100         
1101 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1102
1103         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1104
1105         Sync with current GTK+.
1106         
1107 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1108
1109         * configure.ac:
1110         
1111         Update for release 2.23.6.
1112
1113 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1114
1115         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1116         (ev_job_load_set_password):
1117         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1118         * shell/ev-window.c: (password_dialog_response),
1119         (ev_window_load_job_cb):
1120
1121         Fix loading encrypted documents since I broke it with the jobs
1122         rework.
1123         
1124 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * NEWS:
1127
1128         Update NEWS for 2.23.6 release.
1129         
1130 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1131
1132         * backend/impress/impress-document.c:
1133         * backend/impress/render.h:
1134         * libdocument/ev-document-factory.c:
1135         * libdocument/ev-document-factory.h:
1136         * libdocument/ev-document-links.h:
1137         * libdocument/ev-document-misc.c:
1138         * libdocument/ev-document-misc.h:
1139         * properties/ev-properties-main.c:
1140         * properties/ev-properties-view.c:
1141         * properties/ev-properties-view.h:
1142         * shell/eggfindbar.c:
1143         * shell/eggfindbar.h:
1144         * shell/ev-application.c:
1145         * shell/ev-application.h:
1146         * shell/ev-jobs.h:
1147         * shell/ev-message-area.h:
1148         * shell/ev-navigation-action.c:
1149         * shell/ev-navigation-action.h:
1150         * shell/ev-open-recent-action.c:
1151         * shell/ev-open-recent-action.h:
1152         * shell/ev-page-action-widget.c:
1153         * shell/ev-page-action.c:
1154         * shell/ev-page-action.h:
1155         * shell/ev-page-cache.h:
1156         * shell/ev-password-view.h:
1157         * shell/ev-password.h:
1158         * shell/ev-pixbuf-cache.h:
1159         * shell/ev-properties-fonts.c:
1160         * shell/ev-sidebar-attachments.c:
1161         * shell/ev-sidebar-links.c:
1162         * shell/ev-sidebar-links.h:
1163         * shell/ev-sidebar-thumbnails.c:
1164         * shell/ev-sidebar-thumbnails.h:
1165         * shell/ev-sidebar.c:
1166         * shell/ev-sidebar.h:
1167         * shell/ev-stock-icons.c:
1168         * shell/ev-tooltip.h:
1169         * shell/ev-view.c:
1170         * shell/ev-view.h:
1171         * shell/ev-window.c:
1172         * shell/ev-window.h:
1173         * shell/main.c:
1174
1175         More #include cleanups. Again: reordering, single gtk.h
1176         includes and other stuff.
1177
1178 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1179
1180         * shell/eggfindbar.c:
1181         * shell/ev-application.c:
1182         * shell/ev-message-area.c:
1183         * shell/ev-navigation-action.c:
1184         * shell/ev-open-recent-action.c:
1185         * shell/ev-page-action-widget.c:
1186         * shell/ev-page-action.c:
1187         * shell/ev-password-view.c:
1188         * shell/ev-properties-dialog.c:
1189         * shell/ev-properties-fonts.c:
1190         * shell/ev-sidebar-attachments.c:
1191         * shell/ev-sidebar-page.c:
1192         * shell/ev-sidebar-thumbnails.c:
1193         * shell/ev-stock-icons.c:
1194         * shell/ev-tooltip.c:
1195         * shell/ev-view.c:
1196         * shell/ev-window.c:
1197         * shell/main.c:
1198
1199         Cleanup many #include statements: reorder so that a
1200         generic-to-specific order is used, use single gtk.h
1201         includes, and some other cleanups.
1202
1203 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * shell/ev-jobs.h:
1206
1207         Add gio header.
1208         
1209 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1210
1211         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1212         (ev_document_fc_mutex_trylock):
1213         * shell/Makefile.am:
1214         * shell/ev-job-queue.[ch]:
1215         * shell/ev-job-scheduler.[ch]:
1216         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1217         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1218         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1219         (ev_job_failed_from_error), (ev_job_succeeded),
1220         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1221         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1222         (ev_job_links_class_init), (ev_job_render_init),
1223         (notify_page_ready), (ev_job_render_page_ready),
1224         (ev_job_render_run), (ev_job_render_class_init),
1225         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1226         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1227         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1228         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1229         (ev_job_save_dispose), (ev_job_save_run),
1230         (ev_job_save_class_init), (ev_job_print_init),
1231         (ev_job_print_dispose), (ev_job_print_run),
1232         (ev_job_print_class_init):
1233         * shell/ev-page-cache.c:
1234         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1235         (check_job_size_and_unref), (move_one_job),
1236         (copy_job_to_job_info), (add_job),
1237         (ev_pixbuf_cache_add_jobs_if_needed):
1238         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1239         (job_fonts_finished_cb), (job_fonts_updated_cb),
1240         (ev_properties_fonts_set_document):
1241         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1242         (ev_sidebar_links_set_document):
1243         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1244         (ev_sidebar_thumbnails_set_document),
1245         (ev_sidebar_thumbnails_clear_job):
1246         * shell/ev-view-private.h:
1247         * shell/ev-view.c:
1248         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1249         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1250         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1251         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1252         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1253         (ev_window_reload_document), (ev_window_clear_save_job),
1254         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1255         (ev_window_clear_print_job), (ev_window_print_job_cb),
1256         (ev_window_print_dialog_response_cb):
1257         * shell/main.c: (main):
1258
1259         Rework the jobs system in order to make it simpler and more
1260         extensible. It allows to run jobs in the main loop instead of
1261         using a thread when it's appropriate like the fonts job. Now it's
1262         also possible to cancel jobs that are currently running. 
1263         
1264 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1265
1266         * libdocument/ev-debug.c: (profile_init):
1267
1268         Create the hash table also when profiling service is enabled for
1269         all sections.
1270         
1271 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1272
1273         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1274         (ev_profiler_stop):
1275         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1276         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1277         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1278         (ev_job_print_run):
1279         * shell/main.c: (main):
1280
1281         Add a profile mode available when debug is enabled. Add profilers
1282         in ev-jobs.
1283         
1284 2008-07-23  Götz Waschk <waschk@mandriva.org>
1285
1286         * configure.ac: Correctly build desktop file. Fixes
1287         bug #544237.
1288
1289 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1290
1291         * configure.ac:
1292         
1293         Update for release 2.23.5.
1294
1295 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * NEWS:
1298
1299         Update NEWS for 2.23.5 release.
1300         
1301 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * shell/ev-window.c: (ev_window_state_event),
1304         (ev_window_class_init):
1305
1306         Intercept window manager's fullscreen request in order to run/stop
1307         fullscreen mode. Fixes bug #493541.
1308         
1309 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1310
1311         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1312
1313         Restart the job search when the find bar is opened for the second
1314         time. Fixes bug #531956.
1315         
1316 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1317
1318         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1319         (get_document_from_uri):
1320
1321         Make sure we always return a valid error struct when
1322         get_document_from_uri fails. Fixes nautilus crash, see bug
1323         #542548.
1324         
1325 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1326
1327         * libdocument/ev-transition-effect.c
1328         (ev_transition_effect_type_get_type),
1329         (ev_transition_effect_alignment_get_type),
1330         (ev_transition_effect_direction_get_type):
1331         
1332         Fixes bug #542924. Makes enums static to fix Solaris build.
1333
1334 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1335
1336         * shell/ev-view.c: (ev_view_key_press_event):
1337
1338         Add '.' keybinding for blanking the screen in presentation
1339         mode. Fixes bug #542001.
1340         
1341 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1342
1343         * libdocument/ev-document-misc.c:
1344         (ev_document_misc_pixbuf_from_surface):
1345
1346         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1347         #540950.
1348         
1349 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1350
1351         * backend/comics/comics-document.c (comics_document_load):
1352         * backend/comics/comicsdocument.evince-backend.in:
1353         * configure.ac:
1354         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1355         
1356         Added support for 7-zip based cb7 comic book. Patch by
1357         Kartik Rustagi. Fixes bug #532312.
1358
1359 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1360
1361         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1362         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1363         Fixes bug #539972.
1364
1365 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1366
1367         * shell/Makefile.am:
1368         * shell/ev-application.c (ev_application_init),
1369         (ev_application_get_media_keys):
1370         * shell/ev-application.h:
1371         * shell/ev-marshal.list:
1372         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1373         (proxy_destroy), (on_media_player_key_pressed),
1374         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1375         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1376         * shell/ev-media-player-keys.h:
1377         * shell/ev-window.c (ev_window_go_previous_page),
1378         (ev_window_go_next_page), (ev_window_go_first_page),
1379         (ev_window_go_last_page), (ev_window_start_presentation),
1380         (ev_window_dispose), (view_actions_focus_in_cb):
1381         * shell/ev-window.h: When building with D-Bus support, listen
1382         for multimedia key events from gnome-settings-daemon. This allows
1383         to go to the next/previous/first/last pages using, respectively,
1384         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1385         a presentation. Fixes bug #539971.
1386
1387 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1388
1389         * configure.ac:
1390         
1391         Update for release 2.23.4.
1392
1393 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * NEWS:
1396
1397         Update news for 2.23.4 release.
1398         
1399 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1400
1401         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1402         * shell/ev-sidebar-thumbnails.c:
1403         (ev_sidebar_thumbnails_set_loading_icon),
1404         (ev_sidebar_thumbnails_refresh):
1405         * shell/ev-window.c: (ev_window_error_message),
1406         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1407         (ev_window_set_document):
1408
1409         Do not crash opening documents with no pages and show a warning
1410         message in the message area. Fixes bugs #537574 and #171588.
1411         
1412 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1413
1414         * shell/Makefile.am:
1415         * shell/ev-file-monitor.[ch]:
1416         * shell/ev-window.c: (ev_window_document_changed),
1417         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1418         (ev_window_reload_job_cb), (ev_window_open_uri),
1419         (ev_window_reload_document), (ev_window_cmd_view_reload),
1420         (ev_window_dispose):
1421
1422         Automaticly reload the document when the file has changed on
1423         disk. Bug #304249.
1424         
1425 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1426
1427         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1428         * libdocument/ev-image.c: (ev_image_save_tmp):
1429         * libdocument/ev-module.c: (ev_module_load):
1430         * shell/ev-application.c: (ev_application_shutdown),
1431         (ev_application_get_print_settings):
1432         * shell/ev-sidebar-attachments.c:
1433         (ev_sidebar_attachments_button_press),
1434         (ev_sidebar_attachments_drag_data_get):
1435         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1436         (ev_window_print_finished), (ev_window_print_send),
1437         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1438         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1439         (ev_window_cmd_preview_print):
1440         * shell/main.c: (load_files_remote):
1441         Fix some build warnings under GCC 4.3.0. (#537535).
1442
1443 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * shell/ev-jobs.c: (ev_job_render_dispose):
1446
1447         Fix a crash in debug mode. Patch by Daniel M German.
1448         
1449 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1450
1451         * shell/ev-window.c:
1452
1453         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1454         
1455 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1456
1457         * shell/ev-window.c: (ev_window_print_send),
1458         (ev_window_do_preview_print):
1459
1460         Use the window title as print job name instead of just
1461         "evince-print". Fixes bug #534493.
1462         
1463 2008-05-19  Frederic Peters  <fpeters@0d.be>
1464
1465         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1466         Bug #533897.
1467
1468 2008-05-19  Frederic Peters  <fpeters@0d.be>
1469
1470         * help/reference/Makefile.am: added missing libevmountoperation to
1471         gtkdoc-scanobj libraries.  Bug #533896.
1472
1473 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1474
1475         * properties/ev-properties-view.c (get_default_user_units):
1476         Fixes check for default units string translation. Bug #533323.
1477
1478 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1479
1480         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1481         be an iks_free(). Fix an array overflow in the XML parser that
1482         would occur whenever the number of attributes in a tag was greater
1483         than 0 and divisible by 6. Fixes GNOME bug #530852.
1484
1485 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1486
1487         * backend/djvu/djvu-document-private.h:
1488         * backend/djvu/djvu-links.c:
1489         * backend/djvu/djvu-text.c:
1490         * backend/djvu/djvu-document.c: (djvu_handle_events),
1491         (djvu_wait_for_message), (djvu_document_load),
1492         (document_get_page_size), (djvu_document_render),
1493         (djvu_document_thumbnails_get_thumbnail),
1494         (djvu_document_file_exporter_end):
1495
1496         Make sure load job doesn't finish successfully when the document
1497         is not successfully decoded by libdjvu. Fixes bug #530202.
1498         
1499 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1500
1501         * configure.ac:
1502         * libdocument/Makefile.am:
1503         * libdocument/ev-debug.[ch]:
1504         * libdocument/ev-document.c:
1505         * shell/ev-jobs.c: (ev_job_links_dispose),
1506         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1507         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1508         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1509         (ev_job_render_page_ready), (ev_job_render_run),
1510         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1511         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1512         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1513         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1514         (ev_job_print_new), (ev_job_print_run):
1515         * shell/main.c: (main):
1516
1517         Add debug mode based on gedit code. Add debug messages in
1518         ev-jobs.
1519         
1520 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1521
1522         * libdocument/ev-document-factory.c: (get_document_from_uri):
1523
1524         Fix memory leak.
1525         
1526 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1527
1528         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1529         (get_mime_type_from_data), (get_document_from_uri),
1530         (ev_document_factory_get_document):
1531         
1532         Improved error message about file opening failture.
1533         Bug #529129.
1534
1535 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1536
1537         * data/evince-toolbar.xml:
1538         
1539         Allow to add SaveAs to toolbar.
1540
1541 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * shell/ev-view-private.h:
1544         * shell/ev-view.[ch]: (ev_view_button_release_event),
1545         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1546         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1547         (ev_view_update_primary_selection), (clear_link_selected),
1548         (ev_view_copy_link_address):
1549         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1550
1551         Update also the primary selection when copying a link
1552         address. Fixes bug #520855.
1553         
1554 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1555
1556         * libdocument/ev-document-factory.c: (get_document_from_uri):
1557
1558         Use the pixbuf backend only when the mime type is not supported by
1559         any of the other backend so that tiff documents, for instance, are
1560         handled by the tiff backend instead of the pixbuf backend. fixes
1561         bug #520290.
1562         
1563 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * cut-n-paste/Makefile.am:
1566
1567         Add evmountoperation to subdirs list.
1568         
1569 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1570
1571         * configure.ac:
1572
1573         Fix libspectre check in configure script. Fixes bug #528549.
1574         
1575 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * configure.ac:
1578         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1579         * shell/Makefile.am:
1580         * shell/ev-window.c: (ev_window_load_remote_failed),
1581         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1582
1583         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1584         open documents in remote locations that are not mounted.
1585         
1586 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1587
1588         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1589         (bitmap_convert_msb8):
1590         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1591         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1592
1593         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1594         
1595 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1598         (ev_job_render_new), (ev_job_render_set_selection_info),
1599         (ev_job_render_run):
1600         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1601         (check_job_size_and_unref),
1602         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1603         (add_job), (ev_pixbuf_cache_get_selection_surface):
1604
1605         Create the render context needed for rendering a page in the render
1606         thread so that we don't block the main thread. Simplify
1607         EvJobRender API.
1608         
1609 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * libdocument/Makefile.am:
1612         * libdocument/ev-page.[ch]:
1613         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1614         (ev_render_context_new), (ev_render_context_set_page):
1615         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1616         (ev_form_field_finalize), (ev_form_field_class_init):
1617         * libdocument/ev-document-forms.[ch]:
1618         (ev_document_forms_get_form_fields):
1619         * libdocument/ev-document.[ch]: (ev_document_get_page),
1620         (ev_document_get_page_size), (ev_document_get_page_label):
1621         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1622         (ev_job_render_run), (ev_job_thumbnail_new),
1623         (ev_job_thumbnail_run), (ev_job_print_run):
1624         * shell/ev-page-cache.c: (ev_page_cache_new):
1625         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1626         (check_job_size_and_unref), (add_job):
1627         * shell/ev-sidebar-thumbnails.c: (add_range):
1628         * shell/ev-view.c: (ev_view_form_field_get_region),
1629         (ev_view_form_field_button_create_widget),
1630         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1631         (ev_view_handle_form_field), (ev_view_size_allocate),
1632         (get_selected_text):
1633         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1634         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1635         (pdf_document_get_page), (pdf_document_get_page_label),
1636         (pdf_document_render), (pdf_document_get_info),
1637         (pdf_document_document_iface_init),
1638         (pdf_document_thumbnails_get_thumbnail),
1639         (pdf_document_thumbnails_get_dimensions),
1640         (pdf_document_file_exporter_do_page),
1641         (pdf_selection_render_selection),
1642         (pdf_selection_get_selected_text),
1643         (pdf_selection_get_selection_region),
1644         (pdf_selection_get_selection_map),
1645         (pdf_document_forms_get_form_fields),
1646         (pdf_document_forms_form_field_text_get_text),
1647         (pdf_document_forms_form_field_text_set_text),
1648         (pdf_document_forms_form_field_button_set_state),
1649         (pdf_document_forms_form_field_button_get_state),
1650         (pdf_document_forms_form_field_choice_get_item),
1651         (pdf_document_forms_form_field_choice_get_n_items),
1652         (pdf_document_forms_form_field_choice_is_item_selected),
1653         (pdf_document_forms_form_field_choice_select_item),
1654         (pdf_document_forms_form_field_choice_toggle_item),
1655         (pdf_document_forms_form_field_choice_unselect_all),
1656         (pdf_document_forms_form_field_choice_set_text),
1657         (pdf_document_forms_form_field_choice_get_text):
1658         * backend/ps/ev-spectre.c: (ps_document_get_page),
1659         (ps_document_get_page_size), (ps_document_get_page_label),
1660         (ps_document_render), (ps_document_document_iface_init),
1661         (ps_document_file_exporter_do_page):
1662         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1663         (tiff_document_render), (tiff_document_render_pixbuf),
1664         (tiff_document_file_exporter_do_page):
1665         * backend/pixbuf/pixbuf-document.c:
1666         (pixbuf_document_get_page_size):
1667         * backend/comics/comics-document.c:
1668         (comics_document_get_page_size), (comics_document_render_pixbuf):
1669         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1670         (djvu_document_render), (djvu_selection_get_selected_text),
1671         (djvu_document_thumbnails_get_thumbnail),
1672         (djvu_document_file_exporter_do_page),
1673         (djvu_document_find_get_result):
1674         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1675         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1676         (dvi_document_thumbnails_get_thumbnail),
1677         (dvi_document_file_exporter_do_page):
1678         * backend/impress/impress-document.c:
1679         (impress_document_get_page_size),
1680         (impress_document_render_pixbuf):
1681         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1682
1683         Add EvPage so that we can hold a reference to the backend
1684         page. Form fields keep now a reference to the poppler page
1685         improving performance since we don't have to create/destroy the
1686         poppler field for every form operation. This will be needed for
1687         annotations too.
1688         
1689 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1690
1691         * data/evince-ui.xml:
1692         * shell/ev-window.c:
1693
1694         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1695         
1696 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1697
1698         * configure.ac:
1699         * backend/ps/Makefile.am:
1700
1701         Remove gs stuff from ps backend.
1702         
1703 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * configure.ac:
1706         * backend/pdf/ev-poppler.cc:
1707
1708         Bump poppler requirement to 0.8.0.
1709         
1710 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1711
1712         * NEWS:
1713         * configure.ac:
1714
1715         Update for release 2.22.1.1
1716
1717 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1718
1719         * configure.ac:
1720
1721         Fix build (again) when poppler version is 0.6
1722         
1723 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1724
1725         * backend/djvu/djvu-links.c: (build_tree):
1726
1727         Make sure link title is a valid utf8 string. Fixes bug #526517.
1728         
1729 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1730
1731         * configure.ac:
1732
1733         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1734         #526799.
1735         
1736 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1737
1738         * configure.ac:
1739         
1740         Update for release 2.22.1.
1741
1742 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1743
1744         * NEWS:
1745
1746         Update for upcoming release.
1747
1748 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1749
1750         * configure.ac:
1751         * backend/dvi/dvidocument.evince-backend.in:
1752
1753         Add compressed dvi to the list of supported mime types. Patch by
1754         Ed Catmur. Fixes bug #307087.
1755
1756 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1759
1760         Fix a crash when printing a range that doesn't specify the start or
1761         end page. Fixes bug #524288.
1762
1763 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1764
1765         * shell/ev-window.c: (ev_window_cmd_continuous),
1766         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1767         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1768         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1769         (ev_window_run_presentation), (ev_window_stop_presentation),
1770         (ev_window_cmd_view_presentation),
1771         (ev_window_cmd_leave_fullscreen),
1772         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1773
1774         Do not unfullscreen and fullscreen again the window when changing
1775         from fullscreen to presentation mode and vice versa. Fixes bug
1776         #524112.
1777         
1778 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1779
1780         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1781
1782         Do not crash when thumbnail failed to render in PS backend. Fixes
1783         bug #525015.
1784         
1785 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1786
1787         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1788         (ev_window_load_file_remote), (ev_window_open_uri):
1789
1790         Handle errors when opening remote files.
1791         
1792 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1793
1794         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1795
1796         Only grab the focus for the current visible proxy widget. Fixes
1797         bug #521224.
1798         
1799 2008-03-30  Emil Soleyman  <emil@nishra.com>
1800
1801         * shell/ev-window.c: (launch_external_uri):
1802         
1803         Reuse g_app_info_launch_default_for_uri to
1804         save some code and fix bug #525009.
1805
1806 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1807
1808         * shell/ev-window.c (image_save_dialog_response_cb):
1809
1810         Use g_str_has_suffix. See bug #523069.
1811
1812 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1813
1814         * configure.ac:
1815
1816         Add a configure option to enable/diable DBus. Patch by Rémi
1817         Cardona. Fixes bug 521797.
1818
1819 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1820
1821         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1822
1823         Fix printing in documents with rotated pages. Patch by Eugen
1824         Dedu. Fixes bug #512648.
1825         
1826 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1827
1828         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1829         (ev_link_from_action):
1830
1831         Fix warning messages.
1832         
1833 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1834
1835         * shell/ev-window.c: (image_save_dialog_response_cb):
1836
1837         Do not append the extension to filename when saving an image
1838         if the filename alredy contains the extension. Fixes bug #523069.
1839         
1840 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1841
1842         * shell/ev-view.[ch]: (ev_view_find_cancel):
1843         * shell/ev-window.c: (find_bar_close_cb):
1844
1845         Cancel the find operation when the find bar is closed. Fixes bug
1846         #508845.
1847         
1848 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * backend/ps/psdocument.evince-backend.in:
1851
1852         Make ps backend module resident. Fixes bug #520607.
1853         
1854 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1855
1856         * shell/ev-jobs.c: (ev_job_print_run):
1857
1858         Invert collate action in order to work as expected, fix reverse
1859         printing so that it doesn't start with a blank page and fix number
1860         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1861         
1862 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1863
1864         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1865
1866         Fix build with poppler <= 0.7.2
1867         
1868 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * libdocument/ev-document-misc.c:
1871         (ev_document_misc_surface_from_pixbuf):
1872
1873         Fix selections with poppler-splash.
1874         
1875 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1876
1877         * configure.ac:
1878         * backend/pdf/ev-poppler.cc:
1879
1880         Fix build with poppler >= 0.7.2
1881         
1882 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1883
1884         * configure.ac:
1885         
1886         Update for release 2.22.0
1887
1888 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * NEWS:
1891
1892         Update for upcoming release.
1893
1894 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1895
1896         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1897
1898         Bug 495107 – Handle print dialog responses correctly
1899
1900         Correctly handle print dialog response. Properly fixes
1901         the above mentioned bug.
1902
1903 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1904
1905         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1906
1907         Make sure print job is only run when the print button is
1908         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1909         
1910 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1911
1912         * backend/pdf/pdfdocument.evince-backend.in:
1913         * libdocument/ev-backends-manager.c:
1914         (ev_backends_manager_load_backend),
1915         (ev_backends_manager_get_document):
1916         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1917
1918         Allow making backend modules resident. This is needed only for
1919         some backends like pdf to avoid registering glib types more than
1920         once.
1921         
1922 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1923
1924         * backend/comics/comics-document.c:
1925         * backend/djvu/djvu-document.c:
1926         * backend/impress/impress-document.c:
1927         * backend/pdf/ev-poppler.cc:
1928         * backend/pixbuf/pixbuf-document.c:
1929         * backend/ps/ev-spectre.c:
1930         * backend/ps/ps-document.c:
1931         * backend/tiff/tiff-document.c:
1932         * libdocument/ev-document.h:
1933         * properties/ev-properties-main.c:
1934
1935         Use g_type_module_add_interface instead of
1936         g_type_add_interface_static. Fixes bug #519679.
1937         
1938 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1939
1940         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1941         Added. Returns whether the animation has everything necessary to run.
1942         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1943         is ready just because it's been created. Fixes #519106.
1944         (draw_one_page): Do not show the "Loading..." text in presentation
1945         mode, there was a slim probability that this could happen.
1946
1947 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1948
1949         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1950
1951         Duplicate mime_type string before freeing it so that it doesn't
1952         always fail when getting mime type from uri. Fixes bug #518874.
1953         
1954 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1955
1956         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1957
1958         Fix a crash when a choice form field doesn't have any item
1959         selected. Fixes bug #518831
1960         
1961 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1962
1963         * shell/ev-window.c (ev_window_clear_temp_file):
1964         Use g_file_has_prefix instead of renamed
1965         g_file_contains_file.
1966
1967         * configure.ac:
1968         Require new glib for above change.
1969         
1970 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * libdocument/ev-image.c: (ev_image_finalize),
1973         (ev_image_save_tmp):
1974
1975         Return a real uri instead of a filename when saving an
1976         image. Fixes images drag an drop from evince to nautilus. 
1977         
1978 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * backend/pdf/ev-poppler.cc:
1981         (pdf_document_images_get_image_mapping):
1982
1983         Return the image list in the right order. Fixes bug #516237.
1984         
1985 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1986
1987         * backend/impress/impress-document.c:
1988         (impress_document_thumbnails_get_thumbnail):
1989
1990         Remove unused variable to avoid a compiler warning.
1991
1992 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1993
1994         * configure.ac:
1995         
1996         Update for release 2.21.91.
1997
1998 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1999
2000         * configure.ac:
2001         * shell/Makefile.am:
2002         * shell/ev-application.[ch]:
2003         * shell/ev-sidebar-links.c:
2004         * shell/ev-utils.[ch]:
2005         * shell/ev-window.[ch]:
2006
2007         Remove libgnomeprint support. Fixes bug #512370.
2008         
2009 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2010
2011         * thumbnailer/evince-thumbnailer.c: (main):
2012
2013         Initialize glib type system before using it. Fixes bug #513934.
2014         
2015 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * properties/ev-properties-main.c:
2018
2019         Add missing #include.
2020         
2021 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2022
2023         * configure.ac:
2024         * backend/djvu/djvu-document.c: (djvu_document_render):
2025         * backend/tiff/tiff-document.c: (tiff_document_render):
2026
2027         Use the new cairo function cairo_format_stride_for_width when
2028         available. Fixes bug #482720.
2029
2030 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2031
2032         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2033         (get_mime_type_from_data), (get_document_from_uri):
2034
2035         Use g_content_type_guess() only when slow is true in
2036         get_document_from_uri(). Fix several memory leaks.
2037         
2038 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2039
2040         * libdocument/ev-document-factory.c:
2041         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2042         (get_document_from_uri):
2043
2044         Use g_content_type_guess () to get mimetype for files.
2045         Bug #510401.
2046
2047 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * thumbnailer/Makefile.am:
2050
2051         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2052         
2053 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2054
2055         * configure.ac:
2056
2057         Fix build with --without-libgnome. Fixes bug #512771.
2058         
2059 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2060
2061         * backend/dvi/Makefile.am: Install only dvi
2062         module. Fixes bug #512718.
2063
2064 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2065
2066         * properties/ev-properties-main.c: (nautilus_module_initialize):
2067         
2068         Initialize backends in properties tab. Fixes bug
2069         #512720.
2070
2071 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2072
2073         * properties/Makefile.am: No need to link with 
2074         libraries. Fixes bug #512719.
2075
2076 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2077
2078         * NEWS:
2079         * configure.ac:
2080         
2081         Update for release 2.21.90.
2082
2083 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2084
2085         * shell/ev-window.c: (ev_window_cmd_escape):
2086
2087         Fix compile warning.
2088         
2089 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2090
2091         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2092
2093         Fix printing in dvi backend when filename contains white
2094         espaces. Fixes bug #502839.
2095         
2096 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2099         (screensaver_disable_x11):
2100         * shell/Makefile.am:
2101         * shell/xdg-user-dir-lookup.c: Removed
2102         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2103         * shell/ev-view.c: (ev_view_presentation_transition_start):
2104         * shell/ev-window.c: (ev_window_cmd_file_open),
2105         (ev_window_cmd_save_as), (presentation_set_timeout):
2106
2107         Remove #ifdefs that are no longer needed.
2108         
2109 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * shell/ev-view.[ch]: (ev_view_button_release_event),
2112         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2113         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2114         (ev_window_cmd_escape):
2115
2116         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2117         
2118 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2119
2120         * configure.ac:
2121         * backend/comics/comics-document.c: (comics_document_load):
2122         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2123         (ev_attachment_set_property), (ev_attachment_init),
2124         (ev_attachment_save), (ev_attachment_launch_app),
2125         (ev_attachment_open):
2126         * libdocument/ev-document-factory.c: (get_document_from_uri):
2127         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2128         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2129         * shell/ev-jobs.c:
2130         * shell/ev-password.c: (ev_password_dialog_set_property),
2131         (ev_password_dialog_save_password):
2132         * shell/ev-sidebar-attachments.c:
2133         (ev_sidebar_attachments_drag_data_get):
2134         * shell/ev-window-title.c: (get_filename_from_uri):
2135         * shell/ev-window.c: (ev_window_clear_temp_file),
2136         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2137         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2138         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2139         (launch_external_uri), (image_save_dialog_response_cb),
2140         (attachment_save_dialog_response_cb):
2141         * shell/main.c: (load_files), (load_files_remote), (main):
2142         * thumbnailer/evince-thumbnailer.c: (main):
2143
2144         Port to gio and drop gnome-vfs dependency. Fixes bug
2145         #510401. Based on patch by Cosimo Cecchi.
2146         
2147 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2148
2149         * NEWS:
2150
2151         Fixed formatting inconsistencies (spaces vs. tabs)
2152
2153 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2154
2155         * shell/ev-window.c:
2156
2157         Use top/up/bottom/down arrows instead of
2158         first/left/last/right in the toolbar and menu actions.
2159         This fixes issues with RTL languages and is visually
2160         consistent with the page view. Fixes bug #170081.
2161
2162 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2163
2164         * NEWS:
2165
2166         Fixed some inaccuracies pointed out by Carlos Garcia
2167         Campos.
2168
2169 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2170
2171         * NEWS:
2172         * data/evince.schemas.in:
2173         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2174
2175         Override PDF restrictions by default. Fixes bug #382700.
2176
2177 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2178
2179         * NEWS: Updated for upcoming release
2180
2181 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2184
2185         Fix memory leak.
2186         
2187 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2188
2189         * shell/ev-window.c: (register_custom_actions):
2190         
2191         Added comment for translators
2192
2193 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2194
2195         * shell/ev-view.c: (ev_view_button_release_event):
2196
2197         Do not create the idle function for kinetic scrolling if we are
2198         not in a drag operation.
2199
2200 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2201
2202         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2203         (ev_view_button_press_event), (ev_view_motion_notify_event),
2204         (ev_view_button_release_event):
2205
2206         Restore cursor after autoscrolling. Fixes bug #509958.
2207
2208 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2209
2210         * configure.ac:
2211         * backend/pdf/ev-poppler.cc:
2212         (pdf_document_images_get_image_mapping),
2213         (pdf_document_images_get_image),
2214         (pdf_document_document_images_iface_init):
2215         * libdocument/ev-document-images.[ch]:
2216         (ev_document_images_get_image_mapping),
2217         (ev_document_images_get_image):
2218         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2219         (ev_image_get_id), (ev_image_save_tmp):
2220         * shell/ev-jobs.c: (ev_job_render_run):
2221         * shell/ev-view.c: (ev_view_drag_data_get):
2222         * shell/ev-window.c: (image_save_dialog_response_cb),
2223         (ev_view_popup_cmd_copy_image):
2224
2225         Do not render images when rendering the page but on demand. It
2226         reduces the memory comsumption.
2227         
2228 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2229
2230         * configure.a:
2231         * shell/ev-password.c:
2232
2233         Make gnome-keyring optional. Fixes bug #509676.
2234         
2235 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2236
2237         * shell/ev-pixbuf-cache.c: (add_job):
2238
2239         Initialize include_images variable as FALSE instead of TRUE.
2240         
2241 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2242
2243         * configure.ac:
2244         * cut-n-paste/Makefile.am:
2245         * cut-n-paste/fileformatchooser/Makefile.am:
2246         * cut-n-paste/fileformatchooser/egg-macros.h:
2247         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2248         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2249         * shell/Makefile.am:
2250         * shell/ev-utils.c:
2251         (file_chooser_dialog_add_writable_pixbuf_formats),
2252         (get_gdk_pixbuf_format_by_extension):
2253         * shell/ev-utils.h:
2254         * shell/ev-window.c: (ev_window_error_message),
2255         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2256         
2257         Simplify image format selection on save.
2258
2259 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2260
2261         * shell/ev-view.c: (ev_view_scroll_event):
2262         
2263         Repair gorizontal scrolling with shift. Fixes
2264         bug #483412.
2265
2266 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2267         
2268         * MAINTAINERS:
2269
2270         Fix formatting issues.
2271         
2272 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2273
2274         * backend/comics/comics-document.c: (comics_regex_quote):
2275         
2276         Don't overquote special chars except of '. See bug 
2277         502500. Thanks to Tom Parker.
2278
2279 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2280
2281         * MAINTAINERS:
2282         
2283         Added Nickolay and Carlos, since they're doing most of
2284         the releases nowadays.
2285
2286 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2287
2288         * properties/Makefile.am:
2289
2290         Get the nautilus extension dir properly instead of using
2291         a hack. Fixes bug #505359.
2292
2293 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2294
2295         * properties/Makefile.am:
2296         
2297         Install nautilus extension into new place. See bug
2298         #505359. Thanks to Matthias Clasen, Brian Pepple and
2299         Damien Carbery.
2300
2301 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2302
2303         * shell/ev-window.c: (ev_window_get_recent_file_label):
2304         
2305         RTL marker in recent file list. See bug #509076.
2306
2307 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2308
2309         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2310         * shell/ev-window.c: (image_save_dialog_response_cb):
2311
2312         Fix compile warnings due to unused variables.
2313         
2314 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2315
2316         * configure.ac:
2317         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2318         * backend/ps/ev-spectre.c: (ps_document_render):
2319
2320         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2321
2322 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2323
2324         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2325         (ev_transition_animation_paint): Implement "fade" effect.
2326
2327 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2328
2329         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2330         (ev_transition_animation_paint): Implement "uncover" effect.
2331
2332 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2333
2334         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2335         (ev_transition_animation_paint): Implement "cover" effect.
2336
2337 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2338
2339         * shell/ev-transition-animation.c (ev_transition_animation_push)
2340         (ev_transition_animation_paint): Implement "push" effect.
2341
2342 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2343
2344         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2345         (ev_transition_animation_paint): Implement "dissolve" effect.
2346
2347 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2348
2349         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2350         (ev_transition_animation_paint): Implement "wipe" effect.
2351
2352 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2353
2354         * shell/ev-transition-animation.c (ev_transition_animation_box)
2355         (ev_transition_animation_paint): Implement "box" effect.
2356
2357 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2358
2359         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2360         (ev_transition_animation_paint): Implement "blinds" effect.
2361
2362 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2363
2364         * shell/ev-transition-animation.c (ev_transition_animation_split)
2365         (ev_transition_animation_paint): Implement "split" effect.
2366
2367 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2368
2369         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2370         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2371         (ev_view_transition_animation_start) 
2372         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2373         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2374         (ev_view_next_page) (ev_view_previous_page):
2375         
2376         Use EvTransitionAnimation to drive page changes in the presentation
2377         mode, the animation will wait to start until both the origin and 
2378         destination page surfaces are available. Fixes #458460.
2379
2380         (draw_loading_text):
2381
2382         Remove workaround for bug #320352, it's now fixed properly.
2383
2384
2385 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2386
2387         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2388         will contain the implementations for page transition animations, at
2389         the moment it just has the "replace" effect.
2390         * shell/Makefile.am: Added these files to build.
2391
2392 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2393
2394         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2395         animations.
2396         * shell/Makefile.am: Added these files to build.
2397
2398 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2399
2400         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2401         implementation to get_effect() in EvDocumentTransitionIface.
2402
2403 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2404
2405         * libdocument/ev-transition-effect.[ch]: New files, define a page
2406         transition effect, at the moment it maps PopplerPageTransition to a
2407         GObject.
2408         * libdocument/Makefile.am: Added these files to build.
2409         * libdocument/ev-document-transition.[ch]
2410         (ev_document_transition_get_effect): New method, gets the
2411         EvTransitionEffect returned by the interface implementation, with
2412         fallback to the "replace" effect.
2413
2414 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2415
2416         * configure.ac:
2417         * cut-n-paste/Makefile.am:
2418         * cut-n-paste/fileformatchooser/Makefile.am:
2419         * cut-n-paste/fileformatchooser/egg-macros.h:
2420         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2421         * shell/Makefile.am:
2422         * shell/ev-window.c: (image_save_dialog_response_cb),
2423         (ev_view_popup_cmd_save_image_as):
2424
2425         Allow exporting images in any format supported by
2426         GdkPixbuf. Fixes bug #500209.
2427         
2428 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2429
2430         * backend/pixbuf/pixbuf-document.c:
2431
2432         More warnings fixed.
2433         
2434 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2435
2436         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2437         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2438         * backend/djvu/djvu-text.h:
2439         * backend/tiff/tiff-document.c: (tiff_document_render):
2440
2441         Fix compile warnings.
2442         
2443 2007-12-28  Christian Persch  <chpe@gnome.org>
2444
2445         * **/*.c: Include config.h. Bug #504721.
2446
2447 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * configure.ac:
2450         * Makefile.am:
2451         * po/POTFILES.in:
2452         * backend/comics/Makefile.am:
2453         * backend/comics/comics-document.[ch]:
2454         * backend/comics/comicsdocument.evince-backend.in:
2455         * backend/djvu/Makefile.am:
2456         * backend/djvu/djvu-document.[ch]:
2457         * backend/djvu/djvudocument.evince-backend.in:
2458         * backend/dvi/Makefile.am:
2459         * backend/dvi/dvi-document.[c]:
2460         * backend/dvi/dvidocument.evince-backend.in:
2461         * backend/impress/Makefile.am:
2462         * backend/impress/impress-document.[ch]:
2463         * backend/impress/impressdocument.evince-backend.in:
2464         * backend/pdf/Makefile.am:
2465         * backend/pdf/ev-poppler.cc:
2466         * backend/pdf/ev-poppler.h:
2467         * backend/pdf/pdfdocument.evince-backend.in:
2468         * backend/pixbuf/Makefile.am:
2469         * backend/pixbuf/pixbuf-document.[ch]:
2470         * backend/pixbuf/pixbufdocument.evince-backend.in:
2471         * backend/ps/Makefile.am:
2472         * backend/ps/ev-spectre.[ch]:
2473         * backend/ps/ps-document.[ch]:
2474         * backend/ps/psdocument.evince-backend.in:
2475         * backend/tiff/Makefile.am:
2476         * backend/tiff/tiff-document.[ch]:
2477         * backend/tiff/tiffdocument.evince-backend.in:
2478         * libdocument/Makefile.am:
2479         * libdocument/ev-backends-manager.[ch]:
2480         * libdocument/ev-module.[ch]:
2481         * libdocument/ev-document.h:
2482         * libdocument/ev-document-factory.[ch]:
2483         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2484         (get_compression_from_mime_type), (get_document_from_uri),
2485         (ev_document_factory_get_document), (file_filter_add_mime_types),
2486         (ev_document_factory_add_filters):
2487         * shell/Makefile.am:
2488         * shell/ev-window-title.c: (get_filename_from_uri):
2489         * shell/main.c: (main):
2490         * thumbnailer/Makefile.am:
2491         * thumbnailer/evince-thumbnailer.c: (main):
2492
2493         Plugin system for backends. Fixes bug #351348.
2494         
2495 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2496
2497         * shell/ev-view-private.h:
2498         * shell/ev-view.c: (ev_view_drag_update_momentum),
2499         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2500         (ev_view_button_release_event), (ev_view_destroy):
2501         
2502         Kinetic scrolling implemented as requested in
2503         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2504
2505 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2506
2507         * data/evince-toolbar.xml:
2508         * data/evince-ui.xml:
2509         * shell/ev-view-private.h:
2510         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2511         (ev_view_button_press_event), (ev_view_motion_notify_event),
2512         (ev_view_button_release_event), (ev_view_init),
2513         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2514         (ev_view_set_cursor):
2515         * shell/ev-view.h:
2516         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2517         (ev_window_cmd_view_autoscroll):
2518         
2519         Autoscroll feature with the context menu. Fixes bug 
2520         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2521
2522 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2523
2524         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2525
2526         Disconnect also page-ready signal when removing a job because the
2527         page size has changed. Thanks to kripken
2528         <kripkensteiner@gmail.com>.
2529
2530 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2531
2532         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2533         
2534         Scroll pages in page entry with mouse wheel. Fixes bug
2535         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2536
2537 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * backend/dvi/Makefile.am:
2540         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2541         (mdvi_cairo_device_init):
2542         * backend/dvi/mdvi-lib/common.h:
2543         * backend/dvi/mdvi-lib/mdvi.h:
2544         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2545         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2546         (mdvi_build_path_from_cwd):
2547
2548         Add ps specials support in dvi backend when libspectre is
2549         present. Fixes bug #386005.
2550         
2551 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2552
2553         * configure.ac:
2554         * backend/ps/Makefile.am:
2555         * backend/ps/ev-spectre.[ch]:
2556         
2557         Use libspectre, if available, for the ps backend. Fixes bugs
2558         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2559
2560 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2561         
2562         * backend/comics/comics-document.c: (comics_document_load):
2563         
2564         Cygwin build issue fix.
2565
2566 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2567
2568         * shell/ev-view.c: (ev_view_set_zoom):
2569
2570         Do not limit the minimum zoom factor when sizing mode is best bit
2571         or fit width. Fixes bug #503805.
2572         
2573 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2574
2575         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2576         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2577         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2578         (ev_link_dest_get_property), (ev_link_dest_set_property),
2579         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2580         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2581         (ev_link_dest_new_fitr):
2582         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2583         (goto_fith_dest), (goto_xyz_dest):
2584
2585         Do not change left, top and zoom values when they are null in PDF
2586         destinations. Fixes bug #460658.
2587         
2588 2007-12-10  Christian Persch  <chpe@gnome.org>
2589
2590         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2591         (ev_view_accessible_class_init),
2592         (ev_view_accessible_idle_do_action),
2593         (ev_view_accessible_action_do_action),
2594         (ev_view_accessible_action_get_description),
2595         (ev_view_accessible_action_set_description),
2596         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2597         (ev_view_accessible_factory_init),
2598         (ev_view_accessible_factory_get_accessible_type):
2599         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2600         private data, and G_DEFINE_TYPE. Bug #502843.
2601
2602 2007-12-08  Christian Persch  <chpe@gnome.org>
2603
2604         * shell/ev-metadata-manager.c: (item_free),
2605         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2606         (value_free), (parse_value), (parseItem),
2607         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2608         (save_values): Use GSlice to allocate small amounts of memory. Bug
2609         #475972.
2610
2611 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2612
2613         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2614
2615         Restore cursor to normal after a drag operation. Fixes bug
2616         #501603.
2617         
2618 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2619
2620         * NEWS:
2621         * configure.ac:
2622         
2623         Update for release 2.21.1
2624
2625 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2626
2627         * configure.ac:
2628         * cut-n-paste/gedit-message-area/Makefile.am:
2629         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2630         * shell/Makefile.am:
2631         * shell/ev-message-area.[ch]:
2632         * shell/ev-window.c: (ev_window_set_message_area),
2633         (ev_window_error_message_response_cb), (ev_window_error_message),
2634         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2635         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2636         (ev_attachment_popup_cmd_open_attachment),
2637         (attachment_save_dialog_response_cb), (ev_window_set_document),
2638         (ev_window_init):
2639
2640         Use a message area instead of a popup dialog for error
2641         notifications. Fixes bug #337495.
2642         
2643 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2646         (ev_window_run_fullscreen):
2647
2648         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2649         
2650 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2651
2652         * ev-sidebar-thumbnails.c: (update_visible_range),
2653         (ev_sidebar_thumbnails_refresh),
2654         (ev_sidebar_thumbnails_set_document),
2655         (ev_sidebar_thumbnails_support_document):
2656
2657         Show thumbnails for documents with one page. Fixes bug #358751.
2658         
2659 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2660
2661         * shell/ev-window.c:
2662         (ev_window_load_print_settings_from_metadata),
2663         (ev_window_save_print_settings), (ev_window_print_finished),
2664         (ev_window_print_range):
2665
2666         Print settings that are specific to the document are now saved per
2667         document in the metadata file. Fixes bug #488806.
2668         
2669 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2670
2671         * backend/tiff/tiff-document.c: (tiff_document_render):
2672
2673         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2674         
2675 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2676
2677         * shell/ev-application.[ch]: (get_find_string_from_args),
2678         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2679         (ev_application_open_uri_list):
2680         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2681         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2682         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2683         (ev_window_cmd_recent_file_activate),
2684         (ev_window_open_recent_action_item_activated),
2685         (ev_window_print_send), (open_remote_link):
2686         * shell/main.c: (arguments_parse):
2687
2688         Add a command line option for search. Fixes bug #497710.
2689         
2690 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2691
2692         * shell/ev-jobs.c: (ev_job_print_new):
2693
2694         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2695         
2696 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2697
2698         * data/evince-toolbar.xml:
2699         * shell/Makefile.am:
2700         * shell/ev-application.c: (ev_application_init):
2701         * shell/ev-open-recent-action.[ch]:
2702         * shell/ev-window.c:
2703         (ev_window_open_recent_action_item_activated),
2704         (register_custom_actions):
2705
2706         Add an expander to the open toolbar item which pops up a dropdown
2707         menu with the recently used documents. Fixes bug #487215.
2708         
2709 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2710
2711         * shell/ev-window.c: (ev_window_open_uri),
2712         (ev_window_cmd_view_reload):
2713
2714         Do not jump to the first page when reloading by running evince
2715         from the command line. Fixes bug #490847.
2716         
2717 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2718
2719         * shell/ev-window.c: (ev_window_cmd_help_contents):
2720
2721         Plugged memory leak when help file is not found. Fixes bug
2722         #490762.
2723         
2724 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2725
2726         * configure.ac:
2727
2728         Enable djvu, dvi and comics backends by default. Fixes bug
2729         #437121.
2730         
2731 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2732
2733         * configure.ac:
2734         * cut-n-paste/Makefile.am:
2735         * cut-n-paste/recent-files/*: Removed
2736         * help/reference/Makefile.am:
2737         * shell/Makefile.am:
2738         * shell/ev-application.[ch]: (ev_application_shutdown),
2739         (ev_application_init):
2740         * shell/ev-window.c: (ev_window_add_recent),
2741         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2742
2743         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2744         
2745 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2746
2747         * shell/ev-window.c: (launch_external_uri):
2748
2749         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2750         and report error if the URL is not supported (#489910).
2751
2752 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2753
2754         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2755         (pdf_document_file_exporter_begin_page),
2756         (pdf_document_file_exporter_end_page):
2757
2758         Fix printing with poppler splash backend. Fixes bug #489774.
2759         
2760 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2761
2762         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2763         * shell/ev-print-job.c: (ev_print_job_class_init):
2764
2765         Fix a crash when printing with the gnome-print dialog. Fixes bug
2766         #488939.
2767         
2768 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2769
2770         * backend/pixbuf/pixbuf-document.c:
2771
2772         Fix an implicit function definition warning (#487655)
2773
2774 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2775
2776         * shell/ev-window.c:
2777
2778         Fix conflicting shortcut for view sade pane and presentation.
2779         
2780 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * backend/pdf/ev-poppler.cc:
2783         (pdf_document_file_exporter_begin_page),
2784         (pdf_document_file_exporter_do_page),
2785         (pdf_document_file_exporter_end_page),
2786         (pdf_document_file_exporter_iface_init):
2787         * libdocument/ev-file-exporter.[ch]:
2788         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2789         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2790         (ev_job_print_run):
2791
2792         When printing multiple pages per sheet in reverse option, do not
2793         invert the order of the pages in every sheet, but the order of the
2794         sheets. Do not print blank pages when page range is invalid. Fixes
2795         bugs #484857 and #485521.
2796         
2797 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2798
2799         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2800         (ev_job_print_run):
2801         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2802
2803         Respect ranges order when printing more than one range in random
2804         order.
2805         
2806 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2807
2808         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2809         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2810
2811         Rotate also the window icon when document is rotated. Fixes bug
2812         #474681.
2813         
2814 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2815
2816         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2817         (pdf_document_forms_get_form_fields):
2818
2819         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2820         Matthias Drochner.
2821         
2822 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2823
2824         * configure.ac:
2825         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2826
2827         Use poppler_page_render_for_printing() instead of
2828         poppler_page_render() if available when exporting to a ps or pdf
2829         file. Fixes bug #476627.
2830         
2831 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2832
2833         * shell/ev-window.c: (ev_window_run_fullscreen):
2834
2835         Do not show the toolbar in fullscreen mode if the main toolbar is
2836         not visible. Fixes bug #483048.
2837         
2838 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2839
2840         * shell/ev-view.c: (ev_view_button_press_event):
2841
2842         Give priority to form fields over images when deciding whether a
2843         button press event is over an image or form field. It allows edit
2844         form fields when they are over a background image. Fixes bug
2845         #477841.
2846         
2847 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2848
2849         * NEWS:
2850         * configure.ac:
2851         
2852         Update for release 2.20.0
2853
2854 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2855
2856         * backend/pdf/ev-poppler.cc:
2857
2858         Remove #ifdef HAVE_FORMS, so that forms support works again.
2859
2860 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2861
2862         * configure.ac:
2863         * data/evince.desktop.in.in:
2864         
2865         Fixes desktop file issues. See bug #473471.
2866
2867 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2868
2869         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2870         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2871         (ev_job_queue_remove_job):
2872         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2873         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2874         * shell/ev-window.c: (ev_window_clear_save_job),
2875         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2876         (ev_window_dispose):
2877
2878         Move save a copy task to its own job so that it's carried out in a
2879         thread avoiding another lock in the main thread. Use
2880         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2881         can be saved to a pathin another file system. Fixes bug #456891.
2882         
2883 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2884
2885         * NEWS:
2886         * configure.ac:
2887         
2888         Update for release 2.19.92
2889
2890 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2891
2892         * configure.ac:
2893         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2894         (pdf_selection_get_selection_region),
2895         (pdf_selection_get_selection_map),
2896         (ev_form_field_from_poppler_field):
2897
2898         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2899         and triple click selections are enabled again now.
2900
2901 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2902
2903         * shell/ev-window.c: (ev_window_add_history):
2904
2905         Make sure not to use the history with documents not supporting
2906         links. Fixes bug #468954.
2907
2908 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2909
2910         * shell/ev-window.c: (ev_window_load_job_cb):
2911
2912         Restart the search when reloading a document with the find bar
2913         visible. Fixes bug #461962.
2914
2915 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2916
2917         * shell/ev-window.c: (setup_document_from_metadata),
2918         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2919
2920         Do not jump to the first page when reloading a document from the
2921         last page.
2922
2923 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * shell/ev-window.c: (update_chrome_flag),
2926         (setup_sidebar_from_metadata),
2927         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2928         (ev_window_cmd_edit_find_next),
2929         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2930         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2931         (find_bar_close_cb), (view_actions_focus_in_cb):
2932
2933         Do not update visibility when changing a chrome flag so that it's
2934         possible to update several flags and update visibility only once
2935         for all of them.
2936
2937 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2938
2939         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2940
2941         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2942         supported by gtk+. Fixes bug #460907.
2943
2944 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2945
2946         * shell/ev-view.c: (view_update_range_and_current_page):
2947
2948         Make sure current-page <= end-page in continuous mode. Fixes bug
2949         #454950.
2950
2951 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2952
2953         * backend/pdf/ev-poppler.cc: (build_tree):
2954
2955         Ignore outline items without a title. Fixes bug #453913.
2956
2957 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2958
2959         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2960         (ev_view_button_release_event), (ev_view_leave_notify_event):
2961
2962         Use always drag mouse cursor during a drag operation. Fixes bug
2963         #470564.
2964
2965 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2966
2967         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2968         (pdf_selection_get_selection_region),
2969         (pdf_selection_get_selection_map):
2970
2971         Temporarily disable double and triple selections since it depends on
2972         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2973         released and the update of the external dependency minimal version
2974         approved.
2975
2976 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2977
2978         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2979         (pdf_document_file_exporter_do_page):
2980         * libdocument/ev-file-exporter.h:
2981         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2982         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2983
2984         Actually fix printing regressions. Remove orientation from
2985         EvPrintContext since it's redundant.
2986
2987 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2988
2989         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2990         * backend/impress/impress-document.c:
2991         (impress_document_document_iface_init):
2992         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2993         * backend/djvu/djvu-document.c:
2994         (djvu_document_document_iface_init),
2995         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2996         * backend/tiff/tiff-document.c:
2997         (tiff_document_document_iface_init):
2998         * backend/pixbuf/pixbuf-document.c:
2999         (pixbuf_document_document_iface_init):
3000         * backend/comics/comics-document.c:
3001         (comics_document_document_iface_init):
3002         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3003         (pdf_selection_render_selection),
3004         (pdf_selection_get_selected_text),
3005         (pdf_selection_get_selection_region),
3006         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3007         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3008         (ev_selection_get_selection_region),
3009         (ev_selection_get_selection_map):
3010         * libdocument/ev-document.[ch]:
3011         * shell/ev-pixbuf-cache.[ch]: (add_job),
3012         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3013         * shell/ev-view-private.h:
3014         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3015         (ev_job_render_run):
3016         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3017         * shell/ev-view.c: (start_selection_for_event),
3018         (ev_view_button_press_event), (ev_view_drag_data_get),
3019         (ev_view_drag_data_received), (ev_view_button_release_event),
3020         (compute_new_selection_text), (compute_selections),
3021         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3022         (ev_view_primary_get_cb):
3023
3024         Add support for double and triple click selections.
3025
3026 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3027
3028         * NEWS:
3029         * configure.ac:
3030
3031         Update for release 2.19.4
3032
3033 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3034
3035         * shell/ev-view-private.h:
3036         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3037         (ev_view_set_highlight_search):
3038         * shell/ev-view.h:
3039         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3040         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3041         (find_bar_visibility_changed_cb):
3042         
3043         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3044
3045 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3046
3047         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3048         (pdf_document_file_exporter_begin),
3049         (pdf_document_file_exporter_do_page):
3050         * shell/ev-jobs.c: (ev_job_print_run):
3051         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3052
3053         Create always a portrait cairo surface and rotate when needed for
3054         landscape. It fixes printing problems in real printers.
3055
3056 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3057
3058         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3059         * libdocument/ev-file-exporter.[ch]:
3060         (ev_file_exporter_get_capabilities):
3061         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3062         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3063
3064         Adjust number of pages per row according to page orientation when
3065         printing 2 or 6 pages per sheet.
3066
3067 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3068
3069         * shell/ev-window.c: (ev_window_print_send):
3070
3071         Reset also cups setting to 1 when printing multiple pages per
3072         sheet. Fixes bug #468853.
3073
3074 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3075
3076         * libdocument/ev-document-misc.c:
3077         (ev_document_misc_surface_rotate_and_scale):
3078
3079         Use directly cairo_surface_get_content() when creating a similar
3080         surface as suggested by Jeff Muizelaar. Thanks again.
3081
3082 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3083
3084         * backend/djvu/djvu-document.c: (djvu_document_render):
3085         * backend/tiff/tiff-document.c: (tiff_document_render):
3086         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3087         * libdocument/ev-document-misc.c:
3088         (ev_document_misc_surface_from_pixbuf),
3089         (ev_document_misc_surface_rotate_and_scale):
3090
3091         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3092         creating page surfaces. Fixes bug #453123. Thank you very much to
3093         Jeff Muizelaar <jeff@infidigm.net>.
3094
3095 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3096
3097         * shell/ev-page-cache.c: (ev_page_cache_new),
3098         (ev_page_cache_get_thumbnail_size):
3099         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3100         (ev_sidebar_thumbnails_set_loading_icon):
3101
3102         Also store in page-cache the dimensions of the thumbnails so that
3103         they can be used to create the correct loading icon in the side
3104         pane. Fixes bug #466857.
3105
3106 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3107
3108         * backend/pdf/ev-poppler.cc:
3109         (pdf_document_thumbnails_get_thumbnail):
3110
3111         Fix thumbnails rotation in pdf documents that include embedded 
3112         thumbnails.
3113
3114 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3115
3116         * backend/pdf/ev-poppler.cc:
3117
3118         Don't use #ifdef in macro expansion. Some compilers don't
3119         like that. Closes bug #467042.
3120
3121 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3122
3123         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3124         
3125         Fixes memory leak in djvu backend.
3126
3127 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3128
3129         * data/icons/32x32/Makefile.am:
3130         * data/icons/32x32/actions/Makefile.am:
3131         * data/icons/32x32/actions/view-page-cont.svg:
3132         * data/icons/32x32/actions/view-page-facing.svg:
3133         * data/icons/48x48/Makefile.am:
3134         * data/icons/48x48/actions/Makefile.am:
3135         * data/icons/48x48/actions/view-page-cont.svg:
3136         * data/icons/48x48/actions/view-page-facing.svg:
3137         
3138         Icons for a new sizes.
3139
3140 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3141
3142         * shell/ev-page-cache.c: (build_height_to_page),
3143         (ev_page_cache_get_height_to_page):
3144         
3145         Fixes invalid read, see bug #466401.
3146
3147 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3148
3149         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3150         (set_drag_cursor):
3151         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3152         (configure_item_cursor), (new_pixbuf_from_widget):
3153
3154         Fix multihead problems in toolbar editor. Fixes bug #382055.
3155
3156 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3157
3158         * shell/ev-window.c: (ev_window_cmd_file_open),
3159         (ev_window_cmd_save_as):
3160
3161         Use g_get_user_special_dir when available instead of
3162         xdg_user_dir_lookup.
3163
3164 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3165
3166         * MAINTAINERS:
3167         
3168         Updated according to request on desktop-devel.
3169
3170 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3171
3172         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3173
3174         Do not use cairo_rectangle and cairo_clip since we are
3175         not using cairo_fill but cairo_paint. Use the same cairo context
3176         for every page in the same expose event.
3177
3178 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3179
3180         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3181         leak.
3182
3183 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3184
3185         * configure.ac:
3186         * NEWS:
3187
3188         Release 0.9.3
3189
3190 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3191
3192         * libdocument/ev-document-info.h:
3193         * libdocument/ev-document.h:
3194         * shell/ev-page-action.h:
3195         * shell/ev-sidebar-links.h:
3196
3197         Fix a headers problem with ev-link
3198         
3199         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3200         * shell/ev-view-private.h:
3201         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3202         (get_link_area), (ev_view_query_tooltip),
3203         (ev_view_leave_notify_event), (ev_view_destroy),
3204         (ev_view_class_init):
3205
3206         Use new gtk tooltips when available instead of ev-tooltip.
3207         
3208 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3209
3210         * shell/ev-window.c: (update_chrome_visibility),
3211         (ev_window_sidebar_visibility_changed_cb):
3212
3213         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3214         
3215 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * shell/ev-navigation-action.c:
3218         (ev_navigation_action_history_changed),
3219         (ev_navigation_action_set_history):
3220         * shell/ev-navigation-action-widget.c:
3221         (ev_navigation_action_widget_init):
3222         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3223
3224         Fix compile warnings.
3225         
3226 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3227
3228         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3229         (egg_editable_toolbar_dispose):
3230
3231         Fix memory leak.
3232         
3233 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3234
3235         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3236         (screensaver_disable_x11):
3237         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3238         * shell/ev-window.c: (presentation_set_timeout):
3239         * shell/ev-view.c: (ev_view_presentation_transition_start):
3240
3241         Use g_timeout_add_seconds instead of g_timeout_add when
3242         available.
3243         
3244 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3245
3246         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3247
3248         Set horizontal scrollbar policy to AUTOMATIC instead of
3249         NEVER. Workaround for bug #449462.
3250         
3251 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3252
3253         * shell/ev-jobs.c: (ev_job_render_page_ready):
3254
3255         Add page_ready callback to main loop with high priority and hold
3256         a reference to job during idle.
3257         
3258 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3259
3260         * configure.ac:
3261         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3262         (pdf_document_file_exporter_begin),
3263         (pdf_document_file_exporter_do_page),
3264         (pdf_document_file_exporter_get_capabilities):
3265         * libdocument/ev-file-exporter.h:
3266         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3267         * shell/ev-window.c: (ev_window_print_send),
3268         (ev_window_print_dialog_response_cb):
3269
3270         Allow printing multiple pages per sheet. Fixes bug #395573.
3271         
3272 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3273
3274         * shell/ev-view.c: (tip_from_link):
3275         
3276         Check for NULL, fixes bug #460862.
3277
3278 2007-07-29  Christian Persch  <chpe@gnome.org>
3279
3280         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3281         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3282         (ev_window_cmd_preview_print):
3283         
3284         Fixes bug #437681 - blocks while enumerating printers.
3285
3286 2007-07-29  Christian Persch  <chpe@gnome.org>
3287
3288         * shell/ev-window.c: (ev_window_screen_changed):
3289         
3290         Don't use deprecated gtk+ function. See bug #460909.
3291
3292 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3293
3294         * shell/ev-utils.c: (get_num_monitors):
3295         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3296
3297         Do not use display before initializing it. Remove compile
3298         warnings.
3299
3300 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3301
3302         * shell/ev-view.c: (ev_view_class_init):
3303         
3304         Unix-like hjkl bindings added. See bug #458111.
3305
3306 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3307
3308         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3309         * shell/ev-utils.h:
3310         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3311         (ev_view_update_view_size):
3312         * shell/ev-view.h:
3313         * shell/ev-window.c: (ev_window_update_actions),
3314         (setup_view_from_metadata), (ev_window_screen_changed),
3315         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3316         (zoom_control_changed_cb):
3317         * shell/ev-window.h:
3318         
3319         Reorganizes utility functions.
3320
3321 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3322
3323         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3324         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3325         (add_job), (ev_pixbuf_cache_get_surface),
3326         (ev_pixbuf_cache_get_link_mapping),
3327         (ev_pixbuf_cache_get_image_mapping),
3328         (ev_pixbuf_cache_get_form_field_mapping),
3329         (ev_pixbuf_cache_get_text_mapping):
3330         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3331         (notify_page_ready), (ev_job_render_page_ready),
3332         (ev_job_render_run):
3333
3334         Add page_ready signal to notify that page is ready as soon as
3335         possible even if other page elements like links, forms, images or
3336         text mapping are not ready yet.
3337
3338 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3339
3340         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3341         (dvi_document_file_exporter_do_page),
3342         (dvi_document_file_exporter_get_capabilities),
3343         (dvi_document_file_exporter_iface_init):
3344         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3345         (ps_document_file_exporter_do_page),
3346         (ps_document_file_exporter_get_capabilities),
3347         (ps_document_file_exporter_iface_init):
3348         * backend/djvu/djvu-document.c:
3349         (djvu_document_file_exporter_begin),
3350         (djvu_document_file_exporter_end),
3351         (djvu_document_file_exporter_get_capabilities),
3352         (djvu_document_file_exporter_iface_init):
3353         * backend/tiff/tiff-document.c:
3354         (tiff_document_file_exporter_begin),
3355         (tiff_document_file_exporter_get_capabilities),
3356         (tiff_document_document_file_exporter_iface_init):
3357         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3358         (pdf_document_file_exporter_do_page),
3359         (pdf_document_file_exporter_get_capabilities),
3360         (pdf_document_file_exporter_iface_init):
3361         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3362         (ev_file_exporter_get_capabilities):
3363         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3364         (idle_print_handler), (ev_print_job_print):
3365         * shell/ev-jobs.c: (ev_job_print_run):
3366         * shell/ev-window.c: (ev_window_print_send),
3367         (ev_window_print_range):
3368
3369         Use capabilities to know which options should be offered by the
3370         print dialog depending on the document backend.
3371
3372 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3375
3376         Give priority to forms over text to set the cursor.
3377
3378 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3379
3380         * shell/ev-view-private.h:
3381         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3382         (ev_view_leave_notify_event), (ev_view_finalize),
3383         (ev_view_get_property), (ev_view_class_init):
3384
3385         Use IBEAM cursor for text form fields and NORMAL cursor for read
3386         only fields. Remove unused status attribute.
3387
3388 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3389
3390         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3391
3392         Update region for current selected items also for checkbox
3393         buttons, since they can behave as radio buttons when they are in a
3394         set.
3395
3396 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3397
3398         * configure.ac:
3399         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3400
3401         Get max length of text form fields.
3402
3403 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3404
3405         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3406         * libdocument/ev-form-field.h:
3407         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3408
3409         Fix build with current poppler cvs head.
3410
3411 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3412
3413         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3414         * shell/eggfindbar.c: (egg_find_bar_init):
3415
3416         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3417         deprecation. Fixes bug #455667
3418
3419 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3420
3421         * NEWS:
3422         * configure.ac:
3423         
3424         Update for release 0.9.2
3425
3426 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3427
3428         * shell/ev-view.c: (ev_view_form_field_text_save),
3429         (ev_view_form_field_choice_save):
3430
3431         Fix a crash when closing whith a form widget visible.
3432
3433 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3434
3435         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3436
3437         Update also the region of the current selected button when
3438         clicking on another button if they are radio buttons.
3439
3440 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3441
3442         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3443         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3444         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3445         (ev_pixbuf_cache_get_link_mapping),
3446         (ev_pixbuf_cache_get_image_mapping),
3447         (ev_pixbuf_cache_get_form_field_mapping),
3448         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3449         * shell/ev-view.c: (ev_view_form_field_get_region),
3450         (ev_view_form_field_button_create_widget),
3451         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3452         (job_finished_cb):
3453
3454         Redraw only form field region instead of the whole page when
3455         reloading a page to show changes on the form field.
3456
3457 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3458
3459         * shell/ev-view.c: (ev_view_form_field_choice_save):
3460
3461         Fix selection of first item in list form fields.
3462
3463 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3464
3465         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3466         (ev_pixbuf_cache_reload_page),
3467         (ev_pixbuf_cache_get_form_field_mapping):
3468
3469         Some refactoring to avoid duplicated code.
3470
3471 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3472
3473         * configure.ac:
3474         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3475         (ev_form_field_from_poppler_field),
3476         (pdf_document_forms_get_form_fields),
3477         (pdf_document_forms_form_field_text_get_text),
3478         (pdf_document_forms_form_field_text_set_text),
3479         (pdf_document_forms_form_field_button_set_state),
3480         (pdf_document_forms_form_field_button_get_state),
3481         (pdf_document_forms_form_field_choice_get_item),
3482         (pdf_document_forms_form_field_choice_get_n_items),
3483         (pdf_document_forms_form_field_choice_is_item_selected),
3484         (pdf_document_forms_form_field_choice_select_item),
3485         (pdf_document_forms_form_field_choice_toggle_item),
3486         (pdf_document_forms_form_field_choice_unselect_all),
3487         (pdf_document_forms_form_field_choice_set_text),
3488         (pdf_document_forms_form_field_choice_get_text),
3489         (pdf_document_document_forms_iface_init):
3490         * libdocument/Makefile.am:
3491         * libdocument/ev-form-field.[ch]:
3492         * libdocument/ev-document-forms.[ch]:
3493         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3494         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3495         (add_job), (ev_pixbuf_cache_reload_page),
3496         (ev_pixbuf_cache_get_form_field_mapping):
3497         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3498         * shell/ev-view-private.h:
3499         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3500         (ev_view_handle_cursor_over_xy),
3501         (ev_view_get_form_field_at_location),
3502         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3503         (ev_view_form_field_button_create_widget),
3504         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3505         (ev_view_form_field_text_create_widget),
3506         (ev_view_form_field_choice_save),
3507         (ev_view_form_field_choice_changed),
3508         (ev_view_form_field_choice_create_widget),
3509         (ev_view_handle_form_field), (ev_view_size_allocate),
3510         (ev_view_realize), (draw_end_presentation_page),
3511         (ev_view_button_press_event), (ev_view_remove_all),
3512         (ev_view_motion_notify_event), (ev_view_key_press_event),
3513         (ev_view_enter_notify_event), (highlight_find_results),
3514         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3515         (ev_view_class_init), (page_changed_cb),
3516         (on_adjustment_value_changed), (ev_view_set_presentation),
3517         (merge_selection_region), (ev_view_set_cursor),
3518         (ev_view_reset_presentation_state):
3519         
3520         Merge evince-forms branch.
3521
3522 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3523
3524         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3525
3526         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3527         This script also updates itself from libegg
3528
3529         * cut-n-paste/toolbar-editor/egg*:
3530         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3531         libegg
3532
3533 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3534
3535         * shell/ev-window.c:
3536         
3537         Adds a nice icon to page action during toolbar editing.
3538         See bug #452872.
3539
3540 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3541
3542         * data/evince-toolbar.xml:
3543         * shell/ev-window.c:
3544         
3545         Let user add a presentation and fullscreen icons on toolbar.
3546         See bug #449734.
3547
3548 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3549
3550         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3551
3552         new script to keep in sync with toolbareditor in libegg
3553
3554         * cut-n-paste/toolbar-editor/*: 
3555
3556         Run update-toolbareditor-from-libegg so we are in sync again. 
3557         Fixes bug #452850.
3558         
3559
3560 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3561
3562         * shell/ev-sidebar-links.c: (job_finished_callback):
3563
3564         Do not connect selection changed signal more than once. Fixes bug
3565         #349433.
3566
3567 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3568
3569         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3570
3571         Do not change sidebar chrome flag when pressing F9 key in
3572         presentation mode.
3573
3574 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3575
3576         * backend/pdf/ev-poppler.cc:
3577         (pdf_document_thumbnails_get_dimensions):
3578
3579         Make sure thumbnails width and height is not <= 0. Fixes a crash
3580         with some pdf documents which have really small pages.
3581
3582 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3583
3584         * shell/main.c: (main):
3585
3586         Fixes program description translation issue.
3587         Bug #450148.
3588
3589 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3590
3591         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3592
3593         Do not change current page when returning from black/white mode
3594         in presentation. Fixes bug #415032.
3595
3596 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3597
3598         * NEWS:
3599         * configure.ac:
3600         
3601         Update for release 0.9.1
3602
3603 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3604
3605         * backend/dvi/dvi-document.c:
3606         (dvi_document_finalize),
3607         (dvi_document_file_exporter_format_supported),
3608         (dvi_document_file_exporter_begin),
3609         (dvi_document_file_exporter_do_page),
3610         (dvi_document_file_exporter_end),
3611         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3612         
3613         PDF exporter for dvi documents. Fixes bug #441319.
3614
3615 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3616
3617         * shell/ev-window.c: (ev_window_clear_print_job):
3618
3619         Clear gtk print job when job has finished. Fixes bug #447612.
3620
3621 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3622
3623         * shell/ev-window.c: (ev_window_print_send),
3624         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3625
3626         Add preview button to print dialog. Fixes bug #445419.
3627
3628 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3629
3630         * backend/dvi/Makefile.am:
3631         * backend/dvi/pixbuf-device.[ch]: Removed
3632         * backend/dvi/cairo-device.[ch]: Added
3633         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3634         * backend/dvi/dvi-document.c: (dvi_document_load),
3635         (dvi_document_render), (dvi_document_finalize),
3636         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3637         (dvi_document_do_color_special):
3638         * libdocument/ev-document-misc.[ch]:
3639         (ev_document_misc_pixbuf_from_surface):
3640
3641         Port dvi backend to cairo and fix a problem with colors. 
3642
3643 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3644
3645         * shell/ev-view.c: (draw_one_page):
3646
3647         Draw only visible region.
3648
3649 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3650
3651         * backend/djvu/djvu-document.c: (djvu_document_render):
3652
3653         Fix rotation in djvu backend.
3654
3655 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3656
3657         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3658         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3659         (ev_pixbuf_cache_get_image_mapping),
3660         (ev_pixbuf_cache_get_text_mapping):
3661
3662         Redraw view every time we have a new surface. Fixes bug #443587.
3663
3664 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3665
3666         * libdocument/ev-document.c: (ev_document_info_free):
3667
3668         Fix memory leaks.
3669
3670 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3671
3672         * backend/dvi/dvi-document.c: (dvi_document_render),
3673         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3674         * backend/impress/impress-document.c:
3675         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3676         (impress_document_render), (impress_document_document_iface_init),
3677         (impress_document_thumbnails_get_thumbnail):
3678         * backend/djvu/djvu-document-private.h:
3679         * backend/djvu/djvu-document.c: (djvu_document_render),
3680         (djvu_document_finalize), (djvu_document_document_iface_init),
3681         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3682         * backend/tiff/tiff-document.c: (tiff_document_render),
3683         (tiff_document_render_pixbuf),
3684         (tiff_document_document_iface_init):
3685         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3686         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3687         (pdf_selection_render_selection):
3688         * backend/comics/comics-document.c:
3689         (comics_document_render_pixbuf), (comics_document_render),
3690         (comics_document_document_iface_init):
3691         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3692         (pixbuf_document_document_iface_init):
3693         * libdocument/ev-document-misc.[ch]:
3694         (ev_document_misc_surface_from_pixbuf),
3695         (ev_document_misc_surface_rotate_and_scale):
3696         * libdocument/ev-document.[ch]: (ev_document_render):
3697         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3698         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3699         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3700         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3701         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3702         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3703         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3704         (render_finished_cb), (ev_job_render_run):
3705         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3706         (merge_selection_region):
3707
3708         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3709         and selections.
3710
3711 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3712
3713         * shell/ev-window-title.c: (ev_window_title_update):
3714
3715         Fix memory leak.
3716
3717 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3718
3719         * shell/ev-view.c: (draw_loading_text):
3720
3721         Show loading text centered. Fixes bug #433061
3722
3723 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3724
3725         * shell/ev-sidebar-thumbnails.c:
3726         (ev_sidebar_thumbnails_set_loading_icon):
3727
3728         Remove a mutex in the main thread that blocks the UI in heavy
3729         documents.
3730
3731 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3732
3733         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3734
3735         Set points_set to TRUE so that selections don't disappear after a
3736         zoom change.
3737
3738 2007-06-07  Michael Monreal  <infernux@web.de>
3739
3740         * data/icons/16x16/actions/Makefile.am:
3741         * data/icons/16x16/actions/zoom.svg:
3742         * data/icons/22x22/actions/Makefile.am:
3743         * data/icons/22x22/actions/zoom.svg:
3744         * data/icons/24x24/actions/Makefile.am:
3745         * shell/ev-stock-icons.c:
3746         * shell/ev-stock-icons.h:
3747         * shell/ev-window.c:
3748         
3749         Zoom icon artwork. See bug #444795.
3750
3751 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3752
3753         * shell/ev-metadata-manager.c: Remove extraneous function
3754         (Closes: #444386)
3755
3756 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3757
3758         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3759         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3760         (ev_metadata_manager_set), (ev_metadata_manager_save):
3761         Simplify the timeout, no need for modified anymore
3762
3763 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3764
3765         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3766         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3767         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3768         (ev_metadata_manager_save): Adapted patch from Arjan van de
3769         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3770         time, saves on power (Closes: #443851)
3771
3772 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3773
3774         * configure.ac:
3775         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3776         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3777
3778         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3779
3780 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3781
3782         * shell/ev-window.c: (ev_window_add_history):
3783
3784         Check if history is NULL
3785
3786 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3787
3788         * libdocument/ev-image.c: (ev_image_finalize):
3789         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3790         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3791         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3792         (ev_tmp_uri_unlink):
3793
3794         Add functions to delete temporary files created by evince in a safe
3795         way.
3796
3797         * shell/ev-window.c: (ev_window_clear_local_uri),
3798         (open_xfer_update_progress_callback),
3799         (save_xfer_update_progress_callback), (ev_window_save_remote),
3800         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3801         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3802         (attachment_save_dialog_response_cb),
3803         (ev_attachment_popup_cmd_save_attachment_as):
3804
3805         Allow saving a copy of a document, image or attachment to a remote
3806         location. Fixes bug #440754. 
3807
3808 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3809
3810         * configure.ac:
3811         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3812
3813         Fix build with current poppler from cvs head. 
3814
3815 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3816
3817         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3818
3819         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3820         directory exists.
3821
3822 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3823
3824         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3825         * shell/ev-window.c:
3826
3827         Change sidebar ordering. Fixes bug #439939.
3828
3829 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3830
3831         * backend/comics/Makefile.am:
3832         
3833         Fixes build with --without-libgnome.
3834
3835 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3836         
3837         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3838
3839         Update cursor and tooltip on page change and view scroll. Fixes bug
3840         #439217.
3841
3842 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3843
3844         * NEWS:
3845         * configure.ac:
3846         
3847         Update for release 0.9.0
3848
3849 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3850
3851         * backend/djvu/djvu-document-private.h:
3852         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3853         (djvu_document_finalize),
3854         (djvu_document_file_exporter_format_supported),
3855         (djvu_document_file_exporter_begin),
3856         (djvu_document_file_exporter_do_page),
3857         (djvu_document_file_exporter_end),
3858         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3859         
3860         Implemented printing with djvu. Bug #437998.
3861
3862 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3863
3864         * backend/impress/zip.c:
3865         Add missing ulong definition.
3866
3867         * backend/ps/ps-interpreter.c:
3868         Add missing headers.
3869
3870         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3871
3872 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3873
3874         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3875
3876         Add missing call to parent class dispose method. 
3877
3878 2007-05-12  Ross Burton  <ross@openedhand.com>
3879
3880         * shell/main.c:
3881         Sync keybindings manually when building without libgnome
3882         (#437925).
3883
3884 2007-05-12  Ross Burton  <ross@openedhand.com>
3885
3886         * shell/ev-window.c:
3887         Respect the screen when opening help (#437866).
3888
3889 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3890
3891         * data/evince-ui.xml:
3892         * shell/ev-application.[ch]: (get_print_settings_from_args),
3893         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3894         (ev_application_open_uri_list):
3895         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3896         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3897         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3898         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3899         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3900         (ev_window_dispose):
3901         * shell/main.c: (arguments_parse):
3902
3903         Add print button in preview mode. Fixes bug #396475. 
3904
3905 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3906
3907         * cut-n-paste/zoom-control/ephy-zoom.h:
3908         
3909         Fixes zoom level factors. See bug #408119 for details.
3910
3911 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3912
3913         * backend/comics/comics-document.c: (comics_regex_quote),
3914         (extract_argv):
3915         
3916         Correctly quote symbols. Fixes crash in the bug
3917         #415370.
3918
3919 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3920
3921         * shell/ev-navigation-action-widget.c:
3922         (ev_navigation_action_widget_init),
3923         (ev_navigation_action_widget_class_init),
3924         (ev_navigation_action_widget_button_press_event):
3925         
3926         Connect to button-press event on correct widget. Fixes
3927         bug #431988
3928
3929 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3930
3931         * shell/ev-application.c: (ev_application_open_window),
3932         (ev_application_add_icon_path_for_screen),
3933         (ev_application_open_uri_at_dest):
3934         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3935         * shell/ev-navigation-action.c: (build_menu):
3936         
3937         Add app-specific icons to our icon theme. Fixes bug
3938         #425508.
3939
3940 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3941
3942         * shell/ev-history.c: (ev_history_class_init),
3943         (ev_history_add_link):
3944         * shell/ev-history.h:
3945         * shell/ev-navigation-action.c:
3946         (ev_navigation_action_history_changed),
3947         (ev_navigation_action_set_history), (build_menu),
3948         (ev_navigation_action_finalize):
3949         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3950         
3951         Make navigation action unsensitive instead of showing
3952         menu with unsensitive word. Fixes bug #417392.
3953
3954 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3955
3956         * shell/ev-application.[ch]: (ev_application_shutdown),
3957         (ev_application_get_print_settings),
3958         (ev_application_set_print_settings):
3959         * shell/ev-window.c:
3960
3961         Remember print settings. Fixes bug #349102. 
3962
3963 2007-05-08  Christian Persch  <chpe@gnome.org>
3964
3965         * configure.ac:
3966         * properties/ev-properties-view.c:
3967
3968         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3969         Bug #382438.
3970
3971 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3972
3973         * configure.ac:
3974         * properties/ev-properties-view.c: (ev_regular_paper_size):
3975
3976         Use gtk+ builtin paper list to identify the document's paper size.
3977         Fixes bug #382438. 
3978
3979 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3980
3981         * configure.ac:
3982
3983         Fix build when compiling with thumbnailer and libgnome support. 
3984
3985 2007-05-04  Ross Burton  <ross@openedhand.com>
3986
3987         * configure.ac:
3988         Add --without-libgnome, check for libgnome and libgnomeui
3989         separately, and add them to the symbols as required.
3990
3991         * libdocument/ev-file-helpers.c:
3992         When building without libgnome, use g_get_user_config_dir instead
3993         of gnome_user_dir_get.
3994
3995         * shell/ev-application.c:
3996         When building without libgnome, don't use session management.
3997
3998         * shell/main.c:
3999         When building without libgnome, don't use GnomeProgram or
4000         initialise the authentication manager.
4001
4002         This fixes #328842.
4003
4004 2007-05-04  Ross Burton  <ross@openedhand.com>
4005
4006         * shell/ev-window.c:
4007         Don't use libgnome to open help, instead call Yelp directly.
4008
4009 2007-05-04  Ross Burton  <ross@openedhand.com>
4010
4011         * shell/ev-sidebar-attachments.c:
4012         Don't use libgnome to lookup icons for MIME types, instead copy
4013         code from GTK+ to do it manually.
4014
4015 2007-05-04  Ross Burton  <ross@openedhand.com>
4016
4017         * configure.ac:
4018         Add libxml to the dependencies for SHELL_CORE (#435818).
4019
4020 2007-05-02  Ross Burton  <ross@openedhand.com>
4021
4022         * configure.ac:
4023         * Makefile.am:
4024         Add --disable-thumbnailer (#434825)
4025
4026 2007-05-02  Ross Burton  <ross@openedhand.com>
4027
4028         * shell/ev-window.c:
4029         Add missing includes, fix indentation.
4030
4031         * shell/main.c:
4032         Fix indentation.
4033
4034 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4035
4036         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4037         ev_application_open_uri_at_dest instead of ev_application_open_uri
4038         preventing new document always being opened in a new window even if there
4039         is an empty window.
4040
4041 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4042
4043         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4044         (egg_recent_view_uimanager_finalize):
4045         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4046         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4047         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4048         (ev_pixbuf_cache_dispose):
4049         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4050         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4051         
4052         Add missing chain to parent class methods. Fixes
4053         bug #433128.
4054
4055 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4056
4057         * data/Makefile.am (update-icon-cache): Updates
4058         gtk-update-icon-cache in uninstall-hook.
4059
4060 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4061
4062         * shell/ev-window.c: (ev_window_setup_document),
4063         (ev_window_set_document), (ev_window_load_job_cb):
4064         * shell/ev-view.c: (setup_caches):
4065         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4066
4067         Start rendering pages before any other jobs. 
4068
4069 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4070
4071         * shell/ev-window.c: (ev_window_stop_fullscreen),
4072         (ev_window_stop_presentation):
4073
4074         Update chrome visibility before window unfullscreen. 
4075
4076 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4077
4078         * data/Makefile.am:
4079         * data/evince-ui.xml:
4080         * shell/ev-stock-icons.[ch]:
4081         * shell/ev-application.[ch]: (ev_application_shutdown),
4082         (ev_application_init), (ev_application_get_toolbars_model):
4083         * shell/ev-window.c: (update_chrome_visibility),
4084         (fullscreen_toolbar_setup_item_properties),
4085         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4086         (ev_window_run_presentation), (ev_window_stop_presentation),
4087         (ev_window_run_preview), (ev_window_screen_changed),
4088         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4089         (ev_window_dispose), (ev_window_init):
4090
4091         Make fullscreen toolbar always visible. Do not use egg toolbars for
4092         fullscreen and preview modes since such toolbars are not editables.
4093         Fixes bugs #300278, #338910 and #316188.  
4094
4095 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4096
4097         * shell/ev-application.c:
4098         * shell/ev-job-queue.c:
4099         * shell/ev-metadata-manager.c:
4100         * shell/ev-stock-icons.c:
4101         * shell/ev-window.c:
4102         * shell/main.c:
4103         
4104         Developers documentation updated.
4105
4106 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4107
4108         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4109
4110         Check whether uri is valid before launching it. Fixes bug #427664.
4111
4112 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4113
4114         * shell/ev-window.c:
4115
4116         Change key accelerator for Open a Copy menu entry which is in conflict
4117         with Close. Fixes bug #427321.
4118
4119 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4120
4121         * NEWS:
4122         * configure.ac:
4123         
4124         Update for release 0.8.1
4125
4126 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4127
4128         * shell/ev-window.c: (setup_size_from_metadata):
4129         
4130         Do not make window bigger than screen. Fixes bug 
4131         #388985.
4132
4133 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4134
4135         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4136         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4137
4138         Use default resolution when it's not provided by document. Fixes bug
4139         #408762.
4140
4141 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4142
4143         * configure.ac:
4144         * thumbnailer/Makefile.am:
4145         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4146         * thumbnailer/evince-thumbnailer.schemas.in:
4147         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4148
4149         Add support for ps, eps and compressed documents thumbnails. Do not
4150         ignore size parameter. 
4151
4152 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4153
4154         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4155         (dvi_document_do_color_special):
4156         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4157
4158         Implement font color specials in the DVI backend. Fixes bug #303651.
4159
4160 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4161
4162         Fixup the previous commit:
4163
4164         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4165         * shell/xdg-user-dir-lookup.c: Make the function non-static
4166         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4167
4168 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4169
4170         * shell/ev-window.c (file_open_dialog_response_cb): Use
4171         the xdg-user-dirs DOCUMENTS folder as default folder when
4172         opening a file chooser.  (#424858)
4173
4174         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4175         xdg-user-dirs.
4176
4177 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4178
4179         * shell/ev-window.c: (ev_window_load_job_cb):
4180
4181         Do not setup view from metadata on preview mode. 
4182
4183 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4184
4185         * shell/main.c:
4186
4187         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4188
4189 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4190
4191         * shell/ev-view.c: (ev_view_primary_get_cb):
4192
4193         Check pointer != NULL before using it. Fixes bug #416841. 
4194
4195 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4196
4197         * NEWS:
4198         * configure.ac:
4199         
4200         Release 0.8.0
4201
4202 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4203
4204         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4205
4206         Do not render thumbnails when sidebar thumbnail page is not visible
4207         at startup. Fixes bug #416447. 
4208
4209 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4210
4211         * data/evince.desktop.in.in:
4212
4213         "Application" is not a valid category in the freedesktop specification.
4214
4215 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4216
4217         * libdocument/ev-file-helpers.[ch]: (compression_run),
4218         (ev_file_uncompress), (ev_file_compress):
4219         * shell/ev-window.c: (file_save_dialog_response_cb):
4220
4221         Save document compressed when saving a copy of a compressed document.
4222         Fixes bug #334542.
4223
4224 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4225
4226         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4227
4228         Allow deleting in goto window entry in presentation mode. 
4229
4230 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4231
4232         * Makefile.am: Dist MAINTAINERS.
4233
4234 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4235
4236         * shell/ev-window.c: (ev_window_update_actions):
4237
4238         Fix zoom shortcut keys when searching. Fixes bug #409828.
4239
4240 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4241
4242         * shell/ev-window.c: (ev_window_setup_document):
4243
4244         Fix crash when loading documents with only one page. 
4245
4246 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4247
4248         * backend/dvi/dvi-document.c:
4249         (dvi_document_thumbnails_get_dimensions),
4250         (dvi_document_thumbnails_get_thumbnail):
4251         * backend/impress/impress-document.c:
4252         (impress_document_thumbnails_get_thumbnail),
4253         (impress_document_thumbnails_get_dimensions):
4254         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4255         (ps_document_thumbnails_get_dimensions):
4256         * backend/djvu/djvu-document.c:
4257         (djvu_document_thumbnails_get_dimensions),
4258         (djvu_document_thumbnails_get_thumbnail):
4259         * backend/tiff/tiff-document.c:
4260         (tiff_document_thumbnails_get_thumbnail),
4261         (tiff_document_thumbnails_get_dimensions):
4262         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4263         (pdf_document_thumbnails_get_thumbnail),
4264         (pdf_document_thumbnails_get_dimensions):
4265         * backend/comics/comics-document.c:
4266         (comics_document_thumbnails_get_thumbnail),
4267         (comics_document_thumbnails_get_dimensions):
4268         * backend/pixbuf/pixbuf-document.c:
4269         (pixbuf_document_thumbnails_get_thumbnail),
4270         (pixbuf_document_thumbnails_get_dimensions):
4271         * libdocument/ev-document-thumbnails.[ch]:
4272         (ev_document_thumbnails_get_thumbnail),
4273         (ev_document_thumbnails_get_dimensions):
4274         * libdocument/ev-document-misc.[ch]:
4275         (ev_document_misc_get_thumbnail_frame):
4276         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4277         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4278         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4279         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4280         (ev_sidebar_thumbnails_refresh):
4281         * shell/ev-window.c: (ev_window_setup_document):
4282         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4283
4284         Use an EvRenderContext for rendering thumbnails instead of a suggested
4285         width, so that different sized pages get sized proportionally.
4286
4287 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4288
4289         * shell/ev-view.c: (ev_view_button_press_event),
4290         (ev_view_key_press_event):
4291
4292         Fix critical warnings when there is no document loaded. 
4293
4294 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4295
4296         * shell/ev-page-action-widget.c:
4297         * shell/ev-navigation-action.c:
4298         * shell/ev-window.c:
4299
4300         Fix compile warnings. 
4301
4302 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4303
4304         * backend/djvu/djvu-text.h:
4305         * backend/djvu/djvu-document.c:
4306         * backend/djvu/djvu-text-page.c:
4307         * backend/djvu/djvu-links.c:
4308         * backend/djvu/djvu-text-page.h:
4309         * backend/djvu/djvu-text.c:
4310         
4311         Fix build on Mac. Fixes bug #392186. Patch by
4312         <ephraim_owns@hotmail.com>
4313
4314 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4315
4316         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4317
4318         Restore cairo context before rendering every page when printing a PDF
4319         document into a PDF file. 
4320
4321 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4322
4323         * backend/ps/gstypes.h:
4324         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4325         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4326         (ps_document_thumbnails_get_thumbnail):
4327
4328         Handle PostScript page orientation. Fixes bug #318568.
4329
4330 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4331
4332         * backend/ps/Makefile.am:
4333         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4334         (document_load), (ps_document_load), (save_document),
4335         (save_page_list), (ps_document_get_n_pages),
4336         (ps_document_get_page_size), (ps_document_get_info),
4337         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4338         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4339         (ps_document_thumbnails_get_thumbnail),
4340         (ps_document_thumbnails_get_dimensions),
4341         (ps_document_document_thumbnails_iface_init):
4342         * backend/ps/ps.[ch]: (psgetpagebox):
4343         * backend/ps/ps-interpreter.[ch]:
4344
4345         Add support for thumbnails in ps backend. Fixes bug #164755. 
4346
4347 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4348
4349         * NEWS:
4350         * configure.ac:
4351         
4352         Release 0.7.2
4353
4354 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4355
4356         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4357         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4358         (ev_window_dispose):
4359
4360         Use document thumbnail as window icon. Fixes bug #384442.
4361
4362 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4363
4364         * configure.ac:
4365
4366         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4367         duplicated adding application/x-bzpostscript instead. 
4368
4369 2007-02-11  Tom Parker  <palfrey@tevp.net>
4370
4371         * backend/ps/ps-document.c: (document_load):
4372
4373         Check return value of psscan before trying
4374         to use it. Fixes bug #372414.
4375
4376 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4377
4378         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4379
4380         Fix invalid free in ev-page-cache. Fixes bug #404745.
4381
4382 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4383
4384         * test/Makefile.am:
4385         * test/test3.py:
4386         
4387         Added reload test case.
4388
4389 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4390
4391         * po/POTFILES.in:
4392         * backend/djvu/djvu-document.c: (djvu_document_load):
4393
4394         Check whether there are missing files in indirect multipage djvu
4395         documents. Fixes bug #361683. 
4396
4397 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4398
4399         * test/Makefile.am:
4400         * test/test-mime.bin:
4401         * test/test3.py:
4402         
4403         Added test for slow mime type
4404
4405 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4406
4407         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4408
4409         Add some checks and call parent_class->finalize. Fixes bug #404745.
4410
4411 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4412
4413         * shell/ev-navigation-action.c: (connect_proxy):
4414         
4415         Fixes dropdown history menu. Thanks a lot Carlos!
4416
4417 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4418
4419         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4420
4421         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4422         bug #373715.
4423
4424 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4425
4426         * backend/ps/ps.c: (psscan):
4427
4428         Fix memory leak. 
4429
4430 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4431
4432         * configure.ac:
4433         * libdocument/ev-file-helpers.c: 
4434
4435         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4436
4437 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4438
4439         * configure.ac:
4440         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4441         (ps_interpreter_start), (document_load), (save_document),
4442         (save_page_list):
4443         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4444         * libdocument/ev-document-factory.c:
4445         (ev_document_factory_get_from_mime), (get_document_from_uri),
4446         (free_uncompressed_uri), (ev_document_factory_get_document):
4447         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4448
4449         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4450
4451 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4452
4453         * libdocument/ev-document.h:
4454
4455         Fix typo in function name. 
4456
4457 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4458
4459         * backend/ps/ps-document.c: (ps_interpreter_finished),
4460         (ps_interpreter_start), (ps_interpreter_failed):
4461
4462         Handle ghostscript interpreter crashes. 
4463
4464 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4465
4466         * shell/ev-window.c: (ev_window_open_uri),
4467         (window_configure_event_cb):
4468
4469         Setup window size and position before showing it. Fixes bug #401711.
4470
4471 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4472
4473         * backend/ps/Makefile.am:
4474         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4475         (ps_document_dispose), (ps_document_class_init),
4476         (ps_interpreter_input), (ps_interpreter_output),
4477         (ps_interpreter_error), (setup_interpreter_env),
4478         (ps_interpreter_start), (ps_interpreter_stop),
4479         (ps_interpreter_failed), (ps_interpreter_is_ready),
4480         (check_filecompressed), (document_load), (ps_document_load),
4481         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4482         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4483         (render_page):
4484
4485         Rework ps-document. Code cleanups, remove deprecated code. 
4486
4487 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4488
4489         * shell/ev-view.c: (ev_view_button_press_event):
4490
4491         Do not start an image drag and drop operation when pointer is on 
4492         text, so that we can select text when the whole background is an
4493         image. 
4494
4495 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4496
4497         * shell/ev-window.c: (ev_window_update_actions): 
4498
4499         Disable all zoom related actions during presentation mode. 
4500
4501 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4502
4503         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4504
4505         Do not zoom in or out on presentation mode. Fixes bug #401305.
4506
4507 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4508
4509         * shell/ev-navigation-action.c: (connect_proxy),
4510         (create_menu_item), (ev_navigation_action_class_init):
4511         
4512         Correctly show menu and fix crash when navigaton 
4513         action is out of toolbar visible area.
4514
4515 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4516
4517         * data/Makefile.am:
4518         * data/evince.1:
4519         
4520         Added man file
4521
4522 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4523
4524         * help/reference/* :
4525         * configure.ac:
4526         
4527         Added gtk-doc based documentation for Evince.
4528         Still in initial state but I hope it will
4529         grow.
4530         
4531         * configure.ac:
4532         
4533         Lower dbus requirement to 0.70
4534
4535 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4536
4537         * shell/ev-window.c: (ev_window_add_history):
4538
4539         Fix memory leak. 
4540
4541 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4542
4543         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4544         * shell/ev-view.h:
4545         * shell/ev-window.c: (ev_window_add_history):
4546         
4547         Correctly handle named destination links
4548
4549 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4550
4551         * NOTES:
4552         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4553         * backend/pdf/ev-poppler.cc:
4554         * libdocument/ev-document-links.h:
4555         * libdocument/ev-link.c: (ev_link_get_page):
4556         * libdocument/ev-link.h:
4557         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4558         (ev_history_add_link):
4559         * shell/ev-history.h:
4560         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4561         (new_history_menu_item), (build_menu):
4562         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4563         * shell/ev-sidebar-links.c: (create_loading_model),
4564         (print_section_cb), (ev_sidebar_links_construct),
4565         (fill_page_labels), (update_page_callback_foreach),
4566         (update_page_callback), (job_finished_callback):
4567         * shell/ev-view.c: (ev_view_handle_link):
4568         * shell/ev-window.c: (ev_window_find_chapter),
4569         (ev_window_add_history), (view_handle_link_cb),
4570         (history_changed_cb):
4571         
4572         Implements another history variant
4573
4574 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4575
4576         * shell/ev-window.c: (view_external_link_cb):
4577         * shell/ev-view.c: (ev_view_button_release_event):
4578
4579         Open links in new window when clicking with middle button. 
4580
4581 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4582
4583         * shell/ev-navigation-action.c: (new_history_menu_item):
4584         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4585         * shell/ev-view.c: (ev_view_handle_link):
4586         * shell/ev-window.c:
4587         
4588         Store link before jump, not the destination. For me it 
4589         seems like more natural history behavior.
4590
4591 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4592
4593         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4594         (ev_navigation_action_class_init):
4595         * shell/ev-navigation-action.h:
4596         * shell/ev-page-action.c: (activate_cb):
4597         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4598         (ev_page_cache_set_current_page_history):
4599         * shell/ev-page-cache.h:
4600         * shell/ev-sidebar-thumbnails.c:
4601         (ev_sidebar_tree_selection_changed),
4602         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4603         * shell/ev-view-private.h:
4604         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4605         * shell/ev-view.h:
4606         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4607         (ev_window_setup_document), (ev_window_load_job_cb):
4608         * shell/ev-window.h:
4609         
4610         History finally works as expected.
4611
4612 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4613
4614         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4615
4616         Do not update links treeview if it doesn't have a model assigned yet. 
4617
4618 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4619
4620         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4621         (ev_sidebar_links_class_init), (update_page_callback):
4622
4623         Do not update links treeview when sidepane is not visible. 
4624
4625 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4626
4627         * shell/ev-marshal.list:
4628         * shell/ev-page-action.c: (activate_cb),
4629         (ev_page_action_class_init):
4630         * shell/ev-page-action.h:
4631         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4632         * shell/ev-window.c:
4633         
4634         Remove activate_link signal, not required.
4635
4636 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4637
4638         * shell/ev-navigation-action.c: (build_menu):
4639         
4640         Reorder menu items and build menu with fixed length.
4641
4642 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4643
4644         * shell/ev-view.c: (get_selected_text):
4645         
4646         Normalize text to fix ligatures problem. See bug
4647         #341947 for details.
4648
4649 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4650
4651         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4652
4653         Fix memory leak in ev-page-cache. 
4654
4655 2007-01-25  Tom Parker <palfrey@tevp.net>
4656
4657         * backend/impress/impress-document.c: (impress_document_load),
4658         (impress_document_finalize), (impress_document_init):
4659         * properties/ev-properties-main.c: (ev_properties_get_pages):
4660         
4661         Correctly handle impress document errors. Fixes nautilus
4662         crash in property page #370491.
4663
4664 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4665
4666         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4667         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4668         (ev_job_queue_remove_job):
4669         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4670         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4671         (ev_job_load_run):
4672         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4673         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4674         (ev_window_load_job_cb), (xfer_update_progress_callback),
4675         (ev_window_open_uri), (ev_window_dispose):
4676         * shell/main.c: (main):
4677
4678         Do file transfer asynchronously in the main thread instead of
4679         synchronously in the load thread. Fixes bugs #399694, #398307 and
4680         #343542.
4681
4682 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4683
4684         * shell/ev-jobs.c: (ev_job_xfer_run):
4685
4686         Load the document with the font-config lock held. 
4687
4688 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4689
4690         * backend/ps/ps-document.c: (start_interpreter):
4691
4692         Fix memory leaks in ps backend. 
4693
4694 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4695
4696         * backend/impress/impress-document.c:
4697         (impress_document_render_pixbuf):
4698
4699         Do not acquire fontconfig lock in impress backend, since it is using
4700         the main loop for rendering. 
4701
4702 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4703
4704         * po/POTFILES.in: 
4705
4706         Remove mdvi files that shouldn't be translated. 
4707
4708 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4709
4710         * shell/ev-view-private.h:
4711         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4712         (ev_view_set_zoom):
4713
4714         Render "loading..." text into a cairo surface instead of directly into
4715         the window so that fontconfig lock is only needed once and UI is not
4716         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4717
4718 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4719
4720         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4721         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4722
4723         Use icon theme associated with the window screen rather than default. 
4724
4725 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4726
4727         * configure.ac:
4728
4729         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4730
4731 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4732
4733         * data/icons/*/apps/evince.*:
4734
4735         Move Evince icons under new apps directory.
4736
4737         * data/icons/*/actions/*:
4738
4739         Add new custom themeable Evince icons: view-page-continuous, 
4740         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4741         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4742
4743         * configure.ac:
4744
4745         Add new directories to AC_CONFIG_FILES.
4746
4747         * shell/ev-stock-icons.c:
4748         * shell/ev-stock-icons.h:
4749
4750         Use new custom themeable icons.
4751
4752 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4753
4754         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4755
4756         Do not draw white background page in presentation mode. 
4757
4758 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4759
4760         * shell/ev-view.c: Remove unused gnome-vfs include.
4761
4762 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4763
4764         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4765         
4766         Format string is corrected, fixes bug #397129.
4767
4768 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4769
4770         * shell/ev-window.c: (ev_window_setup_recent):
4771
4772         Do not include in recent menu inexistent documents. Fixes
4773         bug #339171.
4774
4775 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4776
4777         * po/POTFILES.skip: 
4778
4779         Update POTFILES.skip file according to current source tree. 
4780
4781 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4782
4783         * shell/ev-window.c: (file_save_dialog_response_cb):
4784
4785         Do Save a copy in atomic way. Fixes bug #328266. 
4786
4787 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4788
4789         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4790
4791         Keep selected cell always visible in index treeview.
4792
4793 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4794         
4795         * shell/ev-view.c: (ev_view_size_allocate):
4796
4797         Restore horizontal scrollbar after switching to/from fullscreen
4798         or presentation mode. Fixes bug #331728.
4799
4800 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4801
4802         * shell/ev-view-private.h:
4803         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4804         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4805         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4806         (ev_view_can_zoom_out):
4807
4808         Use max and min scale values in the view iby taking dpi into account. 
4809
4810 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4811
4812         * configure.ac:
4813         * NEWS:
4814
4815         Release 0.7.1
4816
4817 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4818
4819         * shell/ev-window.c: (ev_window_print_send):
4820
4821         Send print job to printer with some settings set to default values,
4822         since we have already exported to a file according to such settings
4823         and they could be taken twice by some printers. 
4824
4825 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4826
4827         * shell/ev-jobs.c: (ev_job_xfer_run):
4828         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4829
4830         Show main window and load document with the font-config lock held. 
4831
4832 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4833
4834         * configure.ac:
4835         * shell/ev-application.c: (ev_application_register_service):
4836         * shell/main.c: (load_files_remote):
4837
4838         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4839
4840 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4841
4842         * doc/debugging.txt:
4843         
4844         Remove obsolete documentation.
4845
4846 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4847
4848         * Makefile.am:
4849         * backend/Makefile.am:
4850         * backend/comics/Makefile.am:
4851         * backend/djvu/Makefile.am:
4852         * backend/dvi/Makefile.am:
4853         * backend/ev-async-renderer.c:
4854         * backend/ev-async-renderer.h:
4855         * backend/ev-attachment.c:
4856         * backend/ev-attachment.h:
4857         * backend/ev-backend-marshal.c:
4858         * backend/ev-document-factory.c:
4859         * backend/ev-document-factory.h:
4860         * backend/ev-document-find.c:
4861         * backend/ev-document-find.h:
4862         * backend/ev-document-fonts.c:
4863         * backend/ev-document-fonts.h:
4864         * backend/ev-document-images.c:
4865         * backend/ev-document-images.h:
4866         * backend/ev-document-info.h:
4867         * backend/ev-document-links.c:
4868         * backend/ev-document-links.h:
4869         * backend/ev-document-misc.c:
4870         * backend/ev-document-misc.h:
4871         * backend/ev-document-security.c:
4872         * backend/ev-document-security.h:
4873         * backend/ev-document-thumbnails.c:
4874         * backend/ev-document-thumbnails.h:
4875         * backend/ev-document-transition.c:
4876         * backend/ev-document-transition.h:
4877         * backend/ev-document.c:
4878         * backend/ev-document.h:
4879         * backend/ev-file-exporter.c:
4880         * backend/ev-file-exporter.h:
4881         * backend/ev-image.c:
4882         * backend/ev-image.h:
4883         * backend/ev-link-action.c:
4884         * backend/ev-link-action.h:
4885         * backend/ev-link-dest.c:
4886         * backend/ev-link-dest.h:
4887         * backend/ev-link.c:
4888         * backend/ev-link.h:
4889         * backend/ev-render-context.c:
4890         * backend/ev-render-context.h:
4891         * backend/ev-selection.c:
4892         * backend/ev-selection.h:
4893         * backend/impress/Makefile.am:
4894         * backend/pdf/Makefile.am:
4895         * backend/pixbuf/Makefile.am:
4896         * backend/ps/Makefile.am:
4897         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4898         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4899         (start_interpreter), (stop_interpreter), (document_load),
4900         (ps_document_next_page), (render_page):
4901         * backend/tiff/Makefile.am:
4902         * comics/Makefile.am:
4903         * comics/comics-document.c:
4904         * comics/comics-document.h:
4905         * configure.ac:
4906         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4907         * djvu/Makefile.am:
4908         * djvu/djvu-document-private.h:
4909         * djvu/djvu-document.c:
4910         * djvu/djvu-document.h:
4911         * djvu/djvu-links.c:
4912         * djvu/djvu-links.h:
4913         * djvu/djvu-text-page.c:
4914         * djvu/djvu-text-page.h:
4915         * djvu/djvu-text.c:
4916         * djvu/djvu-text.h:
4917         * dvi/Makefile.am:
4918         * dvi/dvi-document.c:
4919         * dvi/dvi-document.h:
4920         * dvi/fonts.c:
4921         * dvi/fonts.h:
4922         * dvi/mdvi-lib/Makefile.am:
4923         * dvi/mdvi-lib/afmparse.c:
4924         * dvi/mdvi-lib/afmparse.h:
4925         * dvi/mdvi-lib/bitmap.c:
4926         * dvi/mdvi-lib/bitmap.h:
4927         * dvi/mdvi-lib/color.c:
4928         * dvi/mdvi-lib/color.h:
4929         * dvi/mdvi-lib/common.c:
4930         * dvi/mdvi-lib/common.h:
4931         * dvi/mdvi-lib/defaults.h:
4932         * dvi/mdvi-lib/dvimisc.c:
4933         * dvi/mdvi-lib/dviopcodes.h:
4934         * dvi/mdvi-lib/dviread.c:
4935         * dvi/mdvi-lib/files.c:
4936         * dvi/mdvi-lib/font.c:
4937         * dvi/mdvi-lib/fontmap.c:
4938         * dvi/mdvi-lib/fontmap.h:
4939         * dvi/mdvi-lib/fontsrch.c:
4940         * dvi/mdvi-lib/gf.c:
4941         * dvi/mdvi-lib/hash.c:
4942         * dvi/mdvi-lib/hash.h:
4943         * dvi/mdvi-lib/list.c:
4944         * dvi/mdvi-lib/mdvi.h:
4945         * dvi/mdvi-lib/pagesel.c:
4946         * dvi/mdvi-lib/paper.c:
4947         * dvi/mdvi-lib/paper.h:
4948         * dvi/mdvi-lib/pk.c:
4949         * dvi/mdvi-lib/private.h:
4950         * dvi/mdvi-lib/setup.c:
4951         * dvi/mdvi-lib/sp-epsf.c:
4952         * dvi/mdvi-lib/special.c:
4953         * dvi/mdvi-lib/sysdeps.h:
4954         * dvi/mdvi-lib/t1.c:
4955         * dvi/mdvi-lib/tfm.c:
4956         * dvi/mdvi-lib/tfmfile.c:
4957         * dvi/mdvi-lib/tt.c:
4958         * dvi/mdvi-lib/util.c:
4959         * dvi/mdvi-lib/vf.c:
4960         * dvi/pixbuf-device.c:
4961         * dvi/pixbuf-device.h:
4962         * impress/Makefile.am:
4963         * impress/common.h:
4964         * impress/document.c:
4965         * impress/f_oasis.c:
4966         * impress/f_oo13.c:
4967         * impress/iksemel.c:
4968         * impress/iksemel.h:
4969         * impress/imposter.h:
4970         * impress/impress-document.c:
4971         * impress/impress-document.h:
4972         * impress/internal.h:
4973         * impress/r_back.c:
4974         * impress/r_draw.c:
4975         * impress/r_geometry.c:
4976         * impress/r_gradient.c:
4977         * impress/r_style.c:
4978         * impress/r_text.c:
4979         * impress/render.c:
4980         * impress/render.h:
4981         * impress/zip.c:
4982         * impress/zip.h:
4983         * lib/Makefile.am:
4984         * lib/ev-debug.c:
4985         * lib/ev-debug.h:
4986         * lib/ev-file-helpers.c:
4987         * lib/ev-file-helpers.h:
4988         * lib/ev-gui.c:
4989         * lib/ev-gui.h:
4990         * lib/ev-tooltip.c:
4991         * lib/ev-tooltip.h:
4992         * libdocument/Makefile.am:
4993         * libdocument/ev-file-helpers.c:
4994         * pdf/Makefile.am:
4995         * pdf/ev-poppler.cc:
4996         * pdf/ev-poppler.h:
4997         * pixbuf/Makefile.am:
4998         * pixbuf/pixbuf-document.c:
4999         * pixbuf/pixbuf-document.h:
5000         * properties/Makefile.am:
5001         * ps/Makefile.am:
5002         * ps/gsdefaults.c:
5003         * ps/gsdefaults.h:
5004         * ps/gsio.c:
5005         * ps/gsio.h:
5006         * ps/gstypes.h:
5007         * ps/ps-document.c:
5008         * ps/ps-document.h:
5009         * ps/ps.c:
5010         * ps/ps.h:
5011         * shell/Makefile.am:
5012         * shell/ev-application.h:
5013         * shell/ev-sidebar-links.c:
5014         * shell/ev-sidebar-links.h:
5015         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5016         (ev_gui_menu_position_tree_selection):
5017         * shell/ev-utils.h:
5018         * shell/ev-view.c: (ev_view_finalize):
5019         * shell/ev-window.c:
5020         * shell/main.c: (main):
5021         * thumbnailer/Makefile.am:
5022         * tiff/Makefile.am:
5023         * tiff/tiff-document.c:
5024         * tiff/tiff-document.h:
5025         * tiff/tiff2ps.c:
5026         * tiff/tiff2ps.h:
5027         
5028         Reorganize source tree.
5029
5030 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5031
5032         * backend/ev-document-factory.c:
5033
5034         Do not include ev-poppler.h when pdf is disabled. 
5035
5036 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5037
5038         * configure.ac:
5039         * data/evince-ui.xml:
5040         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5041         (pdf_document_document_images_iface_init):
5042         * backend/Makefile.am:
5043         * backend/ev-document-images.[ch]:
5044         * backend/ev-image.[ch]:
5045         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5046         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5047         (ev_job_xfer_run):
5048         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5049         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5050         (ev_pixbuf_cache_get_image_mapping):
5051         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5052         (view_menu_popup_cb), (ev_window_dispose),
5053         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5054         (ev_view_popup_cmd_copy_image):
5055         * shell/ev-view-private.h:
5056         * shell/ev-view.c: (ev_view_get_image_at_location),
5057         (ev_view_do_popup_menu), (ev_view_popup_menu),
5058         (ev_view_button_press_event), (ev_view_drag_data_get),
5059         (ev_view_drag_motion), (ev_view_drag_data_received),
5060         (ev_view_motion_notify_event), (ev_view_button_release_event),
5061         (ev_view_finalize), (ev_view_class_init):
5062
5063         Add image handling support. Fixes bugs #310008 and #325047. Images
5064         selection is not supported yet. 
5065
5066 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5067
5068         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5069         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5070         (ev_view_init):
5071
5072         Move view drag and drop stuff to ev-view.
5073
5074 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5075
5076         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5077         * shell/ev-view.c: (clear_selection): 
5078
5079         Clear selection also in pixbuf cache.
5080
5081 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5082
5083         * data/evince.desktop.in.in:
5084         
5085         Change icon name in desktop file. See bug #390734
5086         for details.
5087
5088 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5089
5090         * thumbnailer/Makefile.am:
5091
5092         Use top_builddir instead top_srcdir for generated schema
5093         file installation. Fixes bug #390161.
5094
5095 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5096
5097         * configure.ac:
5098         * backend/Makefile.am:
5099         * backend/ev-document-transition.[ch]:
5100         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5101         (pdf_document_page_transition_iface_init):
5102         * shell/ev-view-private.h:
5103         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5104         (ev_view_set_presentation), (transition_next_page),
5105         (ev_view_presentation_transition_stop),
5106         (ev_view_presentation_transition_start), (ev_view_next_page):
5107
5108         Add page transition support in presentation mode. At the moment only
5109         page duration is supported, but not transition effects. Fixes bug
5110         #309815.
5111
5112 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5113
5114         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5115
5116         Run find_link_dest with document lock held, since it's called by links
5117         thread and main thread at the same time. 
5118
5119 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5120
5121         * shell/ev-view.c: (goto_dest):
5122
5123         Update page-cache when page is changed by the view, so that
5124         page-changed signal is emitted. 
5125
5126 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5127
5128         * test/test1.py:
5129         * test/test2.py:
5130
5131         Use C locale in tests. 
5132
5133 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5134
5135         * shell/ev-window.c: (ev_window_run_presentation):
5136         * shell/ev-view-private.h:
5137         * shell/ev-view.c: (ev_view_set_presentation):
5138
5139         Restore zoom settings when back from presentation mode. 
5140
5141 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5142
5143         * shell/ev-window.c: (ev_window_run_presentation):
5144
5145         Always use "best fit" zoom in presentation mode.
5146         Fixes bug #389195.
5147
5148 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5149
5150         * shell/ev-view.c: (ev_view_goto_window_create):
5151
5152         Show "Jump to page" label in the page jumping popup in
5153         presentation mode instead of just a GtkEntry.
5154
5155 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5156
5157         * shell/ev-window.c: (launch_external_uri):
5158
5159         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5160         #378085.
5161
5162 2006-12-22  Elijah Newren  <newren gmail com>
5163
5164         * configure.ac: explicitly check for libxml2.  Fixes #388795
5165
5166 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5167
5168         * shell/ev-view-private.h:
5169         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5170         (ev_view_goto_window_delete_event), (key_is_numeric),
5171         (ev_view_goto_window_key_press_event),
5172         (ev_view_goto_window_button_press_event),
5173         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5174         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5175         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5176
5177         Allow jumping to another page by typing a page number in presentation
5178         mode. It uses a popup window with an entry. Fixes bug #353625.
5179
5180 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5181
5182         * configure.ac:
5183         * properties/ev-properties-view.c: (ev_get_default_user_units),
5184         (ev_regular_paper_size):
5185         
5186         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5187         to Damien Carbery <damien.carbery@sun.com> and
5188         Yevgen Muntyan <muntyan@tamu.edu>.
5189
5190 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5191
5192         * shell/ev-window.c: (setup_document_from_metadata):
5193
5194         Make sure Evince doesn't restore the view on the last
5195         page when a document is reopened. Fixes bug #383381.
5196
5197 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5198
5199         * shell/ev-view.c: (draw_loading_text):
5200
5201         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5202
5203 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5204
5205         * configure.ac:
5206         * NEWS:
5207
5208         Release 0.7.0
5209
5210 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5211
5212         * configure.ac:
5213         * pdf/ev-poppler.cc: (pdf_print_context_free),
5214         (pdf_document_file_exporter_begin),
5215         (pdf_document_file_exporter_do_page):
5216
5217         Make cairo-pdf depedency optional. 
5218
5219 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5220
5221         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5222
5223         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5224
5225 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5226
5227         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5228         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5229         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5230         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5231         * shell/ev-view.c: (draw_loading_text):
5232         * shell/ev-window.c: (ev_window_cmd_file_properties):
5233
5234         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5235         related to using FontConfig from different threads.
5236         
5237 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5238
5239         * shell/ev-view.c: (draw_loading_text):
5240
5241         Acquire lock document when drawing "Loading..." text so that only one
5242         thread will use FontConfig at the same time. Fixes bug #374750.
5243
5244 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5245
5246         * shell/ev-page-action.[ch]: (activate_cb):
5247         * shell/ev-window.c: (activate_label_cb):
5248
5249         Check if text inserted in page entry is a valid page number when it
5250         doesn't match to any document page label. Fixes bug #383165.
5251
5252 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5253         * shell/ev-window.c:
5254
5255         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5256         available with GTK < 2.10. Added an ifdef to avoid compilation
5257         error.
5258
5259 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5260
5261         * configure.ac:
5262         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5263
5264         Fix ps backend in multihead systems.
5265
5266 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5267
5268         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5269         * shell/ev-window.c: (ev_window_get_screen_dpi),
5270         (ev_window_update_actions), (setup_view_from_metadata),
5271         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5272
5273         Take screen DPI into account when zooming. Fixes bug #318285.
5274
5275 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5276
5277         * data/Makefile.am:
5278
5279         Cleaned up/slightly refactored Makefile.am. Added GConf
5280         schemas uninstallation as well.
5281
5282 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5283
5284         * Makefile.am:
5285         * test/Makefile.am:
5286
5287         Fight with autotools to fix make check. Make distcheck
5288         works fine as well now!
5289
5290 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5291
5292         * shell/ev-view.c: (draw_end_presentation_page):
5293
5294         Corrected "end of presentation" string.
5295
5296 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5297
5298         * shell/ev-view.c: (ev_view_key_press_event):
5299
5300         Correctly propagate key press event so that up/down keys
5301         work as expected (correct behaviour was broken by
5302         black/white screen key bindings for presentations).
5303
5304 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5305
5306         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5307         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5308         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5309         (pdf_selection_get_selection_region),
5310         (pdf_selection_get_selection_map):
5311
5312         Add "static" to some private functions. 
5313
5314 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5315
5316         * lib/ev-tooltip.h:
5317         * properties/ev-properties-view.h:
5318         * shell/ev-jobs.h:
5319         * shell/ev-properties-dialog.h:
5320         * shell/ev-properties-fonts.h:
5321         * shell/ev-sidebar-links.h:
5322         * shell/ev-sidebar-thumbnails.h:
5323         * shell/ev-sidebar.h:
5324         * shell/ev-window.h:
5325         
5326         Fixes CHACK type in class casts. See bug #385343
5327         for details.
5328
5329 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5330
5331         * shell/ev-view-private.h:
5332         * shell/ev-view.c: (draw_end_presentation_page),
5333         (ev_view_expose_event), (ev_view_key_press_event),
5334         (ev_view_class_init), (ev_view_init):
5335
5336         Blank screen in presentation mode when pressing 'b' (filling with
5337         black) or 'w' (filling with white) keys. Fixes bug #358132.
5338
5339 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5340
5341         * data/evince-toolbar.xml:
5342         * shell/ev-window.c:
5343         
5344         Use stock icon for Select All action. Fixes
5345         bug #382652.
5346
5347 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5348
5349         * shell/ev-view.c: (get_doc_point_from_offset),
5350         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5351
5352         Add links support in rotated documents. Fixes bug #343733.
5353
5354 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5355
5356         * shell/ev-view-private.h:
5357         * shell/ev-view.c: (draw_end_presentation_page),
5358         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5359
5360         Show a blank page after the last page in presentation mode with a
5361         message indicating that presentation has finished and how to exit. 
5362
5363 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5364
5365         * shell/ev-window.c: (fullscreen_timeout_cb):
5366
5367         Hide cursor after a while in presentation mode. 
5368
5369 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5370
5371         * backend/ev-document-info.h:
5372         * data/evince-properties.glade:
5373         * pdf/ev-poppler.cc:
5374         * properties/ev-properties-view.c: (ev_regular_paper_size),
5375         (ev_properties_view_set_info):
5376         * ps/ps-document.c: (ps_document_get_info):
5377
5378         Adds a paper size field to the properties dialog. Fixes
5379         bug #307315. Patch by Kasper Svendsen (with some i18n
5380         changes done by me).
5381
5382 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5383
5384         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5385         (screensaver_init_dbus), (totem_scrsaver_new),
5386         (totem_scrsaver_init):
5387         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5388         * shell/ev-application.c: (ev_application_register_service),
5389         (ev_application_screensaver_enable),
5390         (ev_application_screensaver_disable):
5391         * shell/ev-application.h:
5392         * shell/ev-window.c: (ev_window_run_presentation),
5393         (ev_window_stop_presentation), (build_comments_string),
5394         (ev_window_init):
5395         
5396         Move screensaver handling to application. No more
5397         message on startup.
5398
5399 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5400
5401         * configure.ac:
5402         * backend/Makefile.am:
5403         * backend/ev-file-exporter.[ch]:
5404         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5405         * ps/ps-document.c: (ps_document_file_exporter_*):
5406         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5407         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5408         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5409         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5410
5411         Allow printing to PDF when suppoted by the backend.
5412         
5413 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5414
5415         * shell/ev-window.c: (build_comments_string):
5416
5417         Use always "Document Viewer" in about dialog. 
5418
5419 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5420
5421         * djvu/djvu-document.c: (djvu_document_get_page_size):
5422
5423         Display a warning message when get_pageinfo fails. 
5424
5425 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5426
5427         * Makefile.am:
5428         * backend/Makefile.am:
5429         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5430         * configure.ac:
5431         * shell/ev-window.c: (build_comments_string):
5432         
5433         Make pdf compilation optional. See bug #38007.
5434
5435 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5436
5437         * ps/ps.c: (get_next_text):
5438
5439         Fix CVE-2006-5864.
5440
5441 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5442
5443         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5444         * shell/ev-navigation-action.c: (connect_proxy),
5445         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5446         
5447         Do not call g_type_class_peek_parent twice.
5448
5449 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5450
5451         * configure.ac:
5452         * data/icons/24x24/.cvsignore:
5453         * data/icons/24x24/Makefile.am:
5454         * data/icons/24x24/evince.png:
5455         * data/icons/Makefile.am:
5456         
5457         Add 24x24 icon. Thanks to 
5458         Michael Monreal <infernux@web.de>.
5459
5460 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5461
5462         * configure.ac: Fix typo in configure.ac. Thanks
5463         to dmacks@netspace.org for notification.
5464
5465 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5466
5467         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5468         
5469         Drop dbus include, fixes compilation with older dbus.
5470
5471 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5472
5473         * configure.ac:
5474         * cut-n-paste/Makefile.am:
5475         * cut-n-paste/totem-screensaver/.cvsignore
5476         * cut-n-paste/totem-screensaver/Makefile.am:
5477         * cut-n-paste/totem-screensaver/README:
5478         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5479         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5480         * shell/Makefile.am:
5481         * shell/ev-window.c: (ev_window_run_presentation),
5482         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5483         (ev_window_init):
5484
5485         Implemented screensaver enabling/disabling for
5486         presentation mode (not fullscreen mode). Code stolen
5487         from Totem (with some minor tweaks). Fixes bug #338889.
5488
5489 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5490
5491         * configure.ac:
5492
5493         Bump gnome-icon-theme requirements. We use the rotation
5494         icons that appeared recently.
5495
5496 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5497
5498         * shell/ev-history.c: (ev_history_add_page):
5499         * shell/ev-history.h:
5500         * shell/ev-window.c: (page_changed_cb):
5501         
5502         Use page labels instead of numbers.
5503
5504 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5505
5506         * data/evince-toolbar.xml:
5507         * po/POTFILES.in:
5508         * shell/Makefile.am:
5509         * shell/ev-navigation-action-widget.c:
5510         (ev_navigation_action_widget_init),
5511         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5512         (menu_detacher), (ev_navigation_action_widget_set_menu),
5513         (menu_position_func), (popup_menu_under_arrow),
5514         (ev_navigation_action_widget_toggled),
5515         (ev_navigation_action_widget_button_press_event):
5516         * shell/ev-navigation-action-widget.h:
5517         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5518         (ev_navigation_action_set_window), (activate_menu_item_cb),
5519         (new_history_menu_item), (new_empty_history_menu_item),
5520         (build_menu), (menu_activated_cb), (connect_proxy),
5521         (create_tool_item), (ev_navigation_action_init),
5522         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5523         * shell/ev-navigation-action.h:
5524         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5525         (ev_page_action_widget_set_page_cache),
5526         (ev_page_action_widget_finalize),
5527         (ev_page_action_widget_class_init), (match_selected_cb),
5528         (display_completion_text), (match_completion), (build_new_tree_cb),
5529         (get_filter_model_from_model),
5530         (ev_page_action_widget_update_model):
5531         * shell/ev-page-action-widget.h:
5532         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5533         (connect_proxy):
5534         * shell/ev-page-action.h:
5535         * shell/ev-stock-icons.c:
5536         * shell/ev-stock-icons.h:
5537         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5538         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5539         (register_custom_actions):
5540         * shell/main.c:
5541         
5542         Preliminary history implementation
5543
5544 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5545
5546         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5547         (dvi_document_class_init), (dvi_document_init_params):
5548         * dvi/mdvi-lib/font.c: (font_reference):
5549         
5550         Add reference to subfont. Fixes bug #374277.
5551
5552 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5553
5554         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5555         (ev_window_cmd_file_open_copy_at_dest):
5556
5557         Fix a race condition when creating symlink. Increase the counter
5558         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5559         Mathias Hasselmann).
5560
5561 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5562
5563         * backend/Makefile.am:
5564         * backend/ev-attachment.c: (ev_attachment_open):
5565         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5566         (ev_tmp_dir), (ev_tmp_filename):
5567         * shell/ev-sidebar-attachments.c:
5568         (ev_sidebar_attachments_drag_data_get):
5569         * shell/ev-window.c: (ev_window_clear_temp_file):
5570
5571         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5572         in ensure_dir_exists. Abort without crashing when we can't create
5573         user's directory.
5574
5575 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5576
5577         * data/evince-ui.xml:
5578         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5579         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5580         (ev_window_cmd_file_open_copy_at_dest),
5581         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5582         (ev_view_popup_cmd_open_link_new_window):
5583
5584         Allow opening a copy of the current document in a new window. Fixes bug
5585         #357472
5586
5587 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5588
5589         * data/evince-toolbar.xml:
5590         
5591         Add rotate right and rotate left to available items for toolbar.
5592         
5593         * data/evince-ui.xml:
5594         * shell/ev-window.c: (ev_window_init):
5595         
5596         Customize toolbar with right click. Fixes bug #372451.
5597
5598 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5599
5600         * shell/ev-window.c: 
5601         
5602         Use "object-rotate-{left,right}" stock icons. Fixes 
5603         bug #373863.
5604
5605 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5606
5607         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5608         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5609         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5610         (ev_window_open_uri):
5611         * shell/main.c: (arguments_parse):
5612
5613         Remove temp file created when evince is used by GTK+ in
5614         preview mode. Fixes bug #365282. 
5615
5616 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5617
5618         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5619         
5620         Fixes bug #372474 - Side pane disabled when entering 
5621         and leaving fullscreen mode.
5622
5623 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5624
5625         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5626         * data/Makefile.am:
5627         * data/evince-preview-toolbar.xml:
5628         * data/evince-toolbar.xml:
5629         * shell/ev-application.c: (ev_application_shutdown),
5630         (ev_application_init), (ev_application_get_toolbars_model):
5631         * shell/ev-application.h:
5632         * shell/ev-window.c: (update_chrome_visibility),
5633         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5634         (ev_window_cmd_edit_toolbar), (ev_window_init):
5635         
5636         Fixes bug #364364 - toolbar editor shows zoom actions again.
5637
5638 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5639
5640         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5641
5642         Do not take margins into consideration for paper size when printing.
5643         Really fixes bug #350491.
5644
5645 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5646
5647         * data/evince-ui.xml:
5648         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5649         (ev_window_cmd_file_print_setup),
5650         (ev_window_print_dialog_response_cb),
5651         (ev_window_setup_action_sensitivity):
5652
5653         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5654
5655 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5656
5657         * shell/ev-window.c: (ev_window_print_range):
5658
5659         Revert my previuos commit, since printing to PDF is not supported by
5660         evince yet. 
5661
5662 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5663
5664         * shell/ev-window.c: (ev_window_print_range):
5665
5666         Enable print to a PDF. Fixes bug #332121.
5667
5668 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5669
5670         * shell/ev-application-service.xml:
5671         * shell/ev-application.[ch]: (ev_application_open_window),
5672         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5673         (ev_application_open_uri), (ev_application_open_uri_list):
5674         * shell/ev-window.c: (file_open_dialog_response_cb),
5675         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5676         (drag_data_received_cb), (open_remote_link):
5677         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5678
5679         Add support for multiscreen systems. Fixes bug #316206.
5680
5681 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5682
5683         * shell/ev-jobs.[ch]: (ev_job_print_new),
5684         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5685         (ev_job_print_do_page):
5686         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5687
5688         Allow printing only odd/even pages. Fixes bug #367289.
5689
5690 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5691
5692         * test/test1.py:
5693         * test/test2.py:
5694
5695         Re-add locale settings to test files.
5696
5697 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5698
5699         * data/evince-ui.xml:
5700         * shell/ev-window.c: (set_action_properties):
5701         
5702         Removed garbage from code and ui.
5703
5704 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5705
5706         * shell/ev-window.c: (ev_window_cmd_help_about):
5707
5708         Shamelessly add my name to the list of contributors.
5709
5710 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5711
5712         * test/test1.py:
5713         * test/test2.py:
5714
5715         Cleaned up the dogtail scripts.
5716
5717 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5718
5719         * shell/ev-view.c: (draw_loading_text): Don't render
5720         "loading..." text in presentation mode. Temporary
5721         workaround for bug #320352.
5722
5723 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5724
5725         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5726         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5727
5728         Use print settings scale, copies, collate and reverse which were
5729         ignored. Fixes bug #359032.
5730
5731 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5732
5733         * configure.ac:
5734         * data/evince-password.glade:
5735         * test/Makefile.am:
5736         * test/test-encrypt.pdf:
5737         * test/test-links.pdf:
5738         * test/test1.py:
5739         * test/test2.py:
5740
5741         Add automated UI tests for evince with dogtail. See
5742         bug #300948.    
5743
5744 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5745
5746         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5747
5748         Hide fullscreen toolbar when switching to another desktop workspace.
5749         Fixes bug #338871
5750
5751 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5752
5753         * shell/ev-window-title.c: 
5754         
5755         Test for .dvi in title of pdf documents.
5756
5757 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5758
5759         * shell/ev-view.c: (ev_view_scroll):
5760
5761         Page Up/Down should do page jumps in "Best fit" mode.
5762         If a user has explicitly chosen to view exactly one page
5763         at a time, scrolling just a part of the page when
5764         pressing Page Up/Down is not right. Fixes bug #323107.
5765
5766 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5767
5768         * NEWS:
5769         * configure.ac:
5770         
5771         Update for 0.6.1
5772
5773 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5774
5775         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5776         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5777         
5778         Correctly disconnect from job signals on destroy.
5779
5780 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5781
5782         * shell/ev-view-private.h:
5783         * shell/ev-view.c: (view_set_adjustment_values),
5784         (view_update_range_and_current_page),
5785         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5786         
5787         Fixes bug #343199, current page now follows find page.
5788
5789 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5790
5791         * backend/ev-document-factory.c:
5792         * configure.ac:
5793         Assigned OpenDocument presenation MIME type to the
5794         Impress backend. Added some missing (but harmless)
5795         #ifdefs in the document factory as well to make things
5796         consistent again. Fixes bug #360658.
5797
5798 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5799
5800         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5801         * backend/ev-document-find.c: (ev_document_find_get_type):
5802         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5803         * backend/ev-document-links.c: (ev_document_links_get_type):
5804         * backend/ev-document-security.c: (ev_document_security_get_type):
5805         * backend/ev-document-thumbnails.c:
5806         (ev_document_thumbnails_get_type):
5807         * backend/ev-document.c: (ev_document_get_type):
5808         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5809         * backend/ev-selection.c: (ev_selection_get_type):
5810         * cut-n-paste/recent-files/egg-recent-model.c:
5811         (egg_recent_model_get_type):
5812         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5813         (egg_recent_view_uimanager_get_type):
5814         * cut-n-paste/recent-files/egg-recent-view.c:
5815         (egg_recent_view_get_type):
5816         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5817         (egg_editable_toolbar_get_type):
5818         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5819         (egg_toolbar_editor_get_type):
5820         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5821         (egg_toolbars_model_get_type):
5822         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5823         (egg_tree_multi_drag_source_get_type):
5824         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5825         (ephy_zoom_action_get_type):
5826         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5827         (ephy_zoom_control_get_type):
5828         * impress/r_back.c: (_imp_fill_back):
5829         * properties/ev-properties-main.c:
5830         (ev_properties_plugin_register_type):
5831         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5832         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5833         (ev_view_accessible_factory_get_type):
5834
5835         Reduce relocations. Bug #360616.
5836
5837 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5838
5839         * backend/ev-document-factory.c:
5840         (ev_document_factory_get_document):
5841         
5842         Load document even if extension is wrong.
5843
5844 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5845
5846         * shell/ev-metadata-manager.c: (save_values):
5847         * shell/ev-window.c: (setup_size_from_metadata),
5848         (setup_view_from_metadata), (ev_window_setup_document),
5849         (ev_window_xfer_job_cb), (window_configure_event_cb):
5850         
5851         Set size according to the document size/page size ratio.
5852         That should correct rather wierd behaviour of the previous
5853         commit.
5854
5855 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5856
5857         * shell/ev-window.c: (setup_view_from_metadata):
5858         
5859         Set size for new windows from previous window size.
5860         See bugs #354968 and #168450 for details. Thanks
5861         to Meik Hellmund.
5862
5863 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5864
5865         * djvu/djvu-links.c: (build_tree):
5866
5867         Fix memory leak.
5868
5869 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5870
5871         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5872         
5873         Don't make sidebar close button insensitive. Fixes
5874         bug #357871.
5875
5876 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5877
5878         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5879         (ev_window_set_view_accels_sensitivity):
5880         
5881         Don't enable Slash on documents which don't support
5882         find. Fixes bug #358648.
5883
5884 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5885
5886         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5887         open dialog fall back to the current document uri if the
5888         filechooser hasn't been used before. Fixes bug #356980.
5889
5890 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5891
5892         * shell/ev-window.c: (ev_window_setup_recent), 
5893         (ev_window_get_recent_file_label):
5894
5895         Escape underscores in filenames of recent file items.
5896
5897 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5898
5899         * configure.ac:
5900         
5901         Bumped poppler requirements, really 0.5.3 is very 
5902         buggy, now we require 0.5.4.
5903
5904 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5905
5906         * djvu/Makefile.am:
5907         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5908         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5909         (djvu_document_document_links_iface_init):
5910         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5911         (number_from_string_10), (get_djvu_link_dest),
5912         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5913         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5914         (djvu_links_get_links), (djvu_links_find_link_dest),
5915         (djvu_links_get_links_model):
5916         * djvu/djvu-links.h:
5917         
5918         Add support for links and bookmarks in djvu documents. Thanks
5919         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5920         patch.
5921
5922 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5923
5924         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5925         
5926         Reopen should reload document. Fixes 
5927         bug 327951.
5928
5929 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5930
5931         * configure.ac:
5932         * data/Makefile.am:
5933         * data/evince-16.png:
5934         * data/evince-22.png:
5935         * data/evince.png:
5936         * data/evince.svg:
5937         * data/icons/16x16/Makefile.am:
5938         * data/icons/16x16/evince.png:
5939         * data/icons/22x22/Makefile.am:
5940         * data/icons/22x22/evince.png:
5941         * data/icons/48x48/Makefile.am:
5942         * data/icons/48x48/evince.png:
5943         * data/icons/Makefile.am:
5944         * data/icons/scalable/Makefile.am:
5945         * data/icons/scalable/evince.svg:
5946         
5947         Install icons with correct names. Fixes
5948         bug #354429.
5949
5950 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5951
5952         * shell/ev-view.c: (ev_view_button_release_event):
5953
5954         Don't open links with middle mouse button. Fixes bug #353649
5955
5956 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5957
5958         * NEWS:
5959         * configure.ac:
5960         
5961         Update for release 0.6.0
5962
5963 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5964
5965         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5966         Implement Close named action. Patch by Carlos Garcia Campos.
5967
5968 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5969
5970         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5971         
5972         Don't clear link mapping on copy_job_to_job_info. Fixes
5973         bug 346168.
5974
5975 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5976
5977         * shell/main.c: (main):
5978
5979         Revert my previous commit, gnome_program_init owns the option context.
5980         Fix another memory leak in main. Both caught by Christian Persch. 
5981
5982 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5983
5984         * shell/main.c: (main):
5985
5986         Fix memory leak.
5987
5988 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5989
5990         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5991
5992         Fix crash when opening a pdf with password protection. 
5993
5994 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5995
5996         * pdf/ev-poppler.cc: (pdf_document_search_free):
5997
5998         Fix memory leak. 
5999
6000 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6001
6002         * backend/ev-document-factory.c:
6003         (ev_document_factory_get_document):
6004         * tiff/tiff-document.c: (tiff_document_finalize):
6005         
6006         More correct handling of document loading. Fixes
6007         bug #349043.
6008
6009 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6010
6011         * backend/ev-attachment.c: (ev_attachment_save):
6012
6013         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6014         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6015
6016 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6017         
6018         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6019         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6020
6021 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6022
6023         * shell/ev-sidebar-thumbnails.c:
6024
6025         Do not render thumbnails unless thumbnails page is active in the
6026         sidebar.
6027
6028 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6029
6030         * shell/ev-properties-dialog.c:
6031
6032         Fix dialogue spacing. Bug #351370.
6033
6034 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6035
6036         * configure.ac:
6037
6038         Use lowercase gettext catalog file names (evince.mo
6039         instead of Evince.mo)
6040
6041 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6042
6043         * shell/ev-sidebar-attachments.c:
6044
6045         GtkIconTheme is now screen safe too. Fixes bug #350878
6046
6047 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6048
6049         * shell/ev-window.c:
6050
6051         GtkRecent manager is now screen safe. Fixes bug #350145
6052
6053 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6054
6055         * shell/ev-sidebar.c: (ev_sidebar_init):
6056         
6057         Make sidebar close icon smaller. Fix for bug 350177.
6058         See also bugs 350176 and 165770.
6059
6060 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6061
6062         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6063
6064         Ignore zoom for xyz destinations when it's <= 1, keeping user
6065         preferences instead. Set correct sizing-mode for fith and fitv
6066         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6067
6068 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6069
6070         * NEWS:
6071         * configure.ac:
6072         
6073         Update for release 0.5.5
6074
6075 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6076         
6077         * shell/ev-window.c: (ev_window_cmd_escape)
6078
6079         Escape unfocus page entry. Fixes bug #345809.
6080
6081 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6082
6083         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6084         (build_tree), (pdf_document_links_get_links),
6085         (pdf_document_links_find_link_dest):
6086         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6087         (goto_xyz_dest):
6088
6089         Convert from PDF style coordinates to X style coordinates in the
6090         backend rather than in the view. Fixes bug #338440
6091
6092 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6093
6094         * shell/ev-window.c:
6095         
6096         Remove Ctrl+Shift+T shortcut for toolbars. See
6097         the bug #350098.
6098
6099 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6100
6101         * configure.ac:
6102
6103         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6104         of this. 
6105
6106 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6107
6108         * configure.ac:
6109         * cut-n-paste/Makefile.am:
6110         * data/evince-ui.xml:
6111         * shell/Makefile.am:
6112         * shell/ev-application.[ch]:
6113         * shell/ev-window.c:
6114
6115         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6116         #349273
6117
6118 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6119
6120         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6121         findbar code: s/help/search/
6122
6123 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6124
6125         * shell/ev-window.c: (setup_document_from_metadata),
6126         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6127         (setup_view_from_metadata):
6128         
6129         Fix memory leaks.
6130
6131 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6132
6133         * autogen.sh, configure.ac: 
6134         
6135         Update automake usage. See bug 349292.
6136
6137 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6138
6139         * shell/eggfindbar.c: (egg_find_bar_class_init),
6140         (entry_activate_callback), (egg_find_bar_init),
6141         (egg_find_bar_set_status_text):
6142         * shell/eggfindbar.h:
6143         
6144         Unify Evince findbar with Epiphany. Nice patch
6145         from Fabricio Silva <silva@crans.org> and
6146         Frederic Peters <fpeters@entrouvert.com>. See
6147         bug #339966 for details.
6148
6149 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6150
6151         * data/evince.desktop.in.in:
6152         
6153         Correct information for bugzilla. Thanks to
6154         Olaf Vitters, see bug #348855.
6155
6156 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6157
6158         * shell/ev-jobs.[ch]:
6159         * shell/ev-sidebar-links.c:
6160         * shell/ev-window.[ch]:
6161
6162         GtkPrintJob doesn't support print ranges or current page, so we export
6163         to a ps file now when printing ranges or current page.
6164
6165 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6166
6167         * pdf/ev-poppler.cc:
6168         * shell/ev-window.c: (do_action_named):
6169
6170         We should be more clear about bugzilla. See the
6171         poppler bug #7623.
6172
6173 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6174
6175         * configure.ac:
6176         * shell/Makefile.am:
6177         * shell/ev-job-queue.c:
6178         * shell/ev-jobs.[ch]:
6179         * shell/ev-sidebar-links.c:
6180         * shell/ev-window.[ch]:
6181         
6182         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6183         #348422
6184
6185 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6186
6187         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6188         * shell/ev-application-service.xml:
6189         * shell/ev-application.[ch]:
6190         * shell/ev-jobs.[ch]:
6191         * shell/ev-window.[ch]: (ev_window_run_preview):
6192         * shell/main.c: 
6193
6194         Add preview mode to use evince as a printing previewer. It also adds
6195         other command line options for fullscreen and presentation modes.
6196         Fixes bugs #347822, #317031
6197
6198 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6199
6200         * NEWS:
6201         * configure.ac:
6202         
6203         Update for release 0.5.4
6204
6205 2006-07-11  Bastien Nocera <hadess@hadess.net>
6206
6207         * Makefile.am:
6208         * backend/Makefile.am:
6209         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6210         * backend/ev-document-factory.h:
6211         * configure.ac:
6212         * impress/.cvsignore:
6213         * impress/Makefile.am:
6214         * impress/common.h:
6215         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6216         (imp_get_page), (imp_next_page), (imp_prev_page),
6217         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6218         * impress/f_oasis.c: (render_object), (render_page),
6219         (get_geometry), (_imp_oasis_load):
6220         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6221         (_imp_oo13_load):
6222         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6223         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6224         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6225         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6226         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6227         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6228         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6229         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6230         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6231         (iks_new_within), (iks_insert), (iks_insert_cdata),
6232         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6233         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6234         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6235         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6236         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6237         (iks_cdata), (iks_cdata_size), (iks_has_children),
6238         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6239         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6240         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6241         (iks_tree), (iks_load), (iks_save):
6242         * impress/iksemel.h:
6243         * impress/imposter.h:
6244         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6245         (imp_render_draw_bezier_real), (imp_render_get_size),
6246         (imp_render_set_fg_color), (imp_render_draw_line),
6247         (imp_render_draw_rect), (imp_render_draw_polygon),
6248         (imp_render_draw_arc), (imp_render_draw_bezier),
6249         (imp_render_open_image), (imp_render_get_image_size),
6250         (imp_render_scale_image), (imp_render_draw_image),
6251         (imp_render_close_image), (imp_render_markup),
6252         (imp_render_get_text_size), (imp_render_draw_text),
6253         (impress_document_load), (impress_document_save),
6254         (impress_document_get_n_pages), (impress_document_get_page_size),
6255         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6256         (impress_document_finalize), (impress_document_class_init),
6257         (impress_document_can_get_text), (impress_document_get_info),
6258         (impress_document_document_iface_init),
6259         (impress_document_thumbnails_get_thumbnail),
6260         (impress_document_thumbnails_get_dimensions),
6261         (impress_document_document_thumbnails_iface_init),
6262         (impress_document_init):
6263         * impress/impress-document.h:
6264         * impress/internal.h:
6265         * impress/r_back.c: (_imp_fill_back):
6266         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6267         (_imp_draw_image), (_imp_tile_image):
6268         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6269         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6270         (r_polyline):
6271         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6272         (r_draw_gradient_complex), (r_draw_gradient):
6273         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6274         (r_get_bullet):
6275         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6276         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6277         (r_text):
6278         * impress/render.c: (imp_create_context), (imp_context_set_page),
6279         (imp_context_set_step), (imp_render), (imp_delete_context):
6280         * impress/render.h:
6281         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6282         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6283         (zip_load_xml), (zip_get_size), (zip_load):
6284         * impress/zip.h:
6285         * shell/ev-utils.c:
6286         
6287         New backend to support impress slides. Fixes bug #30867.
6288
6289 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6290
6291         * shell/ev-utils.c: (using_postscript_printer):
6292         
6293         Fixes crash when print using PAPI backend,
6294         bug #345012.
6295
6296 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6297
6298         * shell/ev-jobs.c: (ev_job_xfer_run):
6299         * shell/ev-window.c: (password_dialog_response),
6300         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6301         (ev_window_dispose):
6302         Fixes bug #344160: if the xfer job doesn't complete
6303         because a password is required, reload the existing
6304         instance instead of creating a new one.
6305
6306 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6307
6308         * shell/main.c: (main): Call gdk_threads_init. Thus
6309         we'll avoid errors in auth dialog. Fix for the bug
6310         #343347.
6311
6312 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6313
6314         * configure.ac: Advertise pixbuf support, fix
6315         for the bug 343317.
6316
6317 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6318
6319         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6320         (ev_sidebar_thumbnails_set_document):
6321         
6322         Update sidebar thumbnails after reloading.
6323
6324 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6325
6326         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6327         * shell/ev-jobs.h:
6328         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6329         (ev_window_cmd_view_reload), (ev_window_init):
6330         
6331         Don't crash on reload. Fix for the bug #343167.
6332
6333 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6334
6335         * shell/ev-jobs.c: (ev_job_render_run):
6336         
6337         Check for document links.
6338
6339 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6340
6341         * backend/ev-attachment.c: (ev_attachment_save),
6342         (ev_attachment_launch_app), (ev_attachment_open):
6343         * backend/ev-document-factory.c: (get_document_from_uri):
6344         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6345         (egg_recent_view_uimanager_set_list):
6346         * ps/ps-document.c: (check_filecompressed), (document_load),
6347         (ps_document_load):
6348         * shell/ev-metadata-manager.c: (load_values):
6349         * shell/ev-password.c: (ev_password_dialog_set_property):
6350         * shell/ev-view.c: (tip_from_link):
6351         * shell/ev-window.c: (file_save_dialog_response_cb),
6352         (ev_window_print_dialog_response_cb):
6353         
6354         Use consistent quoting style. Fix for the bug #320285.
6355
6356 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6357
6358         * shell/ev-jobs.c: (ev_job_xfer_run):
6359         * shell/main.c: (load_files):
6360                 
6361         Open links with anchors. Fix for the bug #339836.
6362
6363 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6364
6365         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6366         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6367         (ev_link_dest_set_property), (ev_link_dest_finalize),
6368         (ev_link_dest_class_init), (ev_link_dest_new_named),
6369         (ev_link_dest_new_page_label):
6370         * backend/ev-link-dest.h:
6371         * shell/ev-application.c: (ev_application_open_uri):
6372         * shell/ev-view.c: (goto_dest):
6373         * shell/ev-window.c:
6374         * shell/ev-window.h:
6375         
6376         Fix page-label command line option. Bug #342070.
6377
6378 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6379
6380         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6381         
6382         Don't show highlight rects if page can't be showed. Fix for 
6383         the bug #342076
6384
6385 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6386
6387         * shell/ev-window.c: (setup_sidebar_from_metadata),
6388         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6389         
6390         Setup sidebar from metadata even if there is no document
6391         loaded. Fix for the bug #342807.
6392
6393 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6394
6395         * cut-n-paste/toolbar-editor/Makefile.am:
6396         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6397         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6398         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6399         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6400         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6401         (popup_context_menu_cb), (button_press_event_cb),
6402         (configure_item_sensitivity), (configure_item_cursor),
6403         (configure_item_tooltip), (connect_widget_signals),
6404         (action_sensitive_cb), (create_item_from_action),
6405         (create_item_from_position), (toolbar_drag_data_received_cb),
6406         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6407         (toolbar_drag_leave_cb), (configure_drag_dest),
6408         (toggled_visibility_cb), (toolbar_visibility_refresh),
6409         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6410         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6411         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6412         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6413         (egg_editable_toolbar_dispose),
6414         (egg_editable_toolbar_set_ui_manager),
6415         (egg_editable_toolbar_get_selected),
6416         (egg_editable_toolbar_set_selected), (set_edit_mode),
6417         (egg_editable_toolbar_set_property),
6418         (egg_editable_toolbar_get_property),
6419         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6420         (egg_editable_toolbar_new_with_model),
6421         (egg_editable_toolbar_get_edit_mode),
6422         (egg_editable_toolbar_set_edit_mode),
6423         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6424         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6425         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6426         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6427         (item_added_or_removed_cb), (toolbar_removed_cb),
6428         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6429         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6430         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6431         (editor_create_item_from_name), (append_table),
6432         (update_editor_sheet), (egg_toolbar_editor_init):
6433         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6434         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6435         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6436         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6437         (toolbar_node_free), (egg_toolbars_model_get_flags),
6438         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6439         (egg_toolbars_model_get_name), (impl_add_item),
6440         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6441         (parse_data_list), (parse_item_list), (parse_toolbars),
6442         (egg_toolbars_model_load_toolbars), (parse_available_list),
6443         (parse_names), (egg_toolbars_model_load_names),
6444         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6445         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6446         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6447         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6448         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6449         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6450         (egg_toolbars_model_set_types), (fill_avail_array),
6451         (egg_toolbars_model_get_name_avail),
6452         (egg_toolbars_model_get_name_flags),
6453         (egg_toolbars_model_set_name_flags):
6454         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6455         * cut-n-paste/toolbar-editor/eggintl.h:
6456         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6457         (egg_tree_multi_drag_source_get_type),
6458         (egg_tree_multi_drag_source_row_draggable),
6459         (egg_tree_multi_drag_source_drag_data_delete),
6460         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6461         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6462         (path_list_free), (set_context_data), (get_context_data),
6463         (get_info), (egg_tree_multi_drag_drag_data_get),
6464         (egg_tree_multi_drag_motion_event),
6465         (egg_tree_multi_drag_button_press_event),
6466         (egg_tree_multi_drag_add_drag_support):
6467         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6468         * shell/ev-application.c: (ev_application_init),
6469         (ev_application_save_toolbars_model):
6470         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6471         (ev_window_cmd_edit_toolbar), (ev_window_init):
6472         
6473         Sync toolbareditor with epiphany and libegg
6474
6475 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6476
6477         * configure.ac: 
6478
6479         Depend on poppler 0.5.2
6480
6481 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6482
6483         * shell/ev-jobs.c: (ev_job_render_run):
6484         
6485         Check if document supports links iterface.
6486
6487 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6488
6489         * NEWS:
6490         * configure.ac:
6491         
6492         Update for release 0.5.3
6493
6494 2006-05-13  Michael Plump  <plumpy@skylab.org>
6495
6496         * configure.ac:
6497         * shell/Makefile.am:
6498         * shell/main.c: (main):
6499         
6500         Port to GOption command line parsing. Fix for the 
6501         bug #327518
6502
6503 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6504
6505         * shell/ev-window.c: (ev_window_cmd_help_about):
6506         
6507         Do not wrap license. Fix for the bug #309460.
6508
6509 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6510
6511         * configure.ac:
6512         * properties/ev-properties-main.c: (ev_properties_get_pages):
6513         * shell/ev-application.c: (ev_application_open_window),
6514         (ev_application_open_uri_at_dest):
6515         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6516         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6517         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6518         * shell/ev-utils.c: (save_print_config_to_file):
6519         * shell/ev-window.c: (ev_window_cmd_save_as),
6520         (ev_attachment_popup_cmd_save_attachment_as):
6521         * shell/main.c: (load_files_remote):
6522         
6523         Bump requirements to gtk 2.8 and drop all ifdefs used.
6524
6525 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6526
6527         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6528         * shell/ev-window.c: (ev_window_init):
6529         
6530         Show attachments page.
6531
6532 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6533
6534         * po/POTFILES.in:
6535         * shell/ev-attachment-bar.c:
6536         * shell/ev-attachment-bar.h:
6537         * shell/ev-sidebar-attachments.c:
6538         (ev_sidebar_attachments_icon_cache_add),
6539         (icon_theme_get_pixbuf_from_mime_type),
6540         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6541         (ev_sidebar_attachments_icon_cache_refresh),
6542         (ev_sidebar_attachments_get_attachment_at_pos),
6543         (ev_sidebar_attachments_popup_menu_show),
6544         (ev_sidebar_attachments_popup_menu),
6545         (ev_sidebar_attachments_button_press),
6546         (ev_sidebar_attachments_update_icons),
6547         (ev_sidebar_attachments_drag_data_get),
6548         (ev_sidebar_attachments_get_property),
6549         (ev_sidebar_attachments_destroy),
6550         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6551         (ev_sidebar_attachments_new),
6552         (ev_sidebar_attachments_set_document),
6553         (ev_sidebar_attachments_support_document),
6554         (ev_sidebar_attachments_get_label),
6555         (ev_sidebar_attachments_page_iface_init):
6556         * shell/ev-sidebar-attachments.h:
6557         * shell/ev-window.c: (update_chrome_visibility),
6558         (setup_sidebar_from_metadata), (ev_window_setup_document),
6559         (ev_window_sidebar_current_page_changed_cb),
6560         (attachment_bar_menu_popup_cb), (ev_window_init):
6561         
6562         Move attachments bar to sidebar.
6563
6564 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6565
6566         * pdf/ev-poppler.cc:
6567         * shell/ev-application.[ch]:
6568         * shell/main.c:
6569
6570         Fix some memory leaks.
6571
6572 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6573
6574         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6575
6576         Change the properties dialog response to
6577         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6578         will make the dialog go away when the user presses
6579         enter. With gtk+ >= 2.9 this will happen anyway, but for
6580         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6581         escape by default. Fixes bug #340539. See also bug
6582         #101293 for the gtk+ part.
6583
6584 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6585
6586         * shell/ev-view.c (tip_from_action_named): Replace some strings
6587         that were wrong. Closes #340970.
6588
6589 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6590
6591         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6592
6593         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6594         #341049
6595
6596 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6597
6598         * djvu/Makefile.am:
6599         * dvi/Makefile.am:
6600         * dvi/mdvi-lib/Makefile.am:
6601         * properties/Makefile.am:
6602         * ps/Makefile.am:
6603         * shell/Makefile.am:
6604         * thumbnailer/Makefile.am:
6605         
6606         Due to broken libtool that is unable to track dependencies
6607         of noinst libraries we are forced to explicitely point
6608         libraries for binary. Fix for the bug #333334.
6609
6610 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6611
6612         * data/evince.desktop.in.in:
6613         * shell/ev-view.c: (view_update_range_and_current_page),
6614         (ev_view_next_page), (ev_view_previous_page):
6615         * shell/ev-window.c: (update_chrome_visibility),
6616         (setup_sidebar_from_metadata), (ev_window_setup_document),
6617         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6618         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6619         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6620         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6621         (ev_window_stop_presentation), (ev_window_focus_in_event),
6622         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6623         (ev_window_init):
6624         * thumbnailer/Makefile.am:
6625         
6626         Update fullscreen and presentation timeout handling. Hide
6627         cursor in presentation after timeout. Fix for the bugs
6628         #136359 and #336981.
6629
6630 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6631
6632         * backend/ev-link-action.[ch]:
6633         * pdf/ev-poppler.cc: (ev_link_from_action):
6634         * shell/ev-view-private.h:
6635         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6636         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6637
6638         Add support for Named Action links
6639
6640 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6641
6642         * backend/Makefile.am:
6643         * backend/ev-document-links.[ch]:
6644         * backend/ev-document.[ch]:
6645         * backend/ev-link-action.[ch]:
6646         * backend/ev-link-dest.[ch]:
6647         * backend/ev-link.[ch]:
6648         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6649         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6650         * shell/ev-page-action.c: (build_new_tree_cb):
6651         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6652         (links_page_num_func), (update_page_callback):
6653         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6654         (tip_from_link):
6655         * shell/ev-jobs.c:
6656         * shell/ev-window.[ch]: (ev_window_open_uri),
6657         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6658         * shell/ev-application.[ch]: (ev_application_open_window),
6659         (ev_application_open_uri):
6660
6661         Rework links system, it adds support for remote links now and it makes
6662         easier to add new kinds of actions and destinations. Fixes bug #317292
6663
6664 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6665
6666         * data/Makefile.am:
6667         * data/evince.png:
6668         * data/evince-16.png:
6669         * data/evince-22.png:
6670         * data/evince.svg:
6671         * shell/main.c: (main):
6672         
6673         Evince use it's own icon. Fix for the bug #313392.
6674
6675         * shell/ev-window.c: (fullscreen_timeout_cb),
6676         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6677         (ev_window_cmd_help_about), (ev_window_dispose):
6678         
6679         Simplify fullscreen timeout code.
6680
6681 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6682
6683         * backend/ev-attachment.c: 
6684         * shell/ev-attachment-bar.c:
6685         * shell/ev-window.c:
6686
6687         Allow multiple selection of attachments
6688
6689 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6690
6691         * shell/ev-view.c: (view_update_range_and_current_page),
6692         (ev_view_scroll):
6693         
6694         Fix for the bug #312573 – Optimal selection of current 
6695         page among visible pages.
6696
6697 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6698
6699         * configure.ac:
6700         * djvu/Makefile.am:
6701         * djvu/djvu-text.h:
6702         
6703         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6704         for the bug 339868.
6705
6706 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6707
6708         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6709
6710 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6711
6712         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6713         dictated by the GNOME HIG. Fixes bug #339235.
6714
6715 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6716
6717         * data/evince-ui.xml:
6718         * shell/ev-view.c: (ev_view_can_find_previous):
6719         * shell/ev-view.h:
6720         * shell/ev-window.c: (ev_window_update_actions),
6721         (ev_window_cmd_edit_find_previous):
6722
6723         Add support for "Find Previous" as dictated by the GNOME HIG. A
6724         menu item is added and some glue code to make it all work is added
6725         to various files.
6726
6727 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6728
6729         * configure.ac: Award myself the "useless use of cat" award.
6730
6731 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6732
6733         * po/LINGUAS: New file listing all supported languages.
6734
6735         * configure.in: Use po/LINGUAS instead of including all languages
6736         directly in this file. See the wiki for more information:
6737         http://live.gnome.org/GnomeGoals/PoLinguas
6738
6739 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6740
6741         * backend/ev-document-factory.c:
6742
6743         Do not load the document twice when there isn't errors
6744
6745 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6746
6747         * backend/ev-attachment.c: 
6748
6749         Fix a crash when there isn't a default application to open an
6750         attachment
6751
6752 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6753
6754         * backend/ev-attachment.[ch]:
6755         * shell/ev-attachment-bar.[ch]:
6756
6757         Added missing files. 
6758
6759 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6760
6761         * backend/Makefile.am:
6762         * data/evince-ui.xml:
6763         * backend/ev-attachment.[ch]:
6764         * backend/ev-document.[ch]: (ev_document_has_attachments),
6765         (ev_document_get_attachments):
6766         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6767         (attachment_save_to_buffer), (pdf_document_get_attachments),
6768         (pdf_document_document_iface_init):
6769         * shell/Makefile.am:
6770         * shell/ev-attachment-bar.[ch]:
6771         * shell/ev-window.c:
6772
6773         Add support for PDF attachments. Fixes bug #325143
6774
6775 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6776
6777         * backend/ev-document-factory.c: (get_document_from_uri),
6778         (ev_document_factory_get_document):
6779         * backend/ev-document-factory.h:
6780         * properties/ev-properties-main.c: (ev_properties_get_pages):
6781         * shell/Makefile.am:
6782         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6783         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6784         (ev_job_queue_remove_job):
6785         * shell/ev-job-queue.h:
6786         * shell/ev-job-xfer.c:
6787         * shell/ev-job-xfer.h:
6788         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6789         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6790         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6791         (ev_job_xfer_run):
6792         * shell/ev-jobs.h:
6793         * shell/ev-window.c: (ev_window_is_empty),
6794         (password_dialog_response), (ev_window_clear_xfer_job),
6795         (ev_window_xfer_job_cb), (ev_window_open_uri),
6796         (ev_window_cmd_focus_page_selector),
6797         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6798         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6799         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6800         (ev_window_dispose):
6801         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6802         
6803         * Cleanup mime type detection on document load. Fix for the
6804         bug #336448.
6805
6806 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6807
6808         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6809         
6810         Fix crash on exit, described in the bug #336825.
6811
6812 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6813
6814         * backend/ev-document-factory.c:
6815         (ev_document_factory_get_from_mime),
6816         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6817         (ev_document_factory_get_document),
6818         (file_filter_add_mime_list_and_free),
6819         (ev_document_factory_add_filters):
6820         * backend/ev-document-factory.h:
6821         * properties/ev-properties-main.c: (ev_properties_get_pages):
6822         * shell/Makefile.am:
6823         * shell/ev-application.c:
6824         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6825         * shell/ev-window.c: (ev_window_cmd_file_open),
6826         (ev_window_cmd_save_as):
6827         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6828         
6829         Rework factory functions so they are placed now in a single 
6830         file ev-document-factory.c
6831
6832 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6833
6834         * shell/ev-window.c: (update_chrome_visibility):
6835         
6836         Fix for the bug 166566 - don't show menubar in fullscreen
6837         mode.
6838
6839 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6840
6841         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6842
6843 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6844
6845         * shell/ev-view.c: (ev_view_expose_event):
6846         
6847         More correctly draw loading text when document
6848         is empty.
6849
6850 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6851
6852         * shell/ev-view.c: (ev_view_scroll):
6853         
6854         Fix for the bug #334854, page down and page up switch
6855         pages in presentation mode.
6856
6857 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6858
6859         * shell/ev-window.c: (ev_window_set_action_sensitive),
6860         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6861         (ev_window_set_view_accels_sensitivity),
6862         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6863         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6864         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6865         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6866         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6867         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6868         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6869         (view_actions_focus_in_cb), (ev_window_init):
6870         
6871         Fix for the bug #333902, now it's possible to search
6872         words with slash.
6873
6874 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6875
6876         * configure.ac: Added Breton translation.
6877         * po/br.po: Added Breton translation.
6878
6879 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6880
6881         * shell/ev-window-title (ev_window_title_update):
6882
6883         Fix memory leak in window title. Fixes bug #333944
6884
6885 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6886
6887         * shell/ev-metadata-manager.c (parseItem):
6888
6889         Fix memory leaks. Fixes bug #333945
6890
6891 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6892         
6893         * NEWS, configure.ac, TODO:
6894         
6895         Update for release 0.5.2.
6896
6897 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6898
6899         * shell/ev-view.c: (view_update_range_and_current_page),
6900         (page_changed_cb):
6901         
6902         Don't jump on scrolling, fix for the bug #333127.
6903
6904 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6905
6906         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6907         
6908         Scroll by one page in presentation mode. Fix for the bug
6909         #332993.
6910
6911 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6912
6913         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6914
6915 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6916
6917         * configure.ac  Added lv in ALL_LINGUAS line.
6918
6919 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6920         
6921         * NEWS, configure.ac:
6922         
6923         Update for release 0.5.1
6924
6925 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6926
6927         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6928         * backend/ev-document-misc.h:
6929         * shell/ev-view.c: (draw_one_page):
6930         
6931          Clairfy what page the toolbar page number applies to. Fix
6932          for the bug #328102.
6933
6934 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6935
6936         * shell/ev-view-private.h:
6937         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6938         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6939         (ev_view_search_changed):
6940         * shell/ev-view.h:
6941         * shell/ev-window.c: (find_bar_search_changed_cb):
6942         
6943         Dont't jump to find result if window was scrolled during search.
6944         Fix for the bug #313266.
6945
6946 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6947
6948         * shell/eggfindbar.c: (egg_find_bar_class_init):
6949         * shell/eggfindbar.h:
6950         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6951         * shell/ev-view-private.h:
6952         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6953         (ev_view_class_init), (ev_sizing_mode_get_type),
6954         (ev_scroll_type_get_type):
6955         * shell/ev-view.h:
6956         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6957         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6958         (ev_window_init):
6959         
6960         Fix for the bug 319133 - Find entry should allow text scroll.
6961
6962 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6963
6964         * shell/ev-view-private.h:
6965         * shell/ev-view.c: (view_update_range_and_current_page),
6966         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6967         (ev_view_set_document), (update_find_status_message),
6968         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6969         (ev_view_find_previous):
6970         
6971         Fix for the bug #319137. Search now takes account for scrolling.
6972
6973 2006-02-19  Michael Hofmann <mh21@piware.de>
6974
6975         * configure.ac:
6976         * djvu/Makefile.am:
6977         * djvu/djvu-document-private.h:
6978         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6979         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6980         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6981         (djvu_document_can_get_text), (djvu_document_get_text),
6982         (djvu_document_document_iface_init),
6983         (djvu_document_thumbnails_get_thumbnail),
6984         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6985         (djvu_document_find_get_result),
6986         (djvu_document_find_page_has_results),
6987         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6988         (djvu_document_find_iface_init):
6989         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6990         (djvu_text_page_selection), (djvu_text_page_limits_process),
6991         (djvu_text_page_limits), (djvu_text_page_copy),
6992         (djvu_text_page_position), (djvu_text_page_union),
6993         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6994         (djvu_text_page_box), (djvu_text_page_append_text),
6995         (djvu_text_page_search), (djvu_text_page_prepare_search),
6996         (djvu_text_page_new), (djvu_text_page_free):
6997         * djvu/djvu-text-page.h:
6998         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6999         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7000         (djvu_text_n_results), (djvu_text_has_results),
7001         (djvu_text_get_result), (djvu_text_get_progress):
7002         * djvu/djvu-text.h:
7003         
7004         Text search in djvu. Fix for the bug #303415.
7005
7006 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7007
7008         * configure.ac:
7009         * shell/ev-window.c: (ev_window_cmd_save_as):
7010         
7011         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7012         Thanks to Gary Coady <gary@lyranthe.org>
7013
7014 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7015
7016         * shell/ev-print-job.c: (idle_print_handler):
7017         
7018         Inverse order printing, bug #320919.
7019
7020 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7021
7022         * data/evince-toolbar.xml:
7023         * shell/ev-window.c:
7024         
7025         Allow to add sidebar checkbutton on toolbar. Fix
7026         for the bug #144577.
7027
7028 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7029
7030         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7031         
7032         Add checks that have sense for empty ps document.
7033
7034 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7035
7036         * configure.ac: Include PS in mime types list. 
7037
7038 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7039
7040         * configure.ac:
7041         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7042         * ps/gsdefaults.h:
7043         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7044         
7045         Runtime check for gs interpreter. Fix for the bug #320868.
7046         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7047
7048 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7049
7050         * shell/ev-application.c: 
7051
7052         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7053         dbus>=0.60, so that the request is not queued. 
7054
7055 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7056
7057         * configure.ac:
7058         * shell/Makefile.am:
7059         * shell/ev-sidebar-links.c: (print_section_cb):
7060         * shell/ev-utils.c:
7061         * shell/ev-utils.h:
7062         * shell/ev-window.c: (update_action_sensitivity),
7063         (ev_window_close_dialogs), (ev_window_print):
7064         * shell/ev-window.h:
7065         
7066         Make printing support optional. Patch from Eduardo de Barros Lima
7067         <eduardo.lima@indt.org.br> for the bug #330546.
7068
7069 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7070
7071         * shell/ev-view-private.h:
7072         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7073         (ev_view_set_document):
7074         * shell/ev-view.h:
7075         * shell/ev-window.c: (ev_window_load_job_cb),
7076         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7077         (ev_window_init):
7078
7079         Draw Loading message during xfer job. Fix for the bug #329495.
7080
7081 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7082
7083         * comics/comics-document.c: (comics_regex_quote),
7084         (comics_document_load), (extract_argv):
7085         
7086         Correcly quote regexp before passing it to unzip.
7087
7088 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7089
7090         * shell/ev-page-cache.c: (build_height_to_page),
7091         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7092         (ev_page_cache_get_dual_even_left):
7093         * shell/ev-page-cache.h:
7094         * shell/ev-view.c: (view_update_range_and_current_page),
7095         (get_page_y_offset), (get_page_extents):
7096         
7097         Place even pages to the left if document has less then
7098         two pages. Fix for the bug #328856.
7099
7100 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7101
7102         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7103         
7104         Correct comics scheme. This make evince create thumbnails
7105         for comic books. Fix for the bug 329088.
7106
7107 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7108
7109         * data/evince-password.glade: Don't explicitly set
7110         invisible_char to the current default value in case
7111         the default changes; let GTK+ do its magic.
7112
7113 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7114
7115         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7116         real filename to tmp filename since often document
7117         type is determined by extension.
7118
7119 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7120
7121         * shell/ev-view.c: (add_scroll_binding_keypad),
7122         (ev_view_binding_activated), (ev_view_class_init):
7123         
7124         Add keybindings for percision-scrolling of display area. 
7125         Fix for the bug #314072.
7126
7127 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7128
7129         * data/evince.desktop.in.in:
7130         
7131         Add GTK to the list of categories. Fix for the bug #328034.
7132
7133 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7134
7135         * shell/ev-application.c: (ev_application_shutdown),
7136         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7137         * shell/ev-application.h:
7138         * shell/ev-window.c: (file_open_dialog_response_cb),
7139         (ev_window_cmd_file_open):
7140         
7141         Save last uri in file chooser dialog. Fix for the bug #327950.
7142
7143 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7144
7145         * NEWS:
7146         * README:
7147         
7148         Final update for release 0.5.0
7149         
7150         * shell/Makefile.am:
7151         
7152         Remove disable deprecated until we'll require libgnome-2.13.7
7153         and port to GOption argument parsing. See bug 327518.
7154
7155 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7156
7157         * comics/comics-document.c: (comics_document_save):
7158         * djvu/djvu-document.c: (djvu_document_save):
7159         * dvi/dvi-document.c: (dvi_document_save):
7160         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7161         * lib/ev-file-helpers.h:
7162         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7163         * tiff/tiff-document.c: (tiff_document_save):
7164         
7165         Use common save function for backends.
7166
7167 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7168
7169         * backend/ev-document-types.c:
7170         
7171         Fix crash on saving pixbuf.
7172
7173 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7174
7175         * cut-n-paste/recent-files/egg-recent-item.c:
7176         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7177         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7178         (parse_info_free), (valid_element), (start_element_handler),
7179         (end_element_handler), (text_handler), (egg_recent_model_filter),
7180         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7181         (egg_recent_model_monitor), (egg_recent_model_read),
7182         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7183         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7184         (egg_recent_model_set_property), (egg_recent_model_class_init),
7185         (egg_recent_model_init), (egg_recent_model_add_full),
7186         (egg_recent_model_delete), (egg_recent_model_get_list),
7187         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7188         (egg_recent_model_set_filter_mime_types),
7189         (egg_recent_model_clear_group_filter),
7190         (egg_recent_model_set_filter_groups),
7191         (egg_recent_model_clear_scheme_filter),
7192         (egg_recent_model_set_filter_uri_schemes),
7193         (egg_recent_model_remove_expired):
7194         * cut-n-paste/recent-files/egg-recent-util.c:
7195         (egg_recent_util_get_icon):
7196         * cut-n-paste/recent-files/egg-recent-util.h:
7197         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7198         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7199         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7200         (egg_recent_view_uimanager_set_property),
7201         (egg_recent_view_uimanager_get_property),
7202         (egg_recent_view_uimanager_class_init),
7203         (egg_recent_view_uimanager_init),
7204         (egg_recent_view_uimanager_set_label_width),
7205         (egg_recent_view_uimanager_get_label_width):
7206         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7207         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7208         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7209         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7210         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7211         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7212         
7213         Update from libegg.
7214
7215 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * shell/ev-page-cache.c: (build_height_to_page),
7218         (ev_page_cache_get_height_to_page):
7219         * shell/ev-page-cache.h:
7220         * shell/ev-view.c: (view_update_range_and_current_page),
7221         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7222         (ev_view_previous_page):
7223         
7224         Dual mode places even pages to the left. Fix for the bug #309393.
7225
7226         * shell/ev-view.h:
7227         * shell/ev-window.c: (update_action_sensitivity),
7228         (setup_view_from_metadata), (view_menu_popup_cb):
7229         
7230         Don't restore presentation in empty windows, more intelligent
7231         next page behaviour in dual mode.
7232
7233         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7234         (ev_pixbuf_cache_clear_job_sizes):
7235         
7236         Cleanup job callback on removal. Fix for the bug #325886.
7237
7238 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7239
7240         * ps/ps.c: (psscan):
7241         
7242         Commit workaround Mozilla problem. Fix for the bug #325919
7243         
7244         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7245         (save_item):
7246         
7247         Fix for year 2038 problem.
7248
7249 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7250
7251         * shell/ev-window.c: (setup_document_from_metadata),
7252         (ev_window_cmd_view_reload):
7253
7254         Clamp page recieved from metadata in valid values. Fix
7255         for the bug #325986.
7256
7257 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7258
7259         * MAINTAINERS: 
7260         Add MAINTAINERS as requested on desktop-devel-list.
7261
7262 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7263
7264         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7265         (mime_type_supported_by_gdk_pixbuf),
7266         (ev_document_factory_get_mime_types),
7267         (ev_document_factory_get_all_mime_types):
7268         
7269         Don't add pixbuf mime types if pixbuf backend is disabled.
7270         
7271         * shell/ev-application.c: (ev_application_get_uri_window):
7272         
7273         Fix for the bug 325815 - unhandled MIME type message doesn't 
7274         appear a second time. 
7275         
7276         * shell/ev-document-types.c: (ev_document_types_add_filters):
7277         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7278         (password_dialog_response), (ev_window_popup_password_dialog),
7279         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7280         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7281         (ev_window_run_presentation), (ev_window_stop_presentation),
7282         (save_sizing_mode), (ev_window_zoom_changed_cb),
7283         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7284         (ev_window_dual_mode_changed_cb),
7285         (ev_window_sidebar_current_page_changed_cb),
7286         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7287         (window_state_event_cb), (window_configure_event_cb):
7288         
7289         Cleanup additional uris holded by EvWindow.
7290
7291 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7292
7293         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7294         (ev_view_can_previous_page), (ev_view_can_next_page):
7295         * shell/ev-view.h:
7296         * shell/ev-window.c: (update_action_sensitivity):
7297         
7298         Two page scrolling with Space and PageUp in dual mode. Second fix 
7299         for the bug #316608.
7300
7301 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7302
7303         * shell/ev-view.c: (scroll_to_current_page):
7304         
7305         Correctly clamp adjustment value. Fix for the bug
7306         #325808.
7307
7308 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7309
7310         * shell/ev-sidebar-links.c: (print_section_cb):
7311         * shell/ev-window.c: (ev_window_get_uri),
7312         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7313         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7314         (ev_window_dispose):
7315         
7316         Make print dialog non-modal. Fix for the bug #325622.
7317
7318 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7319
7320         * shell/ev-metadata-manager.c:
7321         * shell/ev-utils.c: (using_pdf_printer),
7322         (using_postscript_printer), (load_print_config_from_file),
7323         (save_print_config_to_file):
7324         * shell/ev-utils.h:
7325         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7326         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7327         (setup_view_from_metadata), (ev_window_setup_document),
7328         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7329         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7330         (ev_window_run_presentation), (ev_window_stop_presentation),
7331         (save_sizing_mode), (ev_window_zoom_changed_cb),
7332         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7333         (ev_window_dual_mode_changed_cb),
7334         (ev_window_sidebar_current_page_changed_cb),
7335         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7336         (window_state_event_cb), (window_configure_event_cb),
7337         (ev_window_init):
7338         
7339         Setting saving behaviour fixes.
7340
7341 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7342
7343         * configure.ac:
7344         
7345         Make antialiasing gs options better and allow
7346         to change them during configure. Fix for the 
7347         bug #319049.
7348
7349 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7350
7351         * shell/ev-window.c: (setup_view_from_metadata):
7352         
7353         Remember if last window was maximized. Fix for the
7354         bug #323797.
7355
7356 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7357
7358         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7359
7360 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7361
7362         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7363         * shell/ev-page-action.c: (build_new_tree_cb):
7364         * shell/ev-sidebar-links.c: (links_page_num_func),
7365         (update_page_callback_foreach), (update_page_callback):
7366         * shell/ev-view.c: (scroll_to_current_page):
7367         
7368         Fix for the bug #325067 with more intelligent selection
7369         of current link in sidebar. Make sidebar handle links
7370         of FITR-like type more correctly.
7371
7372         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7373         (dvi_pixbuf_put_pixel):
7374         
7375         Fix memory consumtion with disabled alpha channel.
7376
7377 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7378
7379         * data/evince-ui.xml:
7380         * shell/ev-window.c: (view_menu_popup_cb),
7381         (ev_popup_cmd_open_link), (ev_window_init):
7382         
7383         Update context menu for internal links. Fix for the bug
7384         #325066.
7385
7386 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7387
7388         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7389         
7390         Bind context menu to keyboard also. Fix for the bug
7391         #325065.
7392
7393 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7394
7395         * shell/ev-view.c: (selection_scroll_timeout_cb):
7396         
7397         Horizontal scroll on selection also.
7398
7399 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7400
7401         * shell/ev-metadata-manager.c: (parse_value):
7402         * shell/ev-view.c: (goto_xyz_link):
7403         
7404         Correct zoom setup and metadata save broken in 
7405         some locales.
7406
7407 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7408
7409         * shell/ev-view-private.h:
7410         * shell/ev-view.c: (scroll_to_current_page),
7411         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7412         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7413         (page_changed_cb), (ev_view_set_continuous),
7414         (ev_view_set_dual_page), (ev_view_set_presentation):
7415         
7416         Delay scroll until allocation to correctly position page. Fix
7417         for the bug #317334.
7418
7419 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7420
7421         * NEWS:
7422         * configure.ac:
7423         
7424         Update NEWS and require poppler 0.5.0.
7425
7426 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7427         
7428         * data/evince-ui.xml:
7429         * shell/ev-view-private.h:
7430         * shell/ev-view.c: (ev_view_get_link_at_location),
7431         (handle_link_over_xy), (ev_view_button_press_event),
7432         (ev_view_button_release_event), (ev_view_class_init):
7433         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7434         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7435         (ev_window_init):
7436         
7437         Implement right-click context menu.
7438
7439 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7440
7441         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7442         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7443         (mdvi_pixbuf_device_render):
7444         * pdf/ev-poppler.cc:
7445
7446         Don't generate thumbnails with alpha. See bug #324077.
7447         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7448
7449 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7450
7451         * shell/ev-window.c: (setup_chrome_from_metadata):
7452         
7453         Fix typo that was hiding toolbar.
7454
7455 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7456
7457         * shell/ev-view-private.h:
7458         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7459         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7460         (ev_view_button_release_event), (ev_view_destroy):
7461         
7462         Small cleanup and autoscrolling during selection. Thanks to 
7463         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7464
7465 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7466
7467         * configure.ac:
7468         
7469         Correctly check for comics option.
7470
7471 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7472         * Makefile.am:
7473         * configure.ac:
7474         * backend/Makefile.am:
7475         * backend/ev-document-factory.c:
7476         * shell/ev-document-types.c:
7477
7478         Included option in configure to make ps backend 
7479         compilation optional with --disable-ps.
7480
7481 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7482
7483         * backend/ev-document-factory.c:
7484         * comics/Makefile.am:
7485         * comics/comics-document.c: (comics_document_load):
7486         * comics/ev-cbr-mime.xml:
7487         * configure.ac:
7488         
7489         Comics mime types are added to shared-mime-info CVS. Now
7490         we don't need to install our own mime types.
7491
7492 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7493
7494         * shell/ev-window.c:
7495         
7496         Add shortcut for "save a copy" menu entry. Fix for
7497         the bug #324582.
7498
7499 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7500
7501         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7502         (job_finished_cb), (new_selection_pixbuf_needed),
7503         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7504         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7505         
7506         Rework selection job info logic and fix critical warning.
7507
7508 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7509
7510         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7511
7512 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7513
7514         * data/evince-ui.xml:
7515         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7516         
7517         Enter as shortcut key for next page. Fix for the bug
7518         #321394.
7519
7520 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7521
7522         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7523
7524 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7525
7526         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7527         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7528         (new_selection_pixbuf_needed),
7529         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7530         (clear_job_selection):
7531         
7532         Too early for 0.5. Pixbuf cache code cleaned a bit.
7533
7534 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7535
7536         * NEWS:
7537         * configure.ac:
7538         
7539         Release 0.5.0 preparation
7540
7541 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7542
7543         * comics/Makefile.am:
7544         * configure.ac:
7545         * shell/ev-document-types.c: (ev_document_types_add_filters):
7546         
7547         More advanced handling of custom mime type installation.
7548
7549 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7550
7551         * data/evince.schemas.in:
7552         * shell/ev-metadata-manager.c: (value_free),
7553         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7554         (ev_metadata_manager_get), (ev_metadata_manager_set):
7555         * shell/ev-metadata-manager.h:
7556         * shell/ev-window.c: (update_chrome_flag),
7557         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7558         (setup_document_from_metadata), (setup_chrome_from_metadata),
7559         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7560         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7561         (ev_window_view_toolbar_cb),
7562         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7563         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7564         
7565         Save last document settings and reuse them for new documents.
7566
7567 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7568
7569         * Makefile.am:
7570         * backend/Makefile.am:
7571         * backend/ev-document-factory.c:
7572         * backend/ev-document-factory.h:
7573         * comics/Makefile.am:
7574         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7575         (comics_document_load), (comics_document_save),
7576         (comics_document_get_n_pages), (comics_document_get_page_size),
7577         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7578         (comics_document_class_init), (comics_document_can_get_text),
7579         (comics_document_get_info), (comics_document_document_iface_init),
7580         (comics_document_init), (get_supported_image_extensions),
7581         (comics_document_thumbnails_get_geometry),
7582         (comics_document_thumbnails_get_thumbnail),
7583         (comics_document_thumbnails_get_dimensions),
7584         (comics_document_document_thumbnails_iface_init), (extract_argv):
7585         * comics/comics-document.h:
7586         * comics/ev-cbr-mime.xml:
7587         * configure.ac:
7588         * po/POTFILES.in:
7589         * shell/ev-application.c: (ev_application_register_service):
7590         * shell/ev-document-types.c: (ev_document_types_add_filters):
7591         * thumbnailer/Makefile.am:
7592         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7593         
7594         New CBR/CBZ backend for comic books.
7595
7596 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7597
7598         * shell/main.c: (load_files_remote):
7599
7600         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7601         warning on startup of second instance is fixed. It
7602         is bug #320353.
7603
7604 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7605
7606         * shell/ev-window.c: (ev_window_finalize):
7607         
7608         Fix double free that cause crash.
7609
7610 2005-10-29  Bastien Nocera <hadess@hadess.net>
7611
7612         * tiff/tiff-document.c: (tiff_document_load):
7613         
7614         Fix memory leak.
7615
7616 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7617
7618         * po/POTFILES.in:
7619         * shell/Makefile.am:
7620         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7621         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7622         (ev_view_accessible_get_text),
7623         (ev_view_accessible_get_character_at_offset),
7624         (ev_view_accessible_get_text_before_offset),
7625         (ev_view_accessible_get_text_at_offset),
7626         (ev_view_accessible_get_text_after_offset),
7627         (ev_view_accessible_get_character_count),
7628         (ev_view_accessible_get_caret_offset),
7629         (ev_view_accessible_set_caret_offset),
7630         (ev_view_accessible_get_run_attributes),
7631         (ev_view_accessible_get_default_attributes),
7632         (ev_view_accessible_get_character_extents),
7633         (ev_view_accessible_get_offset_at_point),
7634         (ev_view_accessible_get_n_selections),
7635         (ev_view_accessible_get_selection),
7636         (ev_view_accessible_add_selection),
7637         (ev_view_accessible_remove_selection),
7638         (ev_view_accessible_set_selection),
7639         (ev_view_accessible_text_iface_init),
7640         (ev_view_accessible_idle_do_action),
7641         (ev_view_accessible_action_do_action),
7642         (ev_view_accessible_action_get_n_actions),
7643         (ev_view_accessible_action_get_description),
7644         (ev_view_accessible_action_get_name),
7645         (ev_view_accessible_action_set_description),
7646         (ev_view_accessible_action_iface_init),
7647         (ev_view_accessible_get_type), (ev_view_accessible_new),
7648         (ev_view_accessible_factory_get_accessible_type),
7649         (ev_view_accessible_factory_create_accessible),
7650         (ev_view_accessible_factory_class_init),
7651         (ev_view_accessible_factory_get_type):
7652         * shell/ev-view-accessible.h:
7653         * shell/ev-view-private.h:
7654         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7655         * shell/ev-view.h:
7656         
7657         Initial accessibility support.
7658
7659 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7660
7661         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7662
7663 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7664
7665         * shell/ev-print-job.c: (idle_print_handler):
7666         
7667         Fix for bug Bug 318916: Printing multiple pages.
7668
7669 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7670
7671         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7672
7673 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7674
7675         * pdf/ev-poppler.cc:
7676         
7677         Thumnail dimensions unified with other backends.
7678         
7679         * shell/ev-window-title.c: (ev_window_title_update):
7680         
7681         Fix warning.
7682
7683 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7684
7685         * data/ev-stock-zoom-fit-width.png:
7686         
7687         Remove unused file.
7688
7689 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7690
7691         * configure.ac:
7692         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7693         (djvu_document_finalize):
7694         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7695         (dvi_document_finalize):
7696         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7697         (pixbuf_document_save), (pixbuf_document_finalize):
7698         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7699         (tiff_document_finalize):
7700         
7701         Save a copy implemented for various backends.
7702
7703 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7704
7705         * configure.ac:
7706         
7707         Don't link with ltiff if tiff is disabled.
7708
7709 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7710
7711         * pdf/GDKSplashOutputDev.cc:
7712         * pdf/GDKSplashOutputDev.h:
7713         * pdf/Thumb.cc:
7714         * pdf/Thumb.h:
7715         * pdf/pdf-document.cc:
7716         * pdf/pdf-document.h:
7717         * pdf/test-gdk-output-dev.cc:
7718         
7719         Remove old unused files.
7720
7721 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7722
7723         * shell/ev-window.c: (ev_window_setup_document):
7724         
7725         Fixed warnings on reload and probably crash reason.
7726
7727 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7728
7729         * properties/ev-properties-view.c:
7730         (ev_properties_view_format_date):
7731         
7732         Check if date is invalid. Fix for bug 318134.
7733
7734 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7735
7736         * shell/ev-window-title.c:
7737         
7738         Add .indd files (Adobe Indesign) to the list of "bad
7739         extensions".
7740
7741 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7742
7743         * data/evince-ui.xml:
7744         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7745         
7746         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7747
7748 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7749
7750         * shell/ev-window.c: (launch_link), (launch_external_uri),
7751         (view_external_link_cb):
7752
7753         URL-escape link before passing it to gnome_vfs_url_show.
7754
7755 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7756
7757         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7758         there isn't text selected.
7759
7760 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7761
7762         * shell/ev-view.c: (handle_link_over_xy):
7763
7764         Check tooltip is valid utf8 before showing it
7765
7766 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7767
7768         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7769
7770 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7771
7772         * shell/ev-window-title.c: (ev_window_title_update):
7773
7774         Guard against using g_strstrip on NULL. Fixes bug #317291.
7775
7776 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7777
7778         * pdf/ev-poppler.cc:
7779
7780         Show title even for unknown links
7781
7782 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7783
7784         * shell/ev-window-title.c: (ev_window_title_update):
7785
7786         Strip the title string
7787
7788 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7789
7790         * shell/ev-window-title.c:
7791
7792         Add .rtf to the bad extensions list
7793
7794 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7795
7796         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7797         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7798
7799         Ignore link coordinates if they are outside page bounds
7800
7801 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7802
7803         * backend/ev-link.c: (ev_link_type_get_type),
7804         (ev_link_get_filename), (ev_link_get_params),
7805         (ev_link_get_property), (ev_link_set_property),
7806         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7807         * backend/ev-link.h:
7808         * pdf/ev-poppler.cc:
7809         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7810         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7811         (ev_window_init):
7812
7813         Implement launch links. Delegate external link opening to
7814         the window.
7815
7816 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7817
7818         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7819         (ev_link_get_right), (ev_link_get_property),
7820         (ev_link_set_property), (ev_link_class_init),
7821         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7822         * backend/ev-link.h:
7823         * pdf/ev-poppler.cc:
7824         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7825
7826         Implement fitr links
7827
7828 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7829
7830         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7831         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7832         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7833         (ev_view_size_request_continuous),
7834         (ev_view_size_request_dual_page),
7835         (ev_view_size_request_single_page), (ev_view_size_allocate),
7836         (ev_view_zoom_for_size_continuous_and_dual_page),
7837         (ev_view_zoom_for_size_continuous),
7838         (ev_view_zoom_for_size_dual_page),
7839         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7840         (ev_sizing_mode_get_type):
7841         * shell/ev-view.h:
7842         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7843
7844         Do not use modes for link, we need to calculate size ad hoc.
7845         Still not perfect because of the usual scrollbar issues grrr.
7846
7847 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7848
7849         * backend/ev-link.c: (ev_link_type_get_type),
7850         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7851         * backend/ev-link.h:
7852         * pdf/ev-poppler.cc:
7853         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7854         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7855         (ev_view_size_request_continuous),
7856         (ev_view_size_request_dual_page),
7857         (ev_view_size_request_single_page), (ev_view_size_allocate),
7858         (zoom_for_size_fit_height),
7859         (ev_view_zoom_for_size_continuous_and_dual_page),
7860         (ev_view_zoom_for_size_continuous),
7861         (ev_view_zoom_for_size_dual_page),
7862         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7863         (ev_sizing_mode_get_type):
7864         * shell/ev-view.h:
7865         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7866
7867         Implement FIT_HEIGHT mode (only for links).
7868         Implement FITH links
7869
7870 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7871
7872         * shell/ev-window-title.c: (get_filename_from_uri),
7873         (ev_window_title_sanitize_extension), (ev_window_title_update),
7874         (ev_window_title_set_document), (ev_window_title_set_uri),
7875         (ev_window_title_free):
7876         * shell/ev-window-title.h:
7877         * shell/ev-window.c: (ev_window_setup_document),
7878         (ev_window_popup_password_dialog):
7879
7880         Refactor window title building while fixing it for
7881         password documents.
7882
7883 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7884
7885         * pdf/ev-poppler.cc:
7886
7887         Escape link title before setting it in the model
7888
7889 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7890
7891         * shell/ev-application.c: (removed_from_session), (save_session),
7892         (init_session), (ev_application_get_empty_window),
7893         (ev_application_init), (ev_application_get_windows):
7894         * shell/ev-application.h:
7895         * shell/ev-window.c: (ev_window_finalize):
7896
7897         Add a function to retrieve window list and share it where
7898         necessary.
7899         Implement session handling, works pretty well thanks to the
7900         metadata system.
7901
7902 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7903
7904         * shell/ev-password.c: (ev_password_item_created_callback),
7905         (ev_password_dialog_save_password):
7906         
7907         Fix for bug 316972. Use async gnome-keyring API.
7908
7909 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7910
7911         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7912         Remove unused unrealize handler. Add scroll handling to
7913         ev_view_scroll_event for presentation mode (bug #316708),
7914         and fix the event state checks there.
7915
7916 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7917
7918         * shell/ev-page-action.c: (page_changed_cb):
7919
7920         "marco, maybe we should be crazy and jump right to 6! :)"
7921
7922         Bryan Clark, Sep 2005
7923
7924 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7925
7926         * ps/ps-document.c: (save_document), (ps_document_save),
7927         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7928         (ps_document_ps_export_end):
7929
7930         Fix unstructured documents save and print
7931
7932 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7933
7934         * shell/ev-application.c: (ev_application_open_uri):
7935
7936         Fix window size persistance
7937
7938 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7939
7940         * shell/ev-view.c: (ev_view_button_release_event):
7941
7942         Based on a patch from carlosgc@gnome.org. Mouse buttons
7943         switch pages in presentation mode.
7944
7945 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7946
7947         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7948
7949         Dont cast to int before scaling
7950
7951 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7952
7953         * backend/ev-link.c: (ev_link_type_get_type),
7954         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7955         (ev_link_new_page_fith):
7956         * backend/ev-link.h:
7957         * pdf/ev-poppler.cc:
7958         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7959
7960         Implement FIT and FITH links
7961
7962 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7963
7964         * pdf/ev-poppler.cc:
7965
7966         Return 0 results when search is not in progress.
7967
7968         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7969         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7970
7971         Update menu sensitivity when cancelling search
7972
7973 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7974
7975         * shell/ev-view.c: (ev_view_can_find_next):
7976
7977         Take all pages in consideration, not just current one
7978
7979 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7980
7981         * shell/ev-page-cache.c:
7982         * shell/ev-page-cache.h:
7983         * shell/ev-view.c: (ev_view_binding_activated),
7984         (ev_view_next_page), (ev_view_previous_page),
7985         (ev_sizing_mode_get_type):
7986         * shell/ev-view.h:
7987         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7988         (ev_window_cmd_go_next_page):
7989
7990         Move page next/previous functions from page chace to
7991         view and change it to move by 2 page steps in dual mode.
7992
7993 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7994
7995         * shell/ev-window.c: (update_sidebar_visibility),
7996         (setup_sidebar_from_metadata), (ev_window_setup_document),
7997         (setup_view_from_metadata):
7998
7999         Show the index by default when there is one     
8000
8001 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8002
8003         * shell/ev-window-title.c: (ev_window_title_set_document):
8004
8005         Missing null check
8006
8007 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8008
8009         * shell/ev-view.c: (view_update_range_and_current_page):
8010         
8011         Allow display of last odd page in dual view. Fix for 316347.
8012
8013 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8014
8015         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8016         
8017         Make close button default. Fix for 316383.
8018
8019 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8020
8021         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8022         
8023         Mark close button as default. Fix for 316381.
8024
8025 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8026
8027         * backend/ev-link.c: (ev_link_class_init):
8028
8029         Allow negative doubles in left/top properties
8030
8031 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8032
8033         * shell/ev-window.c:
8034
8035         Remove a bunch of strings that was used only
8036         by the statusbar.
8037
8038 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8039
8040         * shell/ev-window-title.c: (get_filename_from_uri),
8041         (ev_window_title_set_document):
8042
8043         When title has a confusing extension, show also
8044         the document filename inside ()
8045
8046 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8047
8048         * shell/Makefile.am:
8049         * shell/ev-window-title.c: (ev_window_title_new),
8050         (ev_window_title_update), (ev_window_title_set_type),
8051         (ev_window_title_set_document), (ev_window_title_free):
8052         * shell/ev-window-title.h:
8053         * shell/ev-window.c: (ev_window_setup_document),
8054         (password_dialog_response), (ev_window_popup_password_dialog),
8055         (ev_window_dispose), (ev_window_init):
8056
8057         Factor out and cleanup window title code
8058
8059 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8060
8061         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8062         (unable_to_load):
8063
8064         Make dialog transient so it doesnt block other windows
8065
8066 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8067
8068         * pdf/ev-poppler.cc:
8069         
8070         Fix pdf thumbnails rendering.
8071
8072 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8073
8074         * shell/ev-window.c: (fullscreen_set_timeout):
8075         
8076         Increase timeout to hide full screen popup. Bug 
8077         316123. 
8078
8079 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8080
8081         * data/evince.schemas.in:
8082         * shell/ev-window.c: (update_action_sensitivity):
8083
8084         Allow the user to override document restrictions. Fix for bug
8085         305818.
8086
8087 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8088
8089         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8090         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8091         (ev_window_class_init): Fix multihead behaviour of fullscreen
8092         toolbar popup. Fixes bug #315451.
8093
8094 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8095
8096         * configure.ac:
8097         * data/evince-password.glade:
8098         * shell/ev-password.c: (ev_password_dialog_set_property),
8099         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8100         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8101         (ev_password_dialog_entry_changed_cb),
8102         (ev_password_dialog_entry_activated_cb),
8103         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8104         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8105         (ev_password_dialog_set_bad_pass):
8106         * shell/ev-password.h:
8107         * shell/ev-window.c: (password_dialog_response),
8108         (ev_window_popup_password_dialog):
8109         
8110         Support for gnome-keyring for encrypted PDF's.
8111
8112 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8113
8114         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8115         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8116         (ev_view_enter_notify_event), (ev_view_class_init):
8117         
8118         More precise handling of enter_notify/leave_notify events
8119         in EvView. Fix for bug 315470.
8120
8121 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8122
8123         * shell/ev-window.c: (fullscreen_timeout_cb),
8124         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8125         (ev_window_dispose):
8126
8127         leak fix: unref fullscreen_timeout_source before clearing it
8128
8129 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8130
8131         * configure.ac, dvi/mdvi/Makefile.am: 
8132         
8133         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8134
8135 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8136
8137         * backend/ev-link.c: (ev_link_new_page_xyz):
8138         * pdf/ev-poppler.cc:
8139         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8140
8141         Fix some bugs with xyz links, respect zoom
8142
8143 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8144
8145         * shell/ev-window.c: (page_changed_cb),
8146         (setup_document_from_metadata), (update_sidebar_visibility),
8147         (setup_view_from_metadata), (ev_window_run_fullscreen),
8148         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8149         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8150         (ev_window_dual_mode_changed_cb),
8151         (ev_window_sidebar_current_page_changed_cb):
8152
8153         null check uri before setting and getting metadata
8154
8155 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8156
8157         * dvi/Makefile.am:
8158         * properties/Makefile.am:
8159         * shell/Makefile.am:
8160         * thumbnailer/Makefile.am:
8161
8162         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8163
8164 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8165
8166         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8167         (selection_changed_callback):
8168         * shell/ev-sidebar-links.h:
8169
8170         Add a signal for link activation.
8171
8172         * shell/ev-view.c: (ev_view_goto_link),
8173         (ev_view_button_release_event):
8174         * shell/ev-view.h:
8175         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8176         (ev_window_init):
8177
8178         Implement the signal so that we can handle all link types.
8179
8180         * shell/ev-page-cache.c:
8181
8182         Remove unused set_link function
8183
8184 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8185
8186         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8187
8188         Add some space from the cursor, hardcoded but I couldnt
8189         find a better way.
8190
8191 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8192
8193         * lib/ev-tooltip.c:
8194
8195         Use mozilla style vs gtk style, way better for links.
8196
8197         * shell/ev-view.c: (ev_view_motion_notify_event),
8198         (ev_view_destroy), (ev_view_init):
8199
8200         Deactive tooltip when the link hovered is changed.
8201
8202 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8203
8204         * backend/ev-document.h:
8205         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8206         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8207         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8208         (ev_link_new_page), (ev_link_new_page_xyz):
8209         * backend/ev-link.h:
8210         * pdf/ev-poppler.cc:
8211         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8212         (go_to_link), (tip_from_link):
8213
8214         Implement xyz links, still not functional. Links are a total
8215         mess, will need to refactor and bugfix a lot :(
8216
8217 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8218
8219         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8220
8221 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8222
8223         * data/evince-ui.xml:
8224         * data/evince.schemas.in:
8225         * shell/Makefile.am:
8226         * shell/ev-window.c: (update_chrome_visibility),
8227         (password_dialog_response), (ev_window_load_job_cb),
8228         (ev_window_xfer_job_cb), (ev_window_open_uri),
8229         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8230         (ev_window_init):
8231
8232         Remove the statusbar. This regress loading feedback, need to
8233         check with Bryan what we want to do there...
8234
8235 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8236
8237         * lib/ev-tooltip.c: (ev_tooltip_init):
8238
8239         Fix tooltip border and size handling
8240
8241 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8242
8243         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8244         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8245         (ev_tooltip_timeout), (ev_tooltip_activate),
8246         (ev_tooltip_deactivate):
8247         * lib/ev-tooltip.h:
8248         * shell/ev-view.c: (ev_view_motion_notify_event):
8249
8250         Delay popup showing. Mirror gtk logic/times.
8251
8252 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8253
8254         * lib/Makefile.am:
8255         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8256         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8257         (ev_tooltip_set_text), (ev_tooltip_set_position):
8258         * lib/ev-tooltip.h:
8259
8260         Simple widget to show tooltips at a custom position
8261
8262         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8263         (ev_view_destroy):
8264
8265         Use it for links. First go, needs work
8266
8267 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8268
8269         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8270         HIG fixes.  Use title capitalization for window title. Use 12 
8271         pixels of space between the dialog's vbox and action area.
8272
8273 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8274
8275         * shell/ev-window.c: (file_open_dialog_response_cb),
8276         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8277         (ev_window_cmd_save_as):
8278
8279         Make file pickers not modal and refactor code some
8280
8281 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8282
8283         * shell/ev-sidebar.h:
8284         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8285         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8286         (ev_sidebar_class_init), (ev_sidebar_select_page),
8287         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8288         (ev_sidebar_set_page):
8289
8290         Add a current page property and allow to get/set it
8291
8292         * shell/ev-window.c: (setup_view_from_metadata),
8293         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8294
8295         Persist current sidebar page per document
8296
8297 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8298
8299         * data/evince.schemas.in:
8300         * shell/ev-window.c: (update_chrome_visibility),
8301         (setup_document_from_metadata), (update_sidebar_visibility),
8302         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8303         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8304         (ev_window_run_presentation), (ev_window_stop_presentation),
8305         (ev_window_view_sidebar_cb),
8306         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8307         (load_chrome), (ev_window_init):
8308
8309         Persist size/visibility of sidebar per document
8310
8311 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8312
8313         * shell/ev-view.c (draw_loading_text): Draw loading text.
8314
8315 2005-09-02  Dan Damian  <dand@gnome.ro>
8316
8317         * configure.in: Added "ro" to ALL_LINGUAS.
8318
8319 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8320
8321         * shell/ev-view.c: (clear_caches):
8322
8323         ev_page_cache_get doesnt return a reference,
8324         dont try to unref it.
8325
8326 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8327
8328         * shell/main.c: (load_files_remote):
8329
8330         Fix timestamp parameter with dbus <= 0.33
8331
8332 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8333
8334         * data/evince.schemas.in:
8335
8336         Add missing full stop
8337
8338 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8339
8340         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8341         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8342
8343         Plug some memory leaks
8344
8345 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8346
8347         * configure.ac:
8348         * lib/ev-debug.c: (trap_handler):
8349
8350         Check for execinfo.h and use it only if it exists.
8351         Ported from Epiphany (bug #314776).
8352
8353 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8354
8355         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8356
8357 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8358
8359         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8360         * po/id.po      : Added Indonesian translation
8361
8362 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8363
8364         * shell/main.c:
8365         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8366         * NEWS: Release 0.4.0
8367
8368 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8369
8370         * configure.ac: catch another gtk+-2.8ism
8371         * shell/main.c: Make work with gtk+-2.6
8372
8373 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8374
8375         * shell/ev-application-service.xml: Add 'timestamp' argument to
8376           ev_application_open_window and ev_application_open_uri methods.
8377
8378         * shell/ev-application.h: Add 'timestamp' argument to
8379           ev_application_open_window, ev_application_open_uri,
8380           and ev_application_open_uri_list functions.
8381
8382         * shell/ev-application.c (ev_application_open_window,
8383           ev_application_open_uri, ev_application_open_uri_list): Change
8384           functions that show/present windows to use a timestamp if one
8385           is passed in.
8386
8387         * shell/ev-window.c (ev_window_cmd_file_open,
8388           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8389         * shell/main.c (load_files): Modify calls to ev_application to
8390           include GDK_CURRENT_TIME as timestamp.
8391
8392         * shell/main.c (load_files_remote): Obtain timestamp for client
8393           instance from GDK and pass to server instance so new windows are
8394           focused properly.  Fix dbus_g_proxy_call() calls by including second
8395           G_TYPE_INVALID.
8396           
8397         Closes bug #314475.
8398
8399 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8400
8401         * shell/ev-window.c (ev_window_finalize): Check for
8402         avail. EvWindows when quiting to handle the finalize better,
8403         #314497
8404
8405 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8406         
8407         * properties/ev-properties-view.c: 
8408         
8409         Set textdomain to libglade. Fixes translation problem in property page.
8410
8411 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8412
8413         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8414         * dvi/Makefile.am:
8415         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8416         * dvi/mdvi-lib/Makefile.am:
8417         
8418         Fix rotation of thumbnails, ported to new API. Moved library
8419         dependencies earlier, probably it will fix linkage problem.
8420
8421 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8422
8423         * backend/ev-document-misc.c:
8424         (ev_document_misc_get_thumbnail_frame):
8425         * backend/ev-document-misc.h:
8426         * configure.ac:
8427         * pdf/ev-poppler.cc:
8428         * shell/Makefile.am:
8429         * shell/ev-sidebar-thumbnails.c: (add_range),
8430         (ev_sidebar_thumbnails_set_loading_icon),
8431         (ev_sidebar_thumbnails_refresh),
8432         (ev_sidebar_thumbnails_set_document):
8433         * shell/ev-sidebar-thumbnails.h:
8434         * shell/ev-view.c: (ev_view_motion_notify_event),
8435         (ev_view_set_property), (ev_view_get_property),
8436         (ev_view_class_init), (ev_view_set_rotation):
8437         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8438         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8439         (ev_window_init):
8440         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8441         Redo rotation (again).  prepare for 0.4.0
8442
8443 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8444
8445         * configure.ac: Bump poppler requirement to 0.4.1.
8446
8447         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8448         argument to poppler_page_render_selection() call.
8449
8450 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8451
8452         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8453         (djvu_document_thumbnails_get_thumbnail):
8454         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8455         (dvi_document_thumbnails_get_thumbnail):
8456         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8457         (pixbuf_document_thumbnails_get_thumbnail):
8458         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8459         
8460         Update rotation direction of backends to fit with pdf and ps.
8461
8462 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8463
8464         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8465         * backend/ev-async-renderer.h:
8466         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8467         (setup_page), (ps_document_get_page_size),
8468         (ps_async_renderer_render_pixbuf):
8469         * ps/ps-document.h:
8470         * shell/ev-jobs.c: (ev_job_render_run):
8471
8472         Fix orientation in the postscript document
8473
8474 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8475
8476         * pdf/ev-poppler.cc:
8477         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8478         * shell/ev-view.c: (highlight_find_results):
8479
8480         Adapt to the new poppler rotation API. Fix text maps on landscape
8481         documents.
8482
8483 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8484
8485         * shell/ev-view.c (compute_new_selection_text): get the correct
8486         region when selecting in modes other than continuous.
8487
8488 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8489
8490         * shell/main.c (main): remove redundant g_warnings.
8491
8492 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8493
8494         * shell/Makefile.am: Don't include autogenerated
8495         file ev-application-service.h into distribution, since
8496         it causes dbus crash. Fix for bugs 313724 and 313443. 
8497
8498 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8499
8500         * configure.ac: Fix sed expression for FreeBSD. Thanks
8501         to Joe Marcus Clark <marcus@freebsd.org>
8502         
8503         * shell/eggfindbar.c: (entry_activate_callback),
8504         (entry_changed_callback), (egg_find_bar_init),
8505         (egg_find_bar_set_search_string):
8506         
8507         Made findbar buttons unsensitive if there is no text in
8508         entry. Fix for the bug 313285.
8509
8510 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8511
8512         * ps/ps-document.c: Use g_filename_display_name for displaying
8513         filenames and revert string freeze breackage
8514
8515 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8516
8517         * NEWS:
8518         * configure.ac:
8519
8520         Update for 0.3.4
8521
8522         * shell/Makefile.am:
8523
8524         Add ev-application-service.xml to extra dist
8525
8526         * shell/ev-view.c: (find_page_at_location):
8527
8528         Remove unused function (fix warning)
8529
8530 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8531
8532         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8533         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8534         
8535         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8536         bug 313623.
8537
8538 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8539
8540         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8541         * shell/ev-window.c:
8542         Fix build warnings
8543
8544 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8545
8546         * configure.ac: Update script to get dbus version.
8547         Fix for the bug #313443.
8548
8549 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8550
8551         * shell/ev-window.c: (ev_window_cmd_escape):
8552         
8553         Return focus back to view on escape. Fix for bug 313295.
8554
8555 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8556
8557         * shell/ev-window.c: (update_window_title),
8558         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8559         (ev_window_cmd_save_as):
8560         
8561         Correct conversion from uri to displayable string. Fix for
8562         bug 313296.
8563
8564 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8565
8566         * ps/ps-document.c: convert filename to utf8 when there is an error
8567         loading document. Fixes #309915
8568
8569 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8570
8571         * configure.ac:
8572
8573         We depend on poppler 0.4.0
8574
8575 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8576
8577         * configure.ac:
8578         * NEWS: Release 0.3.3.
8579         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8580
8581 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8582
8583         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8584         add a couple missing mnemonics to menu items, use title 
8585         capitalization for menu items and window titles, and add 
8586         ellipsis to open menu item.     
8587
8588 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8589
8590         * pdf/ev-poppler.cc:
8591         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8592         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8593         (ev_view_get_rotation):
8594         * shell/ev-view.h:
8595         * shell/ev-window.c: (setup_view_from_metadata),
8596         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8597         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8598         disk.
8599
8600 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8601
8602         * configure.ac: Added tr to ALL_LINGUAS
8603
8604 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8605
8606         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8607         requires several clicks to find word. Thanks to 
8608         Colin Slater <kiltedtaco@gmail.com>.
8609
8610 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8611
8612         * data/evince.desktop.in.in: Hide menu entry and
8613         rename it to "Document Viewer". Fix for bug 
8614         #312399.
8615
8616 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8617
8618         * shell/ev-page-action.c (ev_page_action_class_init): 
8619
8620         Point to the correct function in constructor of the
8621         activate_label signal
8622
8623 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8624
8625         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8626         * shell/ev-jobs.h: Make thread safe.
8627
8628 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8629
8630         * shell/ev-view.c: (view_update_range_and_current_page):
8631         Don't update page range if we are scrolling to some document
8632         point.
8633
8634 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8635
8636         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8637         when getting max_page_width, fix drawing in dual mode.
8638
8639 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8640
8641         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8642         getting the area for select_all.
8643
8644 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8645
8646         * backend/ev-selection.c: (ev_selection_render_selection):
8647         * backend/ev-selection.h:
8648         * pdf/ev-poppler.cc:
8649         * shell/ev-jobs.c: (ev_job_render_new):
8650         * shell/ev-jobs.h:
8651         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8652         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8653         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8654         (ev_view_class_init):
8655
8656         Change selection color on focus in and focus out events.  Also,
8657         poppler now uses GdkColor for specifying the selection colors, so
8658         drop some awkward conversion code.
8659
8660 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8661
8662         * configure.ac: Added Hebrew translation
8663
8664 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8665
8666         * NOTES:
8667         * backend/ev-selection.c: (ev_selection_render_selection):
8668         * backend/ev-selection.h:
8669         * pdf/ev-poppler.cc:
8670         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8671         (ev_job_render_run):
8672         * shell/ev-jobs.h:
8673         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8674         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8675         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8676         (ev_pixbuf_cache_style_changed),
8677         (ev_pixbuf_cache_get_selection_pixbuf),
8678         (ev_pixbuf_cache_set_selection_list),
8679         (ev_pixbuf_cache_get_selection_list):
8680         * shell/ev-pixbuf-cache.h:
8681         * shell/ev-utils.c: (ev_print_region_contents):
8682         * shell/ev-utils.h:
8683         * shell/ev-view.c: (ev_view_queue_draw_page),
8684         (selection_update_idle_cb), (ev_view_motion_notify_event),
8685         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8686         (setup_caches), (ev_view_find_next), (merge_selection_region),
8687         (selection_free):
8688         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8689
8690         Clean up selection to be much smoother!
8691
8692 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8693
8694         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8695         to poppler_page_render_selection().
8696
8697 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8698
8699         * ps/ps-document.c: (save_page_list): Use
8700         unzipped document when printing. Thanks to 
8701         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8702         311016.
8703
8704 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8705
8706         * shell/ev-window.c: (update_action_sensitivity):
8707         
8708         Disable print and save respect to lockdown gconf keys. Fix
8709         for 312342.
8710
8711 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8712
8713         * configure.ac:
8714         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8715         (write_to_temp_file), (ev_file_set_contents):
8716         * shell/ev-utils.h:
8717         * shell/ev-window.c: (save_print_config_to_file):
8718         
8719         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8720         Fix for bug 312238
8721
8722 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8723
8724         * shell/ev-window.c: (load_print_config_from_file),
8725         (save_print_config_to_file), (ev_window_print_range):
8726
8727         Persist the print settings. Fixes bug #311578.
8728
8729 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8730
8731         * djvu/djvu-document.c: (djvu_document_get_page_size),
8732         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8733         (djvu_document_thumbnails_get_thumbnail):
8734         * dvi/dvi-document.c: (dvi_document_get_page_size),
8735         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8736         (dvi_document_thumbnails_get_dimensions),
8737         (dvi_document_thumbnails_get_thumbnail):
8738         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8739         (pixbuf_document_render_pixbuf),
8740         (pixbuf_document_document_iface_init),
8741         (pixbuf_document_thumbnails_get_thumbnail):
8742         
8743         Update backends to make them build with new rotation system.
8744
8745 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8746
8747         * help/C/figures/evince_start_window.png:
8748         
8749         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8750
8751 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8752
8753         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8754         * shell/ev-pixbuf-cache.h:
8755         * shell/ev-sidebar-thumbnails.c:
8756         (ev_sidebar_thumbnails_get_property), (add_range),
8757         (adjustment_changed_cb):
8758         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8759         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8760         we were thumbnailing the entire docment on startup, slowing us
8761         down hugely. 
8762
8763 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8764
8765         * shell/ev-page-cache.c: (ev_page_cache_new):
8766         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8767         == 0, fixes #310306.
8768
8769 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8770
8771         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8772         (ev_view_rotate_left):
8773
8774         Account rotation in doc_rect_to_view_rect.
8775         Ensure rotation doesnt go out of bounds.
8776
8777 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8778
8779         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8780
8781         Correct and cleanup w/h swapping
8782
8783 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8784
8785         * backend/ev-document-thumbnails.c:
8786         (ev_document_thumbnails_get_thumbnail):
8787         * backend/ev-document-thumbnails.h:
8788         * backend/ev-document.c:
8789         * backend/ev-document.h:
8790         * backend/ev-render-context.c: (ev_render_context_new),
8791         (ev_render_context_set_rotation):
8792         * backend/ev-render-context.h:
8793         * pdf/ev-poppler.cc:
8794         * ps/ps-document.c: (ps_document_document_iface_init):
8795         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8796         * shell/ev-jobs.h:
8797         * shell/ev-page-cache.c: (build_height_to_page),
8798         (ev_page_cache_new), (ev_page_cache_get_size),
8799         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8800         (ev_page_cache_get_height_to_page):
8801         * shell/ev-page-cache.h:
8802         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8803         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8804         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8805         (ev_pixbuf_cache_get_selection_pixbuf):
8806         * shell/ev-pixbuf-cache.h:
8807         * shell/ev-print-job.c: (idle_print_handler):
8808         * shell/ev-sidebar-thumbnails.c: (add_range):
8809         * shell/ev-view.c: (view_update_range_and_current_page),
8810         (get_page_y_offset), (get_page_extents),
8811         (ev_view_size_request_continuous_dual_page),
8812         (ev_view_size_request_continuous),
8813         (ev_view_size_request_dual_page),
8814         (ev_view_size_request_single_page), (draw_one_page),
8815         (ev_view_set_rotation), (ev_view_rotate_right),
8816         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8817         (ev_view_zoom_for_size_continuous_and_dual_page),
8818         (ev_view_zoom_for_size_continuous),
8819         (ev_view_zoom_for_size_dual_page),
8820         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8821         (ev_view_select_all):
8822         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8823         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8824         (tiff_document_document_iface_init),
8825         (tiff_document_thumbnails_get_thumbnail):
8826
8827         Use rotation rather than orientation. It's easier and enough
8828         for our needs.
8829
8830 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8831
8832         * shell/ev-page-cache.c: (build_height_to_page),
8833         (ev_page_cache_new), (ev_page_cache_get_size),
8834         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8835         (ev_page_cache_get_height_to_page):
8836         * shell/ev-page-cache.h:
8837         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8838         (ev_view_size_request_continuous_dual_page),
8839         (ev_view_size_request_continuous),
8840         (ev_view_zoom_for_size_continuous_and_dual_page),
8841         (ev_view_zoom_for_size_continuous):
8842
8843         Make the page cache aware of page orientation.
8844
8845 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8846
8847         * backend/ev-document-thumbnails.c:
8848         (ev_document_thumbnails_get_thumbnail):
8849         * backend/ev-document-thumbnails.h:
8850         * backend/ev-document.c:
8851         * backend/ev-document.h:
8852         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8853         * backend/ev-ps-exporter.h:
8854         * pdf/ev-poppler.cc:
8855         * ps/ps-document.c: (ps_document_document_iface_init),
8856         (ps_document_ps_export_do_page):
8857         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8858         * shell/ev-jobs.h:
8859         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8860         (ev_page_cache_get):
8861         * shell/ev-page-cache.h:
8862         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8863         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8864         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8865         * shell/ev-pixbuf-cache.h:
8866         * shell/ev-print-job.c: (idle_print_handler):
8867         * shell/ev-sidebar-thumbnails.c: (add_range):
8868         * shell/ev-view.c: (view_update_range_and_current_page),
8869         (get_page_extents), (ev_view_size_request_dual_page),
8870         (ev_view_size_request_single_page), (draw_one_page),
8871         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8872         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8873         (ev_view_zoom_for_size_dual_page),
8874         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8875         (ev_view_select_all):
8876         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8877         * tiff/tiff-document.c: (tiff_document_get_page_size),
8878         (tiff_document_get_orientation), (rotate_pixbuf),
8879         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8880         (tiff_document_thumbnails_get_thumbnail),
8881         (tiff_document_ps_export_do_page), (tiff_document_init):
8882
8883         Really make use of the orientation bit of the render context.
8884         Use the render context in a few more places in the backend API.
8885         This regress orientation, but now it's done right. Will try to
8886         fix it up asap...
8887
8888 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8889
8890         * shell/ev-view.c: (ensure_rectangle_is_visible):
8891
8892         Patch by Nickolay V. Shmyrev to fix find flickering
8893
8894 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8895
8896         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8897         duplex parameters to ::begin.
8898
8899         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8900         * shell/ev-print-job.c (idle_print_handler): 
8901         * ps/ps-document.c (ps_document_ps_export_begin): 
8902         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8903         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8904         implementations. Poppler backend needs poppler cvs. Rest has
8905         unchanged behavior.
8906
8907 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8908
8909         * shell/ev-window.c (using_pdf_printer): new function.
8910         (ev_window_print_range): print a less techy message if someone
8911         tries to print to PDF.
8912
8913 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8914
8915         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8916         from "unknown font" string. Bug #311431
8917
8918 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8919
8920         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8921
8922 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8923
8924         Bug #311280
8925         
8926         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8927         name for PopplerFontTypes
8928         (pdf_document_fonts_fill_model): add font type to the detail column
8929
8930         * backend/ev-document-fonts.h: added
8931         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8932
8933         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8934         font name and font details, add a little markup.
8935         (ev_properties_fonts_init): use the new cell data func, specify ypad
8936         property for the cell renderer.
8937         (ev_properties_fonts_set_document): add the details column.
8938
8939 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8940
8941         * configure.ac: Added "pl" to ALL_LINGUAS.
8942
8943 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8944
8945         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8946
8947 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8948
8949         * help/ChangeLog: Started this for translations of manual.
8950         * configure.ac, autogen.sh, .cvsignore: Migrated to
8951         gnome-doc-utils. Patch in bug #311222.
8952
8953 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8954
8955         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8956         #ifdef this away to fix an unused-function warning.
8957
8958 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8959
8960         * configure.ac: Added 'gl' to ALL_LINGUAS.
8961
8962 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8963
8964         * configure.ac: Added ne in ALL_LINGUAS
8965         
8966 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8967
8968         * shell/ev-view.c: (ev_view_leave_notify_event):
8969         
8970         Clear status message when pointer leaves view. Fix for bug
8971         #310818 
8972
8973 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8974
8975         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8976
8977 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8978
8979         * shell/ev-view.c: (ev_view_leave_notify_event),
8980         (ev_view_class_init):
8981         
8982         Set cursor to normal then leaving view.
8983
8984 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8985
8986         * configure.ac:
8987         
8988         Fix required djvulibre version.
8989
8990 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8991
8992         *configure.ac: Hindi (hi) language added
8993
8994 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8995
8996         *configure.ac: Punjabi (pa) Language added
8997
8998 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8999
9000         * data/evince-ui.xml, shell/ev-window.c:
9001         
9002         Add keypad accelerators for zooming. Fix for bug 308128.
9003
9004 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9005
9006         * Makefile.am:
9007         * backend/Makefile.am:
9008         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9009         * configure.ac:
9010         * shell/ev-document-types.c: (ev_document_types_add_filters):
9011
9012         Allow to enable/disable the pixbuf backend.
9013         Default to off for now. If we want it enabled we should
9014         really put mime types in the desktop, implement properties etc.
9015
9016         * properties/evince-properties.c:
9017
9018         Initialize error to NULL.
9019         Check error is not NULL before freeing.
9020
9021 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9022
9023         * shell/ev-window.c:
9024
9025         Use F5 as presentation accell
9026
9027 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9028
9029         * shell/ev-window.c: (update_chrome_visibility),
9030         (ev_window_create_fullscreen_popup), (ev_window_init):
9031
9032         Do not leak the fullscreen toolbar
9033
9034 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9035
9036         * shell/ev-window.c: (view_actions_focus_in_cb),
9037         (view_actions_focus_out_cb):
9038
9039         These has a return value! Fix totally random focus
9040         issues we was seeing.
9041
9042 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9043
9044         * shell/main.c: (load_files_remote):
9045
9046         Allow open more than one file
9047
9048 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9049
9050         * shell/main.c: (load_files_remote):
9051
9052         Fix for dbus 0.33. bug #309975
9053
9054 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9055
9056         * properties/ev-properties-main.c: (ev_properties_get_pages):
9057
9058         Actually return NULL for types we dont support
9059
9060 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9061
9062         * po/POTFILES.in:
9063
9064         Remove empty lines.
9065
9066 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9067
9068         * backend/ev-document-factory.c:
9069         (ev_document_factory_get_document):
9070
9071         Do not try to create the object if type
9072         is invalid.
9073
9074 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9075
9076         * ps/ps-document.c: (ps_document_dispose),
9077         (ps_async_renderer_render_pixbuf):
9078         * ps/ps-document.h:
9079
9080         Do not leak the target window
9081
9082 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9083
9084         * shell/ev-application.c: (ev_application_init):
9085
9086         Let tbe check file existence for us.
9087         Add a comment about eggrecent mime filter.
9088
9089 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9090
9091         * data/evince-ui.xml:
9092         * shell/ev-application.c: (ev_application_shutdown),
9093         (ev_application_init), (ev_application_get_toolbars_model),
9094         (ev_application_get_recent_model),
9095         (ev_application_save_toolbars_model):
9096         * shell/ev-application.h:
9097         * shell/ev-window.c: (ev_window_add_recent),
9098         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9099         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9100         (ev_window_init):
9101
9102         Use common toolbar and recent models for all windows.
9103         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9104
9105 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9106
9107         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9108         successfully check for gtk_icon_view_get_visible_range.
9109
9110 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9111
9112         * djvu/Makefile.am:
9113         * dvi/Makefile.am:
9114         
9115         Fix djvu and dvi backend build.
9116
9117 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9118
9119         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9120         (new_separator_pixbuf):
9121
9122         Don't leak windows.
9123
9124 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9125
9126         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9127
9128         HIGification of toolbar editor dialogue.
9129
9130 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9131
9132         * configure.ac:
9133         * shell/Makefile.am:
9134
9135         Ever build metadata manager since it's just
9136         disabled at runtime now.
9137
9138 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9139
9140         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9141         (ev_metadata_manager_get), (ev_metadata_manager_set):
9142         * shell/ev-metadata-manager.h:
9143
9144         Add an _init functions that enabled metadata management
9145         at runtime.
9146
9147         * shell/ev-window.c: (page_changed_cb),
9148         (setup_document_from_metadata), (ev_window_setup_document),
9149         (setup_view_from_metadata), (ev_window_open_uri),
9150         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9151         (ev_window_run_presentation), (ev_window_stop_presentation),
9152         (save_sizing_mode), (ev_window_zoom_changed_cb),
9153         (ev_window_continuous_changed_cb),
9154         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9155         (window_configure_event_cb):
9156
9157         Remove all ugly metadata define since we deal with it
9158         at runtime now.
9159
9160         * shell/main.c: (load_files_remote), (main):
9161
9162         Add support for dbus cvs head. Hopefully didnt break one
9163         of the other versions now!
9164
9165         If we dont get a response from the dbus server just
9166         give up with it and not enable metadata.
9167
9168 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9169
9170         * Makefile.am:
9171         * backend/Makefile.am:
9172         * configure.ac:
9173         * cut-n-paste/recent-files/Makefile.am:
9174         * cut-n-paste/toolbar-editor/Makefile.am:
9175         * cut-n-paste/zoom-control/Makefile.am:
9176         * lib/Makefile.am:
9177         * pdf/Makefile.am:
9178         * pixbuf/Makefile.am:
9179         * properties/Makefile.am:
9180         * ps/Makefile.am:
9181         * shell/Makefile.am:
9182         * thumbnailer/Makefile.am:
9183         * tiff/Makefile.am:
9184
9185         Make frontends depend on just libev.
9186         Rework and group CFLAGS/LIBS definitions.
9187         Cleanups.
9188
9189 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9190
9191         * shell/ev-window:
9192
9193         do not unnecessarily save zoom
9194
9195         * configure.ac:
9196         * lib/ev-file-helpers.c: (ev_dot_dir):
9197         * shell/Makefile.am:
9198         * shell/dummy.cc:
9199
9200         Some cleanups
9201
9202 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9203
9204         * configure.ac:
9205         
9206         Remove unnecessary dependencies
9207
9208 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9209
9210         * properties/Makefile.am:
9211         * thumbnailer/Makefile.am:
9212         * tiff/Makefile.am:
9213
9214         Some more cleanups. Was really necessary
9215         but I probably introduced bugs, feel free
9216         to flame :)
9217
9218 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9219
9220         * backend/Makefile.am:
9221         * configure.ac:
9222         * cut-n-paste/recent-files/Makefile.am:
9223         * cut-n-paste/toolbar-editor/Makefile.am:
9224         * cut-n-paste/zoom-control/Makefile.am:
9225         * lib/Makefile.am:
9226         * pdf/Makefile.am:
9227         * pixbuf/Makefile.am:
9228         * properties/Makefile.am:
9229         * ps/Makefile.am:
9230         * shell/Makefile.am:
9231         * thumbnailer/Makefile.am:
9232         * tiff/Makefile.am:
9233
9234         Use gnome-common macros when possible.
9235         Cleanup dependencies.
9236         Actually disable deprecated where possible.
9237
9238 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9239
9240         * Makefile.am:
9241         * backend/Makefile.am:
9242         * properties/Makefile.am:
9243         * shell/Makefile.am:
9244         * thumbnailer/Makefile.am:
9245
9246         This should solve the circular dep without
9247         requiring dir reorg!
9248
9249         * shell/ev-window.c: (setup_view_from_metadata):
9250
9251         Never restore window size/position when the
9252         window is already visible.
9253
9254 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9255
9256         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9257
9258         Return a boolean from timeout func. Fix ported from gedit.
9259
9260 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9261
9262         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9263
9264 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9265
9266         * shell/ev-document-types.c: set "All Documents" as default filter in
9267         open dialog
9268
9269 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9270
9271         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9272         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9273         (ev_metadata_manager_set_boolean): fix value/val thinko.
9274
9275 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9276
9277         * shell/ev-window.c: (setup_view_from_metadata),
9278         (window_state_event_cb), (window_configure_event_cb),
9279         (ev_window_init):
9280
9281         Remember window position and maximized state
9282
9283 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9284
9285         * configure.ac:
9286
9287         Fix DBUS configure checks.
9288
9289         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9290         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9291         (ev_metadata_manager_set_boolean):
9292
9293         Plug mem leaks.
9294
9295         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9296         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9297         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9298         (ev_window_continuous_changed_cb),
9299         (ev_window_dual_mode_changed_cb), (ev_window_new):
9300
9301         Fix the build without DBUS.
9302
9303 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9304
9305         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9306         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9307         (ev_metadata_manager_set_string),
9308         (ev_metadata_manager_set_boolean):
9309         * shell/ev-metadata-manager.h:
9310
9311         Add support for some more types
9312
9313         * shell/ev-view.c: (scroll_to_current_page),
9314         (ev_view_get_continuous), (ev_view_set_continuous),
9315         (ev_view_get_dual_page):
9316         * shell/ev-view.h:
9317         * shell/ev-window.c: (page_changed_cb),
9318         (setup_document_from_metadata), (ev_window_setup_document),
9319         (setup_view_from_metadata), (ev_window_open_uri),
9320         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9321         (ev_window_run_presentation), (ev_window_stop_presentation),
9322         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9323         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9324         (ev_window_update_dual_page_action),
9325         (ev_window_continuous_changed_cb),
9326         (ev_window_dual_mode_changed_cb), (ev_window_init):
9327
9328         Remember a bunch of view/document properties. Prolly some
9329         are still missing but it's getting interesting.
9330
9331 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9332
9333         * configure.ac: check if dbus-binding-tool is installed. Not the
9334         case on current Ubuntu breezy, it seems.
9335
9336 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9337
9338         * data/evince.desktop.in.in:
9339         
9340         Allow open uri lists and add TryExec field.
9341
9342 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9343
9344         * configure.ac:
9345
9346         Enable dbus when available, do not require a configure
9347         option.
9348
9349 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9350
9351         * configure.ac:
9352
9353         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9354         disabled.
9355
9356 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9357         Marco Pesenti Gritti  <mpg@redhat.com>
9358
9359         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9360         
9361         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9362         functions to the format required by dbus
9363
9364         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9365         errors. Use the RPC parameters in the expected way
9366
9367 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9368
9369         * Makefile.am:
9370         * properties/Makefile.am:
9371         * properties/ev-properties-main.c: (ev_properties_get_pages):
9372
9373         Support all mime types
9374
9375         * shell/Makefile.am:
9376         * thumbnailer/Makefile.am:
9377         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9378         (evince_thumbnail_pngenc_get):
9379
9380         Use the document factory
9381
9382 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9383
9384         * backend/Makefile.am:
9385         * backend/ev-document-factory.c:
9386         (mime_type_supported_by_gdk_pixbuf),
9387         (ev_document_type_get_from_mime),
9388         (ev_document_factory_get_document),
9389         (ev_document_factory_get_backend),
9390         (ev_document_factory_get_mime_types),
9391         (ev_document_factory_get_all_mime_types):
9392         * backend/ev-document-factory.h:
9393         * shell/Makefile.am:
9394         * shell/ev-document-types.c: (get_document_from_uri),
9395         (ev_document_types_get_document),
9396         (file_filter_add_mime_list_and_free),
9397         (ev_document_types_add_filters):
9398         * shell/ev-document-types.h:
9399         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9400         * shell/ev-properties-dialog.c:
9401         (ev_properties_dialog_set_document):
9402         * shell/ev-window.c: (ev_window_cmd_file_open),
9403         (ev_window_cmd_save_as):
9404         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9405
9406         Rework document types managing to avoid code duplication
9407         and actually abstract from backend implementations.
9408         Also provide a minimal factory api that can be used by
9409         thumbnailer/properties.
9410
9411 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9412
9413         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9414         Plug a mem leak.
9415         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9416         HIG spacings.
9417
9418 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9419
9420         * shell/ev-properties-dialog.c
9421         (ev_properties_dialog_set_document): only call
9422         ev_properties_fonts_set_document() if the document implements the
9423         fonts interface
9424
9425 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9426
9427         * configure.ac:
9428         * properties/Makefile.am:
9429         * properties/ev-properties-view.c:
9430         (ev_properties_view_register_type):
9431         * properties/ev-properties-view.h:
9432         * properties/ev-properties-main.h:
9433
9434         Implement nautilus plugin for properties.
9435         Works only for pdf atm, I need to rework the
9436         document types stuff to get this to work
9437         for all backends...
9438
9439 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9440
9441         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9442         (ev_properties_fonts_set_document): use
9443         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9444
9445 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9446
9447         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9448         them
9449         (PlaceImage, tiff2ps_process_page): use
9450         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9451
9452
9453 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9454
9455         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9456         (main): to call gnome_authentication_manager_init. Should fix
9457         Bug #308510
9458
9459         * configure.ac: that requires libgnomeui 2.6.0.
9460
9461 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9462
9463         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9464         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9465         use the new tiff2ps interfaces
9466
9467         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9468         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9469
9470         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9471         structure instead of global variables.  Remove use of static
9472         variables in functions.
9473
9474 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9475
9476         * shell/ev-page-action.c: unref the completion after setting it to the
9477         entry
9478
9479 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9480
9481         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9482         postscript files
9483
9484 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9485
9486         * shell/ev-window.c (update_action_sensitivity): disable
9487         File->Print if the document does not implement the ps exporter
9488         interface
9489
9490 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9491
9492         * Makefile.am:
9493         * configure.ac:
9494         * data/evince-properties.glade:
9495         * properties/.cvsignore:
9496         * properties/Makefile.am:
9497         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9498         (ev_properties_view_class_init), (ev_properties_view_format_date),
9499         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9500         (ev_properties_view_init), (ev_properties_view_new):
9501         * properties/ev-properties-view.h:
9502         * shell/Makefile.am:
9503         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9504         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9505         (ev_properties_dialog_new):
9506         * shell/ev-properties-dialog.h:
9507         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9508         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9509         (update_progress_label), (job_fonts_finished_cb),
9510         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9511         * shell/ev-properties-fonts.h:
9512         * shell/ev-properties.c:
9513         * shell/ev-properties.h:
9514         * shell/ev-window.c: (ev_window_setup_document),
9515         (ev_window_cmd_file_properties):
9516
9517         Split the properties pages in two different objects, depend
9518         only on the backend where possible, use widgets instead
9519         of gobject for the glade part, reimplement the dialog
9520         itself with gtk.
9521         I need this to implement nautilus properties page.
9522
9523 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9524
9525         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9526         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9527         (tiff_document_document_ps_exporter_iface_init): implement the ps
9528         exporter interface for tiff documents
9529
9530         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9531         libtiff to implement TIFF postscript export
9532
9533         * tiff/tiff2ps.h: added a header file for external tiff2ps
9534         functions.
9535
9536         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9537         tiff2ps.h
9538
9539 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9540
9541         * shell/ev-view.c: (scroll_to_current_page),
9542         (ev_view_set_fullscreen), (ev_view_set_presentation):
9543         
9544         Scroll to current page when exit from presentation
9545
9546 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9547
9548         * shell/ev-window.c: (update_document_mode),
9549         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9550         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9551         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9552         
9553         Exit from fullscreen mode when switch to presentation. Fix for
9554         bug 309365
9555
9556 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9557
9558         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9559         return NULL if the document does not implement the selection
9560         interface.
9561
9562 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9563
9564         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9565         reported height by using the resolution aspect ratio
9566         (tiff_document_render_pixbuf): scale the pixbuf using the
9567         resolution aspect ratio
9568
9569 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9570
9571         * configure.ac:
9572         
9573         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9574         <kiltedaco@gmail.com>
9575         
9576         * djvu/djvu-document.c: (djvu_document_get_orientation),
9577         (djvu_document_set_orientation), (djvu_document_get_page_size),
9578         (rotate_pixbuf), (djvu_document_render_pixbuf),
9579         (djvu_document_document_iface_init):
9580         * dvi/dvi-document.c: (dvi_document_get_orientation),
9581         (dvi_document_set_orientation), (dvi_document_get_page_size),
9582         (rotate_pixbuf), (dvi_document_render_pixbuf),
9583         (dvi_document_document_iface_init):
9584         
9585         Dvi and djvu backends are ported to new API
9586
9587 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9588
9589         * backend/ev-selection.c: (ev_selection_get_selection_region),
9590         (ev_selection_get_selection_map):
9591         * backend/ev-selection.h:
9592         * pdf/ev-poppler.cc:
9593         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9594         * shell/ev-jobs.h:
9595         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9596         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9597         (ev_pixbuf_cache_get_text_mapping):
9598         * shell/ev-pixbuf-cache.h:
9599         * shell/ev-view.c: (location_in_text),
9600         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9601         support to EvView.  Now we can see where we can select!  Sweet!
9602
9603 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9604
9605         * shell/ev-view.c (ev_view_button_press_event): Fix
9606         event->y + view->scroll_x typo.
9607
9608 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9609
9610         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9611         sub-GdkPixbuf instead of passing dest_x and dest_y.
9612         
9613         * shell/ev-view.c: (view_point_to_doc_point),
9614         (view_rect_to_doc_rect), (ev_view_button_press_event),
9615         (ev_view_motion_notify_event), (compute_new_selection_rect),
9616         (gdk_rectangle_point_in), (compute_new_selection_text),
9617         (compute_selections): Update selection code to keep the selection
9618         around as two points and not as a normalized rectangle, and fix
9619         page level selection in two-column mode.
9620
9621 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9622
9623         * shell/ev-window.c: (window_configure_event_cb): 
9624         
9625         Fix compilation
9626         
9627 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9628
9629         * pdf/ev-poppler.cc:
9630
9631         Fix compilation
9632
9633 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9634
9635         * shell/Makefile.am:
9636         * shell/ev-metadata-manager.c: (item_free),
9637         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9638         (parse_value), (parseItem), (load_values),
9639         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9640         (save_values), (save_item), (get_oldest), (resize_items),
9641         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9642         * shell/ev-metadata-manager.h:
9643
9644         Metadata manager from gedit but modified to use GValue, so that
9645         we dont need to keep converting from strings.
9646
9647         * configure.ac:
9648
9649         ENABLE_METADATA conditional, on when dbus is on
9650
9651         * shell/ev-application.c: (ev_application_open_uri):
9652
9653         Show the window after load so that we can initialize
9654         window size before it's showed.
9655
9656         * shell/ev-window.c: (ev_window_setup_from_metadata),
9657         (ev_window_open_uri), (window_configure_event_cb),
9658         (ev_window_init):
9659
9660         Save and load metadata information about window size.
9661         Not yet keeping states in account.
9662
9663         * shell/main.c: (main):
9664
9665         Shutdown metadata manager.
9666
9667 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9668
9669         * shell/ev-application-service.xml:
9670         * configure.ac:
9671         * shell/Makefile.am:
9672         * shell/ev-application.c:
9673         * shell/ev-application.h:
9674         * shell/ev-window.c:
9675         * shell/ev-window.h:
9676         * shell/main.c:
9677
9678         Add an optional dbus interface (--enable-dbus).
9679         Rework application code, mainly to be easier to
9680         use "remotely".
9681         Do not open multiple windows with the same document,
9682         spatial evince!
9683
9684 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9685
9686         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9687         pixbuf iff it exists.
9688
9689 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9690
9691         * shell/*:
9692         * backend/ev-render-context.[ch]:
9693         * backend/ev-selection.[ch]:
9694
9695         Massive changes.  We now support text selection of pdfs, and not
9696         just rectangular selection.  This is pretty broken still, but I
9697         want to get something into CVS.
9698
9699 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9700
9701         * pdf/ev-poppler.cc:
9702         
9703         Fix for Bug 309080: crash on window close.
9704         
9705         * shell/ev-page-action.c: (page_changed_cb):
9706         
9707         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9708         jensgr@gmx.net (Jens Granseuer).
9709
9710 2005-06-25  Marcel Telka  <marcel@telka.sk>
9711
9712         * configure.in (ALL_LINGUAS): Added sk.
9713
9714 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9715
9716         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9717         not a document open
9718
9719 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9720
9721         * NEWS:
9722         * configure.ac:
9723
9724         Release 0.3.2
9725
9726         * cut-n-paste/recent-files/Makefile.am:
9727
9728         Fix make distcheck
9729
9730 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9731
9732         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9733         (pixbuf_document_set_orientation), (rotate_pixbuf),
9734         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9735         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9736
9737         Implement rotation and cleanup the code a bit.
9738
9739         * tiff/tiff-document.c: (tiff_document_get_page_size),
9740         (tiff_document_get_orientation), (tiff_document_set_orientation),
9741         (rotate_pixbuf), (tiff_document_render_pixbuf),
9742         (tiff_document_document_iface_init), (tiff_document_init):
9743
9744         Implement rotation. Was the quicker solution for the release
9745         but we really need to share this code in the shell.
9746
9747 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9748
9749         * pdf/ev-poppler.cc:
9750
9751         Enable rotation, require poppler cvs. Fix a leak.
9752
9753 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9754
9755         * shell/ev-window.c: (update_action_sensitivity):
9756         
9757         Make properties unsensitive if document backend doesn't provide
9758         any info
9759
9760 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9761
9762         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9763         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9764         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9765         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9766         (bitmap_flip_rotate_counter_clockwise):
9767         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9768         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9769         (buff_gets):
9770         * dvi/mdvi-lib/common.h:
9771         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9772         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9773         (opendvi), (mdvi_reload), (mdvi_init_context),
9774         (mdvi_destroy_context), (mdvi_dopage), (special):
9775         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9776         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9777         (file_hash_free), (register_encoding), (parse_spec),
9778         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9779         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9780         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9781         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9782         (mdvi_register_font_type), (mdvi_unregister_font_type),
9783         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9784         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9785         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9786         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9787         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9788         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9789         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9790         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9791         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9792         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9793         (mdvi_unregister_special), (mdvi_flush_specials):
9794         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9795         (t1_font_remove):
9796         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9797         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9798         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9799         (free_font_metrics), (flush_font_metrics):
9800         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9801         (tt_font_remove):
9802         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9803         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9804         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9805         (dstring_insert), (dstring_new), (dstring_reset):
9806         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9807         
9808         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9809         avoid conflict with libtool on FC4
9810         
9811         * shell/ev-window.c: (ev_window_cmd_help_about):
9812         
9813         Update copyright year. Fix for bug 308828.
9814
9815 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9816
9817         * shell/ev-view.c: (add_scroll_binding_keypad),
9818         (ev_view_binding_activated), (ev_view_class_init),
9819         (on_adjustment_value_changed):
9820         
9821         Bug 170874: Arrow keys switch pages in presentation mode
9822
9823 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9824
9825         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9826         
9827         Fix for Bug 308265: Sidebar dissappears coming out of 
9828         Presentation mode
9829
9830 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9831
9832         * shell/ev-application.c: (ev_application_open):
9833         * shell/ev-document-types.c: (ev_document_types_add_filters),
9834         (ev_document_types_add_filters_for_type):
9835         * shell/ev-document-types.h:
9836         * shell/ev-window.c: (ev_window_cmd_save_as):
9837         
9838         Suggest basename as template when saving, provide filters
9839         for save dialog. It's bug 308402
9840
9841 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9842
9843         * pdf/ev-poppler.cc:
9844         * shell/ev-sidebar-links.c: (job_finished_callback):
9845         * shell/ev-view.c: (update_find_status_message):
9846         
9847         Some leaks fixed
9848
9849 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9850
9851         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9852         (egg_recent_view_uimanager_set_list):
9853
9854         Fix buglet in !show_numbers case.
9855
9856 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9857
9858         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9859         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9860
9861         Use pango ellipsisation.
9862
9863         * pdf/ev-poppler.cc:
9864
9865         Fix refcount leak, from nsh.
9866
9867 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9868
9869         * cut-n-paste/recent-files/Makefile.am:
9870         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9871         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9872         
9873         Removed EggRecentViewGtk
9874         
9875         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9876         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9877         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9878         (ev_window_setup_recent):
9879         
9880         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9881         with other projects
9882
9883 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9884
9885         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9886         (egg_recent_view_gtk_finalize):
9887
9888         Fix memory leak
9889
9890         * cut-n-paste/toolbar-editor/Makefile.am:
9891         
9892         Fix location of cursor icon.
9893         
9894         * pdf/ev-poppler.cc:
9895         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9896         (display_completion_text), (match_completion):
9897         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9898         (selection_changed_callback), (create_loading_model),
9899         (print_section_cb), (links_page_num_func),
9900         (update_page_callback_foreach):
9901         * shell/ev-window.c: (ev_window_dispose):
9902         
9903         Small memory fixes. Links model now store objects instead
9904         of pointers to improve memory management. 
9905
9906 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9907
9908         * shell/ev-window.c: (zoom_control_changed_cb):
9909         
9910         Fix update of zoom control (bug 308268).
9911
9912 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9913
9914         * shell/ev-properties.c (set_property): escape the text correctly.
9915         Handles non-UTF-8 properties and escaped properties.  Also, sets
9916         the text to "<i>None</i>" if the property isn't set.
9917
9918         * data/evince-properties.glade: Change the label to be ellipsized,
9919         and give it a minimum size.
9920
9921 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9922
9923         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9924         * shell/ev-sidebar-links.c: (create_loading_model):
9925         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9926         * shell/ev-view.c: (ev_view_set_document):
9927         * shell/ev-window.c: (ev_window_dispose):
9928         
9929         Various small fixes, mostly memory leaks. Thanks to valgrind.
9930
9931 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9932
9933         * ps/ps-document.c: remove the locale.h include again ;-). And
9934         kill the (bogus) setlocale/savelocale business.
9935
9936 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9937
9938         * ps/ps-document.c:
9939         
9940         Include locale.h to fix build
9941         
9942         * shell/ev-sidebar.c:
9943         
9944         Remove unnecessary includes
9945
9946 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9947
9948         * dvi/dvi-document.c: (dvi_document_load):
9949         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9950         * po/POTFILES.in:
9951         
9952         Check for incorrect dvi files. Fix parsing dvi on AMD64
9953         platform. Thanks to tester@tester.ca (Olivier Crete).
9954
9955 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9956
9957         * shell/ev-page-action.c: (match_selected_cb),
9958         (display_completion_text), (match_completion), (update_model):
9959         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9960         (expand_open_links):
9961         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9962         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9963         (ev_sidebar_set_document):
9964         * shell/ev-window.c: (ev_window_xfer_job_cb),
9965         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9966         
9967         Fixed lot's of memory leaks, for example, memory leak on reload, 
9968         described in bug 307793.
9969
9970 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9971
9972         * pdf/ev-poppler.cc:
9973         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9974         (update_visible_range), (adjustment_changed_cb),
9975         (ev_sidebar_thumbnails_fill_model),
9976         (ev_sidebar_thumbnails_refresh),
9977         (ev_sidebar_tree_selection_changed),
9978         (ev_sidebar_icon_selection_changed),
9979         (ev_sidebar_thumbnails_use_icon_view),
9980         (ev_sidebar_thumbnails_set_document):
9981         * shell/ev-sidebar-thumbnails.h:
9982         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9983         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9984
9985         Refresh thumbnails when changing orientation. Not fully
9986         working yet becuase of a sidebar bug.
9987
9988         Set page orientation to poppler page everywhere. This sucks
9989         really need to fix poppler.
9990
9991 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9992
9993         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9994         (egg_recent_view_gtk_new_menu_item),
9995         (egg_recent_view_gtk_set_property),
9996         (egg_recent_view_gtk_get_property),
9997         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9998         (egg_recent_view_gtk_set_tooltip_func),
9999         (egg_recent_view_gtk_set_label_width),
10000         (egg_recent_view_gtk_get_label_width):
10001         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10002
10003         Sync with libegg (ellipsize labels)
10004
10005 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10006
10007         * data/evince-ui.xml:
10008         * shell/ev-window.c: (ev_window_cmd_go_forward),
10009         (ev_window_cmd_go_backward):
10010         
10011         Shift + PageUp moves 10 Pages. Fix for 306125
10012
10013 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10014
10015         * pdf/ev-poppler.cc:
10016
10017         Add a flag to check if orientation has been overriden
10018
10019 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10020
10021         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10022         field if necessary.
10023
10024         * ps/ps.h: add creator field to document.
10025
10026         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10027         set creator field.
10028
10029 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10030
10031         * data/evince-properties.glade:
10032         * shell/ev-properties.c: (ev_properties_set_document):
10033
10034         s/PDF Version/Format
10035
10036 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10037
10038         * shell/ev-properties.c: (ev_properties_set_document):
10039
10040         Remove unnecessary translations
10041
10042 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10043
10044         * cut-n-paste/toolbar-editor/Makefile.am:
10045
10046         Correct library name    
10047
10048 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10049
10050         * configure.ac:
10051         * cut-n-paste/recent-files/egg-recent-model.c:
10052         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10053         (egg_recent_model_unlock_file):
10054         * cut-n-paste/recent-files/egg-recent-util.c:
10055         (egg_recent_util_get_unique_id):
10056         * cut-n-paste/recent-files/update-from-egg.sh:
10057         * cut-n-paste/toolbar-editor/Makefile.am:
10058         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10059         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10060         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10061         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10062         (egg_toolbars_model_get_type):
10063         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10064
10065         Better makefile for toolbar editor and update everything
10066         to latest libegg.
10067
10068 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10069
10070         * shell/ev-window.c: (update_document_mode):
10071
10072         Prefer presentation mode when the document
10073         require fullscreen.
10074
10075 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10076
10077         * data/evince-ui.xml:
10078         * shell/ev-window.c:
10079
10080         Add control-equal for zooming
10081
10082 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10083
10084         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10085
10086 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10087
10088         * backend/ev-document.c: (ev_document_get_orientation):
10089         * backend/ev-document.h:
10090         * pdf/ev-poppler.cc:
10091         * ps/ps-document.c: (ps_document_get_orientation),
10092         (ps_document_set_orientation), (ps_document_document_iface_init):
10093
10094         Add a get_orientation api. Improve set_orientation.
10095
10096         * data/evince-ui.xml:
10097         * shell/ev-view.c: (ev_view_set_orientation),
10098         (ev_view_rotate_right), (ev_view_rotate_left):
10099         * shell/ev-view.h:
10100         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10101         (ev_window_cmd_edit_rotate_right):
10102
10103         Better ui for changing document orientation
10104
10105 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10106
10107         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10108         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10109         * shell/ev-sidebar-links.h:
10110         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10111         (ev_sidebar_page_iface_init):
10112         * shell/ev-sidebar-page.h:
10113         * shell/ev-sidebar-thumbnails.c:
10114         (ev_sidebar_thumbnails_get_property),
10115         (ev_sidebar_thumbnails_class_init),
10116         (ev_sidebar_thumbnails_set_document):
10117         * shell/ev-sidebar-thumbnails.h:
10118         * shell/ev-view.c: (ev_view_motion_notify_event):
10119         * shell/ev-window.c: (update_chrome_visibility),
10120         (ev_window_cmd_focus_page_selector),
10121         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10122         (sidebar_page_main_widget_update_cb), (ev_window_init):
10123         
10124         Autoraise toolbar on GoToPage binding and fix bindings in
10125         EvSidebarThumbnails page.
10126
10127 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10128
10129         * shell/ev-properties.c: (update_progress_label):
10130
10131         Hide the progress label when finished; bug #307697.
10132
10133 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10134
10135         * pdf/ev-poppler.cc:
10136
10137         Enable is_open for links, you will need poppler cvs
10138
10139         * shell/ev-properties.c: (job_fonts_finished_cb):
10140
10141         Get a lock on the document when filling the tree view
10142
10143 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10144
10145         * backend/ev-document-links.h:
10146         * pdf/ev-poppler.cc:
10147         * shell/ev-sidebar-links.c: (create_loading_model),
10148         (expand_open_links), (job_finished_callback):
10149
10150         Expand links when specified by the document.
10151         Depend on a poppler api (defined out for now)
10152
10153 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10154
10155         * shell/ev-properties.c: (ev_properties_dispose),
10156         (ev_properties_class_init), (dialog_destroy_cb),
10157         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10158         (ev_properties_set_document), (ev_properties_new),
10159         (ev_properties_show):
10160         * shell/ev-properties.h:
10161
10162         Make it an object, cleanup the code, api to show it as transient
10163         and to set the document.
10164
10165         * shell/ev-window.c: (ev_window_setup_document),
10166         (ev_window_cmd_file_properties):
10167
10168         Adapt to EvProperties changes, do not show multiple
10169         times, update it when document changes.
10170
10171 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10172
10173         * ps/gstypes.h:
10174         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10175         (ps_document_set_orientation), (ps_document_document_iface_init):
10176         * ps/ps-document.h:
10177
10178         Implement orientation here too
10179
10180         * shell/ev-properties.c: (ev_properties_new):
10181         * data/evince-properties.glade:
10182
10183         Hide the fonts page for backends that doesnt
10184         support it.     
10185
10186 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10187
10188         * backend/ev-document.c: (ev_document_set_orientation):
10189         * backend/ev-document.h:
10190         * pdf/ev-poppler.cc:
10191
10192         Add orientation api. Currently poppler api is not optimal,
10193         we need to set orientation every time we _get a page.
10194         I will try to fix that at some point.
10195
10196         * data/evince-ui.xml:
10197         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10198         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10199
10200         Add orientation menu items
10201
10202         * shell/ev-page-cache.c: (ev_page_cache_clear):
10203         * shell/ev-page-cache.h:
10204
10205         Add api to clear the cache
10206
10207         * shell/ev-view.c: (setup_caches), (clear_caches),
10208         (ev_view_set_document), (ev_view_zoom_out),
10209         (ev_view_set_orientation):
10210         * shell/ev-view.h:
10211
10212         Implement orientation changing
10213
10214 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10215
10216         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10217         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10218         * backend/ev-document-fonts.h:
10219
10220         Separate scan and fill so that we can incrementally fill from
10221         the main thread. Add a progress api.
10222
10223         * data/evince-properties.glade:
10224         * pdf/ev-poppler.cc:
10225         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10226         * shell/ev-jobs.h:
10227         * shell/ev-properties.c: (update_progress_label),
10228         (job_fonts_finished_cb), (setup_fonts_view):
10229
10230         Incrementally feel the list and show the progress
10231         percentage in a label like acrobat does.
10232
10233         You are going to need poppler cvs
10234
10235 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10236
10237         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10238         * backend/ev-document-fonts.h:
10239         * pdf/ev-poppler.cc:
10240
10241         Make fonts model fill incrementally.
10242
10243         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10244         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10245         (ev_job_queue_remove_job):
10246         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10247         (ev_job_fonts_new), (ev_job_fonts_run):
10248         * shell/ev-jobs.h:
10249
10250         New job for fonts scanning
10251
10252         * shell/ev-properties.c: (job_fonts_finished_cb),
10253         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10254         * shell/ev-properties.h:
10255         * shell/ev-window.c: (ev_window_cmd_file_properties):
10256
10257         Incrementally feel the treeview using the new job. Show Loading...
10258         message until scanning is completed.
10259
10260         Hopefully I didnt break the build without the poppler patch.
10261
10262 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10263
10264         * shell/ev-application.c: (ev_application_open):
10265         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10266         (ev_document_type_get_type), (ev_document_type_lookup):
10267         * shell/ev-document-types.h:
10268         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10269         * shell/ev-job-xfer.h:
10270         * shell/ev-window.c: (ev_window_clear_local_uri),
10271         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10272         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10273         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10274         
10275         Transfer remote documents to tmp directory to display them later.
10276
10277 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10278
10279         * backend/ev-document-info.h:
10280         * shell/ev-properties.c: (ev_properties_new):
10281
10282         s/GTime*/GTime. Not sure why we was using a pointer
10283         at all there!
10284
10285 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10286
10287         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10288         situations.  That situation is that you're using GTK+-HEAD with
10289         the patch at #306726 is applied, and you have a document with <
10290         1500 pages in it.  It's not quite as uniformly nice as the
10291         TreeView, but should be better in the long run.
10292
10293         I'm pretty sure I guarded against breaking compilation with
10294         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10295         I missed some.
10296
10297         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10298         widget yet, so I commented that code out
10299         enable_view_actions_for_widget() for now.  Need to figure this
10300         out.
10301
10302         * shell/ev-page-action.c (match_selected_cb): emit the right
10303         signals.  Our cool C-l completion now works.
10304
10305 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10306
10307         * backend/Makefile.am:
10308         * backend/ev-document-fonts.c:
10309         * backend/ev-document-links.c:
10310         * backend/ev-document.c: (ev_document_load):
10311         * backend/ev-document.h:
10312         * backend/ev-job-queue.c:
10313         * backend/ev-job-queue.h:
10314         * backend/ev-jobs.c:
10315         * backend/ev-jobs.h:
10316         * backend/ev-page-cache.c:
10317         * backend/ev-page-cache.h:
10318
10319         EvPageCache and EvJobs are moved to shell.
10320
10321         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10322         (ev_tmp_filename):
10323         * lib/ev-file-helpers.h:
10324         
10325         New helper to work with temporary files
10326         
10327         * shell/Makefile.am:
10328         * shell/ev-application.c: (ev_application_open):
10329         * shell/ev-application.h:
10330         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10331         (remove_job_from_async_queue), (add_job_to_async_queue),
10332         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10333         (handle_job), (search_for_jobs_unlocked),
10334         (no_jobs_available_unlocked), (ev_render_thread),
10335         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10336         (ev_job_queue_add_job), (move_job_async), (move_job),
10337         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10338         * shell/ev-job-queue.h:
10339         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10340         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10341         * shell/ev-job-xfer.h:
10342         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10343         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10344         (ev_job_links_class_init), (ev_job_render_init),
10345         (ev_job_render_dispose), (ev_job_render_class_init),
10346         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10347         (ev_job_thumbnail_class_init), (ev_job_load_init),
10348         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10349         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10350         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10351         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10352         * shell/ev-jobs.h:
10353         * shell/ev-page-action.c: (ev_page_action_set_document):
10354         * shell/ev-page-cache.c: (ev_page_cache_init),
10355         (ev_page_cache_class_init), (ev_page_cache_finalize),
10356         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10357         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10358         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10359         (ev_page_cache_get_title), (ev_page_cache_get_size),
10360         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10361         (ev_page_cache_get_height_to_page),
10362         (ev_page_cache_get_max_label_chars),
10363         (ev_page_cache_get_page_label),
10364         (ev_page_cache_has_nonnumeric_page_labels),
10365         (ev_page_cache_get_info), (ev_page_cache_next_page),
10366         (ev_page_cache_prev_page), (ev_page_cache_get):
10367         * shell/ev-page-cache.h:
10368         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10369         (ev_pixbuf_cache_clear_job_sizes),
10370         (ev_pixbuf_cache_add_jobs_if_needed),
10371         (ev_pixbuf_cache_set_page_range):
10372         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10373         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10374         * shell/ev-sidebar-thumbnails.c:
10375         (ev_sidebar_tree_selection_changed),
10376         (ev_sidebar_thumbnails_set_document):
10377         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10378         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10379         (ev_statusbar_get_context_id), (ev_statusbar_push),
10380         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10381         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10382         (ev_statusbar_set_progress):
10383         * shell/ev-statusbar.h:
10384         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10385         (ev_view_find_previous):
10386         * shell/ev-window.c: (ev_window_is_empty),
10387         (ev_window_setup_document), (password_dialog_response),
10388         (ev_window_clear_jobs), (ev_window_load_job_cb),
10389         (ev_window_xfer_job_cb), (ev_window_open_uri),
10390         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10391         (ev_window_print), (ev_window_print_range),
10392         (ev_window_state_event), (ev_window_cmd_view_reload),
10393         (menu_item_select_cb), (menu_item_deselect_cb),
10394         (view_status_changed_cb), (ev_window_dispose),
10395         (drag_data_received_cb), (ev_window_init):
10396         * shell/ev-window.h:
10397         * shell/main.c: (load_files):
10398         
10399         New statusbar to show progress on idle. Two new jobs - 
10400         xfer job and load job to load document in background. And update
10401         of page_cache clients to new location of code.
10402
10403 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10404
10405         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10406         selection in open dialog. It also remembers the last visited directory 
10407         in the current session.
10408
10409 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10410
10411         * shell/ev-properties.c: (ev_properties_new):
10412         * shell/ev-properties.h:
10413         * shell/ev-window.c: (ev_window_cmd_file_properties):
10414         
10415         Get document info from page cache instead of document itself.
10416         This should fix crash related to race conditions described in
10417         bug 306545.
10418
10419 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10420
10421         * ps/ps-document.c: (ps_document_init),
10422         (send_ps), (get_page_box), (output), (catchPipe), (input),
10423         (stop_interpreter), (file_length), (file_readable),
10424         (check_filecompressedb), (ps_document_enable_interpreter),
10425         (document_load), (ps_async_renderer_render_pixbuf):
10426         * ps/ps-document.h:
10427
10428         Big cleanup of the ps code
10429
10430 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10431
10432         * backend/Makefile.am:
10433         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10434         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10435         * backend/ev-async-renderer.h:
10436
10437         Add an async renderer interface (method + callback) which
10438         is useful for backends like ps.
10439
10440         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10441         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10442         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10443         (ev_job_queue_add_job), (move_job_async), (move_job),
10444         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10445
10446         Add queues for async renderer, these are executed on the
10447         main thread.
10448
10449         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10450         (ev_job_render_run):
10451         * backend/ev-jobs.h:
10452
10453         If the backend support async renderer interface use it.
10454
10455         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10456         (setup_pixmap), (ps_document_get_type),
10457         (ps_async_renderer_render_pixbuf),
10458         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10459
10460         Implement async renderer interface.
10461
10462 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10463
10464         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10465
10466         Cleanup links job on exit.
10467
10468 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10469
10470         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10471         (drag_data_get_cb), (drag_data_received_cb):
10472         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10473         (drag_data_get_cb), (parse_item_list),
10474         (egg_toolbar_editor_load_actions):
10475         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10476         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10477         (parse_item_list), (parse_toolbars):
10478         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10479         (dvi_pixbuf_put_pixel):
10480         
10481         Fix gcc 4.0 warnings
10482
10483 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10484
10485         * ps/ps-document.c: (start_interpreter):
10486
10487         Fix warning when loading ps
10488
10489 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10490
10491         * ps/ps-document.c: (output):
10492
10493         Fix crash when priting gs error messages.
10494
10495 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10496
10497         * backend/ev-page-cache.c: (_ev_page_cache_new):
10498         * backend/ev-page-cache.h:
10499
10500         Use a const to return title so that we dont double
10501         free it. Small cleanup and fix a leak.
10502
10503         * shell/ev-window.c: (update_window_title):
10504
10505         strdup value from get_title.
10506
10507 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10508
10509         * shell/ev-sidebar-links.c: (job_finished_callback),
10510         (ev_sidebar_links_set_document):
10511
10512         Cleanup the old job when changing document
10513
10514 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10515
10516         * shell/ev-stock-icons.c:
10517         * shell/ev-stock-icons.h:
10518         * shell/ev-window.c:
10519         
10520         Add stock icons for actions that can appear in toolbar. Fix for
10521         bug 306566.
10522
10523 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10524
10525         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10526         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10527         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10528         * backend/ev-page-cache.h:
10529         * shell/ev-view.c: (scroll_to_current_page),
10530         (view_update_range_and_current_page), (get_page_y_offset),
10531         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10532         (ev_view_size_request_continuous),
10533         (ev_view_zoom_for_size_continuous_and_dual_page),
10534         (ev_view_zoom_for_size_continuous):
10535         
10536         More compact EvView layout in document with pages of different size.
10537
10538 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10539
10540         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10541         compilation.
10542
10543 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10544
10545         * shell/ev-view.c: (view_set_adjustment_values):
10546         * shell/ev-window.c: (ev_window_cmd_file_properties):
10547         
10548         A bit different fix for rounding problem but it has no
10549         problems on startup. Make properties window transient to parent.
10550
10551 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10552
10553         * pdf/ev-poppler.cc:
10554         
10555         More commenting of font stuff.
10556
10557 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10558
10559         * pdf/ev-poppler.cc:
10560
10561         Comment out some more fonts stuff. Should really
10562         work without the poppler patch now.
10563
10564 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10565
10566         * pdf/ev-poppler.cc:
10567
10568         Adapt to api change
10569
10570 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10571
10572         * data/evince-properties.glade:
10573         * pdf/ev-poppler.cc:
10574         * shell/ev-properties.c: (setup_fonts_view):
10575
10576         Set the column title. Show the dialog only
10577         once everything is setup.
10578         Getting font info can be very slow... will
10579         prolly need to make this threaded too.
10580
10581 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10582
10583         * backend/Makefile.am:
10584         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10585         (ev_document_fonts_get_fonts_model):
10586         * backend/ev-document-fonts.h:
10587         * data/evince-properties.glade:
10588         * pdf/ev-poppler.cc:
10589         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10590         * shell/ev-properties.h:
10591         * shell/ev-window.c: (ev_window_cmd_file_properties):
10592
10593         Implement fonts list. Defined out for now, since it depends
10594         on a not yet committed poppler patch.
10595
10596 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10597
10598         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10599         page + 1.
10600
10601         * shell/ev-window.c: Make sure we add the timeout when we get a
10602         focus-in event.
10603
10604         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10605         adjustment->value before calculating the zoom factor to average
10606         out all of our rounding errors.  The page no longer 'drifts' when
10607         resizing.
10608
10609 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10610
10611         * data/evince-properties.glade:
10612         * shell/ev-properties.c: (ev_properties_format_date),
10613         (set_property):
10614         
10615         Labels don't expand when the dialogue is resized.
10616         strftime result needs to be converted to UTF-8. Thanks
10617         to Christian Persch <chpe@gnome.org>.
10618
10619 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10620
10621         * data/evince-properties.glade:
10622
10623         Hide the fonts tab
10624
10625 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10626
10627         * backend/ev-document-info.h:
10628         * backend/ev-document.c: (ev_document_info_free):
10629         * data/evince-properties.glade:
10630         * pdf/ev-poppler.cc:
10631         * ps/ps-document.c: (ps_document_get_info):
10632         * shell/ev-properties.c: (ev_properties_format_date),
10633         (set_property), (ev_properties_new):
10634         * shell/ev-properties.h:
10635         * shell/ev-window.c: (ev_window_cmd_file_properties):
10636
10637         Rework properties code to take only EvPropertyInfo
10638         in the constructor so that it can be useful for
10639         nautilus plugin too.
10640
10641         Deal with backends that doesnt support some properties.
10642         Make set property code generic.
10643
10644 2005-06-04  Christian Persch <chpe@gnome.org>
10645
10646         * data/evince-properties.glade:
10647
10648         fix spacings, make resizeable, and make data labels
10649         selectable + ellipsised
10650
10651 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10652
10653         * backend/ev-document-info.h:
10654         * data/Makefile.am:
10655         * data/evince-ui.xml:
10656         * pdf/ev-poppler.cc:
10657         * shell/Makefile.am:
10658         * shell/ev-window.c: (update_action_sensitivity),
10659         (ev_window_cmd_file_properties):
10660
10661         Initial go at file properties. Patch by
10662         Emil Soleyman-Zomalan <emil@soleyman.com>.
10663         Needs love see #169583
10664
10665 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10666
10667         * ps/ps-document.c: (output):
10668         * ps/ps.c: (psscan):
10669
10670         Try to render even if psscan fails.
10671
10672 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10673
10674         * ps/ps.c: (psscan), (pscopydoc):
10675
10676         Port buffered reading code from gv
10677
10678 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10679
10680         * ps/ps-document.c: (interpreter_message), (output):
10681
10682         Do not fail on interpreter messages
10683
10684 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10685
10686         * backend/ev-document-misc.c:
10687         (ev_document_misc_get_thumbnail_frame):
10688
10689         Pages can be 0 x 0, dont assert on this case
10690
10691 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10692
10693         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10694         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10695
10696         Correctly manage our reference on document. Finally the reload
10697         huge leak is gone...
10698
10699 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10700
10701         * ps/ps-document.c: (ps_document_dispose):
10702
10703         Forgot to chain it to the parent. Thanks chpe.
10704
10705 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10706
10707         * ps/ps-document.c: (ps_document_dispose),
10708         (ps_document_class_init), (stop_interpreter), (document_load):
10709
10710         Cleanup dispose a bit. Dont leak the whole pixmap.
10711
10712 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10713
10714         * pdf/ev-poppler.cc:
10715
10716         Release the poppler document on dispose
10717
10718 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10719
10720         * shell/ev-view.c: (ev_view_set_document):
10721
10722         Release ref on the pixbuf cache when changing
10723         document.
10724
10725 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10726
10727         * ps/ps-document.c: (ps_document_get_info):
10728
10729         Fix a double free
10730
10731 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10732
10733         * backend/ev-page-cache.c: (ev_page_cache_init),
10734         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10735         * backend/ev-page-cache.h:
10736         * shell/ev-page-action.c: (page_changed_cb):
10737         
10738         Set page action entry width depending on labels width. Fix
10739         for bug 305202.
10740
10741 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10742
10743         * backend/ev-link.c: (ev_link_class_init):
10744
10745         Allow -1 as page value (error)
10746
10747 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10748
10749         * shell/ev-sidebar-thumbnails.c:
10750         (ev_sidebar_thumbnails_set_document):
10751         * shell/ev-view.c: (scroll_to_current_page),
10752         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10753         (page_changed_cb), (on_adjustment_value_changed),
10754         (ev_view_set_document):
10755
10756         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10757         Fix bug 305377
10758
10759 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10760
10761         * configure.ac:
10762         * djvu/djvu-document.c: (djvu_document_get_page_size):
10763
10764         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10765         bug 301993.
10766
10767 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10768
10769         * shell/ev-view.c (draw_one_page): modify the expose handling to
10770         get the shadows.
10771
10772         * shell/ev-window.c (update_action_sensitivity): Respect
10773         permissions field.  Kowtow to the man.
10774
10775         * pdf/ev-poppler.cc: Get the permissions field.
10776
10777         * tiff/*c: Make a tiny bit more robust.
10778
10779 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10780
10781         * djvu/djvu-document.c:
10782         
10783         Pop messages from djvu context message queue.
10784
10785 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10786
10787         * configure.ac, Makefile.am, shell/Makefile.am:
10788         * tiff/Makefile.am, shell/ev-document-types.c:
10789         
10790         Cleanup tiff configure checks. Fix for bug 305218.
10791
10792 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10793
10794         * configure.ac: Added "uk" to ALL_LINGUAS.
10795
10796 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10797
10798         * cut-n-paste/zoom-control/ephy-zoom.c:
10799         (ephy_zoom_get_changed_zoom_level):
10800         * cut-n-paste/zoom-control/ephy-zoom.h:
10801         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10802         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10803         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10804         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10805         (zoom_control_changed_cb), (ev_window_init):
10806         
10807         Fix minor points related to moving best fit up. Introduce
10808         "zoom" property and make zoom control change it's value on
10809         notify::zoom signals. Fix for 305080.
10810
10811 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10812
10813         * data/evince-ui.xml:
10814         * shell/ev-window.c: (set_view_actions_sensitivity):
10815         
10816         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10817
10818 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10819
10820         * configure.ac:
10821
10822         Depends on poppler 0.3.2
10823
10824 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10825
10826         * cut-n-paste/recent-files/egg-recent-item.c:
10827         (egg_recent_item_get_short_name):
10828         * cut-n-paste/toolbar-editor/Makefile.am:
10829         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10830         (new_pixbuf_from_widget):
10831         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10832         * cut-n-paste/toolbar-editor/egg-marshal.c:
10833         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10834         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10835
10836         Sync
10837
10838 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10839
10840         * tiff/tiff-document.c: Rough TIFF backend.
10841
10842 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10843
10844         * NEWS:
10845         * configure.ac:
10846         * cut-n-paste/toolbar-editor/Makefile.am:
10847
10848         Release 0.3.1
10849
10850 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10851
10852         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10853         (ev_view_find_next), (ev_view_find_previous):
10854
10855         Remove the locks around get_n_results   
10856
10857 2005-05-21  Juerg Billeter  <j@bitron.ch>
10858
10859         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10860
10861         Pass correct number of pages to poppler.
10862
10863 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10864
10865         * configure.ac:
10866         * data/Makefile.am:
10867         * data/evince.desktop.in: 
10868         * data/evince.desktop.in.in:
10869         * po/POTFILES.in:
10870         
10871         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10872
10873 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10874
10875         * shell/ev-view.c: (view_update_adjustments),
10876         (view_set_adjustment_values): cast adjustmen->value to (int)
10877         before using it.  Otherwise, we get off by a pixel in some
10878         situations.
10879
10880         (draw_one_page): Draw the border on expose.
10881
10882 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10883
10884         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10885         adjustment when the mode changes, #304923
10886
10887 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10888
10889         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10890         flickering on resize but still use gdk_window_scroll on
10891         scrolling
10892
10893 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10894
10895         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10896         option, #170458
10897
10898 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10899
10900         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10901         second page on page_changed if possible, #304669
10902
10903 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10904
10905         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10906         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10907
10908 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10909
10910         * .cvsignore:
10911         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10912         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10913         (ev_view_zoom_for_size_presentation),
10914         (ev_view_zoom_for_size_continuous_and_dual_page),
10915         (ev_view_zoom_for_size_continuous),
10916         (ev_view_zoom_for_size_dual_page),
10917         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10918         * shell/ev-view.h:
10919         * shell/ev-window.c: (update_view_size),
10920         (ev_window_sizing_mode_changed_cb):
10921
10922         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10923         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10924         an infinite loop, #304769
10925
10926
10927 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10928
10929         * data/evince-ui.xml:
10930         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10931         * shell/ev-window.c: (set_view_actions_sensitivity):
10932
10933         Make PgUp/Down behave like Space
10934
10935 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10936
10937         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10938         * backend/ev-ps-exporter.h:
10939         * pdf/ev-poppler.cc:
10940         * ps/ps-document.c: (ps_document_ps_export_begin):
10941         * shell/ev-print-job.c: (idle_print_handler):
10942
10943         Adapt to new poppler api
10944
10945 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10946
10947         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10948         (ephy_zoom_control_init):
10949
10950         Translate zoom levels
10951
10952 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10953
10954         * cut-n-paste/zoom-control/ephy-zoom.c:
10955         (ephy_zoom_get_zoom_level_index):
10956
10957         Fix current zoom -> zoom control match
10958
10959 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10960
10961         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10962         rather than the scrolled_window that it's in. Fixes bug #304655.
10963
10964 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10965
10966         * shell/ev-view.c: (view_update_adjustments),
10967         (view_set_adjustment_values), (view_update_range_and_current_page),
10968         (view_scroll_to_page), (set_scroll_adjustment),
10969         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10970         (ev_view_scroll), (ev_view_scroll_view),
10971         (ensure_rectangle_is_visible), (find_page_at_location),
10972         (get_link_at_location), (go_to_link), (status_message_from_link),
10973         (ev_view_size_request_continuous_dual_page),
10974         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10975         (ev_view_unrealize), (ev_view_expose_event),
10976         (ev_view_button_press_event), (ev_view_motion_notify_event),
10977         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10978         (draw_rubberband), (highlight_find_results), (draw_one_page),
10979         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10980         (ev_view_init), (find_changed_cb), (page_changed_cb),
10981         (on_adjustment_value_changed), (ev_view_new),
10982         (ev_view_set_document), (ev_view_set_zoom),
10983         (ev_view_set_continuous), (ev_view_set_dual_page),
10984         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10985         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10986         (ev_view_zoom_for_size_presentation),
10987         (ev_view_zoom_for_size_continuous_dual_page),
10988         (ev_view_zoom_for_size_continuous),
10989         (ev_view_zoom_for_size_dual_page),
10990         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10991         (ev_view_get_status), (ev_view_set_status),
10992         (update_find_status_message), (ev_view_get_find_status),
10993         (ev_view_set_find_status), (jump_to_find_result),
10994         (jump_to_find_page), (compute_selections), (clear_selection),
10995         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10996         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10997         (ev_view_update_primary_selection),
10998         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10999         * shell/ev-view.h:
11000         * shell/ev-window.c: (ev_window_open_page_label),
11001         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11002         (ev_window_init):
11003         * shell/ev-window.h:
11004         * shell/main.c: (load_files):
11005
11006         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11007         when resizing.  Remove the bin_window().  Also, patch from James
11008         Bowes to fix command line page, #300641
11009         
11010 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11011
11012         * data/evince-ui.xml:
11013         * shell/ev-view.c:
11014         * shell/ev-view.h:
11015         * shell/ev-window.c: (update_action_sensitivity):
11016
11017         Get rid of View->Normal Size, it's just confusing
11018
11019 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11020
11021         * backend/ev-document-info.h:
11022         * backend/ev-document.c: (ev_document_info_free): Free the
11023         EvDocumentInfo.
11024
11025         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11026         (clear_range), (add_range), (update_visible_range),
11027         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11028         (ev_sidebar_thumbnails_set_document):
11029         * shell/ev-window.c: (ev_window_setup_document): Only render the
11030         visible thumbnails.  It takes an instant to render, but it uses
11031         much less memory.
11032
11033 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11034
11035         * shell/ev-sidebar-links.c: (popup_menu_cb):
11036
11037         Select first item
11038
11039 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11040
11041         * lib/Makefile.am:
11042         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11043         (button_press_cb), (ev_sidebar_links_construct):
11044
11045         Show the popup menu also on keybindings
11046
11047 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11048
11049         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11050         * shell/ev-window.h:
11051
11052         Expose api to print a range (with dialog). Make private _print use
11053         it.
11054
11055         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11056         (ev_sidebar_links_construct):
11057
11058         Show a print context menu on linkx, it prints the selected
11059         section.
11060
11061 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11062
11063         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11064         button.
11065
11066 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11067
11068         * AUTHORS:
11069
11070         Update
11071
11072         * shell/ev-window.c: (build_comments_string),
11073         (ev_window_cmd_help_about):
11074
11075         Show poppler version/backend and authors
11076
11077 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11078
11079         * cut-n-paste/zoom-control/ephy-zoom.c:
11080         (ephy_zoom_get_zoom_level_index):
11081         * cut-n-paste/zoom-control/ephy-zoom.h:
11082
11083         Move the best fit items at the top of the list
11084
11085 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11086
11087         * shell/ev-marshal.list:
11088         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11089         (activate_cb), (match_selected_cb), (activate_link_cb),
11090         (connect_proxy), (ev_page_action_class_init):
11091         * shell/ev-page-action.h:
11092
11093         Use signals to notify action activation. Hopefully
11094         I did not break completion since I cant test...
11095
11096         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11097         (register_custom_actions):
11098
11099         Connect to page selector actions and also grab focus on
11100         the view when activated.
11101
11102 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11103
11104         * pdf/ev-poppler.cc:
11105         * backend/ev-page-cache.c: make page size calculation consistent
11106         and set it to (int)( width * scale + 0.5).  This makes the weird
11107         line going through the middle of the page go away.
11108
11109         * shell/ev-view.c: move painting the background page after
11110         checking the expose area covers us.
11111
11112 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11113
11114         * data/evince-password.glade:
11115         
11116         Mark labels as not translatable. Fix for bug 302842.
11117
11118 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11119
11120         * configure.ac: Added "es" to ALL_LINGUAS.
11121
11122 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11123
11124         * data/evince-toolbar.xml:
11125         * shell/ev-window.c: (update_action_sensitivity),
11126         (ev_window_setup_document), (ev_window_set_page_mode),
11127         (ev_window_init):
11128
11129         Remove some leftover code from jrb first continous
11130         attempt. Use the new actions, we still need good icons
11131         though...
11132
11133 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11134
11135         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11136
11137         Update label when connecting proxy. Fix a warning with NULL
11138         page_cache.
11139
11140 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11141
11142         * data/evince-ui.xml:
11143         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11144         * shell/ev-page-action.h:
11145         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11146
11147         Add mnemonic for edit toolbar.
11148         ctrl+l focus the page entry.
11149
11150 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11151
11152         * lib/Makefile.am:
11153         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11154         (ev_window_init):
11155         * shell/main.c: (main):
11156
11157         Put the toolbar xml in evince own dot dir
11158
11159 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11160
11161         * shell/ev-window.c: (ev_window_init):
11162
11163         Make the toolbar not removable
11164
11165 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11166
11167         * data/evince-ui.xml:
11168         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11169         * shell/ev-sidebar-links.h:
11170         * shell/ev-sidebar-thumbnails.c:
11171         (ev_sidebar_thumbnails_get_treeview):
11172         * shell/ev-sidebar-thumbnails.h:
11173         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11174         (ev_view_class_init):
11175         * shell/ev-view.h:
11176         * shell/ev-window.c: (update_action_sensitivity),
11177         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11178         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11179         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11180         (ev_window_init):
11181
11182         This is evil... Make space/backspace global accelerators but
11183         enable them only for some widgets (sidebars and view).
11184         I dont like it, but I dont know a better way... :/
11185
11186 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11187
11188         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11189         (ev_page_action_widget_finalize),
11190         (ev_page_action_widget_class_init), (update_page_cache):
11191
11192         Keep a weak reference on proxy->page_cache so that we
11193         dont try to disconnect the signal if the object is already
11194         gone. Maybe there is a better way to cleanup reference handling
11195         in page action though...
11196
11197 2005-05-10  Juerg Billeter  <j@bitron.ch>
11198
11199         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11200         * backend/ev-ps-exporter.h:
11201         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11202         * ps/ps-document.c: (ps_document_ps_export_begin):
11203         
11204         Change api to pass print range to ps_exporter_begin. The pdf backend
11205         requires this information.
11206         
11207         * shell/ev-print-job.c: (idle_print_handler):
11208         
11209         Adapt to api change
11210
11211 2005-05-10  Juerg Billeter  <j@bitron.ch>
11212
11213         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11214         (idle_print_handler)
11215         * shell/ev-window.c: (ev_window_print):
11216
11217         Support printing page range, based on patch by Amaury Jacquot
11218
11219 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11220
11221         * data/evince-toolbar.xml:
11222
11223         Add zoom control to available items
11224
11225 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11226
11227         * shell/ev-window.c: (update_action_sensitivity):
11228
11229         Set slash action insensitive when appropriate
11230
11231 2005-05-10  Christian Persch <chpe@gnome.org>
11232
11233         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11234
11235         Fix warning on the overflow menu
11236
11237 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11238
11239         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11240
11241         Check for uri correctness/existence
11242
11243 2005-05-09  Juerg Billeter  <j@bitron.ch>
11244
11245         * shell/ev-window.c: (using_postscript_printer):
11246
11247         LPD printers use postscript, too
11248
11249 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11250
11251         * shell/ev-window.c: (register_custom_actions):
11252
11253         The zoom one is actually sort of useful,
11254         put it back
11255
11256 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11257
11258         * shell/ev-window.c: (register_custom_actions):
11259
11260         Hide page/zoom controls from overflow, they
11261         are useless.
11262
11263 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11264
11265         * cut-n-paste/update-from-egg.sh:
11266         
11267         Share it between all cut-n-paste subdirs
11268
11269         * cut-n-paste/recent-files/Makefile.am:
11270
11271         Fix to use "global" update-from-egg.sh
11272
11273         * cut-n-paste/recent-files/egg-recent-model.c:
11274         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11275         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11276         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11277         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11278
11279         Update from libegg
11280
11281         * cut-n-paste/toolbar-editor/Makefile.am:
11282
11283         Fix to use "global" update-from-egg.sh
11284
11285         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11286
11287         Update from libegg
11288
11289 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11290
11291         * configure.ac:
11292         * cut-n-paste/Makefile.am:
11293         * cut-n-paste/recent-files/Makefile.am:
11294         * cut-n-paste/toolbar-editor/.cvsignore:
11295         * cut-n-paste/toolbar-editor/Makefile.am:
11296         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11297         (egg_editable_toolbar_get_type), (get_toolbar_position),
11298         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11299         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11300         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11301         (set_item_drag_source), (create_item_from_action), (create_item),
11302         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11303         (popup_toolbar_context_menu_cb), (free_dragged_item),
11304         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11305         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11306         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11307         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11308         (item_added_cb), (item_removed_cb),
11309         (egg_editable_toolbar_construct),
11310         (egg_editable_toolbar_disconnect_model),
11311         (egg_editable_toolbar_deconstruct),
11312         (egg_editable_toolbar_set_model),
11313         (egg_editable_toolbar_set_ui_manager),
11314         (egg_editable_toolbar_set_property),
11315         (egg_editable_toolbar_get_property),
11316         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11317         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11318         (egg_editable_toolbar_new_with_model),
11319         (egg_editable_toolbar_get_edit_mode),
11320         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11321         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11322         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11323         (new_pixbuf_from_widget), (new_separator_pixbuf),
11324         (update_separator_image), (style_set_cb),
11325         (_egg_editable_toolbar_new_separator_image),
11326         (egg_editable_toolbar_get_model):
11327         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11328         * cut-n-paste/toolbar-editor/egg-marshal.c:
11329         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11330         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11331         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11332         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11333         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11334         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11335         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11336         (editor_drag_data_delete_cb), (drag_data_get_cb),
11337         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11338         (editor_create_item), (update_editor_sheet), (setup_editor),
11339         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11340         (parse_item_list), (model_has_action), (update_actions_list),
11341         (egg_toolbar_editor_load_actions):
11342         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11343         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11344         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11345         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11346         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11347         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11348         (egg_toolbars_model_add_separator), (impl_add_item),
11349         (parse_item_list), (egg_toolbars_model_add_toolbar),
11350         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11351         (impl_get_item_data), (impl_get_item_type),
11352         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11353         (egg_toolbars_model_init), (free_toolbar),
11354         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11355         (egg_toolbars_model_remove_toolbar),
11356         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11357         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11358         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11359         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11360         (egg_toolbars_model_get_item_data),
11361         (egg_toolbars_model_get_item_type):
11362         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11363         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11364         * data/Makefile.am:
11365         * data/evince-toolbar.xml:
11366         * data/evince-ui.xml:
11367         * data/hand-open.png:
11368         * po/POTFILES.in:
11369         * shell/Makefile.am:
11370         * shell/ev-window.c: (update_chrome_visibility),
11371         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11372         (ev_window_dispose), (ev_window_init):
11373
11374         Implement epiphany like toolbar editor. Based on patch by
11375         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11376
11377 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11378
11379         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11380
11381         Use set_cursor instead of set_selection, so that
11382         the keyboard focus moves too.
11383
11384 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11385
11386         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11387
11388         Fix infinite loop when loading Type1 fonts
11389
11390 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11391
11392         * data/evince-ui.xml:
11393         * shell/ev-window.c:
11394
11395         Slash -> Find
11396
11397 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11398
11399         * configure.ac:
11400
11401         Make --disable really disable
11402
11403 2005-05-07  Juerg Billeter  <j@bitron.ch>
11404
11405         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11406
11407         Compare page labels even without has_labels set, fixes setting page
11408         with entry
11409
11410 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11411
11412         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11413         (ev_view_set_cursor), (ev_view_button_press_event),
11414         (ev_view_motion_notify_event), (ev_view_button_release_event),
11415         (ev_view_init):
11416
11417         Implement middle button scrolling. Based on a patch
11418         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11419
11420 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11421
11422         * shell/ev-document-types.c: (get_slow_mime_type),
11423         (get_document_type_from_mime), (ev_document_type_lookup):
11424         * shell/ev-document-types.h:
11425
11426         Change api to lookup from uri. Do fast lookup first, if the
11427         type is unknown try with data sniffing.
11428
11429         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11430         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11431
11432         Adapt to api change
11433
11434 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11435
11436         * thumbnailer/Makefile.am:
11437
11438         Fix distcheck
11439
11440 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11441
11442         * NEWS:
11443         * configure.ac:
11444
11445         Release 0.3.0
11446
11447         * data/evince-ui.xml:
11448
11449         Hide presentation mode for now
11450
11451         * shell/ev-view.c: (highlight_find_results):
11452
11453         Show current find selection only on current page
11454
11455 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11456
11457         * shell/ev-view.c: (ev_view_select_all):
11458
11459         Compute size of the actual page, not of
11460         the current one.
11461
11462 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11463
11464         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11465         (view_rect_to_doc_rect), (compute_selections),
11466         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11467         (ev_view_copy), (ev_view_primary_get_cb),
11468         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11469         (ev_view_button_press_event), (ev_view_motion_notify_event),
11470         (ev_view_button_release_event), (page_changed_cb):
11471
11472         Fix text selection
11473
11474 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11475
11476         * shell/ev-view.c: (compute_border), (get_page_extents),
11477         (doc_rect_to_view_rect), (highlight_find_results),
11478         (ev_view_bin_expose), (ev_view_select_all),
11479         (ev_view_motion_notify_event), (update_find_status_message),
11480         (jump_to_find_result), (jump_to_find_page):
11481
11482         First go at fixing search, still buggy
11483
11484 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11485
11486         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11487         dropdown box and button at the top of the sidebar.
11488
11489 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11490
11491         * configure.ac: Output zoom-control Makefile.
11492         * cut-n-paste/Makefile.am: build zoom-control subdir.
11493         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11494         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11495         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11496         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11497         * cut-n-paste/zoom-control/ephy-zoom.c:
11498         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11499         from epiphany, and modified to add a separator into the menu.
11500         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11501         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11502         zoom-control action.
11503         * shell/Makefile.am: Include zoom-control flags.
11504         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11505         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11506         (ev_view_zoom_for_size_presentation),
11507         (ev_view_zoom_for_size_continuous_and_dual_page),
11508         (ev_view_zoom_for_size_continuous),
11509         (ev_view_zoom_for_size_dual_page),
11510         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11511         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11512         ev_view_get_zoom and ev_view_get_sizing_mode.
11513         * shell/ev-view.h:
11514         * shell/ev-window.c: (update_action_sensitivity),
11515         (update_sizing_buttons), (zoom_control_changed_cb),
11516         (register_custom_actions): Initialize and use the zoom-control 
11517         widget.
11518
11519 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11520
11521         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11522         preview cache back to 1.  Don't know when it got set to 0.
11523         
11524         * shell/ev-view.c: (compute_border), (ev_view_realize),
11525         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11526         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11527         (ev_view_get_fullscreen), (ev_view_set_presentation),
11528         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11529         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11530         * shell/ev-view.h:
11531         * shell/ev-window.c:
11532         (update_chrome_visibility),
11533         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11534         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11535         (update_document_mode), (ev_window_update_fullscreen_action),
11536         (ev_window_fullscreen), (ev_window_unfullscreen),
11537         (ev_window_cmd_view_fullscreen),
11538         (ev_window_update_presentation_action),
11539         (ev_window_run_presentation), (ev_window_stop_presentation),
11540         (ev_window_cmd_view_presentation), (ev_window_state_event),
11541         (ev_window_focus_in_event), (ev_window_focus_out_event),
11542         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11543         * data/evince-ui.xml: Initial presentation mode.  We should
11544         probably hide this until it's done, as it's quite rough.  Also,
11545         change full-screen to fullscreen and add two getters to EvView.
11546
11547 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11548
11549         * shell/ev-page-action.c: (update_page_cache),
11550         (ev_page_action_dispose):
11551         * shell/ev-window.c: (destroy_fullscreen_popup),
11552         (ev_window_create_fullscreen_popup):
11553
11554         Use connect_object rather than explicitly
11555         disconnect on dispose.
11556
11557 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11558
11559         * shell/ev-page-action.c: (update_page_cache),
11560         (ev_page_action_dispose):
11561
11562 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11563
11564         * backend/ev-page-cache.c: (_ev_page_cache_new),
11565         (ev_page_cache_set_page_label),
11566         (ev_page_cache_has_nonnumeric_page_labels):
11567         * backend/ev-page-cache.h:
11568         * shell/ev-page-action.c: (update_pages_label):
11569         
11570         If all page labels are numeric, fallback to default
11571         way to display number of pages. See bug 173185.
11572
11573 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11574
11575         * shell/ev-page-action.c: (ev_page_action_dispose):
11576         * shell/ev-view.c: (view_update_range_and_current_page):
11577         * shell/ev-window.c: (ev_window_dispose):
11578         
11579         Set page on scroll in continuous mode. Fixes bug 301986.
11580         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11581
11582 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11583
11584         * configure.ac:
11585
11586         Require poppler 0.3.0
11587
11588 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11589         
11590         * shell/Makefile.am, configure.ac: Fix build problems
11591         with t1lib. Bug 301996.
11592
11593 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11594
11595         * shell/ev-view.c: (ev_view_scroll_event):
11596         
11597         Scroll up increase zoom
11598
11599 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11600
11601         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11602         (ev_view_set_sizing_mode),
11603         (ev_view_zoom_for_size_continuous_and_dual_page),
11604         (ev_view_zoom_for_size_continuous):
11605         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11606         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11607         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11608         (ev_window_init):
11609
11610         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11611         Fix for 165473 and 165472.
11612
11613 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11614
11615         * po/POTFILES.in:
11616         * thumbnailer/Makefile.am:
11617         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11618         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11619         * thumbnailer/evince-thumbnailer.schemas.in:
11620         
11621         Make thumbnailer schemas translatable. Fix for bug 301773
11622         
11623         * thumbnailer/evince-thumbnailer-djvu.schemas:
11624         * thumbnailer/evince-thumbnailer-dvi.schemas:
11625         * thumbnailer/evince-thumbnailer.schemas:
11626
11627         Removed files
11628
11629 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11630
11631         * shell/ev-view.c (ev_view_init): forgot to set this.
11632
11633 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11634
11635         * shell/ev-view.c: (find_page_at_location),
11636         (get_link_at_location),
11637         (ev_view_set_show_border), (ev_view_set_spacing),
11638         (ev_view_zoom_for_size_continuous_and_dual_page),
11639         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11640         Also, add a quick fix measuring of widths.  Also, removed
11641         ev_view_set_spacing and ev_view_set_show_border.
11642         
11643         * shell/ev-window.c: (ev_window_unfullscreen),
11644         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11645
11646 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11647
11648         * shell/ev-view.c: (view_update_range_and_current_page),
11649         (page_changed_cb):
11650         
11651         Fix crash on exit and scrolling to page in continuous view.
11652
11653 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11654
11655         * TODO:
11656         * backend/ev-page-cache.c: (_ev_page_cache_new),
11657         (ev_page_cache_get_max_width_size),
11658         (ev_page_cache_get_max_height_size):
11659         * backend/ev-page-cache.h:
11660         * data/evince-ui.xml:
11661         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11662         * shell/ev-view.c: (view_update_adjustments),
11663         (view_update_range_and_current_page), (get_bounding_box_size),
11664         (ev_view_size_request_continuous_and_dual_page),
11665         (ev_view_size_request_continuous),
11666         (ev_view_size_request_dual_page),
11667         (ev_view_size_request_single_page), (ev_view_size_request),
11668         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11669         (ev_view_bin_expose), (ev_view_expose_event),
11670         (ev_view_set_property), (ev_view_get_property),
11671         (ev_view_class_init), (ev_view_init), (ev_view_new),
11672         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11673         (ev_view_set_dual_page), (ev_view_set_full_screen),
11674         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11675         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11676         (ev_view_zoom_out), (zoom_for_size_fit_width),
11677         (zoom_for_size_best_fit),
11678         (ev_view_zoom_for_size_continuous_and_dual_page),
11679         (ev_view_zoom_for_size_continuous),
11680         (ev_view_zoom_for_size_dual_page),
11681         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11682         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11683         * shell/ev-view.h:
11684         * shell/ev-window.c: (update_action_sensitivity),
11685         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11686         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11687         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11688         (ev_window_cmd_view_zoom_out), (update_view_size),
11689         (ev_window_set_sizing_mode), (ev_window_init):
11690
11691         Add Continuous and Dual page modes.
11692
11693 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11694
11695         * dvi/dvi-document.c: (dvi_document_load),
11696         (dvi_document_thumbnails_get_thumbnail),
11697         (dvi_document_init_params): Fix up some mixups between
11698         width and height to correct thumbnail rendering.
11699
11700 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11701
11702         * dvi/mdvi-lib/private.h:
11703         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11704         
11705         Suppess output for kpathsea during font generation. Thanks to
11706         James Bowes
11707
11708 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11709
11710         * NEWS:
11711         * configure.ac:
11712
11713         Release 0.2.1
11714
11715         * Makefile.am: fix distcheck.
11716
11717 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11718
11719         * shell/ev-sidebar-links.c: (selection_changed_callback),
11720         (update_page_callback), (row_activated_callback),
11721         (job_finished_callback), (ev_sidebar_links_set_document):
11722         
11723         Fix for bug #169901. Double click on links expands tree.
11724
11725 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11726
11727         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11728         hard-coded style. Fix for bug 170111
11729
11730 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11731
11732         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11733         locking.
11734
11735 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11736
11737         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11738
11739 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11740
11741         * pdf/ev-poppler.cc:
11742         * shell/ev-view.c: (highlight_find_results):
11743
11744         Fix find on single page documents
11745
11746 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11747
11748         * data/evince.schemas.in: fix for bug 301390
11749
11750 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11751
11752         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11753         (ev_view_zoom_out), (ev_view_zoom_normal):
11754         * shell/ev-view.h:
11755         * shell/ev-window.c: (update_action_sensitivity),
11756         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11757         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11758         (ev_window_cmd_view_normal_size):
11759
11760         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11761         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11762         better than oom. 
11763
11764 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11765
11766         * configure.ac:
11767
11768         Depend on 2.57, 2.59 doesnt seem to be necessary
11769
11770 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11771
11772         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11773         (create_tool_item):
11774
11775         Put back total number of pages as (1 of 1234)
11776
11777 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11778
11779         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11780         remove the job.
11781
11782         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11783         function.  This helps debugging.
11784
11785 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11786
11787         * djvu/djvu-document.c: (djvu_document_class_init),
11788         (djvu_document_get_info), (djvu_document_document_iface_init):
11789         * dvi/dvi-document.c: (dvi_document_class_init),
11790         (dvi_document_get_info), (dvi_document_document_iface_init):
11791
11792         Dummy implementation of get_info method for dvi and
11793         djvu. Fix crashes with those backends
11794
11795 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11796
11797         * data/evince.desktop.in:
11798
11799         Add application/x-gzpostscript
11800
11801 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11802
11803         * data/evince.schemas.in: Added real long descriptions, 
11804         closes bug 172496 
11805
11806         * README: Added actual text, closes bug 171869
11807
11808 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11809
11810         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11811
11812         Thumbnail page 0
11813
11814 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11815
11816         * backend/ev-document-info.h:
11817
11818         s/GDate */GDate so we can just use g_free
11819
11820 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11821
11822         * shell/ev-window.c: (update_document_mode),
11823         (ev_window_setup_document):
11824
11825         Show the window in fullscreen when specified by
11826         the document
11827
11828 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11829
11830         * backend/ev-document.c: (ev_document_class_init),
11831         (ev_document_get_info), (ev_document_render_pixbuf):
11832         * backend/ev-document.h:
11833         * backend/ev-page-cache.c: (_ev_page_cache_new):
11834         * pdf/ev-poppler.cc:
11835         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11836         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11837         * ps/ps-document.c: (ps_document_class_init), (document_load),
11838         (ps_document_get_info), (ps_document_document_iface_init):
11839
11840         Remove get_title from the interface, we can just use document info
11841
11842 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11843
11844         * backend/Makefile.am:
11845         * backend/ev-document.c: (ev_document_render_get_info):
11846         * backend/ev-document.h:
11847         * pdf/ev-poppler.cc:
11848
11849         Initial support for document info. Based on jrb patch.
11850
11851 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11852
11853         * shell/ev-window.c: (ev_window_state_event),
11854         (ev_window_class_init), (ev_window_init):
11855         
11856         Doesn't show resize grip when maximized. See bug #301053
11857
11858 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11859
11860         * po/POTFILES.in:
11861         
11862         ev-sidebar-thumbnails now has translatable labels
11863         
11864         * shell/Makefile.am:
11865         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11866         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11867         (ev_sidebar_links_page_iface_init):
11868         * shell/ev-sidebar-links.h:
11869         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11870         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11871         (ev_sidebar_page_get_label):
11872         * shell/ev-sidebar-page.h:
11873         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11874         (ev_sidebar_thumbnails_set_document),
11875         (ev_sidebar_thumbnails_support_document),
11876         (ev_sidebar_thumbnails_get_label),
11877         (ev_sidebar_thumbnails_page_iface_init):
11878         * shell/ev-sidebar-thumbnails.h:
11879         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11880         (ev_sidebar_set_document):
11881         * shell/ev-sidebar.h:
11882         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11883         
11884         Small rework of sidebar code. Now sidebar pages should implement
11885         EvSidebarPage interface. That makes page management in EvSidebar
11886         easier. See bug #164811 for details
11887
11888 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11889
11890         * shell/ev-application.c: (ev_application_open):
11891         * shell/ev-document-types.c:
11892         
11893         Fix build error and small problem with application exit
11894
11895 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11896
11897         * thumbnailer/Makefile.am:
11898         * thumbnailer/evince-thumbnailer-djvu.schemas:
11899         * thumbnailer/evince-thumbnailer-dvi.schemas:
11900         
11901         Conditionally install schemas for djvu/dvi thumbnailer
11902
11903 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11904
11905         * shell/ev-document-types.h: 
11906         * shell/ev-document-types.c: 
11907         New files, handling the mapping from mimetypes to backends
11908         
11909         * shell/ev-window.c: 
11910         * thumbnailer/evince-thumbnailer.c:     
11911         Use the ev-document-types code
11912         
11913         * shell/Makefile.am: 
11914         Added new convenience library libevbackendfactory_la, containing
11915         the new mimetype->backend logic; moved the backends into it.
11916
11917         * thumbnailer/Makefile.am:
11918         Make the thumbnailer link with the libevbackend.la convenience
11919         library, rather than having a duplicate of the backend logic here.
11920
11921 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11922
11923         * shell/ev-stock-icons.c: constify some vars.
11924         * shell/ev-window.c: ditto.
11925
11926 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11927
11928         * ps/ps-document.c (get_page_orientation):
11929
11930         Respect document orientation 
11931
11932 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11933
11934         * djvu/Makefile.am:
11935         * dvi/Makefile.am:
11936         * shell/Makefile.am:
11937         
11938         Move library dependencies to components.
11939         
11940         * shell/ev-window.c: (update_window_title),
11941         (start_loading_document):
11942         
11943         Fix display of uris with spaces. Bug 168358.
11944
11945 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11946
11947         * shell/ev-sidebar-links.c: (selection_changed_cb):
11948         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11949         (ev_view_button_release_event), (ev_view_set_document):
11950         * shell/ev-view.h:
11951         * shell/ev-window.c: (find_bar_search_changed_cb):
11952         * shell/ev-window.h: Minor cleanups removing some dead code.
11953
11954 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11955
11956         * backend/ev-page-cache.c: (_ev_page_cache_new):
11957         
11958         Set current page to 0 if document has pages.
11959
11960 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11961
11962         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11963
11964         Initialize GError to NULL, fix a crash when loading fails.
11965
11966 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11967
11968         * shell/ev-window.c: (update_view_size):
11969
11970         Calculate shadow size only when there is actually
11971         a shadow.
11972
11973 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11974
11975         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11976         * shell/ev-view.h:
11977
11978         Allow setting view spacing, default to 0
11979
11980         * shell/ev-window.c: (ev_window_unfullscreen),
11981         (ev_window_cmd_view_fullscreen), (ev_window_init):
11982
11983         Remove spacing in fullscreen mode
11984
11985 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11986
11987         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11988         (ev_view_size_request), (expose_bin_window),
11989         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11990         * shell/ev-view.h:
11991         * shell/ev-window.c: (ev_window_unfullscreen),
11992         (ev_window_cmd_view_fullscreen):
11993
11994         Do not draw the border in fulscreen
11995
11996 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11997
11998         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11999         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12000         (find_page_at_location), (page_changed_cb):
12001
12002         Rework border calculation, so that I can more easily disable it.
12003         Code somewhat cleaner too.
12004
12005 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12006
12007         * backend/ev-page-cache.c: (ev_page_cache_init),
12008         (_ev_page_cache_new):
12009
12010         Remove some assertions, documents can have 0 pages.
12011         Make initial current page -1.
12012
12013         * shell/ev-page-action.c: (page_changed_cb):
12014
12015         Show "" if current page is -1
12016
12017         * shell/ev-window.c: (update_action_sensitivity),
12018         (ev_window_setup_document):
12019
12020         When document has 0 pages do not set the view
12021         and make nearly everything insensitive.
12022
12023 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12024
12025         * shell/ev-page-view.c:
12026         * shell/ev-page-view.h:
12027
12028         Remove unused files.
12029         
12030         * shell/ev-sidebar-thumbnails.c:
12031         (ev_sidebar_thumbnails_set_document):
12032         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12033         (ev_sidebar_supports_document):
12034         * shell/ev-sidebar.h:
12035         * shell/ev-window.c: (ev_window_setup_document):
12036         
12037         Doesn't show thumbnails if document has 1 page. Make
12038         sidebar menu entries sensitive only if if they have 
12039         sense. Fix bug 164811. 
12040
12041 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12042
12043         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12044         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12045         (ev_view_zoom_out), (ev_view_set_size):
12046
12047         Rework sizing to deal with documents with not uniform page
12048         size.
12049
12050 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12051
12052         * backend/ev-page-cache.c: (_ev_page_cache_new):
12053
12054         Fix several page size caching bugs
12055
12056 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12057
12058         * shell/ev-window.c: (set_action_properties):
12059
12060         Make all toolbar items translatable
12061
12062 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12063
12064         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12065         (save_page_list), (ps_document_save),
12066         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12067         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12068         (ps_document_ps_exporter_iface_init):
12069         * ps/ps-document.h:
12070
12071         Based on a patch by J�rg Billeter <j@bitron.ch>
12072         
12073         Implement print and save a copy for the ps backend.
12074
12075 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12076
12077         * backend/ev-document.h:
12078         * djvu/djvu-document.c: (djvu_document_can_get_text),
12079         (djvu_document_document_iface_init):
12080         * dvi/dvi-document.c: (dvi_document_can_get_text),
12081         (dvi_document_document_iface_init):
12082         * pdf/ev-poppler.cc:
12083         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12084         (pixbuf_document_document_iface_init):
12085         * ps/ps-document.c: (ps_document_can_get_text),
12086         (ps_document_document_iface_init):
12087         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12088         * shell/ev-window.c: (update_action_sensitivity):
12089
12090         Fix the crash when trying to copy in backends that doesnt
12091         support it. We can implement a better solution once we
12092         do real text selection.
12093
12094 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12095
12096         * data/evince-ui.xml:
12097         * shell/ev-window.c: (ev_window_cmd_escape):
12098         
12099         Work around the Escape conflict (find bar and unfullscreen)
12100
12101 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12102
12103         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12104         
12105         Fix for #300233. Next page correctly handles document end.
12106         
12107         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12108         (ev_sidebar_thumbnails_class_init),
12109         (ev_sidebar_thumbnails_set_document),
12110         (ev_sidebar_thumbnails_clear_job),
12111         (ev_sidebar_thumbnails_clear_model):
12112         
12113         Cleanup thumbnail jobs on document changes.
12114         
12115         * shell/ev-view.c: (add_scroll_binding_keypad),
12116         (add_scroll_binding_shifted), (ev_view_class_init):
12117         
12118         Shift + Space scrolls up. Fix for #173184
12119         
12120         * shell/ev-window.c: (ev_window_open_page),
12121         (ev_window_cmd_view_reload):
12122         
12123         Fix reload (Bug #300094)
12124
12125 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12126
12127         
12128         * dvi/mdvi-lib/assoc.c:
12129         * dvi/mdvi-lib/assoc.h: Removed garbage files
12130         
12131         * dvi/mdvi-lib/bitmap.c:
12132         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12133         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12134         * dvi/mdvi-lib/color.h: Antialias of rules
12135         
12136         * dvi/mdvi-lib/common.h:
12137         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12138         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12139         * dvi/mdvi-lib/files.c:
12140         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12141         * dvi/mdvi-lib/mdvi.h:
12142         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12143         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12144         * dvi/mdvi-lib/util.c: Fix compile warnings
12145         
12146         * dvi/dvi-document.c:
12147         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12148         (dvi_document_thumbnails_get_thumbnail),
12149         (dvi_document_document_thumbnails_iface_init):
12150         * dvi/mdvi-lib/Makefile.am:
12151         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12152         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12153         
12154         Dvi backend now renders thumbnails
12155
12156 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12157
12158         * shell/main.c: (main): 
12159         
12160         Save accelerators on exit. Fixes bug #172095.
12161
12162 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12163
12164         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12165         update priority" comment.
12166
12167         * backend/ev-job-queue.c: Give a way to change priority.
12168
12169 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12170
12171         * shell/ev-page-action.c: Fix logic.
12172
12173 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12174
12175         * shell/ev-view.c: (ev_view_can_find_next):
12176         * shell/ev-window.c: (ev_window_setup_document):
12177
12178         Check that the document supports find
12179
12180 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12181
12182         * data/evince-ui.xml:
12183         * shell/ev-view.c: (ev_view_can_find_next):
12184         * shell/ev-view.h:
12185         * shell/ev-window.c: (update_action_sensitivity),
12186         (find_changed_cb), (ev_window_setup_document),
12187         (ev_window_cmd_edit_find_next):
12188
12189         Add Edit->Find Next
12190
12191 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12192
12193         * pdf/ev-poppler.cc:
12194         * shell/ev-print-job.c: (idle_print_handler):
12195
12196         Make printing work again
12197
12198 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12199
12200         * shell/ev-page-action.h:
12201         * shell/ev-page-action.c: (ev_page_action_widget_init),
12202         (ev_page_action_widget_class_init), (page_changed_cb),
12203         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12204         (get_filter_model_from_model), (match_selected_cb),
12205         (display_completion_text), (match_completion), (update_model),
12206         (connect_proxy), (ev_page_action_set_property),
12207         (ev_page_action_get_property), (ev_page_action_set_document),
12208         (ev_page_action_set_model), (ev_page_action_class_init): Big
12209         reworking to make completions work iff we have >= GTK-2.7.0
12210                 
12211         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12212         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12213         (job_finished_cb): We now have a 'model' property that is set when
12214         the links are loaded.  This can be caught with "notify::model"
12215
12216         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12217         listen for the model to be set, and propagate it to the action.
12218
12219 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12220
12221         * cut-n-paste/recent-files/egg-recent-item.c:
12222         (egg_recent_item_set_uri), (make_valid_utf8),
12223         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12224         * cut-n-paste/recent-files/egg-recent-item.h:
12225         
12226         Update egg-recent from libegg. This should fix long
12227         startup problem. For details see
12228         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12229
12230 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12231
12232         * cut-n-paste/recent-files/Makefile.am:
12233         * data/evince-ui.xml, shell/Makefile.am:
12234         * shell/ev-application.c, shell/ev-application.h:
12235         * shell/ev-window.c: Recent files support.
12236         
12237         * configure.ac: Added "ru" to ALL_LINGUAS.
12238         
12239         * dvju: new backend to support DJVU files.
12240         * dvi: new backend to support DVI.
12241
12242         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12243         * ev-application.c: Support for new backends.
12244         
12245         * help, ev-window.c, main.c shell/Makefile.am: 
12246         Evince user documentation.
12247
12248 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12249
12250         * po/POTFILES.in:
12251         * shell/ev-window.c:
12252         * thumbnailer/evince-thumbnailer.c:
12253
12254         s/pdf-document/ev-poppler
12255
12256 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12257
12258         * NEWS:
12259         * configure.ac:
12260
12261         Release 0.2.0
12262
12263         * ps/ps-document.c: (setup_pixmap):
12264
12265         Remove debug code
12266
12267 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12268
12269         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12270         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12271         (ev_window_cmd_go_first_page): Fix of by one errors.
12272
12273 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12274
12275         * ps/ps-document.c: (get_page_box):
12276
12277         Fix page size calculation
12278
12279 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12280
12281         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12282         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12283         (get_page_orientation), (setup_page), (document_load),
12284         (ps_document_get_page_size), (render_pixbuf_idle):
12285         * ps/ps-document.h:
12286
12287         More refactoring to adapt to EvDocument changes
12288
12289 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12290
12291         * ps/ps-document.c: (start_interpreter):
12292
12293         Actually add alpha args
12294
12295 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12296
12297         * pdf/ev-poppler.cc:
12298
12299         Make clipboard work again
12300
12301 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12302
12303         Make searching work again.
12304         
12305         * backend/ev-document.c:
12306         * backend/ev-document.h:
12307         * backend/ev-document-find.c:
12308         * backend/ev-document-find.h: Change EvDocumentIface so we no
12309         longer store the current page or zoom level in the document.  The
12310         consequence is that all calls that operate on the current page now
12311         instead take the page number as an extra argument, and all
12312         coordinates are now doubles in document coordinate system.
12313
12314         * pdf/ev-poppler.cc:
12315         * pixbuf/pixbuf-document.c:
12316         * ps/ps-document.c: Update backends accordingly.
12317
12318 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12319
12320         * autogen.sh:
12321
12322         Add required gettext version
12323
12324 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12325
12326         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12327         make F1 bring up non-existent help.
12328
12329         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12330         epiphany's find bar, #167477
12331
12332         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12333         <emil@nishra.com> to add space-bar scrolling, 
12334
12335         * shell/ev-window.c (static GtkActionEntry entries): add default
12336         keybinding for Help (F1)
12337         Fixes #171068
12338
12339         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12340         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12341         170110
12342
12343 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12344
12345         * Makefile.am: 
12346         * pixbuf/pixbuf-document.c: 
12347
12348         Got pixbuf backend working again
12349
12350 2005-04-01  Steve Murphy  <murf@e-tools.com>
12351
12352         * configure.in: Added "rw" to ALL_LINGUAS.
12353
12354 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12355
12356         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12357         model types, noticed by Martin Kretzschmar.
12358
12359 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12360
12361         * pdf/ev-poppler.cc: Implement search based on
12362         poppler_page_find_text().  Currently a bit crude since we remember
12363         all matches from all pages.  Also, we grab the big document lock
12364         when we search since searching changes the underlying stream and
12365         thus conflicts with the rendering thread.
12366         
12367         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12368         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12369         (ev_view_find_previous): Fix some page indexes to be 0 based,
12370         offset rubber band by view offset,
12371
12372 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12373
12374         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12375
12376 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12377
12378         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12379         completely because I didn't understand GtkActions.  I should
12380         read Marco's code more carefully in the future.
12381
12382         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12383         function
12384
12385 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12386
12387         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12388         PopplerRectangle change from poppler CVS.
12389
12390 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12391
12392         * backend/ev-document.c: (ev_document_get_page_label):
12393         * backend/ev-document.h:
12394         * backend/ev-page-cache.c: (_ev_page_cache_new),
12395         (ev_page_cache_get_page_label):
12396         * backend/ev-page-cache.h:
12397         * pdf/ev-poppler.cc:
12398         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12399         (links_page_num_func):
12400         * shell/ev-sidebar-thumbnails.c:
12401         (ev_sidebar_thumbnails_set_document):
12402         * shell/ev-view.c: (status_message_from_link),
12403         (ev_view_motion_notify_event):
12404         * shell/ev-window.c: (document_supports_sidebar): Add in page
12405         label support.  It's not perfect yet, but it's the first 'feature'
12406         in a while.
12407         Also, fix a bogus comment noticed by crispin. 
12408
12409 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12410
12411         * Makefile.am: Remove pixbuf backend for now
12412
12413         * configure.ac: Require poppler-glib instead of just poppler.
12414
12415         * backend/ev-document-thumbnails.h: Add a comment
12416
12417         * backend/ev-document.h:
12418         * backend/ev-document.c: (ev_document_class_init),
12419         (ev_document_load), (ev_document_get_link),
12420         (ev_document_get_links): Remove 3 methods and add get_links.
12421         Also, made 0 based.
12422
12423         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12424         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12425
12426         * backend/ev-link.c: (ev_link_set_title),
12427         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12428         (ev_link_mapping_find):
12429         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12430         
12431         * backend/ev-page-cache.c: (ev_page_cache_init),
12432         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12433         (ev_page_cache_get_size), (ev_page_cache_next_page),
12434         (ev_page_cache_prev_page): Fix to be 0 based.
12435
12436         * pdf/Makefile.am: 
12437         * pdf/ev-poppler.h:
12438         * pdf/ev-poppler.cc: New backend.
12439         
12440         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12441         (ps_document_get_page), (ps_document_document_iface_init):
12442
12443         * shell/ev-pixbuf-cache.h:
12444         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12445         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12446         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12447         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12448         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12449         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12450         based.
12451         
12452         * shell/ev-sidebar-thumbnails.c:
12453         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12454         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12455
12456         * shell/ev-view.c: (status_message_from_link),
12457         (find_page_at_location), (get_link_at_location),
12458         (ev_view_motion_notify_event), (ev_view_button_release_event),
12459         (ev_view_init): Use the new link code.  Fix to be 0 based.
12460
12461         * shell/ev-window.c: (update_action_sensitivity),
12462         (document_supports_sidebar): 0 based.
12463
12464 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12465
12466         * pdf/pdf-document.cc: Patch from Fernando Herrera
12467         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12468         *blush*
12469
12470 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12471
12472         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12473         1 to the page, as this seems to be 1 based.  I thought we has this
12474         fixed.  grump.
12475
12476 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12477
12478         * TODO:
12479         * backend/Makefile.am:
12480         * backend/ev-document-links.c:
12481         (ev_document_links_has_document_links),
12482         (ev_document_links_get_links_model):
12483         * backend/ev-document-links.h:
12484         * backend/ev-document.c: (ev_document_get_page_cache),
12485         (ev_document_get_doc_mutex), (ev_document_load),
12486         (ev_document_save), (ev_document_get_title),
12487         (ev_document_get_n_pages), (ev_document_set_page),
12488         (ev_document_get_page), (ev_document_set_target),
12489         (ev_document_set_scale), (ev_document_set_page_offset),
12490         (ev_document_get_page_size), (ev_document_get_text),
12491         (ev_document_get_link), (ev_document_render),
12492         (ev_document_render_pixbuf), (ev_document_scale_changed):
12493         * backend/ev-document.h:
12494         * backend/ev-job-queue.c: (remove_object_from_queue),
12495         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12496         (no_jobs_available_unlocked), (ev_render_thread),
12497         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12498         (ev_job_queue_remove_job):
12499         * backend/ev-job-queue.h:
12500         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12501         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12502         (ev_job_links_class_init), (ev_job_render_init),
12503         (ev_job_render_dispose), (ev_job_render_class_init),
12504         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12505         (ev_job_thumbnail_class_init), (ev_job_finished),
12506         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12507         (ev_job_render_run), (ev_job_thumbnail_new),
12508         (ev_job_thumbnail_run):
12509         * backend/ev-jobs.h:
12510         * backend/ev-link.c:
12511         * backend/ev-link.h:
12512         * backend/ev-page-cache.c: (ev_page_cache_init),
12513         (ev_page_cache_class_init), (ev_page_cache_finalize),
12514         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12515         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12516         (ev_page_cache_set_link), (ev_page_cache_get_title),
12517         (ev_page_cache_get_size), (ev_page_cache_next_page),
12518         (ev_page_cache_prev_page):
12519         * backend/ev-page-cache.h:
12520         * pdf/pdf-document.cc:
12521         * ps/gsdefaults.c:
12522         * ps/gsdefaults.h:
12523         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12524         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12525         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12526         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12527         (is_interpreter_ready), (output), (catchPipe), (input),
12528         (start_interpreter), (check_filecompressed), (compute_dimensions),
12529         (ps_document_enable_interpreter), (document_load),
12530         (ps_document_next_page), (render_page), (ps_document_set_page),
12531         (ps_document_set_scale), (render_pixbuf_idle),
12532         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12533         * ps/ps-document.h:
12534         * shell/Makefile.am:
12535         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12536         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12537         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12538         (ev_pixbuf_cache_new), (job_finished_cb),
12539         (check_job_size_and_unref), (move_one_job),
12540         (ev_pixbuf_cache_update_range), (find_job_cache),
12541         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12542         (ev_pixbuf_cache_add_jobs_if_needed),
12543         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12544         * shell/ev-pixbuf-cache.h:
12545         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12546         (idle_print_handler):
12547         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12548         (selection_changed_cb), (create_loading_model),
12549         (ev_sidebar_links_construct), (links_page_num_func),
12550         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12551         (update_page_callback), (job_finished_cb),
12552         (ev_sidebar_links_set_document):
12553         * shell/ev-sidebar-thumbnails.c:
12554         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12555         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12556         (page_changed_cb), (thumbnail_job_completed_callback),
12557         (ev_sidebar_thumbnails_set_document):
12558         * shell/ev-sidebar-thumbnails.h:
12559         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12560         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12561         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12562         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12563         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12564         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12565         (ev_view_button_release_event), (ev_view_scroll_view),
12566         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12567         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12568         (ev_view_new), (job_finished_cb), (page_changed_cb),
12569         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12570         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12571         (ev_view_find_previous):
12572         * shell/ev-view.h:
12573         * shell/ev-window.c: (update_action_sensitivity),
12574         (ev_window_open_page), (update_window_title), (update_total_pages),
12575         (page_changed_cb), (ev_window_setup_document),
12576         (password_dialog_response), (ev_window_cmd_save_as),
12577         (ev_window_print), (ev_window_cmd_go_previous_page),
12578         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12579         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12580         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12581         * shell/main.c: (main):
12582
12583         Merge evince-threads branch
12584
12585 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12586
12587         * configure.ac: Added "lt" to ALL_LINGUAS.
12588
12589 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12590
12591         * NEWS:
12592         * configure.ac:
12593
12594         Release 0.1.9
12595
12596 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12597
12598         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12599
12600         Fix here also the thumbnails 1-basedness :)
12601
12602 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12603
12604         * NEWS:
12605         * configure.ac:
12606
12607         Release 0.1.8
12608
12609 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12610
12611         * pdf/pdf-document.cc:
12612         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12613         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12614
12615         Fix the mess we did with thumbnails and 1-basedness
12616
12617 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12618
12619         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12620
12621 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12622
12623         * NEWS:
12624         * configure.ac:
12625
12626         Release 0.1.7
12627
12628 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12629
12630         * ps/Makefile.am:
12631         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12632         (gtk_gs_defaults_get_alpha_parameters),
12633         (gtk_gs_defaults_get_ungzip_cmd),
12634         (gtk_gs_defaults_get_unbzip2_cmd):
12635         * ps/gsdefaults.h:
12636         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12637         (ps_document_get_orientation), (document_load),
12638         (ps_document_goto_page), (ps_document_set_page_size):
12639         * ps/ps-document.h:
12640
12641         Some more sanitization of the ps backend. Remove a lot
12642         of unused code and do not base our defaults on ggv
12643         preferences (ugh!)
12644
12645 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12646
12647         * thumbnailer/evince-thumbnailer.schemas:
12648         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12649         (main): add -s option for thumbnail size.
12650
12651 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12652
12653         * configure.ac:
12654
12655         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12656         remove it.
12657
12658 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12659
12660         * pdf/pdf-document.cc:
12661
12662         Remove 4 pixels of useless border from the
12663         thumbnail.
12664
12665 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12666
12667         * backend/ev-document-thumbnails.c:
12668         (ev_document_thumbnails_get_thumbnail):
12669         * backend/ev-document-thumbnails.h:
12670
12671         Rework API a bit. Add a border flag and
12672         change sizing logic (now the size we specify
12673         applies to the bigger dimension).
12674
12675         * pdf/pdf-document.cc:
12676         * pixbuf/pixbuf-document.c:
12677         (pixbuf_document_thumbnails_get_thumbnail):
12678         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12679         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12680
12681         Adapt to the new API and do not draw a border for nautilus
12682         thumbnailer.
12683
12684 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12685
12686         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12687         take thumbnails from page "0" instead of "1". Added a copyright header.
12688
12689 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12690
12691         * ps/ps-document.c: (set_up_page), (start_interpreter):
12692
12693         Make it C89 compliant
12694
12695 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12696
12697         * Makefile.am:
12698         * configure.ac:
12699         * pdf/.cvsignore:
12700         * pdf/pdf-document.cc:
12701         * thumbnailer/Makefile.am:
12702         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12703         (main):
12704         * thumbnailer/evince-thumbnailer.schemas:
12705         * thumbnailer/pdf-icon.png:
12706
12707         Add a nautilus thumbnailer.
12708         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12709
12710 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12711
12712         * NEWS:
12713         * configure.ac:
12714         * po/POTFILES.in:
12715
12716         Release 0.1.6
12717
12718 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12719
12720         Use poppler instead of including xpdf source code.  Poppler is a
12721         fork of xpdf to build it as a shared library. See
12722         http://freedesktop.org/wiki/Software/poppler.
12723
12724         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12725         xpdf fork.
12726         
12727         * pdf/Makefile.am: Build libpdfdocument.a here.
12728         
12729         * pdf/GDKSplashOutputDev.cc:
12730         * pdf/GDKSplashOutputDev.h:
12731         * pdf/GnomeVFSStream.cc:
12732         * pdf/GnomeVFSStream.h:
12733         * pdf-document.cc:
12734         * pdf-document.h:
12735         * test-gdk-output-dev.cc
12736         * Thumb.cc:
12737         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12738         against poppler.
12739
12740 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12741
12742         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12743
12744         Clear idle stack before unsetting the document
12745
12746 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12747
12748         * ps/ps-document.c: (ps_document_widget_event),
12749         (ps_document_set_target), (ps_document_finalize),
12750         (ps_document_get_page):
12751
12752         Disconnect the widget event signal on finalize.
12753         Some code cleanups.
12754
12755 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12756
12757         * ps/ps-document.c: (set_up_page):
12758
12759         If there is no bpixmap create one, even if size
12760         is not changed.
12761
12762 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12763
12764         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12765         (set_up_page), (document_load), (ps_document_set_zoom):
12766
12767         Default page is 0. Calculate size even when we have no
12768         target yet.
12769
12770 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12771
12772         * shell/ev-sidebar.c: expand the selection widget to be always as
12773         wide as the sidebar
12774
12775 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12776
12777         * shell/ev-sidebar-thumbnails.c:
12778         (ev_sidebar_thumbnails_set_document):
12779
12780         Clear the list store when setting document
12781
12782 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12783
12784         * shell/ev-page-action.c: (update_entry), (sync_entry),
12785         (activate_cb), (entry_size_request_cb), (create_tool_item),
12786         (connect_proxy):
12787
12788         Use an entry for the page control instead of spinbuttons
12789
12790 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12791
12792         * data/evince.schemas.in:
12793
12794         Correct confusing string
12795
12796 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12797
12798         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12799         for real.  Gosh, how long has this been broken.
12800
12801         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12802         check for a NULL link.  We crash otherwise.
12803
12804 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12805
12806         * NEWS:
12807         * configure.ac:
12808
12809         Release 0.1.5
12810
12811 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12812
12813         * configure.ac: add the french translation.
12814
12815 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12816
12817         * shell/ev-window.c:
12818
12819         Remove unused header -> fix distcheck
12820
12821 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12822
12823         * shell/ev-window.c: (update_window_title),
12824         (ev_window_popup_password_dialog):
12825
12826         Unescape filename for display
12827
12828 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12829
12830         * pdf/xpdf/pdf-document.cc:
12831
12832         In get_page_size deal with rotation. Also
12833         cleanup the function a bit.
12834
12835 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12836
12837         * pdf/xpdf/pdf-document.cc:
12838
12839         Fix crash when opening in new window
12840
12841 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12842
12843         * configure.ac:
12844
12845         Check ghostscript >= 7
12846
12847 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12848
12849         * shell/ev-window.c:
12850
12851         Make page width the default sizing mode
12852
12853 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12854         Marco Pesenti Gritti <marco@gnome.org>
12855
12856         * shell/ev-window.c: Remember the sidebar size
12857
12858         * data/evince.schemas.in: Add a new gconf key to store the size of
12859         the sidebar
12860
12861 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12862
12863         * data/evince-ui.xml:
12864         * shell/ev-window.c: (update_action_sensitivity),
12865         (ev_window_cmd_view_reload):
12866         
12867         Add a "Reload" action and menu entry
12868
12869 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12870
12871         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12872         iff the type doesn't support thumbnailing and indexing.
12873
12874 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12875
12876         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12877
12878 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12879
12880         * pdf/splash/Splash.cc:
12881
12882         Port fix for a crasher from kde bug
12883         http://bugs.kde.org/show_bug.cgi?id=97131
12884
12885 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12886
12887         * pdf/xpdf/pdf-document.cc:
12888
12889         Return a link even if it's of an unrecognized
12890         type. Otherwise we go in an infinte cycle.
12891
12892 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12893
12894         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12895         (size_allocate_cb), (ev_window_set_sizing_mode):
12896
12897         Update size when switching mode
12898
12899 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12900
12901         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12902         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12903         (ev_window_cmd_view_normal_size):
12904
12905         Fix size toggle buttons behavior
12906
12907 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12908
12909         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12910         (doc_rect_to_view_rect), (ev_view_size_allocate),
12911         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12912         (scale_changed_callback):
12913
12914         Do not cache offsets in size_allocate.
12915
12916 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12917
12918         * shell/ev-view.c: (ev_view_size_allocate):
12919
12920         Calculate offsets before calling the parent
12921         class (which does a redraw)
12922
12923 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12924
12925         * pdf/xpdf/pdf-document.cc:
12926
12927         Fix a crasher on exit. Unused code, put a TODO
12928
12929 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12930
12931         * backend/ev-document.c: (ev_document_class_init),
12932         (ev_document_page_changed), (ev_document_scale_changed):
12933         * backend/ev-document.h:
12934
12935         Separate page/scale notifications
12936
12937         * pdf/xpdf/pdf-document.cc:
12938
12939         Emit the new signals.
12940         Do not display the pdf page in _render, do it
12941         when scale/page are requested.
12942
12943         * ps/ps-document.c: (ps_document_set_zoom),
12944         (ps_document_widget_event):
12945         * ps/ps-document.h:
12946
12947         Emit the new signals.
12948
12949         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12950         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12951         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12952         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12953         * shell/ev-view.h:
12954         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12955         (ev_window_cmd_view_page_width), (size_allocate_cb),
12956         (ev_window_set_sizing_mode):
12957
12958         Rework sizing to be pixel based.
12959         There are bugs but should be already way better.
12960
12961 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12962
12963         * shell/ev-window.c: (ev_window_init):
12964
12965         Do not allow to shrink sidebar smaller then
12966         child requisition
12967
12968 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12969
12970         * shell/ev-sidebar.[ch]
12971         * shell/ev-window.c:
12972
12973         Improved sidebar widget. Fixes #166683
12974
12975 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12976
12977         * shell/ev-view.c (update_find_status_message): Give translators
12978         more flexibility with ngettext plural handling.
12979
12980 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12981
12982         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12983         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12984         page when we get the page size.
12985
12986 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12987
12988         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12989
12990         ps pages are 0 based, convert 
12991
12992 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12993
12994         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12995
12996         Initialize correct parent class. Set GError on document load
12997
12998 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12999
13000         * pdf/xpdf/pdf-document.cc:
13001
13002         Fixup selection offset calculation
13003
13004         * shell/ev-view.c: (view_rect_to_doc_rect),
13005         (doc_rect_to_view_rect), (ev_view_size_allocate),
13006         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13007         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13008
13009         Store selection as document relative, so that zooming
13010         and offset changing doesnt break it.
13011
13012 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13013
13014         * shell/ev-view.c: (ev_view_best_fit):
13015
13016         Do not try to best fit if the view is not realized
13017
13018 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13019           
13020         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13021
13022 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13023
13024         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13025
13026 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13027
13028         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13029         the popup window.  That prevents it resizing when in full screen
13030         mode.
13031
13032         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13033         multiple rerenders.  This pretty much sucks.
13034
13035         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13036         rest of the toolbar.
13037
13038 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13039
13040         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13041
13042 2005-02-17  Alexander Shopov  <ash@contact.bg>
13043
13044         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13045
13046 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13047
13048         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13049
13050 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13051
13052         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13053         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13054         (set_document_page), (document_changed_callback),
13055         (ev_view_set_document), (ev_view_find_previous),
13056         (ev_view_hide_cursor), (ev_view_show_cursor):
13057         * shell/ev-view.h:
13058         * shell/ev-window.c: (update_chrome_visibility),
13059         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13060         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13061         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13062         (ev_window_unfullscreen):
13063         * shell/main.c: (main):
13064
13065         Automatically hide the fullscreen button.
13066         Patch by Kristian Høgsberg <krh@redhat.com>
13067
13068 2005-02-16  Vincent Noel  <vnoel@cox.net>
13069
13070         * shell/main.c (main): Specify an icon for the window. Patch by
13071         Jaap A. Haitsma. Fixes #166177.
13072
13073 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13074
13075         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13076
13077 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13078
13079         * backend/ev-document-misc.h:
13080         * backend/ev-document-misc.c:
13081         (ev_document_misc_get_page_border_size),
13082         (ev_document_misc_paint_one_page): New function to canonicalize
13083         sizing/painting a border.
13084
13085         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13086         used.
13087
13088         * pdf/xpdf/pdf-document.cc: use new function
13089
13090         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13091         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13092         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13093         shell/ev-window.c: (update_sizing_buttons),
13094         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13095         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13096         (ev_window_cmd_view_page_width), (size_allocate_cb),
13097         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13098         and "fit width" values act as toggle buttons so they stay
13099         toggled.  It's not 100% perfect, and it's a little slow, but it's
13100         good enough to commit I think.
13101
13102 2005-02-15  David Lodge  <dave@cirt.net>
13103
13104         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13105
13106 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13107
13108         * shell/ev-window.c (update_window_title): replace newlines in
13109         the title by spaces. Bug #166107.
13110
13111 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13112
13113         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13114         parameters providing allocation width and height without
13115         scrollbars and width of a possible vertical scrollbar. With this
13116         additional information the functions can work as
13117         intended. Unfortunately they're not idempotent. We should
13118         transform these commands to toggles. Fixes Bug #164976
13119         Initial patch by Stephane Loeuillet, then heavily modified.
13120
13121         * shell/ev-view.h: update prototypes.
13122
13123         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13124         (ev_window_cmd_view_page_width): provide EvView fit functions with
13125         all the information they need. Formulas to calculate this
13126         information taken from GtkScrolledWindow.
13127
13128 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13129
13130         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13131         created a thumbnail, the list store is updated to know
13132         that the thumbnail is set. Fixes bug #166792
13133
13134 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13135
13136         * shell/ev-window.c: fixed typo, closes bug 166897
13137
13138         * TODO: updated TODO with bug numbers that are relevant
13139
13140 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13141
13142         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13143
13144 2005-02-09  Vincent Noel  <vnoel@cox.net>
13145
13146         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13147         and "Next" toolbar buttons as important to make them stand out.
13148
13149 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13150
13151         * lib/ev-debug.c:
13152         * lib/ev-debug.h:
13153         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13154         (start_interpreter), (stop_interpreter), (document_load),
13155         (ps_document_next_page), (ps_document_goto_page),
13156         (ps_document_set_page_size), (ps_document_widget_event),
13157         (ps_document_render):
13158         * shell/ev-page-view.c: (ev_page_view_dispose):
13159         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13160
13161         Fix compilation on non-gcc platforms
13162
13163 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13164
13165         * NEWS:
13166         * configure.ac:
13167
13168         Release 0.1.4
13169
13170         * pdf/xpdf/Catalog.cc:
13171         * pdf/xpdf/XRef.cc:
13172
13173         Fix the fix for CAN-2004-0888
13174
13175 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13176
13177         * data/Makefile.am:
13178         * data/evince-ui.xml:
13179         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13180         * shell/ev-stock-icons.h:
13181         * shell/ev-window.c: (update_action_sensitivity),
13182         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13183         (set_action_properties):
13184
13185         Improve toolbar layout/icons
13186
13187 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13188
13189         * pdf/xpdf/pdf-document.cc:
13190
13191         Add warnings about unimplemented/unknown link
13192         types.
13193
13194 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13195
13196         * ps/ps-document.c: (set_up_page):
13197
13198         Log gs property
13199
13200 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13201
13202         * ps/ps-document.c: (start_interpreter):
13203
13204         Log gs env var
13205
13206 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13207
13208         * shell/ev-page-view.c: (ev_page_view_dispose):
13209         * shell/ev-view.c: (ev_view_finalize):
13210         * shell/ev-window.c: (ev_window_setup_document),
13211         (ev_window_dispose), (ev_window_init):
13212
13213         Solve more refs issues.
13214
13215         I commented out the page_view initialization for now:
13216         it was never destroyed (because it's never added
13217         to a container). Because of that we was leaking
13218         gs processes. Couldnt think to a clean fix.
13219         We need to figure this out, password view has the
13220         same issue probably.
13221
13222 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13223
13224         * ps/ps-document.c: (ps_document_finalize),
13225         (ps_document_get_n_pages), (ps_document_get_page):
13226
13227         Some cleanups, stop the interpreter on finalize
13228
13229         * shell/ev-page-view.c: (ev_page_view_dispose),
13230         (ev_page_view_class_init):
13231
13232         Release our reference on the document
13233
13234 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13235
13236         * Makefile.am:
13237         * configure.ac:
13238         * doc/debugging.txt:
13239         * lib/.cvsignore:
13240         * lib/Makefile.am:
13241         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13242         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13243         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13244         * lib/ev-debug.h:
13245
13246         Add debugging helpers
13247
13248         * ps/Makefile.am:
13249         * ps/ps-document.c: (set_up_page), (start_interpreter),
13250         (stop_interpreter), (document_load), (ps_document_next_page),
13251         (ps_document_goto_page), (ps_document_set_page_size),
13252         (ps_document_widget_event), (ps_document_render):
13253         * shell/Makefile.am:
13254         * shell/ev-view.c: (expose_bin_window):
13255         * shell/main.c: (main):
13256
13257         Add some logs
13258         
13259 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13260
13261         * ps/ps-document.c: (ps_document_widget_event):
13262
13263         Initialize message_window, this should make ps
13264         rendering really work! (Never noticed because I was
13265         testing with a ps that is causing gs to exit every time!)
13266
13267 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13268
13269         * data/evince.schemas.in: updated simple error in applyto closing tag
13270
13271 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13272
13273         * Makefile.am:
13274         * configure.ac:
13275         * data/.cvsignore:
13276         * data/Makefile.am:
13277         * data/evince-ui.xml:
13278         A data/evince.schemas.in:
13279         * po/POTFILES.in:
13280         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13281         * shell/ev-stock-icons.h:
13282         * shell/ev-window.c: (update_chrome_visibility),
13283         (update_chrome_flag), (ev_window_cmd_edit_find),
13284         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13285         (ev_window_unfullscreen), (ev_window_focus_in_event),
13286         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13287         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13288         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13289         (ev_window_dispose), (ev_window_class_init),
13290         (set_action_properties), (set_chrome_actions), (load_chrome),
13291         (ev_window_init):
13292
13293         Implement fullscreen mode changes from bug #164776.
13294         Also implement persistent chrome toggles.
13295
13296 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13297
13298         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13299
13300 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13301
13302         * NEWS:
13303         * configure.ac:
13304         * shell/ev-view.c:
13305
13306         Add another check for find interface
13307
13308         Release 0.1.3
13309
13310 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13311
13312         * shell/ev-application.c: (ev_application_open):
13313         * shell/ev-window.c: (ev_window_open):
13314
13315         Open gzipped ps documents
13316
13317 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13318
13319         * TODO:
13320         * shell/ev-view.c: (set_document_page):
13321
13322         Clamp page number, dont try to move to
13323         not existant pages.
13324
13325 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13326
13327         * backend/ev-document-find.c: (ev_document_find_changed):
13328         * backend/ev-document-find.h:
13329         * pdf/xpdf/pdf-document.cc:
13330         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13331         * shell/ev-window.c: (find_bar_search_changed_cb):
13332
13333         Fix several bugs with find
13334
13335 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13336
13337         * shell/ev-sidebar-thumbnails.c
13338         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13339         document. Prevents warning from scroll_to_cell.
13340
13341 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13342
13343         * configure.ac: Add «nb» to ALL_LINGUAS too.
13344
13345 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13346
13347         * NOTES: New file with some random thoughts.
13348
13349         * TODO: Update.
13350
13351         * backend/ev-document-misc.c:
13352         (ev_document_misc_get_page_border_size): New function to
13353         canonicalize shadow drawing sizes.  Possibly goofy.
13354
13355         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13356         (ev_view_best_fit), (ev_view_fit_width):
13357         * pdf/xpdf/pdf-document.cc:
13358         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13359         * ps/ps-document.c: (ps_document_get_page_size):
13360         * backend/ev-document-misc.h:
13361         * backend/ev-document.c: (ev_document_get_page_size):
13362         * backend/ev-document.h: get_page_size now takes a page number
13363         parameter.  Made all the backends/frontends honor it.
13364
13365         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13366         see.  Doesn't work yet.
13367
13368         * shell/Makefile.am:
13369         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13370         Doesn't do anything yet.
13371
13372         * shell/ev-sidebar-thumbnails.c:
13373         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13374         [0..n_pages-1]
13375
13376         * shell/ev-window.c: (update_action_sensitivity),
13377         (ev_window_setup_document), (ev_window_set_page_mode),
13378         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13379         view-swapping code a bit so we can have multiple views on a
13380         document.  Add the multi-page view, though it can't be turned on
13381         yet.
13382
13383 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13384
13385         * shell/ev-application.c: (ev_application_open):
13386         * shell/ev-view.c: (expose_bin_window):
13387         * shell/ev-window.c: (ev_window_open):
13388
13389         Support eps and check document supports find
13390         before drawing highlightings in expose.
13391
13392 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13393
13394         * pixbuf/pixbuf-document.c:
13395         (pixbuf_document_thumbnails_get_dimensions),
13396         (pixbuf_document_document_thumbnails_iface_init):
13397
13398         implement get_dimensions
13399
13400 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13401
13402         * NEWS:
13403         * configure.ac:
13404
13405         Release 0.1.2
13406
13407 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13408
13409         * shell/ev-view.c: (set_document_page):
13410
13411         Scroll at the top of the page when changing page
13412
13413 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13414
13415         * shell/ev-view.c: (ev_view_motion_notify_event):
13416
13417         Do not redraw unnecessarily
13418
13419 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13420
13421         * pdf/xpdf/pdf-document.cc:
13422         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13423         (expose_bin_window), (find_changed_cb):
13424
13425         Yay! find works now... Now to find bugs...
13426
13427 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13428
13429         * backend/ev-document-find.c: (ev_document_find_base_init),
13430         (ev_document_find_changed):
13431         * backend/ev-document-find.h:
13432         * pdf/xpdf/pdf-document.cc:
13433         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13434         (expose_bin_window), (ev_view_init), (set_document_page),
13435         (ensure_rectangle_is_visible), (jump_to_find_result),
13436         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13437         (ev_view_find_next), (ev_view_find_previous):
13438         * shell/ev-view.h:
13439         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13440
13441         More work on find implementation, mostly there now
13442
13443 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13444
13445         * backend/ev-backend-marshalers.list:
13446         * backend/ev-document-find.c: (ev_document_find_base_init),
13447         (ev_document_find_cancel), (ev_document_find_page_has_results),
13448         (ev_document_find_get_n_results), (ev_document_find_get_result),
13449         (ev_document_find_get_progress), (ev_document_find_changed):
13450         * backend/ev-document-find.h:
13451
13452         Enanche the find interface to be really able to do
13453         multi page find.
13454
13455         * pdf/xpdf/pdf-document.cc:
13456
13457         Implement
13458
13459         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13460         (expose_bin_window), (ev_view_init),
13461         (ev_view_get_find_status_message), (find_changed_cb),
13462         (ev_view_set_document), (set_document_page):
13463
13464         Adapt to the new interface. A few things are regressed sorry,
13465         I will finish it soon.
13466
13467 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13468
13469         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13470         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13471         ev_sidebar_thumbnails_parent_class variable, don't define another
13472         parent_class variable.
13473
13474         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13475         (ev_page_action_class_init): ditto.
13476
13477         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13478         (pixbuf_document_class_init): ditto.
13479
13480         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13481         ditto.
13482
13483         * .cvsignore: ignore various valgrind output files.
13484
13485 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13486
13487         * data/evince-ui.xml:
13488         * shell/Makefile.am:
13489         * shell/ev-history.c:
13490         * shell/ev-history.h:
13491         * shell/ev-navigation-action.c:
13492         * shell/ev-navigation-action.h:
13493         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13494         (ev_view_set_page), (ev_view_fit_width):
13495         * shell/ev-view.h:
13496         * shell/ev-window.c: (update_action_sensitivity),
13497         (ev_window_setup_document), (register_custom_actions):
13498
13499         Kill session history
13500
13501 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13502
13503         * shell/ev-window.c: (update_action_sensitivity):
13504
13505         Fix inverted up/down buttons
13506
13507 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13508
13509         * shell/ev-sidebar-thumbnails.c
13510         (ev_sidebar_thumbnails_select_page): make sure the selected
13511         thumbnail stays visible.
13512
13513 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13514
13515         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13516         scrolled window for Federico.
13517
13518 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13519
13520         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13521
13522 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13523
13524         * configure.ac:
13525         * pdf/splash/SplashFTFontEngine.cc:
13526
13527         Fix CID fonts with freetype 2.1.9
13528
13529 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13530
13531         * TODO: added item for desktop icon thumbnailer
13532
13533 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13534
13535         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13536         unloaded docs when the title is accessed.
13537
13538         * shell/ev-password-view.[hc]: New widget for displaying password
13539         state.
13540
13541         * shell/ev-window.[ch]: Refactor password handling code to handle
13542         the new view.
13543
13544 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13545
13546         * NEWS:
13547         * configure.ac:
13548         * data/Makefile.am:
13549
13550         Release 0.1.1
13551
13552 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13553
13554         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13555         ignore page offset here, to make search results independent of it,
13556
13557         * shell/ev-view.c (expose_bin_window): but take offsets into
13558         account here. Bug #164932
13559
13560         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13561         scale at the right time. Bug #164996
13562
13563 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13564
13565         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13566         fix the problem. Now I just removed the Adobe font names and hope
13567         that the URW fonts are always in outline format. Bug #164934
13568
13569         * shell/ev-window.c (update_window_title): empty titles are
13570         useless, use filename in that case too.
13571
13572         * NEWS: Add some content.
13573
13574 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13575
13576         * TODO: added one more TODO item and a TODONE section :)
13577
13578 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13579
13580         * ps/ps-document.h: add page_[xy]_offset fields.
13581
13582         * ps/ps-document.c (ps_document_set_page_offset)
13583         (ps_document_render): Keep offset in consideration in a few
13584         places. Bug #164752 "postscript documents are not centered in
13585         window"
13586
13587         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13588         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13589
13590         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13591         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13592         stub out missing methods for complete EvDocument implementation.
13593         Fixes segfaults with Save A Copy and Copy actions.
13594
13595         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13596         (ps_document_document_iface_init): ditto.
13597         
13598 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13599
13600         * data/.cvsignore:
13601         * data/Makefile.am:
13602         * data/evince.desktop.in:
13603
13604         Add desktop file
13605
13606 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13607
13608         * shell/ev-view.c: (ev_view_button_press_event),
13609         (ev_view_motion_notify_event):
13610
13611         Make selection work in any direction
13612
13613 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13614
13615         * TODO:
13616         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13617
13618         Use shorter labels for some of the toolbars items
13619
13620 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13621
13622         * pdf/xpdf/pdf-document.cc:
13623
13624         Check the links info is initialized before
13625         using it. Should fix a crash on startup.
13626
13627 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13628
13629         * pixbuf/pixbuf-document.c
13630         (pixbuf_document_thumbnails_get_dimensions): force floating point
13631         division to calculate page_ratio. Fixes crash with landscape
13632         format pixbufs.
13633
13634 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13635
13636         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13637
13638 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13639
13640         * shell/ev-view.c (set_document_page): unset has_selection when
13641         the page changes.
13642         (set_document_page): handle paper size changes when the page
13643         changes (test with Free Culture, page 2).
13644
13645 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13646
13647         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13648         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13649
13650         Use normal style color for the widget background and
13651         draw a black box around the page.
13652
13653 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13654
13655         * pdf/xpdf/pdf-document.cc:
13656
13657         Keep offset in consideration in a few places
13658
13659         * shell/ev-view.c: (expose_bin_window):
13660
13661         Set the offsets so that the document is ever centered
13662
13663 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13664
13665         * TODO: Added TODO items and finished off the first todo item
13666
13667         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13668         reflect current authors
13669
13670 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13671
13672         * pdf/xpdf/pdf-document.cc:
13673         * shell/ev-view.c: (ev_view_set_cursor),
13674         (ev_view_motion_notify_event), (document_changed_callback),
13675         (set_document_page):
13676
13677         Show a wait cursor while the page is rendering
13678
13679 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13680
13681         * shell/ev-sidebar-thumbnails.c:
13682         (ev_sidebar_tree_selection_changed),
13683         (ev_sidebar_thumbnails_select_page):
13684         * shell/ev-sidebar-thumbnails.h:
13685         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13686         (ev_view_can_go_forward):
13687         * shell/ev-window.c: (ev_window_open_page),
13688         (ev_window_setup_document), (update_current_page),
13689         (view_page_changed_cb), (ev_window_init):
13690         * shell/ev-window.h:
13691
13692         Ensure thumbnails selection, toolbar page control and
13693         current page are in sync.
13694
13695 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13696
13697         * pdf/xpdf/XRef.cc:
13698
13699         Fix CAN-2005-0064
13700
13701 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13702
13703         * backend/Makefile.am:
13704         * backend/ev-document-links.h:
13705         * backend/ev-document-security.c: (ev_document_security_get_type),
13706         (ev_document_security_has_document_security),
13707         (ev_document_security_set_password):
13708         * backend/ev-document-security.h:
13709         * backend/ev-document.c: (ev_document_error_quark):
13710         * backend/ev-document.h:
13711         * data/Makefile.am:
13712         * data/evince-password.glade:
13713         * pdf/xpdf/pdf-document.cc:
13714         * shell/Makefile.am:
13715         * shell/ev-password.c: (ev_password_set_bad_password_label),
13716         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13717         (ev_password_dialog_get_password),
13718         (ev_password_dialog_set_bad_pass):
13719         * shell/ev-password.h:
13720         * shell/ev-window.c: (ev_window_get_attribute),
13721         (ev_window_set_property), (update_action_sensitivity),
13722         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13723         (ev_window_setup_document), (ev_window_get_password),
13724         (ev_window_open), (ev_window_cmd_save_as),
13725         (using_postscript_printer), (ev_window_print),
13726         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13727         (update_fullscreen_popup), (ev_window_fullscreen),
13728         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13729         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13730         (menu_item_select_cb), (find_bar_search_changed_cb),
13731         (ev_window_dispose), (ev_window_init):
13732
13733         Add initial support for password-supported dialogs.  This could be
13734         a lot cooler, but it'll do for now.
13735
13736 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13737
13738         * pdf/xpdf/pdf-document.cc:
13739         * shell/ev-view.c: (status_message_from_link),
13740         (ev_view_set_status), (ev_view_set_cursor),
13741         (ev_view_motion_notify_event), (ev_view_init):
13742         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13743
13744         Fix bugs in the links implementation and change cursor
13745         when hovering a link.
13746
13747 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13748
13749         * viewer/.cvsignore: added cvsignore file for viewer directory
13750
13751         * TODO: created TODO document
13752
13753 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13754
13755         * shell/ev-view.h:
13756         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13757         new functions to help with implementation of sensitivity code
13758         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13759         of all actions that might require it.  Fixes a crash when you
13760         click on the Zoom actions in a window lacking a document.
13761
13762 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13763
13764         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13765         of the Find action
13766
13767 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13768
13769         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13770         (pixbuf_document_document_iface_init):
13771         * ps/ps-document.c: (ps_document_get_link),
13772         (ps_document_document_iface_init):
13773         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13774         (status_message_from_link), (ev_view_set_status),
13775         (ev_view_set_find_status), (ev_view_motion_notify_event),
13776         (ev_view_button_release_event), (ev_view_set_property),
13777         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13778         (ev_view_get_find_status_message), (update_find_results),
13779         (ev_view_get_status), (ev_view_get_find_status):
13780         * shell/ev-view.h:
13781         * shell/ev-window.c: (view_status_changed_cb),
13782         (view_find_status_changed_cb), (ev_window_init):
13783
13784         View status message support, use it to show the links.
13785         Needs work...
13786
13787 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13788
13789         * backend/ev-document.c: (ev_document_get_link):
13790         * backend/ev-document.h:
13791         * pdf/xpdf/pdf-document.cc:
13792         * shell/ev-application.c: (ev_application_open):
13793         * shell/ev-application.h:
13794         * shell/ev-sidebar-links.c: (selection_changed_cb):
13795         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13796         (ev_view_go_to_link):
13797
13798         Add support for document links
13799
13800 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13801
13802         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13803         (create_tool_item):
13804         Set the spin button limits correctly.
13805         
13806         * shell/ev-sidebar-thumbnails.c:
13807         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13808         Support changing pages by clicking on the thumbnails.
13809         
13810 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13811
13812         * pixbuf/pixbuf-document.c:
13813         (pixbuf_document_thumbnails_get_dimensions),
13814         (pixbuf_document_document_thumbnails_iface_init):
13815
13816         implement get_dimensions
13817
13818 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13819
13820         * ps/ps-document.c: (ps_document_goto_page):
13821
13822         Fix page switching on multipage documents
13823
13824 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13825
13826         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13827         
13828         check for NULL before assigning to width and height parameters
13829
13830 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13831
13832         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13833         (pixbuf_document_set_property), (pixbuf_document_get_property):
13834
13835         implement get/set properties
13836
13837 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13838
13839         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13840         
13841         return NULL instead of "Unknown", letting the title get set to
13842         the filename when the pdf has no title.
13843
13844 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13845
13846         * ps/ps-document.c: (ps_document_get_page_count),
13847         (ps_document_goto_page):
13848
13849 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13850
13851         * shell/ev-history.c: (ev_history_get_property),
13852         (ev_history_set_property), (ev_history_class_init),
13853         (ev_history_add_page), (ev_history_set_current_index):
13854         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13855         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13856         (ev_navigation_action_finalize):
13857         * shell/ev-navigation-action.h:
13858         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13859         (ev_view_go_forward), (ev_view_get_find_status_message),
13860         (history_index_changed_cb), (ev_view_set_history):
13861         * shell/ev-view.h:
13862         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13863         (update_current_page), (register_custom_actions):
13864
13865         Implement history dropdowns
13866
13867 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13868
13869         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13870         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13871         (ev_view_go_forward):
13872         * shell/ev-window.c: (register_custom_actions):
13873
13874         Fix several history bugs
13875
13876 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13877
13878         * configure.ac: Add «nb» to ALL_LINGUAS.
13879
13880 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13881
13882         * backend/Makefile.am:
13883         * backend/ev-bookmark.c:
13884         * backend/ev-bookmark.h:
13885         * backend/ev-document-bookmarks.c:
13886         * backend/ev-document-bookmarks.h:
13887         * backend/ev-document-links.c: (ev_document_links_get_type),
13888         (ev_document_links_has_document_links),
13889         (ev_document_links_begin_read), (ev_document_links_get_link),
13890         (ev_document_links_get_child), (ev_document_links_next),
13891         (ev_document_links_free_iter):
13892         * backend/ev-document-links.h:
13893         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13894         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13895         (ev_link_get_link_type), (ev_link_set_link_type),
13896         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13897         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13898         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13899         (ev_link_new_external):
13900         * backend/ev-link.h:
13901         * pdf/xpdf/pdf-document.cc:
13902         * shell/Makefile.am:
13903         * shell/ev-application.c: (ev_application_open_link):
13904         * shell/ev-application.h:
13905         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13906         (ev_history_get_link_nth):
13907         * shell/ev-history.h:
13908         * shell/ev-sidebar-bookmarks.c:
13909         * shell/ev-sidebar-bookmarks.h:
13910         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13911         (ev_sidebar_links_class_init), (selection_changed_cb),
13912         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13913         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13914         (do_one_iteration), (populate_links_idle),
13915         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13916         * shell/ev-sidebar-links.h:
13917         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13918         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13919         (go_to_index):
13920         * shell/ev-view.h:
13921         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13922         * shell/ev-window.h:
13923
13924         Rename bookmark to link, and use "Index" for the sidebar panel.
13925
13926 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13927
13928         * shell/Makefile.am:
13929         * shell/ev-application.c: (ev_application_open_bookmark):
13930         * shell/ev-application.h:
13931         * shell/ev-history.c: (ev_history_init), (free_links_list),
13932         (ev_history_finalize), (ev_history_class_init),
13933         (ev_history_add_link), (ev_history_add_page),
13934         (ev_history_get_link_nth), (ev_history_get_n_links),
13935         (ev_history_get_current_index), (ev_history_set_current_index),
13936         (ev_history_new):
13937         * shell/ev-history.h:
13938         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13939         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13940         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13941         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13942         (ev_view_set_page):
13943         * shell/ev-view.h:
13944         * shell/ev-window.c: (ev_window_open_bookmark),
13945         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13946         (goto_page_cb), (register_custom_actions):
13947         * shell/ev-window.h:
13948
13949         Initial history implementation. Needs work.
13950
13951 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13952
13953         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13954
13955 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13956
13957         * cut-n-paste/recent-files/egg-recent-item.c:
13958         * cut-n-paste/recent-files/egg-recent-item.h:
13959         * cut-n-paste/recent-files/egg-recent-model.c:
13960         * cut-n-paste/recent-files/egg-recent-util.c:
13961         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13962         * cut-n-paste/recent-files/egg-recent-view.c:
13963
13964         Update
13965
13966 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13967
13968         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13969         (fillGlyph, fillImageMask, drawImage):
13970         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13971         pdf/splash/SplashTypes.h:
13972         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13973         packed mode for Splash.
13974
13975         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13976         RGB8 packed mode, eliminates the pixbuf data creation loop.
13977
13978         * shell/ev-print-job.c (ev_print_job_finalize)
13979         (ev_print_job_set_property, ev_print_job_get_property)
13980         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13981         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13982         (print_closure_finalize, ev_print_job_print): implement
13983         printing (for backends with EvPsExporter)
13984
13985         * shell/ev_print_job.h: update prototypes.
13986
13987         * shell/ev-window.c (ev_window_print): unref print job after
13988         printing.
13989
13990         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13991         unless the document implements the EvDocumentFind interface.
13992
13993 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13994
13995         * configure.ac: Added ja to ALL_LINGUAS.
13996
13997 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13998
13999         * pdf/xpdf/pdf-document.cc:
14000
14001         add a FIXME. We should probably not allocate
14002         a bookmark object every time
14003
14004 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14005
14006         * shell/ev-application.c: (ev_application_open),
14007         (ev_application_open_bookmark):
14008         * shell/ev-application.h:
14009         
14010         Add a way to open bookmarks
14011
14012         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14013         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14014         (ev_bookmark_set_property), (ev_bookmark_class_init),
14015         (ev_bookmark_new_title), (ev_bookmark_new_link),
14016         (ev_bookmark_new_external):
14017
14018         Support for external uris, better constructors.
14019
14020         * backend/ev-bookmark.h:
14021         * pdf/xpdf/pdf-document.cc:
14022         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14023
14024         Handle external uris
14025
14026 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14027
14028         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14029         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14030
14031         Hook up bookmarks navigation
14032
14033 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14034
14035         * backend/Makefile.am:
14036         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14037         (ev_bookmark_get_title), (ev_bookmark_set_title),
14038         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14039         (ev_bookmark_get_page), (ev_bookmark_set_page),
14040         (ev_bookmark_get_property), (ev_bookmark_set_property),
14041         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14042         (ev_bookmark_new):
14043         * backend/ev-bookmark.h:
14044         * backend/ev-document-bookmarks.c:
14045         (ev_document_bookmarks_get_bookmark):
14046         * backend/ev-document-bookmarks.h:
14047         * pdf/xpdf/pdf-document.cc:
14048         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14049
14050         Add a bookmark object to the backend and use it instead of get_values
14051
14052 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14053
14054         * data/evince-ui.xml:
14055
14056         Cleanup and add select all.
14057
14058         * shell/ev-view.c: (ev_view_select_all),
14059         (ev_view_button_press_event):
14060         * shell/ev-view.h:
14061         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14062
14063         Add select all.
14064         Clear selection on click.
14065
14066 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14067
14068         * shell/ev-sidebar-thumbnails.c
14069         (ev_sidebar_thumbnails_set_document): forgot to unref the
14070         loading_icon.
14071
14072 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14073
14074         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14075         at the visible page, not just linearly.  This makes it look fast.
14076
14077 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14078
14079         * backend/ev-document-misc.c
14080         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14081         white.
14082         * backend/ev-document-thumbnails.h: New interface to get the size
14083         of a page.
14084
14085 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14086
14087         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14088         make dist works
14089
14090 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14091
14092         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14093         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14094         things up a bit.
14095
14096         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14097
14098 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14099
14100         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14101         fonts. Should fix font problems on systems that have the base
14102         fonts in bitmap format. Reported by James Henstridge
14103         <james@jamesh.id.au>.
14104
14105 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14106
14107         * pdf/xpdf/Gfx.cc:
14108         * pdf/xpdf/GfxState.cc:
14109
14110         Fix for CAN-2004-1125
14111
14112 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14113
14114         * shell/ev-view.c: (ev_view_copy):
14115         * shell/ev-view.h:
14116         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14117
14118         Implement Edit->Copy
14119
14120 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14121
14122         * backend/ev-document.c: (ev_document_get_text):
14123         * backend/ev-document.h:
14124         * pdf/xpdf/pdf-document.cc:
14125         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14126         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14127         (ev_view_update_primary_selection), (ev_view_button_press_event),
14128         (ev_view_motion_notify_event), (ev_view_button_release_event):
14129
14130         Beginnings of clipboard support. Incomplete but primary sort
14131         of work.
14132
14133 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14134
14135         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14136         (expose_bin_window):
14137
14138         Nicer rubberband drawing, from GtkIconView.
14139
14140 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14141
14142         * backend/ev-document.c: (ev_document_save):
14143         * backend/ev-document.h:
14144         * data/evince-ui.xml:
14145         * pdf/xpdf/pdf-document.cc:
14146         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14147
14148         Implement "Save a copy..." menu item
14149
14150 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14151
14152         * shell/ev-view.c: (ev_view_zoom):
14153
14154         Queue a resize when zoom changes
14155
14156 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14157
14158         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14159         shadows.
14160
14161         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14162         thumbnails..
14163
14164 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14165
14166         * pdf/xpdf/pdf-document.cc
14167         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14168
14169 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14170
14171         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14172         It's slow, but I'll speed it up next!
14173
14174 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14175
14176         * shell/main.c (load_files):
14177
14178         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14179         from the command line and because it seems more appropriate.
14180
14181 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14182
14183         * data/evince-ui.xml:
14184         * shell/ev-window.c: (update_action_sensitivity),
14185         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14186
14187         s/next page/page down
14188         s/previous page/page up
14189
14190 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14191
14192         * data/evince-ui.xml:
14193
14194         Change the layout to match clarkbw design.
14195
14196         * shell/Makefile.am:
14197         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14198         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14199         (ev_navigation_action_finalize),
14200         (ev_navigation_action_set_property),
14201         (ev_navigation_action_get_property),
14202         (ev_navigation_action_class_init):
14203         * shell/ev-navigation-action.h:
14204
14205         Implement clarkbw toolbar navigation controls (incomplete)
14206
14207         * shell/ev-page-action.c: (update_label), (update_spin),
14208         (value_changed_cb), (create_tool_item), (connect_proxy),
14209         (ev_page_action_init), (ev_page_action_finalize),
14210         (ev_page_action_set_property), (ev_page_action_get_property),
14211         (ev_page_action_set_current_page),
14212         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14213         * shell/ev-page-action.h:
14214
14215         Implement a page switcher in the toolbar
14216
14217         * shell/ev-view.c: (ev_view_scroll_view):
14218         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14219         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14220         (register_custom_actions), (ev_window_init):
14221
14222         Change page on PageUp/Down.
14223
14224 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14225
14226         * pdf/xpdf/pdf-document.cc
14227         (pdf_document_thumbnails_get_thumbnail): initial stab at
14228         implementing thumbnail support for pdfs.  It only does documents
14229         with precached pdfs now.
14230
14231 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14232
14233         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14234         thumbnail code into a time-based idle as well.  Also, turn off the
14235         shadow temporarily as it's really slow.
14236
14237 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14238
14239         * backend/ev-document.c: (ev_document_class_init):
14240         * pdf/xpdf/pdf-document.cc:
14241         * shell/ev-window.c: (ev_window_open):
14242
14243         Fix document title bugs and fallback to
14244         filename when not available.
14245
14246 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14247
14248         * backend/ev-document.c: (ev_document_get_type),
14249         (ev_document_class_init), (ev_document_load),
14250         (ev_document_get_title):
14251         * backend/ev-document.h:
14252         * pdf/xpdf/pdf-document.cc:
14253         * ps/ps-document.c: (ps_document_set_property),
14254         (ps_document_get_property), (ps_document_class_init),
14255         (document_load):
14256         * ps/ps-document.h:
14257         * ps/ps.h:
14258         * shell/ev-window.c: (update_window_title), (ev_window_open),
14259         (ev_window_init):
14260
14261         Initial support for document title. Not working yet.
14262
14263 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14264
14265         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14266
14267         Grab focus on the view when clicking it
14268
14269 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14270
14271         * shell/ev-marshal.list:
14272         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14273         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14274
14275         Add key bindings to the view. Now if the focus would work
14276         right...
14277
14278 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14279
14280         * Makefile.am:
14281         * backend/Makefile.am:
14282         * data/Makefile.am:
14283         * dvi/Makefile.am:
14284         * dvi/dvilib/Makefile.am:
14285         * pdf/xpdf/Makefile.am:
14286         * po/POTFILES.in:
14287         * ps/Makefile.am:
14288
14289         Fix distcheck
14290
14291 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14292
14293         * shell/ev-view.c: (ev_view_realize):
14294
14295         Fix mouse wheel scrolling
14296
14297 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14298
14299         * ps/Makefile.am:
14300         * ps/gstypes.h:
14301         * ps/gtkgs.c:
14302         * ps/gtkgs.h:
14303         * ps/ps-document.c: (catchPipe), (ps_document_init),
14304         (ps_document_class_init), (ps_document_cleanup),
14305         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14306         (set_up_page), (close_pipe), (is_interpreter_ready),
14307         (interpreter_failed), (output), (input), (start_interpreter),
14308         (stop_interpreter), (file_length), (file_readable),
14309         (check_filecompressed), (check_pdf), (compute_xdpi),
14310         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14311         (ps_document_get_type), (ps_document_emit_error_msg),
14312         (document_load), (ps_document_next_page),
14313         (ps_document_get_current_page), (ps_document_get_page_count),
14314         (ps_document_goto_page), (ps_document_set_page_size),
14315         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14316         (ps_document_load), (ps_document_get_n_pages),
14317         (ps_document_set_page), (ps_document_get_page),
14318         (ps_document_widget_event), (ps_document_set_target),
14319         (ps_document_set_scale), (ps_document_set_page_offset),
14320         (ps_document_get_page_size), (ps_document_render),
14321         (ps_document_document_iface_init):
14322         * ps/ps-document.h:
14323         * ps/ps.c:
14324         * shell/ev-window.c: (ev_window_open):
14325
14326         Rename GtkGS to PSDocument
14327
14328 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14329
14330         * ps/gtkgs.c: (gtk_gs_class_init):
14331         * ps/gtkgs.h:
14332
14333         Some more leftover...
14334
14335 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14336
14337         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14338         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14339         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14340         * ps/gtkgs.h:
14341
14342         Remove unused code and make a lot of stuff private
14343
14344 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14345
14346         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14347         (gtk_gs_defaults_changed):
14348         * ps/gsdefaults.h:
14349         * ps/gtkgs.c:
14350         * ps/gtkgs.h:
14351         * ps/ps.h:
14352
14353         Cleanup headers dependencies
14354
14355 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14356
14357         * ps/Makefile.am:
14358         * ps/ggvutils.c:
14359         * ps/ggvutils.h:
14360         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14361         * ps/gsdefaults.h:
14362         * ps/gtkgs.c: (file_length), (file_readable),
14363         (check_filecompressed), (check_pdf), (gtk_gs_load),
14364         (gtk_gs_get_postscript):
14365
14366         Get rid of ggvutils
14367
14368 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14369
14370         * ps/ggvutils.c:
14371         * ps/ggvutils.h:
14372         * ps/gsio.h:
14373         * ps/gtkgs.c: (gtk_gs_set_zoom):
14374
14375         Cleanups
14376
14377 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14378
14379         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14380
14381         Ensure the page is rerendered when changing zoom
14382
14383 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14384
14385         * backend/ev-document.c: (ev_document_base_init),
14386         (ev_document_changed):
14387         * backend/ev-document.h:
14388
14389         Add a changed event that is emitted when the page content
14390         changes. This is necessary to deal with the fact that
14391         in ps backend rendering happen asycrounously.
14392         This makes the ps backend mostly work.
14393
14394         * pdf/xpdf/pdf-document.cc:
14395
14396         Emit changed event
14397
14398         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14399         (ps_document_set_target):
14400
14401         Emit changed event
14402
14403         * shell/ev-view.c: (document_changed_callback),
14404         (ev_view_set_document), (ev_view_set_page):
14405
14406         Redraw on the changed signal
14407
14408 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14409
14410         * configure.ac: Added pt_BR to ALL_LINGUAS.
14411
14412 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14413
14414         * backend/ev-document-bookmarks.c:
14415         (ev_document_bookmarks_get_child): *
14416         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14417         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14418         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14419         (ev_sidebar_bookmarks_destroy),
14420         (ev_sidebar_bookmarks_class_init),
14421         (ev_sidebar_bookmarks_construct), (stack_data_free),
14422         (do_one_iteration), (populate_bookmarks_idle),
14423         (ev_sidebar_bookmarks_clear_document),
14424         (ev_sidebar_bookmarks_set_document): *
14425         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14426         (ev_sidebar_add_page),
14427         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14428         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14429         it displays both the topics and the page numbers.
14430
14431 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14432
14433         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14434         toggle.
14435         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14436         visible.
14437
14438 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14439
14440         * configure.ac: Added en_CA to ALL_LINGUAS.
14441
14442 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14443
14444         * ChangeLog: replace bottom of this ChangeLog (merged history of
14445         ggv and gpdf; where all paths were wrong and most of the files are
14446         not even in this tree) with ChangeLog (from arch) of the shell
14447         code.
14448
14449 2004-12-23  Havoc Pennington  <hp@redhat.com>
14450
14451         * shell/ev-window.c: hook up potentially-questionable "find
14452         results status text" feature - something involving the sidebar or
14453         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14454         might be better in the end.
14455
14456         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14457         with corresponding signal when it should be updated
14458
14459         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14460
14461 2004-12-22  Havoc Pennington  <hp@redhat.com>
14462
14463         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14464         find stuff on other pages, sort of (only returns one result on
14465         invisible pages, to show they have results; updates full results
14466         for a page when you view it). Currently repaints the current page
14467         every time a new result is found on any page, which isn't so nice.
14468
14469 2004-12-22  Havoc Pennington  <hp@redhat.com>
14470
14471         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14472         the document doesn't support find (better ideas?)
14473         (find_bar_search_changed_cb): handle missing document or document
14474         that doesn't support find
14475
14476         * pdf/xpdf/pdf-document.cc: port to implement the new
14477         EvDocumentFindIface
14478
14479         * backend/ev-document-find.c: create a new interface for searching
14480
14481         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14482
14483 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14484
14485         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14486         libevbackend.la.
14487
14488         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14489         EvPrintJob constructor arguments.
14490
14491         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14492         for documents that can export PostScript (page by page).
14493
14494         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14495         
14496         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14497         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14498         (pdf_document_ps_exporter_iface_init:
14499         Implement EvPSExporter.
14500
14501         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14502
14503 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14504
14505         * backend/Makefile.am:
14506         * backend/ev-document-thumbnails.c:
14507         (ev_document_thumbnails_get_type),
14508         (ev_document_thumbnails_get_thumbnail):
14509         * backend/ev-document-thumbnails.h:
14510         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14511         (pixbuf_document_thumbnails_get_thumbnail),
14512         (pixbuf_document_document_thumbnails_iface_init):
14513         * shell/Makefile.am:
14514         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14515         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14516         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14517         * shell/ev-sidebar-thumbnails.h:
14518         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14519         (ev_sidebar_set_document):
14520         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14521         (create_shadow), (ev_pixbuf_add_shadow):
14522         * shell/ev-utils.h:
14523         Add thumbnail support.
14524         
14525 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14526
14527         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14528         (using_postscript_printer): Set up a print dialog for "PostScript
14529         injection" method.
14530
14531         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14532         EvPrintJob.
14533
14534         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14535
14536 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14537
14538         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14539         (ps_document_set_target), (ps_document_get_page_size),
14540         (ps_document_render):
14541         * ps/gtkgs.h:
14542
14543         Fix a few bugs
14544
14545 2004-12-22  Christian Rose  <menthos@menthos.com>
14546
14547         * configure.ac: Added "sv" to ALL_LINGUAS.
14548
14549 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14550
14551         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14552         document supports bookmarks.
14553
14554 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14555
14556         * ps/ggvutils.c: (ggv_file_readable):
14557         * ps/ggvutils.h:
14558         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14559         (gtk_gs_get_postscript):
14560
14561         Remove unused utils
14562
14563 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14564
14565         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14566         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14567         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14568         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14569         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14570         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14571         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14572         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14573         (gtk_gs_set_antialiasing), (ps_document_load),
14574         (ps_document_render):
14575         * ps/gtkgs.h:
14576
14577         Another check point for the ps backend. Now I can get it to show
14578         pages!
14579
14580 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14581
14582         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14583         document setting code.
14584
14585 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14586
14587         * shell/eggfindbar.c: (entry_activate_callback):
14588         Animate the next button when activate is pressed.
14589         
14590 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14591
14592         * shell/ev-window.c: (ev_window_cmd_edit_find),
14593         (update_fullscreen_popup), (ev_window_fullscreen),
14594         (ev_window_unfullscreen), (ev_window_state_event_cb),
14595         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14596         Fix bugs in fullscreen code.
14597         
14598 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14599
14600         * Makefile.am:
14601         * configure.ac:
14602         * pixbuf/Makefile.am:
14603         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14604         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14605         (pixbuf_document_set_page), (pixbuf_document_get_page),
14606         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14607         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14608         (pixbuf_document_render), (pixbuf_document_begin_find),
14609         (pixbuf_document_end_find), (pixbuf_document_finalize),
14610         (pixbuf_document_class_init),
14611         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14612         * pixbuf/pixbuf-document.h:
14613         * shell/Makefile.am:
14614         * shell/ev-application.c: (ev_application_open):
14615         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14616         (ev_window_open):
14617         Add pixbuf backend.
14618         
14619 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14620
14621         * Makefile.am: 
14622         * dvi/dvilib/Makefile.am:
14623         * dvi/Makefile.am:
14624         * configure.ac: Auto*ify dvi and dvi/dvilib
14625
14626         * dvi/Makefile: Remove from CVS
14627         
14628         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14629         confusion.
14630
14631         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14632         
14633         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14634         
14635 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14636
14637         * ps/Makefile.am:
14638         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14639         (gtk_gs_value_adjustment_changed), (compute_size),
14640         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14641         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14642         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14643         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14644         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14645         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14646         (ps_document_load), (ps_document_get_n_pages),
14647         (ps_document_set_page), (ps_document_get_page),
14648         (ps_document_set_target), (ps_document_set_scale),
14649         (ps_document_set_page_offset), (ps_document_get_page_size),
14650         (ps_document_render), (ps_document_begin_find),
14651         (ps_document_end_find), (ps_document_document_iface_init):
14652         * ps/gtkgs.h:
14653         * shell/Makefile.am:
14654         * shell/ev-window.c: (ev_window_open):
14655
14656         Some work to integrate gtkgs with EvDocument
14657
14658 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14659
14660         * shell/ev-window.c: (update_fullscreen_popup),
14661         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14662         (exit_fullscreen_button_clicked_cb),
14663         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14664         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14665         (ev_window_state_event_cb), (ev_window_init):
14666         Add fullscreen support from Epiphany.
14667         
14668 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14669
14670         * data/ev-stock-zoom-fit-width.png: fit-width
14671         stock icon from gpdf.
14672         
14673         * shell/ev-stock-icons.[ch]: copied from gpdf.
14674         
14675         * shell/main.c: (main): init stock icons.
14676         
14677         * shell/ev-window.c: use the fit-width icon.
14678         
14679         * data/evince-ui.xml: add zooming toolbar items.
14680
14681 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14682
14683         * shell/ev-view.c: 
14684         (ev_view_best_fit), (ev_view_fit_width): because
14685         get_page_size() returns the scaled page size, we
14686         need to calculate the scale factor relative to
14687         the previous scale factor. Should really just
14688         add get_real_page_size().
14689
14690 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14691
14692         * shell/ev-view.[ch]:
14693         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14694         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14695         add zooming.
14696         
14697         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14698         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14699         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14700         hook it up.
14701         
14702         * pdf/xpdf/pdf-document.cc:
14703         (pdf_document_begin_find),
14704         (pdf_document_end_find): make static.
14705
14706 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14707
14708         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14709
14710         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14711         names to fontconfig patterns.
14712         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14713
14714         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14715         setupBaseFontsFc.
14716
14717 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14718
14719         * Makefile.am:
14720         * configure.ac:
14721         * ps/Makefile.am:
14722         * ps/ggvutils.c:
14723         * ps/ggvutils.h:
14724         * ps/gsdefaults.c:
14725         * ps/gsdefaults.h:
14726         * ps/gsio.c:
14727         * ps/gsio.h:
14728         * ps/gtkgs.c:
14729         * ps/gtkgs.h:
14730         * ps/ps.c:
14731         * ps/ps.h:
14732
14733         Import ggv backend. Not hooked up yet.
14734
14735 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14736
14737         * shell/main.c: (load_files), (main): load files
14738         from the command line.
14739
14740 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14741
14742         * configure.ac: don't require bonobo.
14743         
14744         * cut-n-paste/recent-files/*: kill bonobo recent
14745         view.
14746
14747         * shell/ev-window.c:
14748         (ev_window_is_empty): upd.
14749         (unable_to_load), (ev_window_open): load backend
14750         based on the mime type.
14751
14752 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14753
14754         * backend/.cvsignore: ignore generated marshalers source.
14755
14756         * shell/main.c (main): this is not epiphany.
14757
14758 2004-12-22  Havoc Pennington  <hp@redhat.com>
14759
14760         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14761         (expose_bin_window): draw find highlights
14762
14763         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14764         
14765         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14766         (pdf_document_end_find): implement this interface
14767
14768         * backend/ev-document.c (ev_document_found): add this to emit
14769         signal
14770
14771 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14772
14773         * data/evince-ui.xml: Add a few more toolbar items.
14774
14775         * shell/ev-window.c: Hook up page navigation toolbar 
14776         items.
14777
14778         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14779         a page-changed signal.
14780
14781         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14782         Add ev_document_get_page().
14783
14784         * shell/ev-window.c: Sensitize/desensitize navigation
14785         actions.
14786
14787 2004-12-21  Havoc Pennington  <hp@redhat.com>
14788
14789         * backend/ev-backend-marshal.c,
14790         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14791         marshaler-generator thingy. I'm sure there's a better way to do
14792         this in the modern world.
14793
14794         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14795         end_find methods and "found" signal.
14796
14797         * configure.ac: find glib-genmarshal
14798
14799 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14800
14801         * shell/ev-sidebar.c: Construct an actual sidebar.
14802         * shell/ev-sidebar-bookmarks.[ch]:
14803         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14804
14805 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14806
14807         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14808         Redo size handling.
14809         
14810         * shell/ev-view.c: Track the size from the document.
14811
14812 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14813
14814         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14815         constructor assumes ownership of the string passed in.
14816         
14817         * shell/ev-window.c (ev_window_open): Destroy the error
14818         dialog once we've displayed it.
14819
14820 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14821
14822         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14823         a bit, it works! (sort of)
14824
14825         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14826         Move to .cc since we need to use C++ in the implementation.
14827
14828         * shell/dummy.cc: Add a CC file to force evince
14829         to be linked as a C++ program.
14830
14831 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14832
14833         * shell/ev-view.[ch]: Start of content-area widget.
14834
14835         * shell/ev-window.c: Create a EvView, update it
14836         as we change documents.
14837
14838         * shell/Makefile.am shell/ev-marshal.list: Add
14839         generated marshalers.
14840
14841 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14842
14843         * Makefile.am (SUBDIRS): move shell.
14844
14845 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14846
14847         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14848         .a to libtool convenience libraries.
14849
14850         * shell/ev-window.c (ev_window_open): Hard code loading
14851         a PDF document.
14852         
14853         * backend/ev-document.h: Add a boolean return to load(),
14854         fix GError * to GError **.
14855
14856         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14857         object for a PDF backend EvDocument.
14858
14859 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14860
14861         * dvi/*: New directory with the beginning of a .dvi backend.
14862
14863 2004-12-21  Havoc Pennington  <hp@redhat.com>
14864
14865         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14866         previous/next instead of back/forward
14867
14868 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14869
14870         * backend/ev-document.[ch]: Fix a couple of problems so
14871         it compile.
14872
14873 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14874
14875         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14876         to backend/ directory, rename EvViewer to EvDocument.
14877
14878 2004-12-21  Havoc Pennington  <hp@redhat.com>
14879
14880         * shell/ev-window.c: hook up the find bar widget; now we just need
14881         a document to find things in
14882
14883         * shell/eggfindbar.c: a find bar widget
14884
14885 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14886
14887         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14888
14889 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14890
14891         * pdf/**: Import of xpdf code from gpdf. 
14892
14893         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14894
14895         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14896         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14897         Fix FreeType includes.
14898
14899         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14900         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14901         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14902         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14903         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14904         Include xpdfconfig.h
14905         
14906 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14907
14908         * shell/ev-window.c (ev_window_dispose): dispose can be called
14909         multiple times.
14910
14911 2004-12-21  Havoc Pennington  <hp@redhat.com>
14912
14913         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14914         rather than Evince
14915
14916         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14917         items; really they should be synced with the strings, etc. from
14918         current gpdf, but just getting the boring typing out of the way 
14919
14920 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14921
14922         * po/POTFILES.in:
14923         * shell/ev-application.c: (window_destroy_cb):
14924         * shell/ev-window.c:
14925         * shell/main.c: (main):
14926
14927         Actually show the window...
14928
14929 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14930
14931         * Makefile.am:
14932         * shell/Makefile.am:
14933         * shell/ev-application.c: (ev_application_class_init):
14934         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14935
14936         Make it build again
14937
14938 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14939
14940         Import to gnome cvs.
14941         
14942         * Remove copies of gpdf and ggv trees.
14943         * Rip out all the recursive configure code.
14944         * Remove bonobo machinery.
14945         * viewer/*: GInterfaces that backends should/can implement.
14946
14947 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14948
14949         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14950         typo
14951
14952 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14953
14954         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14955         (ev_application_finalize, ev_application_class_init)
14956         (ev_application_init): use GType instance private data for priv.
14957
14958         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14959         (ev_window_finalize, ev_window_class_init)
14960         (ev_window_init): ditto.
14961
14962 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14963
14964         * shell/ev-application.c (ev_application_new_window): make public
14965         (ev_application_show_initial_window): kill.
14966
14967         * shell/ev-application.h: update prototypes.
14968
14969         * shell/main.cc (main): inline ev_application_show_initial_window.
14970
14971 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14972
14973         * shell/ev-application.c (ev_application_new_window): impl.
14974         (ev_application_show_initial_window): use it.
14975         (is_window_empty, ev_application_get_empty_window): returns an
14976         existing empty window or a new one.
14977         (ev_application_open): from ev_window_cmd_file_open.
14978
14979         * shell/ev-application.h: update prototypes
14980
14981         * shell/ev-window.c (ev_window_is_empty): impl.
14982         (ev_window_open): make public.
14983         (ev_window_cmd_file_open): use ev_application_open
14984
14985         * shell/ev-window.h: update prototypes, remove unused.
14986
14987 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14988
14989         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14990         move destroy handler out of here...
14991
14992         * shell/ev-application.c, shell/ev-application.h: ...into this new
14993         class. Also handles initial window creation.
14994
14995         * shell/main.cc (main): use EvApplication to create initial
14996         window.
14997
14998 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14999
15000         * Makefile.am (SUBDIRS): add cut-n-paste
15001
15002         * cut-n-paste/Makefile.am: add
15003
15004         * configure.ac: generate Makefiles in cut-n-paste
15005
15006 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15007
15008         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15009         (ev_window_class_init): install ev_window_dispose.
15010
15011 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15012
15013         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15014         char (gchar looks stupid).
15015
15016 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15017
15018         * po/de.po: updated German translation.
15019
15020 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15021
15022         * configure.ac: add more pkg-config library checks for gnome-vfs,
15023         bonobo etc.
15024
15025         * gpdf/configure.in: temporarily disable libpaper
15026         checks. Otherwise I'd have to add the checks for the shell, too.
15027
15028 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15029
15030         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15031         and * file filters to the file choose.
15032
15033 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15034
15035         * po/de.po: Updated German translation.
15036
15037 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15038
15039         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15040
15041 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15042
15043         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15044
15045         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15046         (ev_window_init): implement those menuitems.
15047
15048 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15049
15050         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15051
15052         * shell/ev-window.c (ev_window_init): use the toolbar.
15053
15054 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15055
15056         * shell/ev-window.c (ev_window_init): use menu translations
15057
15058 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15059
15060         * configure.ac: add "de" to ALL_LINGUAS.
15061
15062         * po/de.po: add German translation.
15063
15064 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15065
15066         * Makefile.am (SUBDIRS): add po
15067
15068         * configure.ac: check intltool, glib-gettext etc, generate
15069         po/Makefile.in
15070
15071         * po, po/POTFILES.in, po/POTFILES.skip: new.
15072
15073 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15074
15075         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15076         already use (#ifdef ENABLE_NLS)
15077
15078         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15079         pointer indirection thinko.
15080
15081         * shell/main.c: include gi18n.h for bindtextdomain etc.
15082
15083 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15084
15085         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15086         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15087         tooltips for menu items in the statusbar.
15088
15089 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15090
15091         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15092         pkgdatadir drop UIDIR
15093
15094 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15095
15096         * data/evince-ui.xml: Add File->Open menu item
15097
15098         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15099         chooser), hook it up in the ui manager.
15100
15101 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15102
15103         * shell/ev-window.c: fix Help->About tooltip.
15104
15105 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15106
15107         * configure.ac: set CFLAGS for libevprivate.
15108
15109         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15110         definitions, factory etc.
15111
15112         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15113
15114         * shell/Makefile.am: link against libevprivate.a.
15115
15116         * shell/ev-window.c (entries): add stock icon to Help->About.
15117
15118         * shell/main.c (main): init stock icon code.
15119
15120 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15121
15122         * lib/recent-files: egg recent files code
15123
15124         * lib/Makefile.am: add.
15125
15126         * Makefile.am: add lib subdir.
15127
15128         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15129         set CFLAGS for recent-files.
15130
15131 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15132
15133         * configure.ac: disable -ansi and -pedantic gcc flags. They
15134         disable POSIX stuff in stdio.h, but egg-recent uses them.
15135
15136 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15137
15138         * configure.ac: add --disable-deprecated flag (defaults to on in
15139         "cvs" builds).
15140
15141         * shell/Makefile.am (INCLUDES): use it.
15142
15143 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15144
15145         * shell/main.c: add missing #include.
15146
15147         * shell/ev-window.c: fix for pedantic gcc.
15148         (ev_window_cmd_help_about): split license into paragraphs for
15149         translators and pedantic compilers.
15150
15151 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15152
15153         * configure.ac: add more warning flags if compiling with gcc from
15154         cvs (or explicitly requested with --enable-more-warnings).
15155
15156 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15157
15158         * data/evince-ui.xml: add File and File->Close menu.
15159
15160         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15161         (ev_window_destroy): quit after destroy.
15162         (ev_window_class_init): override GtkObject::destroy.
15163         (entries): install close_window callback.
15164
15165 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15166
15167         * Makefile.am (SUBDIRS): add data subdir.
15168
15169         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15170         gtk+ 2.5.0 for GtkAboutDialog.
15171
15172         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15173         main window.
15174
15175         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15176
15177         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15178         manager.
15179         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15180
15181 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15182
15183         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15184
15185 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15186
15187         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15188
15189 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15190
15191         * shell/*: Added shell directory boilerplate, build it.
15192
15193 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15194
15195         * configure.ac, Makefile.am: Added top-level configure.ac and
15196         Makefile.am